/*
 Theme Name:   Parkgate
 Description:  Parkgate Theme
 Author:       Tom Greaves
 Author URI:   http://www.brandammo.co.uk
 Template:     brandammo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500|Reenie+Beanie);
/* Font Sizes */
html,
body {
  height: 100%;
  background: #FFF;
  position: relative;
  color: #7e7e7e;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1199px) {
  html,
  body {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  html #wrapper,
  body #wrapper {
    background: #FFF;
  }
  html #wrapper.menu-show,
  body #wrapper.menu-show {
    -webkit-transform: translateX(-75%) !important;
    -moz-transform: translateX(-75%) !important;
    -ms-transform: translateX(-75%) !important;
    -o-transform: translateX(-75%) !important;
  }
}
html.menu-show-top #mob-menu,
body.menu-show-top #mob-menu {
  background: #bf3d12 !important;
}
html.menu-show-top #mob-menu .fa-bars,
body.menu-show-top #mob-menu .fa-bars {
  display: none !important;
}
html.menu-show-top #mob-menu .fa-times,
body.menu-show-top #mob-menu .fa-times {
  display: block !important;
  line-height: 42px;
  color: #000;
}
html.menu-show-top #header #parkgate-logo,
body.menu-show-top #header #parkgate-logo {
  opacity: 0;
}
html.menu-show-top #header .fa-bars,
body.menu-show-top #header .fa-bars {
  display: none !important;
}
html.menu-show-top #header .fa-times,
body.menu-show-top #header .fa-times {
  display: block !important;
}
html.menu-show-top #wrapper,
body.menu-show-top #wrapper {
  -webkit-transform: translateX(-75%);
  -moz-transform: translateX(-75%);
  -ms-transform: translateX(-75%);
  -o-transform: translateX(-75%);
}
html.menu-show-top #menu,
body.menu-show-top #menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}
body {
  overflow-y: scroll;
}
@media (max-width: 767px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  body.menu-show-top {
    overflow-y: hidden !important;
  }
  #wrapper {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
}
body#no-scroll {
  overflow-y: hidden !important;
}
#quick-view-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 0.5s ease;
}
#quick-view-bg.visible {
  visibility: visible;
  opacity: 0.45;
}
#quick-view-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  max-height: 70%;
  overflow-y: auto;
  opacity: 0;
  width: 100%;
  max-width: 800px;
  background: #FFF;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
  font-size: 13px;
}
#quick-view-window #closeView {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  font-size: 23px;
  height: 40px;
  line-height: 40px;
  background: #F6F6F6;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -ms-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
}
#quick-view-window #closeView:hover {
  background: #e94e1b;
}
#quick-view-window #pop-inner {
  padding: 50px;
}
#quick-view-window #pop-inner h1 {
  margin-top: 0;
}
h1 {
  font-weight: 400;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 25px;
    margin-top: 0;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.padding-0 {
  padding: 0 !important;
}
.form-control {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  border-color: #e1e1e1 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  height: 45px;
}
.wpcf7 input {
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .wpcf7 {
    margin-bottom: 40px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  color: #1a222e;
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}
a.cta-btn,
.ml-link {
  border: 1px solid #e1e1e1 !important;
  line-height: 45px;
  padding: 0 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #7e7e7e;
  font-size: 15px;
  letter-spacing: 0.5px;
}
a.cta-btn:before,
.ml-link:before {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: '\f105';
  color: #e94e1b;
  float: right;
  font-size: 20px;
  line-height: 41px;
  margin-left: 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
}
a.cta-btn.plus:before,
.ml-link.plus:before {
  content: '+';
}
a.cta-btn:hover:before,
.ml-link:hover:before {
  margin-left: 30px;
}
a.cta-btn.back,
.ml-link.back {
  margin-right: 15px;
}
a.cta-btn.back:before,
.ml-link.back:before {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: '\f104';
  float: none;
  margin: 0 20px 0 0;
}
a.cta-btn.back:hover:before,
.ml-link.back:hover:before {
  margin-left: 0;
  margin-right: 30px;
}
.ml-link:last-of-type {
  background: #F6F6F6;
  border-color: #F6F6F6 !important;
}
#banner .image {
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.1);
  display: block;
  height: 382px;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  #banner .image {
    height: auto;
    padding-top: calc(60% + 50px);
  }
}
section .wrapper {
  background: #FFF;
  padding: 80px 0;
}
@media (max-width: 1199px) {
  section .wrapper {
    padding: 20px 0;
  }
}
section .wrapper.remove-pad-Top {
  padding-top: 0 !important;
}
section .wrapper.remove-pad-Bottom {
  padding-bottom: 0 !important;
}
section .wrapper h3 {
  margin: 0 0 50px;
  font-weight: 400 !important;
  font-size: 30px;
}
@media (max-width: 991px) {
  section .wrapper h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
section .wrapper.bg-Green {
  background: #F6F6F6;
}
section .wrapper #group {
  position: relative;
}
section .wrapper #group .slide-nav {
  position: absolute;
  top: 50%;
  right: calc(100% + 30px);
  font-size: 20px;
  color: #FFF;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
section .wrapper #group .slide-nav.right {
  right: auto;
  left: calc(100% + 30px);
}
section .wrapper strong {
  color: #4b4b4b;
  font-weight: 400;
}
section#sub_title {
  text-align: center;
  background: #F6F6F6;
  padding: 30px 0;
}
section#sub_title h2 {
  margin: 0;
  font-weight: 300;
}
section#features,
section#case_studies {
  text-align: center;
}
section#features .wrapper,
section#case_studies .wrapper {
  padding-bottom: 20px;
}
section#features [class*="col-"] .inner,
section#case_studies [class*="col-"] .inner {
  background: #F6F6F6;
  padding: 50px;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (max-width: 1199px) {
  section#features [class*="col-"] .inner,
  section#case_studies [class*="col-"] .inner {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  section#features [class*="col-"] .inner,
  section#case_studies [class*="col-"] .inner {
    margin-bottom: 15px;
  }
}
section#features .bg-Green [class*="col-"] .inner,
section#case_studies .bg-Green [class*="col-"] .inner {
  background: #FFF;
}
section#features .bg-Green a,
section#case_studies .bg-Green a {
  background: #F6F6F6;
  border-color: #F6F6F6 !important;
}
section#features h3,
section#case_studies h3,
section#features h4,
section#case_studies h4 {
  margin-top: 0;
  font-weight: 400;
}
section#features h4,
section#case_studies h4 {
  font-size: 24px;
}
section#features p:last-of-type,
section#case_studies p:last-of-type {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section#features p:last-of-type,
  section#case_studies p:last-of-type {
    margin-bottom: 20px;
  }
}
section#features .img,
section#case_studies .img {
  display: block;
  height: 19vw;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  section#features .img,
  section#case_studies .img {
    height: auto;
    padding-top: 50%;
  }
}
section#features .read-more-text,
section#case_studies .read-more-text {
  visibility: hidden;
  opacity: 0;
  background: #FFF;
  position: absolute;
  left: 15px;
  top: 0;
  padding: 40px 30px 0;
  z-index: 9;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
section#features .read-more:hover .read-more-text,
section#case_studies .read-more:hover .read-more-text {
  visibility: visible;
  opacity: 1;
}
section#features .cta-btn,
section#case_studies .cta-btn {
  position: relative;
  z-index: 999;
}
@media (max-width: 767px) {
  section#features [class*="col-"]:last-child .inner,
  section#case_studies [class*="col-"]:last-child .inner {
    margin-bottom: 0;
  }
}
section#case_studies h3 {
  margin-bottom: 30px;
}
section#case_studies .wrapper {
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.03) inset;
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.03) inset;
}
section#case_studies .inner {
  padding: 50px;
}
section#case_studies .date {
  margin-bottom: 20px;
  font-size: 17px;
  color: #92acd1;
}
section#testimonials {
  text-align: center;
}
section#testimonials .wrapper {
  background: #F6F6F6;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.05);
}
section#testimonials .wrapper.display-List {
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
section#testimonials .wrapper.display-List h3 {
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  section#testimonials .wrapper.display-List h3 {
    margin-bottom: 0 !important;
  }
}
section#testimonials .wrapper.display-List .testimonial {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #e1e1e1;
  padding: 50px 10%;
}
@media (max-width: 767px) {
  section#testimonials .wrapper.display-List .testimonial {
    padding: 30px 10px;
  }
}
section#testimonials .wrapper.display-List .testimonial:last-of-type {
  border-bottom: 0 none;
}
section#testimonials .testimonial {
  background: #FFF;
  padding: 50px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  section#testimonials .testimonial {
    text-align: left;
    padding: 30px;
  }
}
section#testimonials .testimonial .comment {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  section#testimonials .testimonial .comment {
    font-size: 27px;
    line-height: 1.2;
    font-family: 'Reenie Beanie', cursive;
  }
}
section#testimonials .testimonial span {
  color: #b1b1b1;
}
section#testimonials .testimonial a {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  line-height: 40px;
  text-align: center;
  background: #F6F6F6;
  width: 100%;
  color: #7e7e7e;
  text-transform: uppercase;
}
section#testimonials .testimonial a .fa {
  color: #e94e1b;
  margin-left: 5px;
}
section#testimonials .display-Carousel .testimonial {
  float: left;
  padding-bottom: 90px;
}
section#testimonials .display-List .testimonial:not(:last-of-type) {
  margin-bottom: 30px;
}
section#contact_information {
  position: relative;
}
section#contact_information #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#contact_information .wrapper {
  background: #F6F6F6;
}
section#contact_information .wrapper #contact-snippet {
  background: #FFF;
  padding: 50px;
}
@media (max-width: 767px) {
  section#contact_information .wrapper #contact-snippet {
    padding: 30px;
  }
}
section#contact_information .wrapper #area-map {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  section#contact_information .wrapper #area-map {
    margin-bottom: 20px;
  }
}
section#contact_information .wrapper .intro {
  max-width: 250px;
  color: #b1b1b1;
}
section#contact_information .wrapper .intro h3 {
  margin-bottom: 10px;
}
section#contact_information .wrapper .intro,
section#contact_information .wrapper .address,
section#contact_information .wrapper .links {
  margin-bottom: 30px;
}
section#contact_information .wrapper .address {
  color: #b1b1b1;
}
section#contact_information .wrapper .address h4 {
  font-weight: 300;
}
section#contact_information .wrapper .links a {
  display: block;
  color: #1a222e;
  margin-bottom: 5px;
}
section#contact_information .wrapper .links a .fa {
  color: #e94e1b;
  width: 20px;
}
section#contact_information .wrapper .cta-btn {
  border-color: #F6F6F6 !important;
}
section#text_block img.aligncenter {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
section#text_block h1,
section#text_block h2 {
  margin: 0 0 30px;
  font-weight: 400 !important;
  font-size: 35px;
}
@media (max-width: 767px) {
  section#text_block h1,
  section#text_block h2 {
    font-size: 25px;
  }
}
section#text_block .speech-marks .text-content {
  position: relative;
}
section#text_block .speech-marks .text-content:before,
section#text_block .speech-marks .text-content:after {
  position: absolute;
  top: 50%;
  right: calc(100% + 30px);
  font-size: 90px;
  color: #F6F6F6;
}
section#text_block .speech-marks .text-content:before {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: '\f10d';
  font-size: 90px;
}
section#text_block .speech-marks .text-content:after {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: '\f10e';
  font-size: 90px;
  right: auto;
  left: calc(100% + 30px);
}
section#columns {
  position: relative;
  overflow: hidden;
}
section#columns .text-wrap {
  padding-right: 50px;
}
@media (max-width: 991px) {
  section#columns .text-wrap {
    padding: 0 !important;
  }
}
section#columns .right-column .text-wrap {
  padding-right: 0;
  padding-left: 50px;
}
section#columns h2 {
  margin: 0 0 25px;
  font-weight: 400 !important;
  font-size: 35px;
}
@media (max-width: 767px) {
  section#columns h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
section#columns .img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  section#columns .img {
    margin-bottom: 30px;
  }
}
section#columns .img-bleed {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
section#columns .img-bleed.align-Right {
  left: auto;
  right: 0;
}
section#columns #suppliers {
  padding-top: 30px;
}
section#columns .supplier {
  border: 1px solid #F6F6F6;
  margin-bottom: 40px;
  position: relative;
}
section#columns .supplier img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  section#columns .supplier img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    width: 25%;
  }
}
@media (min-width: 992px) {
  section#columns .supplier img {
    width: 35%;
  }
}
section#columns .supplier .inner {
  background: #F6F6F6;
  padding: 30px;
}
@media (min-width: 768px) {
  section#columns .supplier .inner {
    float: right;
    width: 75%;
  }
}
@media (min-width: 992px) {
  section#columns .supplier .inner {
    width: 65%;
  }
}
section#columns .supplier .inner h4 {
  margin-top: 0;
}
section#list_features .feature {
  position: relative;
  background: #F6F6F6;
}
section#list_features .feature:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  section#list_features .feature:not(:last-child) {
    margin-bottom: 0;
  }
}
section#list_features .feature .inner {
  padding: 40px;
}
@media (max-width: 767px) {
  section#list_features .feature .inner {
    padding: 30px 15px;
  }
}
section#list_features .feature .inner h4 {
  margin: 0 0 10px;
  font-weight: 300 !important;
  font-size: 25px;
}
section#list_features .feature .inner h4 span {
  color: #e94e1b;
  padding-left: 15px;
  margin-left: 10px;
  position: relative;
}
@media (max-width: 767px) {
  section#list_features .feature .inner h4 span {
    display: block;
    margin-left: 0;
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: 400 !important;
  }
}
@media (min-width: 480px) {
  section#list_features .feature .inner h4 span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #e94e1b;
  }
}
section#list_features .feature .inner p:last-of-type {
  margin-bottom: 30px;
}
section#list_features .img {
  position: absolute;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  section#list_features .img {
    position: relative;
    padding-top: 70% !important;
  }
}
section#contact_page_information .acf-map {
  height: 500px;
  width: 100%;
}
section#contact_page_information .container {
  position: relative;
}
section#contact_page_information .container:before {
  background: #F6F6F6;
  content: '';
  display: block;
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0;
  right: 15px;
}
@media (max-width: 991px) {
  section#contact_page_information .container:before {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  section#contact_page_information .container:before {
    display: none;
  }
}
section#contact_page_information .right-col {
  font-size: 13px;
}
section#contact_page_information .right-col > div {
  padding: 10px 25px;
}
section#contact_page_information .right-col > div h3 {
  font-size: 20px;
  margin: 15px 0 15px;
}
section#contact_page_information .right-col #opening-times {
  border-top: 1px solid #FFF;
  margin-bottom: 20px;
}
section#contact_page_information .right-col #opening-times .entry {
  font-size: 12px;
  border-top: 1px solid #EAEAEA;
  line-height: 25px;
}
section#contact_page_information .right-col #opening-times .entry:first-of-type {
  border-top: 0 none;
}
section#contact_page_information .right-col .links,
section#contact_page_information .right-col #opening-times {
  margin-bottom: 20px;
}
section#contact_page_information .right-col .intro {
  max-width: 250px;
  color: #b1b1b1;
}
@media (max-width: 767px) {
  section#contact_page_information .right-col .intro {
    max-width: 100%;
  }
}
section#contact_page_information .right-col .intro h3 {
  margin-bottom: 10px;
}
section#contact_page_information .right-col .address {
  color: #b1b1b1;
}
section#contact_page_information .right-col .address h4 {
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 3px;
}
section#contact_page_information .right-col .links a {
  display: block;
  color: #b1b1b1;
  margin-bottom: 5px;
}
section#contact_page_information .right-col .links a .fa {
  color: #e94e1b;
  width: 17px;
}
section#contact_page_information .left-col h2 {
  font-weight: 400;
  font-size: 35px;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  section#contact_page_information .left-col .inner {
    padding-right: 50px;
  }
}
section#contact_page_information .left-col .wpcf7-submit {
  display: none;
}
section#contact_page_information .left-col textarea {
  margin-bottom: 20px;
}
section#contact_page_information .left-col .cta-btn {
  background: #F6F6F6;
  border: none !important;
}
section#products {
  text-align: center;
}
section#products .wrapper {
  padding-bottom: 50px;
}
section#products [class*="col-"] .inner {
  background: #F6F6F6;
  padding: 50px;
  margin-bottom: 30px;
  margin-top: 0;
}
section#products .bg-Green [class*="col-"] .inner {
  background: #FFF;
  padding: 30px;
}
section#products .bg-Green a {
  background: #F6F6F6;
  border-color: #F6F6F6 !important;
}
section#products h3,
section#products h4 {
  margin-top: 0;
  font-weight: 500;
  min-height: 40px;
}
section#products p:last-of-type {
  margin-bottom: 15px;
}
section#products .img {
  display: block;
  position: relative;
  padding-top: 100%;
  background-color: #FFF !important;
  background-size: cover !important;
  background-position: center center !important;
}
section#products .img:before {
  content: 'LEARN MORE';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #FFF;
  padding: 0 10px;
  line-height: 30px;
  color: #7e7e7e;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
section#products .img:hover:before {
  opacity: 1;
}
section#products .price {
  color: #e94e1b;
  margin-bottom: 10px;
  display: block;
}
section#insight .wrapper,
section#news .wrapper {
  padding-top: 0 !important;
}
section .post.item h3 {
  margin-bottom: 5px;
}
section .post.item .image {
  width: 100%;
}
section .post.item .image span {
  display: block;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  section .post.item .image span {
    padding-top: 70%;
  }
}
section#stories #sidebar #searchform .wrapper {
  position: relative;
}
section#stories #sidebar #searchform .wrapper:before {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: '\f002';
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  z-index: 5;
  line-height: 52px;
  width: 52px;
  text-align: center;
  color: #7e7e7e;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
}
section#stories #sidebar #searchform .wrapper .qbutton {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 52px;
  border: 0 none;
  width: 52px;
  background: none;
  z-index: 9;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
}
section#stories #sidebar #searchform.hovered .wrapper:before {
  color: #e94e1b !important;
}
section#stories .muchloved-funerals-search-summary {
  margin-bottom: 20px;
}
section#stories .sidebar-search .ml-thumb {
  display: none;
}
section#stories .sidebar-search h2 {
  border-bottom: 1px solid #e8e8e8;
  font-size: 18px;
  margin: 0 0 10px;
  padding-bottom: 10px;
}
section#stories .sidebar-search .ml-link:last-of-type {
  display: none !important;
}
section#stories .ml-link {
  margin-top: 10px;
}
section#stories .muchloved-funerals-widget {
  padding-right: 80px;
}
section#stories .muchloved-funerals-widget .ml-notice {
  position: relative;
  padding-left: 110px;
}
section#stories .muchloved-funerals-widget .ml-notice:after {
  clear: both;
  content: '';
  display: table;
}
section#stories .muchloved-funerals-widget .ml-notice .ml-thumb {
  position: absolute;
  left: 0;
  top: 0;
}
section#stories .muchloved-funerals-widget .ml-notice h2 {
  font-size: 30px;
  font-weight: 400 !important;
  margin: 0 0 10px;
}
section#stories .muchloved-funerals-widget .ml-notice .ml-location {
  margin-bottom: 10px;
  font-size: 13px;
  color: #b1b1b1;
}
#product-qv {
  padding: 30px;
}
#product-qv h2 {
  font-weight: 400;
}
#product-qv img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #product-qv img {
    width: calc(100% - 20px);
  }
}
#product-qv .price {
  color: #e94e1b;
  margin-bottom: 30px;
  display: block;
  font-size: 18px;
}
#product-qv .cta-btn {
  background: #f5f5f5;
  border-color: #f5f5f5 !important;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  border: 0 none !important;
  background: #F6F6F6;
  color: #1a222e;
  line-height: 35px;
  margin: 20px 0;
}
div.wpcf7-validation-errors {
  background: #F8F6E6;
}
.wpcf7-form-control-wrap {
  position: static;
}
span.wpcf7-not-valid-tip {
  background: #f8f6e6 none repeat scroll 0 0;
  color: #1a222e;
  display: block;
  font-size: 11px;
  line-height: 34px;
  padding: 0 15px;
  position: absolute;
  right: 15px;
  top: 0;
}
#category-nav {
  padding: 80px 0;
  text-align: center;
}
#category-nav a {
  display: inline-block;
  padding: 0 20px;
  line-height: 50px;
  color: #e94e1b;
  border: 1px solid #F6F6F6;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
#category-nav a.active {
  background: #1a222e;
  color: #737B87;
}
#gallery-wrap {
  margin-bottom: 40px;
  position: relative;
}
#gallery-wrap .img {
  width: 100%;
  height: 550px;
  float: left;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  #gallery-wrap .img {
    height: 350px;
  }
}
#gallery-wrap .gallery-nav {
  position: absolute;
  top: 50%;
  left: 30px;
  color: #FFF;
  z-index: 999;
  font-size: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#gallery-wrap .gallery-nav#next-image {
  left: auto;
  right: 30px;
}
#gallery-wrap #pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 999;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#gallery-wrap #pagination a {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #FFF;
  margin-right: 5px;
  position: relative;
}
@media (max-width: 767px) {
  #gallery-wrap #pagination a {
    width: 16px;
    height: 16px;
    margin: 0 5px;
  }
}
#gallery-wrap #pagination a span {
  display: none;
}
#gallery-wrap #pagination a.selected:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
#post {
  padding: 40px 0 80px;
}
#preloader-wrap {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
  width: 200px;
  visibility: hidden;
  z-index: 9999;
}
#preloader-wrap #preloader {
  display: block;
  width: 200px;
}
#banner {
  position: relative;
  max-height: 100vh !important;
  overflow-y: hidden;
}
#banner .inner,
#banner .caroufredsel_wrapper {
  height: 100vh !important;
}
#banner .inner a {
  display: block;
  height: 100%;
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
}
#banner .inner a span {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #FFF;
  font-size: 7vw;
  font-weight: 100;
  letter-spacing: 1.2vw;
}
#banner #scrollStart {
  position: absolute;
  z-index: 999;
  bottom: 90px;
  left: 50%;
  width: 50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#banner #scrollStart img {
  display: block;
  width: 16px;
  height: auto;
  margin: 0 auto;
}
#searchform .wrapper {
  position: relative;
}
#searchform .wrapper #s {
  background: #FFF;
  height: 50px !important;
  border: 0 none;
}
#searchform .wrapper #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 52px;
  border: 0 none;
  width: 52px;
  background: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
}
#searchform .wrapper #searchsubmit:hover {
  color: #a4d1be;
}
#searchform .form-control {
  background: #F6F6F6;
  font-size: 16px;
  text-indent: 10px;
}
#sidebar {
  background: #F6F6F6;
  margin-bottom: 30px;
}
#sidebar .wrapper {
  padding: 0;
}
#sidebar ul {
  list-style-type: none;
  padding: 0;
}
#sidebar ul.xoxo > li {
  padding: 30px;
}
#sidebar ul.xoxo > li:not(:first-child) {
  border-top: 2px solid #FFF;
}
#sidebar ul.xoxo > li.widget_search {
  padding: 20px;
}
#sidebar h3 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #E8E8E8;
}
#sidebar .widget-container a {
  line-height: 30px;
  display: block;
  color: #7e7e7e;
}
.archive.category .content,
.search-results .content {
  padding: 40px;
}
@media (max-width: 767px) {
  .archive.category .content,
  .search-results .content {
    padding: 30px 10px;
  }
}
.archive.category .post-intro,
.search-results .post-intro {
  margin-bottom: 30px;
}
.archive.category .date,
.search-results .date {
  margin-bottom: 20px;
  font-size: 17px;
  color: #92acd1;
}
.archive.category .post.item,
.search-results .post.item {
  margin-bottom: 40px;
  background: #F6F6F6;
}
.archive.category .post.item h3,
.search-results .post.item h3 {
  margin: 0 0 10px;
  font-weight: 400 !important;
  font-size: 30px;
}
.archive.category .post.item .image,
.search-results .post.item .image {
  display: block;
}
.archive.category .post.item .image .img-wrap,
.search-results .post.item .image .img-wrap {
  display: block;
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .archive.category .post.item .image .img-wrap,
  .search-results .post.item .image .img-wrap {
    padding-top: 75%;
  }
}
.archive.category .toolbar.top,
.search-results .toolbar.top {
  border-bottom: 1px solid #E8E8E8;
  line-height: 30px;
}
#social-feed {
  padding: 0 30px;
}
@media (max-width: 991px) {
  #social-feed {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #social-feed {
    padding: 40px 0 0;
  }
}
#social-feed h3 {
  margin: 0 0 10px;
  padding-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #E8E8E8;
}
#social-feed h3 .fa {
  color: #a4d1be;
  margin-right: 5px;
}
#posts {
  padding-bottom: 40px;
}
#simple-post-content {
  margin-bottom: 40px;
}
#simple-post-content .date {
  margin-bottom: 20px;
  font-size: 17px;
  color: #92acd1;
}
.single-post #post-content .date {
  margin-bottom: 30px;
  color: #b1b1b1;
}
.single-post .post-content {
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .single-post .post-content {
    padding-right: 0;
  }
}
.single-post .post-content img {
  display: block;
  max-width: 100%;
}
.single-post .post-content img.size-full {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .single-post .left-col {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  #faqs {
    padding: 0 10px !important;
  }
}
#faqs .faq .question {
  display: block;
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  position: relative;
}
#faqs .faq .question h4 {
  margin: 0;
  line-height: 70px;
  color: #000;
}
@media (max-width: 767px) {
  #faqs .faq .question h4 {
    line-height: 1.4;
    font-size: 13px;
    margin: 10px 0;
  }
}
#faqs .faq .question .open-close {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  line-height: 25px;
  font-size: 12px;
  caption-side: #000;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: #F6F6F6;
  text-align: center;
}
#faqs .faq .question.active h4 {
  color: #000;
}
#faqs .faq .answer {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#faqs .faq .answer .content {
  margin-bottom: 30px;
}
#faqs .faq .question,
#faqs .faq .answer {
  padding: 0 70px 0 0;
}
@media (max-width: 991px) {
  #faqs .faq .question,
  #faqs .faq .answer {
    padding-left: 15px !important;
  }
}
#header {
  width: 100%;
  z-index: 999999;
  position: absolute;
}
#header #start {
  display: block;
  padding: 150px 10px 15px;
  text-align: center;
  width: 290px;
  background: #e94e1b;
  -webkit-transform-origin: 'left, top' center;
  -moz-transform-origin: 'left, top' center;
  -ms-transform-origin: 'left, top' center;
  -o-transform-origin: 'left, top' center;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  position: absolute;
  top: -100px;
  right: -100px;
  color: #FFF;
}
@media (max-width: 767px) {
  #header #branding {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header .logo {
    padding-top: 15px;
  }
}
#header #mob-nav {
  width: 50px;
  background: #1a222e;
  text-align: center;
  line-height: 50px;
  height: 50px;
  font-size: 20px;
  color: #FFF;
  padding: 0;
  border: 0 none;
  text-decoration: none !important;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 999999;
}
#header #mob-nav .fa {
  color: #FFF;
  margin: 0;
  line-height: 50px;
}
#header .caroufredsel_wrapper {
  height: 100% !important;
  position: absolute !important;
  z-index: 0;
}
#header .caroufredsel_wrapper #slides {
  width: 100%;
  height: 100%;
}
#header .caroufredsel_wrapper #slides .slide {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}
#header .caroufredsel_wrapper #slides .slide.case-study {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(50%);
}
#header #logo {
  display: block;
  margin: 0 auto 15px;
  width: 100%;
  max-width: 500px;
  opacity: 1;
}
#header #logo img {
  display: block;
  margin: 0 auto;
  max-width: 900px;
}
@media (min-width: 768px) {
  #menu {
    position: absolute;
    left: 0;
    top: calc(382px - 50px);
    width: 100%;
    height: 50px;
    background: #1a222e;
  }
  #menu.sticky {
    position: fixed !important;
    top: 0 !important;
  }
  body.home #menu {
    top: calc(100vh - 50px);
  }
}
@media (max-width: 767px) {
  #menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 75%;
    z-index: 99;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    height: 100%;
  }
  #menu ul li {
    float: none !important;
  }
  #menu > .container {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  #menu > .container {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
#header .menu {
  width: 100%;
  text-align: center;
  position: relative;
  border-left: 1px solid #29323f;
}
@media (max-width: 767px) {
  #header .menu {
    text-align: left;
    background: none !important;
    border: 0 !important;
  }
}
#header .menu li {
  display: block;
  float: left;
  width: 10%;
}
#header .menu li:nth-child(3) {
  width: 16%;
}
#header .menu li:nth-child(4) {
  width: 17%;
}
#header .menu li:nth-child(5) {
  width: 19%;
}
#header .menu li:nth-child(6) {
  width: 15%;
}
#header .menu li:nth-child(7) {
  width: 13%;
}
@media (max-width: 767px) {
  #header .menu li {
    width: 100% !important;
  }
}
#header .menu li a {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0px;
  text-align: center;
  line-height: 50px;
  display: block;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  color: #737B87;
  border-right: 1px solid #29323f;
}
@media (max-width: 1199px) {
  #header .menu li a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  #header .menu li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #header .menu li a {
    text-align: left;
    line-height: 50px;
    padding: 0 15px 0 20px;
    border: 0 none;
    border-bottom: 1px solid #FFF;
  }
}
#header .menu li a:hover {
  color: #e94e1b;
  text-decoration: none;
}
#header .menu li.current-menu-item > a {
  color: #e94e1b !important;
  background: #FFF;
  position: relative;
}
#header .menu li.current-menu-item > a:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #FFF;
  position: absolute;
  top: -4px;
  left: 0;
}
@media (max-width: 767px) {
  #header .menu li.current-menu-item > a {
    background: #d64415 !important;
    color: #FFF !important;
  }
}
footer .footer {
  padding: 80px 0;
}
@media (max-width: 991px) {
  footer .footer {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer {
    padding: 20px 10px;
  }
}
footer .footer ul {
  list-style-type: none;
  padding: 0 20px;
  text-transform: uppercase;
}
footer .footer ul ul {
  padding: 0 !important;
  text-transform: none;
}
footer .footer ul ul li a {
  color: #7e7e7e;
}
footer .footer ul li a {
  display: block;
  line-height: 40px;
  border-bottom: 1px dotted #e1e1e1;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  color: #1a222e;
}
footer .footer ul li a:hover {
  color: #a4d1be !important;
}
footer .footer ul li a:before {
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  content: '\f105';
  color: #a4d1be;
  float: right;
  line-height: 40px;
  margin-left: 20px;
}
footer .footer .bottom-links {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  footer .footer .bottom-links {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  footer .footer .bottom-links ul.menu {
    -moz-column-width: auto;
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -moz-column-rule-color: none;
    -moz-column-rule-style: none;
    -moz-column-rule-width: 0;
    -webkit-column-width: auto;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    -webkit-column-rule-color: none;
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0;
    column-width: auto;
    column-count: 3;
    column-gap: 30px;
    column-rule-color: none;
    column-rule-style: none;
    column-rule-width: 0;
  }
}
@media (min-width: 1200px) {
  footer .footer .bottom-links ul.menu {
    -moz-column-width: auto;
    -moz-column-count: 5;
    -moz-column-gap: 30px;
    -moz-column-rule-color: none;
    -moz-column-rule-style: none;
    -moz-column-rule-width: 0;
    -webkit-column-width: auto;
    -webkit-column-count: 5;
    -webkit-column-gap: 30px;
    -webkit-column-rule-color: none;
    -webkit-column-rule-style: none;
    -webkit-column-rule-width: 0;
    column-width: auto;
    column-count: 5;
    column-gap: 30px;
    column-rule-color: none;
    column-rule-style: none;
    column-rule-width: 0;
  }
}
footer .footer .awards img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 450px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .footer .awards img {
    margin-bottom: 10px;
  }
}
footer #signoff {
  text-align: center;
  line-height: 200px;
  color: #B0B0B0;
  font-size: 14px;
}
@media (max-width: 767px) {
  footer #signoff {
    line-height: normal;
    padding: 20px 0;
    font-size: 11px;
  }
}
footer #signoff a {
  color: #B0B0B0;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
}
footer #signoff a:hover {
  color: #FFF;
}
footer #signoff .copy {
  display: inline-block;
}
footer #signoff .divider {
  margin: 0 5px;
  opacity: 0.2;
  display: inline-block;
}
footer #signoff .social-link {
  font-size: 18px;
  position: relative;
  top: 2px;
}
footer #credits {
  text-align: right;
}
@media (max-width: 991px) {
  footer #credits {
    text-align: center;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  footer #credits {
    padding-top: 30px;
  }
}
footer #credits img {
  display: inline-block;
  height: 55px;
  width: auto;
  margin-left: 15px;
  -webkit-border-radius: 6%;
  -moz-border-radius: 6%;
  border-radius: 6%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
@media (max-width: 1199px) {
  footer #credits img {
    margin-left: 10px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  footer #credits img {
    height: 65px;
  }
}
footer #credits a {
  display: inline-block;
}
@media (max-width: 767px) {
  footer #credits a {
    display: block;
    margin-bottom: 30px;
  }
}
footer #credits a img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: 0;
}
@media (max-width: 767px) {
  footer #credits a img {
    height: auto;
    width: 100%;
    max-width: 300px;
  }
}
/*# sourceMappingURL=style.css.map */