/*
Theme Name: Hatch Studios
Author: Alyx 
Description: Simplistic theme based on Canvas
Version: 2023.02
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ec_theme
Domain Path: /languages/
Tags:
*/

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-block-image {
margin-bottom: 15px;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: .8075em 0;
}

.wp-caption-text {
  text-align: center;
}


#portfolio #port-tags,
#portfolio .portfolio-items {
  text-align: center;
  width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
}

.wp-block-group {
    box-sizing: border-box;
}





.gallery-item-single {
  background: #ffd005;
  box-sizing: border-box;
  display: inline-block;
  flex: 0 0 auto;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 100%;
  overflow:hidden;
}

.gallery-item {
  background: #ffd005;
  box-sizing: border-box;
  display: inline-block;
  flex: 0 0 auto;
  margin: 25px;
  position: relative;
  //max-width: 415px;
  text-align: center;
  vertical-align: top;
  width: 100%;
  overflow:hidden;
}

.gallery-item h3,
.gallery-item-single h3 {
  background: rgba(0,0,0,.5);
  bottom: -7px;
  display: block;
  font-size: 14px;
  left: 0;
  line-height: 1.2em;
  margin: 0;
  overflow: hidden;
  position: absolute;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
  overflow:hidden;
}

#portfolio .gallery-item h3 {
  background: rgba(0,0,0,.5);
  bottom: -1px;
  display: block;
  font-size: 14px;
  left: 0;
  line-height: 1.2em;
  margin: 0;
  overflow: hidden;
  position: absolute;
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 1;
}

#portfolio .gallery-item h3 a,
.gallery-item-single h3 a {
  color: #fff;
  padding: .5em;
  display: block;
  transition: background .2s ease-in-out, color .2s ease-in-out;
  white-space: nowrap;
}

#portfolio .gallery-item:hover h3 a,
.gallery-item-single:hover h3 a {
  color: #ffd005;
  background: #000;
  text-decoration: none;
}

#portfolio .gallery-item img, #portfolio .gallery-item .image,
.gallery-item-single img, #portfolio .gallery-item-single .image {
  transition: all .2s ease-in-out;
}

#portfolio .gallery-item:hover img, #portfolio .gallery-item:hover .image,
.gallery-item-single:hover img, #portfolio .gallery-item-single:hover .image {
  opacity: .25;
  transform: scale(1.02);
}

#portfolio .gallery-item .thumb {
  display: block;
  width: 100%;
}

#portfolio .gallery-item .thumb img {
  width: 100%;
}

#portfolio .gallery-item .image { 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
}

#portfolio .gallery-item .image a { 
  display: block;
  height: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 46.8%;
}

.gallery-columns-3 .gallery-item {
  width: 29.8%;
}

.gallery-columns-4 .gallery-item {
  width: 21.8%;
}

.gallery-columns-6 .gallery-item {
  width: 12.8%;
}

@media (max-width: 1440px) {
  .gallery-columns-lg-1 .gallery-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .gallery-columns-lg-2 .gallery-item {
    width: 46.8%;
  }

  .gallery-columns-lg-3 .gallery-item {
    width: 29.8%;
  }

  .gallery-columns-lg-4 .gallery-item {
    width: 21.8%;
  }

  .gallery-columns-lg-6 .gallery-item {
    width: 12.8%;
  }
}

@media (max-width: 768px) {
  .gallery-columns-md-1 .gallery-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .gallery-columns-md-2 .gallery-item {
    width: 46.8%;
  }

  .gallery-columns-md-3 .gallery-item {
    width: 29.8%;
  }

  .gallery-columns-md-4 .gallery-item {
    width: 21.8%;
  }

  .gallery-columns-md-6 .gallery-item {
    width: 12.8%;
  }
}

@media (max-width: 576px) {
  .gallery-columns-sm-1 .gallery-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .gallery-columns-sm-2 .gallery-item {
    width: 50%;
  }

  .gallery-columns-sm-3 .gallery-item {
    width: 33.33333333%;
  }

  .gallery-columns-sm-4 .gallery-item {
    width: 21.8%;
  }

  .gallery-columns-sm-6 .gallery-item {
    width: 12.8%;
  }
}

.gallery-caption {
  display: block;
}

.m-0 {
  margin: 0!important;
}

.mt-0,
.my-0 {
  margin-top: 0!important;
}

.mr-0,
.mx-0 {
  margin-right: 0!important;
}

.mb-0,
.my-0 {
  margin-bottom: 0!important;
}

.ml-0,
.mx-0 {
  margin-left: 0!important;
}

.m-1 {
  margin: .25rem!important;
}

.mt-1,
.my-1 {
  margin-top: .25rem!important;
}

.mr-1,
.mx-1 {
  margin-right: .25rem!important;
}

.mb-1,
.my-1 {
  margin-bottom: .25rem!important;
}

.ml-1,
.mx-1 {
  margin-left: .25rem!important;
}

.m-2 {
  margin: .5rem!important;
}

.mt-2,
.my-2 {
  margin-top: .5rem!important;
}

.mr-2,
.mx-2 {
  margin-right: .5rem!important;
}

.mb-2,
.my-2 {
  margin-bottom: .5rem!important;
}

.ml-2,
.mx-2 {
  margin-left: .5rem!important;
}

.m-3 {
  margin: 1rem!important;
}

.mt-3,
.my-3 {
  margin-top: 1rem!important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem!important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem!important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem!important;
}

.m-4 {
  margin: 1.5rem!important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem!important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem!important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem!important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem!important;
}

.m-5 {
  margin: 3rem!important;
}

.mt-5,
.my-5 {
  margin-top: 3rem!important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem!important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem!important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem!important;
}

.p-0 {
  padding: 0!important;
}

.pt-0,
.py-0 {
  padding-top: 0!important;
}

.pr-0,
.px-0 {
  padding-right: 0!important;
}

.pb-0,
.py-0 {
  padding-bottom: 0!important;
}

.pl-0,
.px-0 {
  padding-left: 0!important;
}

.p-1 {
  padding: .25rem!important;
}

.pt-1,
.py-1 {
  padding-top: .25rem!important;
}

.pr-1,
.px-1 {
  padding-right: .25rem!important;
}

.pb-1,
.py-1 {
  padding-bottom: .25rem!important;
}

.pl-1,
.px-1 {
  padding-left: .25rem!important;
}

.p-2 {
  padding: .5rem!important;
}

.pt-2,
.py-2 {
  padding-top: .5rem!important;
}

.pr-2,
.px-2 {
  padding-right: .5rem!important;
}

.pb-2,
.py-2 {
  padding-bottom: .5rem!important;
}

.pl-2,
.px-2 {
  padding-left: .5rem!important;
}

.p-3 {
  padding: 1rem!important;
}

.pt-3,
.py-3 {
  padding-top: 1rem!important;
}

.pr-3,
.px-3 {
  padding-right: 1rem!important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem!important;
}

.pl-3,
.px-3 {
  padding-left: 1rem!important;
}

.p-4 {
  padding: 1.5rem!important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem!important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem!important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem!important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem!important;
}

.p-5 {
  padding: 3rem!important;
}

.pt-5,
.py-5 {
  padding-top: 3rem!important;
}

.pr-5,
.px-5 {
  padding-right: 3rem!important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem!important;
}

.pl-5,
.px-5 {
  padding-left: 3rem!important;
}

.m-n1 {
  margin: -.25rem!important;
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem!important;
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem!important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem!important;
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem!important;
}

.m-n2 {
  margin: -.5rem!important;
}

.mt-n2,
.my-n2 {
  margin-top: -.5rem!important;
}

.mr-n2,
.mx-n2 {
  margin-right: -.5rem!important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem!important;
}

.ml-n2,
.mx-n2 {
  margin-left: -.5rem!important;
}

.m-n3 {
  margin: -1rem!important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem!important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem!important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem!important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem!important;
}

.m-n4 {
  margin: -1.5rem!important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem!important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem!important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem!important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem!important;
}

.m-n5 {
  margin: -3rem!important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem!important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem!important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem!important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem!important;
}

.m-auto {
  margin: auto!important;
}

.mt-auto,
.my-auto {
  margin-top: auto!important;
}

.mr-auto,
.mx-auto {
  margin-right: auto!important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto!important;
}

.ml-auto,
.mx-auto {
  margin-left: auto!important;
}

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0!important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0!important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0!important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0!important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0!important;
  }

  .m-sm-1 {
    margin: .25rem!important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem!important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem!important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem!important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem!important;
  }

  .m-sm-2 {
    margin: .5rem!important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem!important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem!important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem!important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem!important;
  }

  .m-sm-3 {
    margin: 1rem!important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem!important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem!important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem!important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem!important;
  }

  .m-sm-4 {
    margin: 1.5rem!important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem!important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem!important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem!important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem!important;
  }

  .m-sm-5 {
    margin: 3rem!important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem!important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem!important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem!important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem!important;
  }

  .p-sm-0 {
    padding: 0!important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0!important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0!important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0!important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0!important;
  }

  .p-sm-1 {
    padding: .25rem!important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem!important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem!important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem!important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem!important;
  }

  .p-sm-2 {
    padding: .5rem!important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem!important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem!important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem!important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem!important;
  }

  .p-sm-3 {
    padding: 1rem!important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem!important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem!important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem!important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem!important;
  }

  .p-sm-4 {
    padding: 1.5rem!important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem!important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem!important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem!important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem!important;
  }

  .p-sm-5 {
    padding: 3rem!important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem!important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem!important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem!important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem!important;
  }

  .m-sm-n1 {
    margin: -.25rem!important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem!important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem!important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem!important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem!important;
  }

  .m-sm-n2 {
    margin: -.5rem!important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem!important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem!important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem!important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem!important;
  }

  .m-sm-n3 {
    margin: -1rem!important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem!important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem!important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem!important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem!important;
  }

  .m-sm-n4 {
    margin: -1.5rem!important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem!important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem!important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem!important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem!important;
  }

  .m-sm-n5 {
    margin: -3rem!important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem!important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem!important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem!important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem!important;
  }

  .m-sm-auto {
    margin: auto!important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto!important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto!important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto!important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto!important;
  }
}

@media (min-width:768px) {
  .m-md-0 {
    margin: 0!important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0!important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0!important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0!important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0!important;
  }

  .m-md-1 {
    margin: .25rem!important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem!important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem!important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem!important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem!important;
  }

  .m-md-2 {
    margin: .5rem!important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem!important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem!important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem!important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem!important;
  }

  .m-md-3 {
    margin: 1rem!important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem!important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem!important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem!important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem!important;
  }

  .m-md-4 {
    margin: 1.5rem!important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem!important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem!important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem!important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem!important;
  }

  .m-md-5 {
    margin: 3rem!important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem!important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem!important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem!important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem!important;
  }

  .p-md-0 {
    padding: 0!important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0!important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0!important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0!important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0!important;
  }

  .p-md-1 {
    padding: .25rem!important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem!important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem!important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem!important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem!important;
  }

  .p-md-2 {
    padding: .5rem!important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem!important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem!important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem!important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem!important;
  }

  .p-md-3 {
    padding: 1rem!important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem!important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem!important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem!important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem!important;
  }

  .p-md-4 {
    padding: 1.5rem!important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem!important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem!important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem!important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem!important;
  }

  .p-md-5 {
    padding: 3rem!important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem!important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem!important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem!important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem!important;
  }

  .m-md-n1 {
    margin: -.25rem!important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem!important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem!important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem!important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem!important;
  }

  .m-md-n2 {
    margin: -.5rem!important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem!important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem!important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem!important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem!important;
  }

  .m-md-n3 {
    margin: -1rem!important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem!important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem!important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem!important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem!important;
  }

  .m-md-n4 {
    margin: -1.5rem!important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem!important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem!important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem!important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem!important;
  }

  .m-md-n5 {
    margin: -3rem!important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem!important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem!important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem!important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem!important;
  }

  .m-md-auto {
    margin: auto!important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto!important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto!important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto!important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto!important;
  }
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0!important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0!important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0!important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0!important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0!important;
  }

  .m-lg-1 {
    margin: .25rem!important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem!important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem!important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem!important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem!important;
  }

  .m-lg-2 {
    margin: .5rem!important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem!important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem!important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem!important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem!important;
  }

  .m-lg-3 {
    margin: 1rem!important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem!important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem!important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem!important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem!important;
  }

  .m-lg-4 {
    margin: 1.5rem!important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem!important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem!important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem!important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem!important;
  }

  .m-lg-5 {
    margin: 3rem!important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem!important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem!important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem!important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem!important;
  }

  .p-lg-0 {
    padding: 0!important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0!important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0!important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0!important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0!important;
  }

  .p-lg-1 {
    padding: .25rem!important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem!important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem!important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem!important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem!important;
  }

  .p-lg-2 {
    padding: .5rem!important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem!important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem!important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem!important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem!important;
  }

  .p-lg-3 {
    padding: 1rem!important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem!important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem!important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem!important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem!important;
  }

  .p-lg-4 {
    padding: 1.5rem!important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem!important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem!important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem!important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem!important;
  }

  .p-lg-5 {
    padding: 3rem!important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem!important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem!important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem!important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem!important;
  }

  .m-lg-n1 {
    margin: -.25rem!important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem!important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem!important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem!important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem!important;
  }

  .m-lg-n2 {
    margin: -.5rem!important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem!important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem!important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem!important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem!important;
  }

  .m-lg-n3 {
    margin: -1rem!important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem!important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem!important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem!important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem!important;
  }

  .m-lg-n4 {
    margin: -1.5rem!important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem!important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem!important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem!important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem!important;
  }

  .m-lg-n5 {
    margin: -3rem!important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem!important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem!important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem!important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem!important;
  }

  .m-lg-auto {
    margin: auto!important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto!important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto!important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto!important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto!important;
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0!important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0!important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0!important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0!important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0!important;
  }

  .m-xl-1 {
    margin: .25rem!important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem!important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem!important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem!important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem!important;
  }

  .m-xl-2 {
    margin: .5rem!important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem!important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem!important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem!important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem!important;
  }

  .m-xl-3 {
    margin: 1rem!important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem!important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem!important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem!important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem!important;
  }

  .m-xl-4 {
    margin: 1.5rem!important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem!important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem!important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem!important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem!important;
  }

  .m-xl-5 {
    margin: 3rem!important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem!important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem!important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem!important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem!important;
  }

  .p-xl-0 {
    padding: 0!important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0!important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0!important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0!important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0!important;
  }

  .p-xl-1 {
    padding: .25rem!important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem!important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem!important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem!important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem!important;
  }

  .p-xl-2 {
    padding: .5rem!important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem!important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem!important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem!important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem!important;
  }

  .p-xl-3 {
    padding: 1rem!important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem!important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem!important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem!important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem!important;
  }

  .p-xl-4 {
    padding: 1.5rem!important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem!important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem!important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem!important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem!important;
  }

  .p-xl-5 {
    padding: 3rem!important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem!important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem!important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem!important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem!important;
  }

  .m-xl-n1 {
    margin: -.25rem!important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem!important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem!important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem!important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem!important;
  }

  .m-xl-n2 {
    margin: -.5rem!important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem!important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem!important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem!important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem!important;
  }

  .m-xl-n3 {
    margin: -1rem!important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem!important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem!important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem!important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem!important;
  }

  .m-xl-n4 {
    margin: -1.5rem!important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem!important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem!important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem!important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem!important;
  }

  .m-xl-n5 {
    margin: -3rem!important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem!important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem!important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem!important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem!important;
  }

  .m-xl-auto {
    margin: auto!important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto!important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto!important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto!important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto!important;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

body,
html {
  height: 100%;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

body {
  //font: 300 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
font-family: 'museo-sans';
  color: #555;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  //font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-family: 'museo-sans';
  color: #222;
  font-weight: 700;
  line-height: 1.2em;
}

h1 {
  font-size: 3.5em;
  font-weight: 700;
}

h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: .8em;
}

p {
  margin: 0;
  font: 300 16px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;
}

strong {
  font-weight: 700;
}

hr {
  background-color: #e6e6e6;
  border: 0;
  height: 1px;
  margin-bottom: 20px;
}

input,
textarea {
  padding: 5px;
  background: #fff;
  border-color: #efefef;
  border-width: 2px;
  border-style: solid;
  margin-bottom: 10px;
  border-radius: 3px;
  font-size: 1em;
  color: #666;
  font-family: inherit;
}

.hide {
  display: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

a:link,
a:visited {
  color: #428bca;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #ff4800;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited {
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

embed,
iframe,
video {
  max-width: 100%;
}

video {
  height: auto;
}

#wrapper {
  position: relative;
}

#inner-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -spec-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0 1em;
}

#header {
  padding: 40px 0 45px;
  clear: both;
  position: relative;
  background-size: auto;
}

#logo .site-title a {
  color: #222;
  font-size: 40px;
  line-height: 40px;
  text-transform: none;
  text-decoration: none;
}

#logo .site-title a:hover {
  text-decoration: underline;
}

#logo .site-description {
  color: #999;
  font-weight: 300;
}

.header-widget {
  margin: 2em 0 0;
  float: none;
  clear: both;
}

.header-widget .widget {
  margin-bottom: 0;
  margin-top: 2em;
}

.header-widget .widget:first-child {
  margin: 0;
}

#content {
  padding: 0 0 40px;
  position: relative;
}

#sidebar {
  margin-top: 3em;
  clear: both;
}

#sidebar .secondary {
  float: left;
  margin-right: 20px;
}

#sidebar .tertiary {
  float: left;
  margin-right: 0;
}

#sidebar .last {
  margin: 0;
}

#footer {
  border-top: 1px solid #e6e6e6;
  color: #999;
  padding: 20px 0;
}

#footer,
#footer p {
  font-size: 14px;
}

#footer #credit img {
  vertical-align: middle;
}

#footer #credit span {
  display: none;
}

#footer .menu {
  display: flex;
}

#footer .menu li:first-child:before {
  border-left: none;
}

#footer .menu li:before {
  border-left: 1px solid #999;
  content: '';
  margin: 0 .4rem;
}

#footer .col-left {
  margin-bottom: 10px;
}

#footer-widgets .block {
  padding-top: 20px;
}

@media only screen and (max-width:767px) {
  #wrapper {
    overflow-y: visible;
    overflow-x: hidden;
  }

  #content {
    padding-top: 1.5em;
  }

  #header {
    background-size: cover;
  }

  #sidebar {
    clear: both;
  }
}

@media only screen and (min-width:768px) {
  #logo {
    float: left;
    max-width: 100%;
  }

  #footer-widgets .block {
    margin-right: 3.8%;
    float: left;
  }

  #footer-widgets.col-1 .block {
    width: 100%;
    margin-right: 0;
  }

  #footer-widgets.col-2 .block,
  #footer-widgets.col-4 .block {
    width: 48%;
  }

  #footer-widgets.col-3 .block {
    width: 30.75%;
  }

  #footer-widgets.col-2 .footer-widget-2,
  #footer-widgets.col-3 .footer-widget-3 {
    margin-right: 0;
  }

  #footer-widgets.col-4 .footer-widget-2,
  #footer-widgets.col-4 .footer-widget-4 {
    margin-right: 0;
  }
}

@media only screen and (min-width:980px) {
  .col-left {
    float: left;
  }

  .col-right {
    float: right;
  }

  .col-full {
    max-width: 1140px
    margin: 0 auto;
  }

  #wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1em 2em;
  }

  #wrapper #sidebar {
    margin-top: 0;
  }

  #inner-wrapper {
    padding: 0;
  }

  #sidebar {
    overflow: hidden;
    clear: none;
  }

  #main-sidebar-container {
    position: relative;
  }

  #main-sidebar-container #main {
    position: relative;
  }

  #main-sidebar-container #sidebar {
    display: inline;
  }

  #sidebar-alt {
    display: inline;
    margin: 0;
  }

  #footer-widgets.col-3 .block {
    width: 30.75%;
  }

  #footer-widgets.col-4 .block {
    width: 22.05%;
  }

  #footer-widgets.col-4 .footer-widget-2 {
    margin-right: 3.8%;
  }

  .one-col #main {
    float: none;
  }

  .two-col-left #main-sidebar-container #main,
  .two-col-right #main-sidebar-container #main {
    width: 64.89%;
  }

  .two-col-left #main-sidebar-container #sidebar,
  .two-col-right #main-sidebar-container #sidebar {
    width: 31.91%;
  }

  .three-col-left #main-sidebar-container #sidebar,
  .three-col-middle #main-sidebar-container #sidebar,
  .three-col-right #main-sidebar-container #sidebar {
    width: 39.47%;
  }

  .three-col-left #main-sidebar-container,
  .three-col-middle #main-sidebar-container,
  .three-col-right #main-sidebar-container {
    width: 80.85%;
  }

  .three-col-left #main-sidebar-container #main,
  .three-col-middle #main-sidebar-container #main,
  .three-col-right #main-sidebar-container #main {
    width: 57.89%;
  }

  #sidebar-alt {
    width: 17.02%;
  }

  .two-col-left #main-sidebar-container #main,
  .two-col-right #main-sidebar-container #sidebar {
    float: left;
  }

  .three-col-left #main-sidebar-container {
    float: left;
  }

  .three-col-left #main-sidebar-container #main {
    float: left;
  }

  .three-col-middle #main-sidebar-container #main,
  .three-col-middle #sidebar-alt {
    float: left;
  }

  .three-col-right #main-sidebar-container #sidebar,
  .three-col-right #sidebar-alt {
    float: left;
  }

  .two-col-left #main-sidebar-container #sidebar,
  .two-col-right #main-sidebar-container #main {
    float: right;
  }

  .three-col-left #main-sidebar-container #sidebar,
  .three-col-left #sidebar-alt {
    float: right;
  }

  .three-col-middle #main-sidebar-container {
    float: right;
  }

  .three-col-middle #main-sidebar-container #sidebar {
    float: right;
  }

  .three-col-right #main-sidebar-container {
    float: right;
  }

  .three-col-right #main-sidebar-container #main {
    float: right;
  }
}

.breadcrumbs {
  margin-bottom: 1.5em;
}

.archive_header {
  display: block;
  //float: left;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  margin-bottom: 0px !important;
  padding: 0 0 10px;
  color: #222;
  font-weight: 700;
  font-size: 1.5em;
}

.archive_header h1 {
  font-size: 1em;
}

.archive_header .catrss a {
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none;
  line-height: 22px;
}

.archive-description {
  clear: both;
  margin-bottom: 30px;
}

.post,
.search .page {
  margin: 0 0 40px;
}

.post {
  clear: both;
}

.page .title,
.page-title,
.post .title {
  font: normal bold 28px/1.2em "Helvetica Neue",Helvetica,Arial sans-serif;
  margin: 0 0 .5em;
}

.post .title a:link,
.post .title a:visited {
  color: #222;
}

.page .title a:link,
.page .title a:visited {
  color: #222;
}

.post .title {
  margin-bottom: 0!important;
}

.post-meta {
  margin: 0 0 1.8em 0;
  font: 1em/1em sans-serif;
  color: #999;
  font: 300 12px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.post-meta .small {
  text-transform: lowercase;
}

.post-meta .author {
  text-transform: capitalize;
}

.post-more {
  clear: both;
  padding: .2em 0;
  font-size: 13px;
}

.post-more .sep {
  padding: 0 .5em;
}

.post p.tags {
  color: #999;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

.post-meta a:link,
.post-meta a:visited {
  font-weight: 700;
  color: #888;
}

.post p.tags a:link,
.post p.tags a:visited {
  font-weight: 700;
  color: #888;
}

.post p.tags a:hover,
.post-meta a:hover,
.post-more a:hover {
  text-decoration: underline;
  color: red;
}

.post-meta .post-comments {
  margin-left: .5em;
  float: right;
}

.post .post-embed {
  margin-bottom: 30px;
}

.post-edit-link {
  float: right;
  font-weight: 300;
  font-size: 1.2em;
}

ul.related {
  color: #efefef;
}

#inner-wrapper article {
  color: #555;
}

#inner-wrapper article .page-link {
  font-weight: 700;
  margin: 0 0 2em;
}

#inner-wrapper article h1,
#inner-wrapper article h2,
#inner-wrapper article h3,
#inner-wrapper article h4,
#inner-wrapper article h5,
#inner-wrapper article h6 {
  margin: 0 0 .5em;
}

#inner-wrapper article blockquote {
  position: relative;
  padding: 10px 20px 10px 50px;
  color: #444;
}

#inner-wrapper article blockquote:before {
  content: "\f10d";
  position: absolute;
  top: .6em;
  left: 0;
  font-size: 2.5em;
  color: #999;
  color: rgba(0,0,0,.1);
  font-family: FontAwesome;
  font-style: normal;
}

#inner-wrapper article blockquote p {
  font-style: italic;
}

#inner-wrapper article ul:not(.wc-block-grid__products):not(.related):not(.woocommerce-error):not(.products):not(.tabs):not(.wooslider-direction-nav):not(.slides) {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
  overflow: hidden;
}

#inner-wrapper article ul:not(.wc-block-grid__products):not(.related):not(.woocommerce-error):not(.products):not(.tabs):not(.wooslider-direction-nav):not(.slides) ul {
  margin: 0;
}

#inner-wrapper article ul:not(.wc-block-grid__products):not(.related):not(.woocommerce-error):not(.products):not(.tabs):not(.wooslider-direction-nav):not(.slides) li:not(.product) {
  list-style-type: disc;
}

#inner-wrapper article ul:not(.wc-block-grid__products):not(.related):not(.woocommerce-error):not(.products):not(.tabs):not(.wooslider-direction-nav):not(.slides).icons-ul li {
  list-style-type: none;
}

#inner-wrapper article ul:not(.wc-block-grid__products):not(.related):not(.woocommerce-error):not(.products):not(.tabs):not(.wooslider-direction-nav):not(.slides) ul li {
  list-style-type: circle;
}

#inner-wrapper article ol:not(.wooslider-control-nav) {
  margin: 0 0 15px 0;
  padding: 0 0 0 30px;
  overflow: hidden;
}

#inner-wrapper article ol:not(.wooslider-control-nav) ol {
  margin: 0;
}

#inner-wrapper article ol:not(.wooslider-control-nav) li {
  list-style-type: decimal;
}

#inner-wrapper article ol:not(.wooslider-control-nav) li ol li {
  list-style-type: lower-latin;
}

#portfolio .group.portfolio-img img,
img.thumbnail {
  height: auto;
  padding: 3px;
  border: 1px solid #e6e6e6;
  background: #f8f8f8;
  background: rgba(255,255,255,.7);
}

img.wp-smiley {
  padding: 0;
  border: none;
}
@media (min-width:768px) {
  .alignleft {
    float: left;
    margin: 5px 15px 15px 0;
  }

  .alignright {
    float: right;
    margin: 5px 0 15px 15px;
  }
}

.aligncenter {
  text-align: center;
  margin-bottom: 15px;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ie8 .alignleft,
.ie8 .alignright {
  width: auto;
}

#inner-wrapper article .gallery {
  margin-bottom: 2em!important;
}

#inner-wrapper article .wp-caption {
  max-width: 100%;
  width: 100%;
  padding: 1px;
  text-align: center;
  background: #f8f8f8;
  border: solid 1px #e6e6e6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 0 1px 1px #fff;
  -moz-box-shadow: inset 0 0 1px 1px #fff;
  -webkit-box-shadow: inset 0 0 1px 1px #fff;
}

#inner-wrapper article .wp-caption img {
  margin: 0!important;
  padding: 4px 0;
  background: 0 0;
  border: 0;
}

#inner-wrapper article .wp-caption-text {
  margin: 0 0 .3em;
  padding: 0;
  font: 300 12px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
}

#inner-wrapper article .wp-caption a {
  margin: 0!important;
}

#inner-wrapper article .wp-caption.aligncenter {
  margin: 0 auto 15px;
}

.nav-entries {
  clear: both;
  font-size: 11px;
}

#inner-wrapper article .extras h1,
#inner-wrapper article .extras h2,
#inner-wrapper article .extras h3,
#inner-wrapper article .extras h4,
#inner-wrapper article .extras h5,
#inner-wrapper article .extras h6 {
  color: #efefef;
}

#inner-wrapper article .extras h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
}

#inner-wrapper article .extras h4 {
  font-size: 15.6px;
  margin-top: 0;
  margin-bottom: 6.2px;
}

#inner-wrapper article .extras a,
#inner-wrapper article .extras h5 {
  font-size: 13px;
}

#inner-wrapper article .extras .alignleft {
  margin: 0;
}

#inner-wrapper article .extras .post-entries .prev {
  float: left;
}

#inner-wrapper article .extras .post-entries .next {
  float: right;
}

#inner-wrapper article .extras .post-entries a {
  font-size: 11.7px;
}

#inner-wrapper article .extras .post-entries a:link,
#inner-wrapper article .extras .post-entries a:visited {
  color: #888;
}

#inner-wrapper article .extras .post-entries a:hover {
  text-decoration: none;
  color: #666;
}

.woo-pagination {
  margin: 0 0 2em;
  text-align: center;
  clear: both;
  display: block;
}

.woo-pagination a:link,
.woo-pagination a:visited {
  display: inline;
  text-decoration: none;
  color: #666;
  padding: 3px 7px;
  border: 1px solid #ddd;
}

.nav-entries a {
  font-size: 1.2em;
}

.nav-entries a span {
  display: inline;
  text-decoration: none;
  color: #666;
  padding: 3px 7px;
  border: 1px solid #ddd;
}

.woo-pagination .page-numbers,
.woo-pagination span.extend {
  border: none;
  color: #666;
}

.woo-pagination a:active,
.woo-pagination a:link,
.woo-pagination a:visited {
  font-weight: 700;
  font-size: .9em;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background: #fff;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5f5));
  background: -webkit-linear-gradient(#fff,#f5f5f5);
  background: -moz-linear-gradient(center top,#fff 0,#f5f5f5 100%);
  background: -moz-gradient(center top,#fff 0,#f5f5f5 100%);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.03);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.03);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.03);
}

.nav-entries a span {
  font-weight: 700;
  font-size: .9em;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  background: #fff;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5f5));
  background: -webkit-linear-gradient(#fff,#f5f5f5);
  background: -moz-linear-gradient(center top,#fff 0,#f5f5f5 100%);
  background: -moz-gradient(center top,#fff 0,#f5f5f5 100%);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.03);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.03);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.03);
}

.woo-pagination span.current {
  border: none;
  background: 0 0;
  font-weight: 700;
  font-size: .9em;
}

.woo-pagination a:active,
.woo-pagination a:link,
.woo-pagination a:visited {
  border: none;
  background: #f0f0f0;
}

.woo-pagination .current,
.woo-pagination a:hover {
  padding: 3px 7px;
  background: #e0e0e0;
}

#post-author {
  padding: 15px;
  margin: 0 0 1.5em;
  border: 1px solid #e6e6e6;
  background: #fafafa;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#post-author h4 {
  margin-bottom: .4em;
}

#post-author .profile-image img {
  float: left;
  margin: 0 15px 5px 0;
  padding: 0;
  border: none;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}

#post-author .profile-content {
  font-size: 13px;
}

.author #post-author {
  margin-bottom: 30px;
}

.post {
  position: relative;
}

.post .post-icon a {
  float: right;
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  background: #333;
  border-radius: 100px;
}

.post .post-icon a:hover {
  background: #111;
  text-decoration: none;
}

.post .audio {
  margin-bottom: 1.8em;
}

#navigation {
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -spec-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  left: -80%;
  position: absolute;
  top: 0;
  min-height: 100%;
  z-index: 9000;
  padding-top: 4.236em;
  margin-bottom: 3em;
  font: 300 14px/1.2 "Helvetica Neue",sans-serif;
  background: #f0f0f0;
  display: none;
}

#navigation .menus {
  clear: both;
}

#navigation h3 {
  font-size: 1em;
  padding: .5em 1em;
}

#navigation ul {
  margin-bottom: 1.618em;
}

#navigation ul ul {
  margin: 0 0 0 1.618em;
}

#navigation .nav-close,
#navigation .nav-home,
#navigation ul.cart a.cart-contents,
#navigation ul.nav-search a.search-contents,
#navigation ul.rss li a {
  height: 1em;
  width: 1em;
  text-indent: -999px;
  display: block;
  font-size: 1em;
  padding: .5em;
  position: absolute;
  top: 1em;
  left: 1em;
  background: #999;
  color: #fff;
  border-radius: 3px;
}

#navigation .nav-close:before,
#navigation .nav-home:before,
#navigation ul.cart a.cart-contents:before,
#navigation ul.nav-search a.search-contents:before,
#navigation ul.rss li a:before {
  font-family: FontAwesome;
  content: "\f00d";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0;
  line-height: 2;
}

#navigation .nav-home {
  left: auto;
  right: 1em;
}

#navigation .nav-home:before {
  content: "\f015";
}

#navigation ul.rss {
  margin-right: 50px;
  margin-bottom: 0;
  margin-top: -45px;
  float: right;
}

#navigation ul.rss::after {
  clear: both;
  content: "";
  display: block;
}

#navigation ul.rss li {
  float: left;
}

#navigation ul.rss li a {
  position: relative;
  top: 0;
  left: 0;
  margin-left: .5em;
}

#navigation ul.rss li.sub-email a:before {
  content: "\f003";
}

#navigation ul.rss li.sub-rss a:before {
  content: "\f09e";
}

#navigation ul.cart a.cart-contents {
  left: auto;
  right: 3.5em;
  display: inline-block;
}

#navigation ul.cart a.cart-contents:before {
  content: "\f07a";
}

#navigation ul.cart a.cart-contents+ul {
  display: none;
}

#navigation ul.nav-search {
  clear: both;
}

#navigation ul.nav-search::after {
  clear: both;
  content: "";
  display: block;
}

#navigation ul.nav-search #searchform,
#navigation ul.nav-search .searchform {
  background: #e6e6e6;
  position: relative;
  border: 0;
}

#navigation ul.nav-search #searchform input#s,
#navigation ul.nav-search #searchform input.s,
#navigation ul.nav-search .searchform input#s,
#navigation ul.nav-search .searchform input.s {
  border: 0;
  box-sizing: border-box;
  padding: 1.414em 2.99em 1.414em 1.414em;
  width: 100%;
}

#navigation ul.nav-search #searchform .submit,
#navigation ul.nav-search .searchform .submit {
  background: 0 0;
  position: absolute;
  right: 0;
  top: 1.25em;
  padding: 0 1em;
  border: 0;
}

#navigation ul.nav-search #searchform .submit:before,
#navigation ul.nav-search .searchform .submit:before {
  color: #555;
  font-size: 1em;
}

#navigation ul.nav-search ul {
  margin: 0 1em;
}

.show-nav #navigation {
  display: block;
}

.show-nav #navigation .top-navigation {
  display: block;
}

.show-nav #inner-wrapper {
  left: 80%;
}

ul.nav {
  width: 100%;
}

ul.nav li a {
  padding: .5em 1em;
  display: block;
  color: #666;
}

ul.nav li.current-cat a,
ul.nav li.current-menu-ancestor a,
ul.nav li.current-menu-item a,
ul.nav li.current_page_item a,
ul.nav li.current_page_parent a {
  background: #e6e6e6;
  color: #3088ff;
}

ul.nav li ul li a {
  background: 0 0!important;
  color: #666!important;
}

#navigation ul.cart .cart_list a,
ul.nav ul li.current-cat a,
ul.nav ul li.current-menu-ancestor a,
ul.nav ul li.current-menu-item a,
ul.nav ul li.current_page_item a,
ul.nav ul li.current_page_parent a {
  color: #3088ff;
}

.nav-toggle:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  margin-left: .5em;
  text-shadow: 0 1px 0 #000;
  border-right: 1px solid rgba(255,255,255,.1);
  display: inline-block;
  padding: .8em 1em .8em .5em;
}

.nav-toggle {
  margin: 0 -1em;
  cursor: pointer;
  text-align: left;
  display: block;
  padding: 0;
  font-size: 1em;
  background-color: rgba(0,0,0,.65);
  background-image: -webkit-linear-gradient(left top,rgba(0,0,0,.65),rgba(0,0,0,.8));
  background-image: linear-gradient(to right bottom,rgba(0,0,0,.65),rgba(0,0,0,.8));
  border-bottom: 1px solid rgba(0,0,0,.2);
}

.nav-toggle a {
  color: #fff!important;
  text-shadow: 0 1px 0 #000;
  padding: .5em 1em;
  border-left: 1px solid rgba(0,0,0,.1);
}

.nav-toggle a:hover {
  color: #fff;
  text-decoration: none;
}

#top select {
  margin: 1.618em 0 0;
  width: 100%;
}

#top {
  display: none;
  font-weight: 400;
}

@media only screen and (max-width:767px) {
  #navigation ul.nav ul.children {
    margin-left: 1.5em;
  }

  #navigation {
    font-weight: 400;
  }

  #navigation ul.rss {
    right: 49px;
    float: none;
    margin: 0;
    position: absolute;
    top: 14px;
  }

  #navigation ul.rss::after {
    clear: both;
    content: "";
    display: block;
  }

  #navigation ul.rss.cart-enabled {
    right: 84px;
    margin: 0;
  }

  #nav-container {
    border-width: 0!important;
  }

  ul.nav,
  ul.nav ul {
    border: none!important;
  }

  #navigation ul.nav>li {
    border-right: none!important;
  }

  .csstransforms3d.csstransitions #navigation {
    left: 0;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .csstransforms3d.csstransitions body.fixed-mobile #navigation {
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .csstransforms3d.csstransitions body.fixed-mobile #inner-wrapper {
    left: 0!important;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .2s ease;
    -moz-transition: -moz-transform .2s ease;
    -o-transition: -o-transform .2s ease;
    transition: transform .2s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .csstransforms3d.csstransitions body.fixed-mobile .show-nav #navigation {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }

  .csstransforms3d.csstransitions body.fixed-mobile .show-nav #inner-wrapper {
    -webkit-transform: translate3d(80%,0,0);
    -moz-transform: translate3d(80%,0,0);
    -ms-transform: translate3d(80%,0,0);
    -o-transform: translate3d(80%,0,0);
    transform: translate3d(80%,0,0);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}

@media only screen and (min-width:768px) {
  ul.nav {
    position: relative;
    margin-bottom: 0;
    width: auto;
    margin-right: 1em;
  }

  ul.nav li {
    position: relative;
    float: left;
    zoom: 1;
    list-style: none;
  }

  ul.nav li a {
    display: block;
    padding-top: 1em!important;
    padding-bottom: 1em!important;
  }

  ul.nav li a:hover {
    text-decoration: none;
  }

  ul.nav li ul li a:hover {
    text-decoration: underline;
  }

  ul.nav ul {
    width: 12em;
    visibility: hidden;
    display: none;
    position: absolute;
    top: 100%;
    left: -9999em;
    z-index: 9999;
    margin: 0;
    padding: .4em 0;
  }

  ul.nav ul li {
    float: none;
  }

  ul.nav ul li a {
    width: 100%;
    display: inline-block;
    padding: .7em 1em!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .9em;
  }

  ul.nav ul ul {
    left: 100%;
    top: 0;
  }

  ul.nav li:hover>ul {
    visibility: visible;
    display: block;
    left: 0;
  }

  #top {
    background: #000;
  }

  #top h3 {
    display: none;
  }

  #top {
    display: block!important;
  }

  #top ul.nav li a {
    color: #ddd;
    padding-top: .5em!important;
    padding-bottom: .5em!important;
    font-size: 1em;
  }

  #top ul.nav>li a:hover {
    background: #555;
    color: #ddd;
  }

  #top ul.nav>li:hover {
    background: #555;
    color: #ddd;
  }

  #top ul.nav ul {
    background: #555;
  }

  #top ul.nav ul li a {
    color: #ddd!important;
  }

  #top ul.nav li.current-cat a,
  #top ul.nav li.current-menu-ancestor a,
  #top ul.nav li.current-menu-item a,
  #top ul.nav li.current_page_item a,
  #top ul.nav li.current_page_parent a {
    color: #333;
    background: #fff;
  }

  #navigation .top-navigation {
    display: none!important;
  }

  .csstransforms3d.csstransitions #navigation,
  .csstransforms3d.csstransitions .show-nav #inner-wrapper,
  .csstransforms3d.csstransitions .show-nav #navigation {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  .nav-close,
  .nav-home,
  .nav-toggle {
    display: none!important;
  }

  #navigation {
    position: relative;
    left: auto;
    width: 100%;
    border: none;
    padding-top: 0;
    background: #f0f0f0;
    border-radius: 2px;
    display: block!important;
  }

  #navigation h3 {
    display: none;
  }

  #navigation .menus {
    position: relative;
    clear: none;
  }

  #navigation .menus.nav-icons::after {
    clear: both;
    content: "";
    display: block;
  }

  #navigation .menus.nav-icons .side-nav {
    position: absolute;
    top: 0;
    right: 0;
  }

  #navigation .menus.nav-icons-1 #main-nav {
    margin-right: 3em;
  }

  #navigation .menus.nav-icons-1 .side-nav {
    width: 3em;
  }

  #navigation .menus.nav-icons-2 #main-nav {
    margin-right: 6em;
  }

  #navigation .menus.nav-icons-2 .side-nav {
    width: 6em;
  }

  #navigation .menus.nav-icons-3 #main-nav {
    margin-right: 9em;
  }

  #navigation .menus.nav-icons-3 .side-nav {
    width: 9em;
  }

  #navigation .menus.nav-icons-4 #main-nav {
    margin-right: 12em;
  }

  #navigation .menus.nav-icons-4 .side-nav {
    width: 12em;
  }

  #navigation ul.rss {
    margin: 0;
  }

  #navigation ul.rss li a {
    background: 0 0;
    color: #666;
    padding: 1em;
    margin: 0;
  }

  #navigation ul.rss li a:before {
    line-height: 3.2;
  }

  #navigation ul.rss li a:hover {
    color: #222;
  }

  #navigation ul {
    margin-bottom: 0;
  }

  #navigation ul ul {
    margin-left: 0;
  }

  #navigation ul.nav>li a:hover {
    background: #e6e6e6;
  }

  #navigation ul.nav>li:hover {
    background: #e6e6e6;
  }

  #navigation ul.nav ul {
    background: #e6e6e6;
  }

  #navigation ul.nav>li:hover>ul {
    left: -1px;
  }

  #navigation ul.nav ul ul {
    top: -5px;
    left: 100%;
  }

  #top .nav li.parent>a {
    position: relative;
  }

  #top .nav li.parent>a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    color: inherit;
    font-size: .857em;
    margin-top: 6px;
    speak: none;
    width: 1.387em;
    display: inline-block;
    text-align: right;
  }

  #top .nav li ul li.parent>a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    float: right;
    position: absolute;
    top: .53em;
    right: 1em;
    text-decoration: none;
  }

  #top .nav li ul li.parent>a {
    padding-right: 2.244em!important;
  }

  #top .nav ul ul {
    top: -.327em;
    left: 100%;
  }

  #navigation .nav li.parent>a {
    position: relative;
  }

  #navigation .nav li.parent>a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    color: inherit;
    font-size: .857em;
    margin-top: 2px;
    speak: none;
    width: 1.387em;
    display: inline-block;
    text-align: right;
    line-height: 1;
  }

  #navigation .nav li ul li.parent>a {
    padding-right: 2.244em!important;
  }

  #navigation .nav li ul li.parent>a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    float: right;
    position: absolute;
    top: 1em;
    right: 1em;
    text-decoration: none;
  }

  .full-width #navigation ul li:first-child,
  .full-width #navigation ul li:first-child a {
    border-radius: 0!important;
  }

  #navigation ul.cart,
  #navigation ul.nav-search {
    position: relative;
  }

  #navigation ul.cart a.cart-contents,
  #navigation ul.cart a.search-contents,
  #navigation ul.nav-search a.cart-contents,
  #navigation ul.nav-search a.search-contents {
    padding: 1em;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    background: 0 0;
    color: #666;
    border-radius: 0;
    display: block;
    overflow: hidden;
  }

  #navigation ul.cart a.cart-contents:hover,
  #navigation ul.cart a.search-contents:hover,
  #navigation ul.nav-search a.cart-contents:hover,
  #navigation ul.nav-search a.search-contents:hover {
    text-decoration: none;
  }

  #navigation ul.cart a.cart-contents:before,
  #navigation ul.cart a.search-contents:before,
  #navigation ul.nav-search a.cart-contents:before,
  #navigation ul.nav-search a.search-contents:before {
    line-height: 1;
    position: static;
  }

  #navigation ul.cart a.cart-contents+ul,
  #navigation ul.cart a.search-contents+ul,
  #navigation ul.nav-search a.cart-contents+ul,
  #navigation ul.nav-search a.search-contents+ul {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    width: 12em;
    background: #e6e6e6;
    padding: 1.414em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -spec-box-sizing: border-box;
    box-sizing: border-box;
  }

  #navigation ul.cart li:hover a.cart-contents,
  #navigation ul.cart li:hover a.search-contents,
  #navigation ul.nav-search li:hover a.cart-contents,
  #navigation ul.nav-search li:hover a.search-contents {
    background: #e6e6e6;
  }

  #navigation ul.cart li:hover a.cart-contents+ul,
  #navigation ul.cart li:hover a.search-contents+ul,
  #navigation ul.nav-search li:hover a.cart-contents+ul,
  #navigation ul.nav-search li:hover a.search-contents+ul {
    visibility: visible;
  }

  #navigation ul.cart .widget,
  #navigation ul.nav-search .widget {
    margin: 0;
  }

  #navigation ul.nav-search {
    clear: none;
    float: right;
  }

  #navigation ul.nav-search a.search-contents:before {
    content: "\f002";
  }

  #navigation ul.nav-search a.search-contents+ul {
    margin: 0;
    padding: 0;
  }

  #navigation ul.nav-search #searchform,
  #navigation ul.nav-search .searchform {
    background: 0 0;
  }

  #navigation ul.cart h2 {
    display: none;
  }

  #navigation ul.cart .buttons {
    margin-bottom: 0;
  }

  #navigation ul.cart .button {
    width: 100%;
    margin-bottom: .5em;
    font-size: .9em;
    border-radius: 0;
  }

  #navigation ul.cart .button.checkout {
    margin: 0;
  }

  #navigation ul.cart .total {
    border: 2px solid rgba(0,0,0,.05);
    border-width: 2px 0;
    padding: .8em 0;
    text-align: right;
  }

  #navigation .cart-extended ul.cart a.cart-contents:before {
    height: 5em;
  }
}

@media only screen and (min-width:980px) {
  #navigation .cart-extended ul.cart a.cart-contents {
    display: inline-block;
    width: auto;
    text-indent: 0;
    overflow: visible;
  }

  #navigation .cart-extended ul.cart a.cart-contents:before {
    display: inline-block;
    margin-right: .5em;
    height: auto;
  }

  #navigation .menus.nav-icons-1.cart-extended #main-nav {
    margin-right: 12.5em;
  }

  #navigation .menus.nav-icons-1.cart-extended .side-nav {
    width: 12.5em;
  }

  #navigation .menus.nav-icons-2.cart-extended #main-nav {
    margin-right: 15.5em;
  }

  #navigation .menus.nav-icons-2.cart-extended .side-nav {
    width: 15.5em;
  }

  #navigation .menus.nav-icons-3.cart-extended #main-nav {
    margin-right: 18.5em;
  }

  #navigation .menus.nav-icons-3.cart-extended .side-nav {
    width: 18.5em;
  }

  #navigation .menus.nav-icons-4.cart-extended #main-nav {
    margin-right: 21.5em;
  }

  #navigation .menus.nav-icons-4.cart-extended .side-nav {
    width: 21.5em;
  }
}

.widget {
  margin: 0 0 30px 0;
  font-size: 12px;
}

.widget h3 {
  margin: 0 0 .8em 0;
  padding: 0 0 .8em;
  font: normal bold 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #555;
  border-bottom: 1px solid #e6e6e6;
}

.widget p {
  font: 300 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 15px;
}

.widget ul {
  clear: both;
  list-style-position: inside;
  list-style-type: disc;
}

.widget ul li a {
  padding: 0;
  line-height: 22px;
  text-decoration: none;
}

.widget ul li a:hover {
  text-decoration: underline;
}

.widget ul ul {
  padding: 0 0 0 15px;
  border-top: none;
}

#twitter li,
.widget_recent_comments li {
  padding: 6px 0;
  line-height: 18px;
  border-bottom: 1px solid #eee;
}

#twitter a,
.widget_recent_comments li a {
  display: inline;
  padding: 0;
  line-height: 18px!important;
  background: 0 0!important;
  border: none!important;
}

#footer-widgets {
  border-top: 1px solid #e6e6e6;
  padding: 10px 0;
  clear: both;
}

#searchform,
.searchform {
  width: 98%;
  margin-top: 5px;
  position: relative;
  border-color: #efefef;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
}

#searchform input#s,
.searchform input.s {
  padding: 8px;
  width: 85%;
  margin: 0;
  border: none;
  background: 0 0;
  color: #777;
}

.searchform input.s:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.searchform button.submit {
  background: 0 0;
  position: absolute;
  top: .15em;
  right: 10px;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.searchform .fa-search:before {
  font-family: FontAwesome;
  color: rgba(0,0,0,.5);
  font-size: 1.4em;
  line-height: 1.5;
}

.searchform label {
  display: none;
}

.widget_woo_flickr h3 span {
  color: #0061d8;
}

.widget_woo_flickr h3 span span {
  color: #ff1183;
}

.widget_woo_flickr .flickr_badge_image {
  float: left;
  margin: 3px;
}

.widget_woo_flickr .wrap {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
}

.widget_woo_flickr a img {
  float: left;
  margin: 0 0 8px 8px;
  display: block;
  border: #cecfc6 1px solid;
  padding: 3px;
}

.widget_woo_flickr a:hover img {
  border: #a8aa99 1px solid;
}

.widget_woo_embed h3 {
  margin-bottom: .5em;
}

.widget_woo_embed h4 {
  display: none;
}

.widget_woo_embed ul {
  margin: .7em 0 0;
}

.widget_woo_embed ul li.active a {
  font-weight: 700;
}

#wp-calendar {
  width: 95%;
  margin-bottom: 15px;
  clear: both;
  padding: 0;
}

#wp-calendar caption {
  padding: 0 0 10px;
}

#wp-calendar td,
#wp-calendar th {
  text-align: center;
  background: rgba(0,0,0,.05);
  padding: 5px;
}

#wp-calendar td {
  background: 0 0;
}

#wp-calendar td,
table#wp-calendar th {
  padding: 3px 0;
}

.widget_woo_blogauthorinfo .avatar {
  padding: 5px;
  border: 1px solid #e6e6e6;
  background: #f8f8f8;
  background: rgba(255,255,255,.7);
}

.widget_woo_blogauthorinfo .left {
  float: left;
  margin: 0 10px 5px 0;
}

.widget_woo_blogauthorinfo .right {
  float: right;
  margin: 0 0 5px 10px;
}

.ie8 .widget_woo_blogauthorinfo .avatar {
  width: auto;
}

.widget_woo_twitter .back {
  padding: 15px 25px 10px;
  background: #f8f8f8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.widget_woo_twitter ul {
  background: 0 0;
  padding-left: 0;
}

.widget_woo_twitter ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
  list-style: none;
}

.widget_woo_twitter ul li a {
  padding: 0;
}

.widget_woo_twitter ul li .time {
  color: #999;
}

.widget_woo_twitter p {
  padding-top: 10px;
}

.widget_woo_twitter p a {
  color: #222;
}

.widget_woo_twitter ul li .content {
  font-size: 16px;
  font-family: Georgia,serif;
}

.widget.widget_woo_twitter h3 {
  border-bottom: none;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}

#tabs {
  height: auto;
  display: block;
  margin-bottom: 30px;
}

#tabs ul.wooTabs {
  position: relative;
  bottom: -1px;
  padding: 0;
  z-index: 99;
}

#tabs ul.wooTabs li {
  float: left;
  display: inline;
  margin-right: 2px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

#tabs ul.wooTabs li a.selected,
#tabs ul.wooTabs li a:hover {
  background: #fff;
  text-decoration: none;
  border: 1px solid #d9d9d9;
  border-width: 1px 1px 0;
  color: #666;
}

#tabs ul.wooTabs li a {
  color: #999;
  display: block;
  float: left;
  border: 1px solid transparent;
  border-width: 1px 1px 0;
  padding: 5px 8px 3px;
  text-transform: uppercase;
  font-size: 11px;
  text-shadow: 1px 1px 0 solid #fff;
}

#tabs .inside li {
  background: #fff;
}

#tabs #tab-tags {
  padding: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
}

#tabs .inside ul {
  margin: 0;
  border: 1px solid #d9d9d9;
  border-width: 1px 0 1px 0;
  list-style: none;
  padding-left: 0;
}

#tabs .inside li {
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px 1px;
  padding: 10px;
}

#tabs .inside li a {
  color: #999;
  font: bold 13px/18px Helvetica,Arial,sans-serif;
  padding: 0;
}

#tabs .inside li span.meta {
  display: block;
  font: 300 11px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  color: #777;
}

#tabs .inside li img.avatar,
#tabs .inside li img.thumbnail {
  float: left;
  margin: 0 8px 0 0;
  padding: 0;
  border-radius: 300px;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
}

#tabs {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#tabs ul.wooTabs li a.selected,
#tabs ul.wooTabs li a:hover {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
}

#tabs .inside .list {
  display: none;
}

#tabs .inside .list:first-child {
  display: block;
}

.widget_woodojo_tabs h3 {
  border-bottom: none;
}

.widget_woodojo_tabs .tabbable .nav {
  margin: 0 0 -1px;
  border: none!important;
}

.widget_woodojo_tabs .tabbable .nav li a {
  color: #999;
  display: block;
  float: left;
  border-color: transparent;
  border-width: 1px 1px 0;
  padding: 5px 8px 3px!important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  text-shadow: 1px 1px 0 #fff;
}

.widget_woodojo_tabs .tabbable .nav li a:hover,
.widget_woodojo_tabs .tabbable .nav li.active a {
  text-decoration: none;
  border-color: #d9d9d9!important;
  border-width: 1px 1px 0!important;
  color: #666;
  background: #fff;
  border-bottom: none!important;
}

.widget_woodojo_tabs .tabbable .tab-content {
  box-shadow: 0 0 3px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.1);
}

.widget_woodojo_tabs .tabbable .tab-content ul {
  padding: 0;
}

.widget_woodojo_tabs .tabbable .tab-content li {
  margin: 0;
  background: #fff;
}

.widget_woodojo_tabs .tabbable .tab-pane-tags {
  padding: 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.widget_woodojo_tabs .tabbable .tab-content ul {
  margin: 0;
  border: 1px solid #d9d9d9;
  border-width: 1px 0 1px 0;
  list-style: none;
  padding-left: 0;
}

.widget_woodojo_tabs .tabbable .tab-content li {
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px;
  padding: 10px;
}

.widget_woodojo_tabs .tabbable .tab-content li a {
  color: #555;
  font: bold 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0;
}

.widget_woodojo_tabs .tabbable .tab-content li span.meta {
  display: block;
  font: 300 11px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  color: #777;
}

.widget_woodojo_tabs .tabbable .tab-content li img.avatar,
.widget_woodojo_tabs .tabbable .tab-content li img.thumbnail {
  float: left;
  margin: 0 8px 0 0;
  border: none;
  padding: 0;
  border-radius: 300px;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
}

.widget_woodojo_tabs .tabbable.tabs-below .nav {
  margin: 0;
}

.widget_woodojo_tabs .tabbable.tabs-below .nav li a {
  border-width: 0 1px 1px;
}

.widget_woodojo_tabs .tabbable.tabs-below .nav li a:hover,
.widget_woodojo_tabs .tabbable.tabs-below .nav li.active a {
  border-width: 0 1px 1px!important;
  background: #fff;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f2f2f2));
  background: -webkit-linear-gradient(#fff,#f2f2f2);
  background: -moz-linear-gradient(center top,#fff 0,#f2f2f2 100%);
  background: -moz-gradient(center top,#fff 0,#f2f2f2 100%);
  box-shadow: inset 0 1px 0 #fff,0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 0 #fff,0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 3px rgba(0,0,0,.1);
}

.widget_woodojo_tabs .tabbable.tabs-left .nav {
  margin: 0;
}

.widget_woodojo_tabs .tabbable.tabs-left .nav li a {
  border-width: 1px 0 1px 1px;
}

.widget_woodojo_tabs .tabbable.tabs-below .nav li a:hover,
.widget_woodojo_tabs .tabbable.tabs-left .nav li.active a {
  border-width: 1px 0 1px 1px;
  background: #fff;
  background: -webkit-gradient(linear,left top,right bottom,from(#fff),to(#f2f2f2));
  background: -webkit-linear-gradient(#fff,#f2f2f2);
  background: -moz-linear-gradient(center top,#fff 0,#f2f2f2 100%);
  background: -moz-gradient(center top,#fff 0,#f2f2f2 100%);
  box-shadow: inset 0 1px 0 #fff,0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 0 #fff,0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 3px rgba(0,0,0,.1);
}

.widget_woodojo_tabs .tabbable.tabs-right .nav {
  margin: 0;
}

.widget_woodojo_tabs .tabbable.tabs-right .nav li a {
  border-width: 1px 1px 1px 0;
}

.widget_woodojo_tabs .tabbable.tabs-below .nav li a:hover,
.widget_woodojo_tabs .tabbable.tabs-right .nav li.active a {
  border-width: 1px 1px 1px 0;
  background: #fff;
  background: -webkit-gradient(linear,left top,right bottom,from(#fff),to(#f2f2f2));
  background: -webkit-linear-gradient(#fff,#f2f2f2);
  background: -moz-linear-gradient(center top,#fff 0,#f2f2f2 100%);
  background: -moz-gradient(center top,#fff 0,#f2f2f2 100%);
  box-shadow: inset 0 1px 0 #fff,0 1px 3px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 0 #fff,0 1px 3px rgba(0,0,0,.1);
  -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 3px rgba(0,0,0,.1);
}

.widget_woodojo_instagram ul {
  float: none;
}

.widget_woodojo_instagram ul.instagram-photos {
  margin: .5em 0;
  width: 98%;
  margin: 0 auto;
}

.widget_woodojo_instagram ul.instagram-photos li {
  margin: .5em!important;
}

.widget_woodojo_instagram ul.instagram-photos li img:hover {
  opacity: .8;
}

.widget_woodojo_tweets ul.tweets h3 {
  margin: 0;
}

.widget_woodojo_tweets ul.tweets li {
  margin: 0;
  padding: 1em;
}

.widget_woodojo_instagram_profile h3,
.widget_woodojo_twitterprofile h3 {
  margin: 0 0 1em;
}

#connect {
  background: #fafafa;
  margin: 0 0 40px;
  padding: 15px;
  border: 1px solid #e6e6e6;
  clear: both;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: 400;
}

#connect .col-right,
#main #connect .col-left {
  float: none;
  width: 100%;
}

#connect h3 {
  margin-bottom: 10px;
}

#connect p {
  margin: 0 0 1em;
}

#connect .newsletter-form {
  margin: 0 0 1em;
}

#connect .newsletter-form .required {
  border: 1px solid #e6e6e6;
  border-color: #ccc #efefef #efefef #ccc;
}

#connect .newsletter-form .email {
  width: 60%;
  background: #fff;
  padding: .6em;
  color: #888;
}

#connect .newsletter-form .submit {
  cursor: pointer;
  padding: 6px 8px;
  margin: 0 0 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

@-moz-document url-prefix()  {
  #connect .newsletter-form .submit {
    padding: 9px 5px;
  }
}

#connect .related-posts {
  border-top: 1px solid #e6e6e6;
  margin-top: 1em;
  padding-top: 1em;
}

#connect .related-posts h4 {
  font-size: 1em;
}

#connect .related-posts ul {
  list-style: disc outside none;
  margin: .5em 0 0 1em;
}

.widget #connect {
  background: 0 0;
  padding: 0;
  border: none;
}

.widget #connect .fl,
.widget #connect .fr {
  float: none;
}

.widget_woo_subscribe .social {
  text-align: left;
}

#connect .social a {
  opacity: .8;
  transition: all .2s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  #connect .social a {
    transition: none;
  }
}

#connect .social a:hover {
  opacity: 1;
}

#connect .social a:hover {
  text-decoration: none;
}

#connect .social a:before {
  font-family: FontAwesome;
  font-size: 1.1em;
  line-height: 1;
  margin: 0 .2em .6em 0;
  padding: .53em;
  display: inline-block;
  border-radius: 300px;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0,0,0,.1);
}

#connect .social a.subscribe:before {
  content: '\f09e';
  background-color: #f60;
}

#connect .social a.twitter:before {
  content: '\e002';
  background-color: #00aced;
}

#connect .social a.facebook:before {
  content: '\e003';
  background-color: #3b5998;
}

#connect .social a.youtube:before {
  content: '\e004';
  background-color: #af2b26;
}

#connect .social a.flickr:before {
  content: '\e005';
  background-color: #ff0084;
}

#connect .social a.linkedin:before {
  content: '\e006';
  background-color: #71c5ef;
}

#connect .social a.delicious:before {
  content: '\e007';
  background-color: #285da7;
}

#connect .social a.googleplus:before {
  content: '\e008';
  background-color: #2d2d2d;
  font-weight: 700;
}

#connect .social a.dribbble:before {
  content: '\e009';
  background-color: #ea4c89;
}

#connect .social a.instagram:before {
  content: '\e010';
  background-color: #517fa4;
}

#connect .social a.vimeo:before {
  content: '\e011';
  background-color: #33454e;
}

#connect .social a.pinterest:before {
  content: '\e012';
  background-color: #cb2027;
}

@media only screen and (min-width:768px) {
  #main #connect .col-left {
    float: left;
  }

  #connect .col-right {
    float: right;
  }

  #connect .col-right,
  #main #connect .col-left {
    width: 48%;
  }

  #connect .related-posts {
    border-top: 0;
    border-left: 1px solid #e6e6e6;
    padding-top: 0;
    padding-left: 15px;
    margin-top: 0;
  }
}

#comments {
  position: relative;
  margin: 40px 0 0;
  padding: 40px 0 0 0;
  border-top: 1px solid #e6e6e6;
  border-top: 1px solid rgba(0,0,0,.07);
}

#comments h3 {
  color: #333;
  font-weight: 400;
  margin-bottom: 20px;
}

#comments h3#pings {
  margin-top: 25px;
}

#comments .comment {
  margin-top: 10px;
  width: 100%;
  list-style-type: none;
}

#comments .comment.thread-even {
  background: #fafafa;
  background: rgba(0,0,0,.02);
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0,0,0,.07);
}

#comments .comment .comment-container {
  position: relative;
  padding: 20px;
}

#comments .comment .reply a {
  background: none repeat scroll 0 0 #bfbfbf;
  color: #222!important;
  margin: 0;
  padding: .2em 1em;
  text-shadow: none;
  font-size: .7em;
}

#comments .comment .reply a:after {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 100%;
  margin-left: .618em;
  font-weight: 400;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: "\f112";
}

#comments .comment-head {
  margin: 0 0 15px 0;
}

#comments .comment-head .name {
  margin: 0;
  font-weight: 700;
  font-size: 15px;
}

#comments .comment-head .date,
#comments .comment-head .edit,
#comments .comment-head .perma {
  font-size: 11px;
}

#comments .avatar {
  float: left;
  margin: 0 15px 10px 0;
}

#comments .avatar img {
  margin: 0;
  vertical-align: middle;
  border-radius: 100px;
}

#comments .comment-entry p {
  margin: 0 0 10px 0;
}

#comments .comment-entry blockquote {
  margin: 0 30px 0;
}

#comments .comment-entry blockquote p {
  font-style: italic;
}

#comments .reply {
  position: absolute;
  right: 1em;
  top: 1em;
}

#comments ul.children {
  margin: 10px 0 0 25px;
  padding: 0;
}

#comments ul.children li {
  border-top: 1px solid #e6e6e6;
}

#comments .cancel-comment-reply {
  margin: 10px 0;
}

#comments .navigation a {
  display: block;
  margin: 15px 0 0 0;
  text-decoration: none;
}

#comments .pingbacks li.pingback {
  margin: 10px 0;
}

#comments .pingbacks li.pingback .reply {
  display: none;
}

#respond {
  margin: 40px 0 0;
}

#respond h3 {
  color: #333;
  font-weight: 400;
  margin-bottom: 20px;
}

#respond #reply-title small {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

#respond .left {
  float: left;
  width: 200px;
  margin-right: 15px;
}

#respond .right {
  font: left;
  width: 380px;
}

#respond label {
  font-size: 11px;
  color: #777;
}

#commentform {
  margin: 15px 0 0 0;
}

#commentform input.txt,
#commentform textarea {
  font: 300 14px/1em "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#commentform input.txt {
  width: 170px;
  margin: 0 5px 10px 0;
  padding: 5px 7px;
}

#commentform textarea {
  width: 95%!important;
  padding: 5px 7px;
}

#commentform #submit {
  margin: 15px 0 0 0;
}

#commentform #submit:after {
  font-family: FontAwesome;
  content: "\f105";
}

h3#pings {
  margin: 25px 0 10px 0;
}

.pinglist li {
  margin: 0 0 0 20px;
  list-style-type: decimal;
}

.pinglist li .author {
  font-weight: 700;
  font-size: 15px;
}

.pinglist li .date {
  font-size: 11px;
}

.pinglist li .pingcontent {
  display: block;
  margin: 10px 0;
}

.woocommerce table.shop_table,
article.page table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #444;
  box-shadow: 0 1px 2px 0 blend-normal(#eee,#242424);
  -webkit-box-shadow: 0 1px 2px 0 blend-normal(#eee,#242424);
  border-collapse: separate;
  margin-bottom: 1.5em;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
article.page table td,
article.page table th {
  padding: .857em 1.387em;
  text-align: left;
  border-right: 1px dotted #eee;
  vertical-align: top;
}

.woocommerce table.shop_table td p:last-child,
.woocommerce table.shop_table th p:last-child,
article.page table td p:last-child,
article.page table th p:last-child {
  margin-bottom: 0;
}

.woocommerce table.shop_table thead th,
article.page table thead th {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  padding: 1.387em;
  vertical-align: middle;
}

.woocommerce table.shop_table thead th:first-child,
article.page table thead th:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.woocommerce table.shop_table thead th:last-child,
article.page table thead th:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.woocommerce table.shop_table tr td:last-child,
.woocommerce table.shop_table tr th:last-child,
article.page table tr td:last-child,
article.page table tr th:last-child {
  border-right: 0;
}

.woocommerce table.shop_table tbody th,
article.page table tbody th {
  border-bottom: 1px solid #eee;
}

.woocommerce table.shop_table tbody td,
article.page table tbody td {
  border-bottom: 1px solid #eee;
}

.woocommerce table.shop_table tbody h2,
article.page table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: 400;
}

.woocommerce table.shop_table tbody h2 a,
article.page table tbody h2 a {
  font-weight: 400;
}

.woocommerce table.shop_table tbody tr:last-child td:first-child,
article.page table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.woocommerce table.shop_table tbody tr:last-child td:last-child,
article.page table tbody tr:last-child td:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.woocommerce table.shop_table tbody tr:last-child td,
article.page table tbody tr:last-child td {
  border-bottom: 0;
}

.woocommerce table.shop_table tbody tr:last-child th,
article.page table tbody tr:last-child th {
  border-bottom: 0;
}

#commentform #submit,
#wrapper .woo-sc-button,
.submit,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input[type=submit],
a.button,
a.comment-reply-link,
a.wp-block-button__link,
button.button,
input.button,
input[type=submit] {
  display: inline-block;
  border-radius: 3px !important;
  padding: .327em 1em;
  color: #fff!important;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255,255,255,0);
  text-decoration: none;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  overflow: visible;
  width: auto;
  line-height: 1.618em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -spec-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
  background: #428bca;
  font-weight: 200;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 #888;
  -webkit-box-shadow: 0 0 0 0 #888;
  border-radius: 3px;
  text-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#commentform #submit:hover,
#wrapper .woo-sc-button:hover,
.submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce input[type=submit]:hover,
a.button:hover,
a.comment-reply-link:hover,
a.wp-block-button__link:hover,
button.button:hover,
input.button:hover,
input[type=submit]:hover {
  text-decoration: none;
  background: #245682;
}

#commentform #submit:active,
#wrapper .woo-sc-button:active,
.submit:active,
.woocommerce a.button.alt:active,
.woocommerce a.button:active,
.woocommerce button.button.alt:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce input[type=submit]:active,
a.button:active,
a.comment-reply-link:active,
a.wp-block-button__link:active,
button.button:active,
input.button:active,
input[type=submit]:active {
  box-shadow: inset 0 0 7px 0 rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 0 7px 0 rgba(0,0,0,.3);
}

#commentform #submit.small,
#wrapper .woo-sc-button.small,
.submit.small,
.woocommerce a.button.alt.small,
.woocommerce a.button.small,
.woocommerce button.button.alt.small,
.woocommerce button.button.small,
.woocommerce input.button.small,
.woocommerce input[type=submit].small,
a.button.small,
a.comment-reply-link.small,
a.wp-block-button__link.small,
button.button.small,
input.button.small,
input[type=submit].small {
  font-size: .6em;
  letter-spacing: 1px;
}

#commentform #submit.large,
#wrapper .woo-sc-button.large,
.submit.large,
.woocommerce a.button.alt.large,
.woocommerce a.button.large,
.woocommerce button.button.alt.large,
.woocommerce button.button.large,
.woocommerce input.button.large,
.woocommerce input[type=submit].large,
a.button.large,
a.comment-reply-link.large,
a.wp-block-button__link.large,
button.button.large,
input.button.large,
input[type=submit].large {
  font-size: 1.4em;
}

#commentform #submit.xl,
#wrapper .woo-sc-button.xl,
.submit.xl,
.woocommerce a.button.alt.xl,
.woocommerce a.button.xl,
.woocommerce button.button.alt.xl,
.woocommerce button.button.xl,
.woocommerce input.button.xl,
.woocommerce input[type=submit].xl,
a.button.xl,
a.comment-reply-link.xl,
a.wp-block-button__link.xl,
button.button.xl,
input.button.xl,
input[type=submit].xl {
  font-size: 2em;
}

#commentform #submit.red,
#wrapper .woo-sc-button.red,
.submit.red,
.woocommerce a.button.alt.red,
.woocommerce a.button.red,
.woocommerce button.button.alt.red,
.woocommerce button.button.red,
.woocommerce input.button.red,
.woocommerce input[type=submit].red,
a.button.red,
a.comment-reply-link.red,
a.wp-block-button__link.red,
button.button.red,
input.button.red,
input[type=submit].red {
  background: #d72323;
}

#commentform #submit.red:hover,
#wrapper .woo-sc-button.red:hover,
.submit.red:hover,
.woocommerce a.button.alt.red:hover,
.woocommerce a.button.red:hover,
.woocommerce button.button.alt.red:hover,
.woocommerce button.button.red:hover,
.woocommerce input.button.red:hover,
.woocommerce input[type=submit].red:hover,
a.button.red:hover,
a.comment-reply-link.red:hover,
a.wp-block-button__link.red:hover,
button.button.red:hover,
input.button.red:hover,
input[type=submit].red:hover {
  background: #d20000;
}

#commentform #submit.orange,
#wrapper .woo-sc-button.orange,
.submit.orange,
.woocommerce a.button.alt.orange,
.woocommerce a.button.orange,
.woocommerce button.button.alt.orange,
.woocommerce button.button.orange,
.woocommerce input.button.orange,
.woocommerce input[type=submit].orange,
a.button.orange,
a.comment-reply-link.orange,
a.wp-block-button__link.orange,
button.button.orange,
input.button.orange,
input[type=submit].orange {
  background: #d76b23;
}

#commentform #submit.orange:hover,
#wrapper .woo-sc-button.orange:hover,
.submit.orange:hover,
.woocommerce a.button.alt.orange:hover,
.woocommerce a.button.orange:hover,
.woocommerce button.button.alt.orange:hover,
.woocommerce button.button.orange:hover,
.woocommerce input.button.orange:hover,
.woocommerce input[type=submit].orange:hover,
a.button.orange:hover,
a.comment-reply-link.orange:hover,
a.wp-block-button__link.orange:hover,
button.button.orange:hover,
input.button.orange:hover,
input[type=submit].orange:hover {
  background: #d25e00;
}

#commentform #submit.green,
#wrapper .woo-sc-button.green,
.submit.green,
.woocommerce a.button.alt.green,
.woocommerce a.button.green,
.woocommerce button.button.alt.green,
.woocommerce button.button.green,
.woocommerce input.button.green,
.woocommerce input[type=submit].green,
a.button.green,
a.comment-reply-link.green,
a.wp-block-button__link.green,
button.button.green,
input.button.green,
input[type=submit].green {
  background: #8dc11e;
}

#commentform #submit.green:hover,
#wrapper .woo-sc-button.green:hover,
.submit.green:hover,
.woocommerce a.button.alt.green:hover,
.woocommerce a.button.green:hover,
.woocommerce button.button.alt.green:hover,
.woocommerce button.button.green:hover,
.woocommerce input.button.green:hover,
.woocommerce input[type=submit].green:hover,
a.button.green:hover,
a.comment-reply-link.green:hover,
a.wp-block-button__link.green:hover,
button.button.green:hover,
input.button.green:hover,
input[type=submit].green:hover {
  background: #87c000;
}

#commentform #submit.aqua,
#wrapper .woo-sc-button.aqua,
.submit.aqua,
.woocommerce a.button.alt.aqua,
.woocommerce a.button.aqua,
.woocommerce button.button.alt.aqua,
.woocommerce button.button.aqua,
.woocommerce input.button.aqua,
.woocommerce input[type=submit].aqua,
a.button.aqua,
a.comment-reply-link.aqua,
a.wp-block-button__link.aqua,
button.button.aqua,
input.button.aqua,
input[type=submit].aqua {
  background: #23d7af;
}

#commentform #submit.aqua:hover,
#wrapper .woo-sc-button.aqua:hover,
.submit.aqua:hover,
.woocommerce a.button.alt.aqua:hover,
.woocommerce a.button.aqua:hover,
.woocommerce button.button.alt.aqua:hover,
.woocommerce button.button.aqua:hover,
.woocommerce input.button.aqua:hover,
.woocommerce input[type=submit].aqua:hover,
a.button.aqua:hover,
a.comment-reply-link.aqua:hover,
a.wp-block-button__link.aqua:hover,
button.button.aqua:hover,
input.button.aqua:hover,
input[type=submit].aqua:hover {
  background: #00d2a8;
}

#commentform #submit.teal,
#wrapper .woo-sc-button.teal,
.submit.teal,
.woocommerce a.button.alt.teal,
.woocommerce a.button.teal,
.woocommerce button.button.alt.teal,
.woocommerce button.button.teal,
.woocommerce input.button.teal,
.woocommerce input[type=submit].teal,
a.button.teal,
a.comment-reply-link.teal,
a.wp-block-button__link.teal,
button.button.teal,
input.button.teal,
input[type=submit].teal {
  background: #23abd7;
}

#commentform #submit.teal:hover,
#wrapper .woo-sc-button.teal:hover,
.submit.teal:hover,
.woocommerce a.button.alt.teal:hover,
.woocommerce a.button.teal:hover,
.woocommerce button.button.alt.teal:hover,
.woocommerce button.button.teal:hover,
.woocommerce input.button.teal:hover,
.woocommerce input[type=submit].teal:hover,
a.button.teal:hover,
a.comment-reply-link.teal:hover,
a.wp-block-button__link.teal:hover,
button.button.teal:hover,
input.button.teal:hover,
input[type=submit].teal:hover {
  background: #009ed2;
}

#commentform #submit.purple,
#wrapper .woo-sc-button.purple,
.submit.purple,
.woocommerce a.button.alt.purple,
.woocommerce a.button.purple,
.woocommerce button.button.alt.purple,
.woocommerce button.button.purple,
.woocommerce input.button.purple,
.woocommerce input[type=submit].purple,
a.button.purple,
a.comment-reply-link.purple,
a.wp-block-button__link.purple,
button.button.purple,
input.button.purple,
input[type=submit].purple {
  background: #2356d7;
}

#commentform #submit.purple:hover,
#wrapper .woo-sc-button.purple:hover,
.submit.purple:hover,
.woocommerce a.button.alt.purple:hover,
.woocommerce a.button.purple:hover,
.woocommerce button.button.alt.purple:hover,
.woocommerce button.button.purple:hover,
.woocommerce input.button.purple:hover,
.woocommerce input[type=submit].purple:hover,
a.button.purple:hover,
a.comment-reply-link.purple:hover,
a.wp-block-button__link.purple:hover,
button.button.purple:hover,
input.button.purple:hover,
input[type=submit].purple:hover {
  background: #0036d2;
}

#commentform #submit.pink,
#wrapper .woo-sc-button.pink,
.submit.pink,
.woocommerce a.button.alt.pink,
.woocommerce a.button.pink,
.woocommerce button.button.alt.pink,
.woocommerce button.button.pink,
.woocommerce input.button.pink,
.woocommerce input[type=submit].pink,
a.button.pink,
a.comment-reply-link.pink,
a.wp-block-button__link.pink,
button.button.pink,
input.button.pink,
input[type=submit].pink {
  background: #d723d5;
}

#commentform #submit.pink:hover,
#wrapper .woo-sc-button.pink:hover,
.submit.pink:hover,
.woocommerce a.button.alt.pink:hover,
.woocommerce a.button.pink:hover,
.woocommerce button.button.alt.pink:hover,
.woocommerce button.button.pink:hover,
.woocommerce input.button.pink:hover,
.woocommerce input[type=submit].pink:hover,
a.button.pink:hover,
a.comment-reply-link.pink:hover,
a.wp-block-button__link.pink:hover,
button.button.pink:hover,
input.button.pink:hover,
input[type=submit].pink:hover {
  background: #bc00d2;
}

#commentform #submit.silver,
#wrapper .woo-sc-button.silver,
.submit.silver,
.woocommerce a.button.alt.silver,
.woocommerce a.button.silver,
.woocommerce button.button.alt.silver,
.woocommerce button.button.silver,
.woocommerce input.button.silver,
.woocommerce input[type=submit].silver,
a.button.silver,
a.comment-reply-link.silver,
a.wp-block-button__link.silver,
button.button.silver,
input.button.silver,
input[type=submit].silver {
  color: #444!important;
  text-shadow: 0 1px #fff;
  background: #d8d8d8;
}

#commentform #submit.silver:hover,
#wrapper .woo-sc-button.silver:hover,
.submit.silver:hover,
.woocommerce a.button.alt.silver:hover,
.woocommerce a.button.silver:hover,
.woocommerce button.button.alt.silver:hover,
.woocommerce button.button.silver:hover,
.woocommerce input.button.silver:hover,
.woocommerce input[type=submit].silver:hover,
a.button.silver:hover,
a.comment-reply-link.silver:hover,
a.wp-block-button__link.silver:hover,
button.button.silver:hover,
input.button.silver:hover,
input[type=submit].silver:hover {
  background: #ccc;
}

#commentform #submit .woo-alert,
#wrapper .woo-sc-button .woo-alert,
.submit .woo-alert,
.woocommerce a.button .woo-alert,
.woocommerce a.button.alt .woo-alert,
.woocommerce button.button .woo-alert,
.woocommerce button.button.alt .woo-alert,
.woocommerce input.button .woo-alert,
.woocommerce input[type=submit] .woo-alert,
a.button .woo-alert,
a.comment-reply-link .woo-alert,
a.wp-block-button__link .woo-alert,
button.button .woo-alert,
input.button .woo-alert,
input[type=submit] .woo-alert {
  background: 0 0;
  padding-left: 0;
}

#commentform #submit .woo-alert:before,
#wrapper .woo-sc-button .woo-alert:before,
.submit .woo-alert:before,
.woocommerce a.button .woo-alert:before,
.woocommerce a.button.alt .woo-alert:before,
.woocommerce button.button .woo-alert:before,
.woocommerce button.button.alt .woo-alert:before,
.woocommerce input.button .woo-alert:before,
.woocommerce input[type=submit] .woo-alert:before,
a.button .woo-alert:before,
a.comment-reply-link .woo-alert:before,
a.wp-block-button__link .woo-alert:before,
button.button .woo-alert:before,
input.button .woo-alert:before,
input[type=submit] .woo-alert:before {
  content: "";
}

#commentform #submit .woo-download,
#wrapper .woo-sc-button .woo-download,
.submit .woo-download,
.woocommerce a.button .woo-download,
.woocommerce a.button.alt .woo-download,
.woocommerce button.button .woo-download,
.woocommerce button.button.alt .woo-download,
.woocommerce input.button .woo-download,
.woocommerce input[type=submit] .woo-download,
a.button .woo-download,
a.comment-reply-link .woo-download,
a.wp-block-button__link .woo-download,
button.button .woo-download,
input.button .woo-download,
input[type=submit] .woo-download {
  background: 0 0;
  padding-left: 0;
}

#commentform #submit .woo-download:before,
#wrapper .woo-sc-button .woo-download:before,
.submit .woo-download:before,
.woocommerce a.button .woo-download:before,
.woocommerce a.button.alt .woo-download:before,
.woocommerce button.button .woo-download:before,
.woocommerce button.button.alt .woo-download:before,
.woocommerce input.button .woo-download:before,
.woocommerce input[type=submit] .woo-download:before,
a.button .woo-download:before,
a.comment-reply-link .woo-download:before,
a.wp-block-button__link .woo-download:before,
button.button .woo-download:before,
input.button .woo-download:before,
input[type=submit] .woo-download:before {
  content: "";
}

#commentform #submit .woo-tick,
#wrapper .woo-sc-button .woo-tick,
.submit .woo-tick,
.woocommerce a.button .woo-tick,
.woocommerce a.button.alt .woo-tick,
.woocommerce button.button .woo-tick,
.woocommerce button.button.alt .woo-tick,
.woocommerce input.button .woo-tick,
.woocommerce input[type=submit] .woo-tick,
a.button .woo-tick,
a.comment-reply-link .woo-tick,
a.wp-block-button__link .woo-tick,
button.button .woo-tick,
input.button .woo-tick,
input[type=submit] .woo-tick {
  background: 0 0;
  padding-left: 0;
}

#commentform #submit .woo-tick:before,
#wrapper .woo-sc-button .woo-tick:before,
.submit .woo-tick:before,
.woocommerce a.button .woo-tick:before,
.woocommerce a.button.alt .woo-tick:before,
.woocommerce button.button .woo-tick:before,
.woocommerce button.button.alt .woo-tick:before,
.woocommerce input.button .woo-tick:before,
.woocommerce input[type=submit] .woo-tick:before,
a.button .woo-tick:before,
a.comment-reply-link .woo-tick:before,
a.wp-block-button__link .woo-tick:before,
button.button .woo-tick:before,
input.button .woo-tick:before,
input[type=submit] .woo-tick:before {
  content: "";
}

#commentform #submit .woo-info,
#wrapper .woo-sc-button .woo-info,
.submit .woo-info,
.woocommerce a.button .woo-info,
.woocommerce a.button.alt .woo-info,
.woocommerce button.button .woo-info,
.woocommerce button.button.alt .woo-info,
.woocommerce input.button .woo-info,
.woocommerce input[type=submit] .woo-info,
a.button .woo-info,
a.comment-reply-link .woo-info,
a.wp-block-button__link .woo-info,
button.button .woo-info,
input.button .woo-info,
input[type=submit] .woo-info {
  background: 0 0;
  padding-left: 0;
}

#commentform #submit .woo-info:before,
#wrapper .woo-sc-button .woo-info:before,
.submit .woo-info:before,
.woocommerce a.button .woo-info:before,
.woocommerce a.button.alt .woo-info:before,
.woocommerce button.button .woo-info:before,
.woocommerce button.button.alt .woo-info:before,
.woocommerce input.button .woo-info:before,
.woocommerce input[type=submit] .woo-info:before,
a.button .woo-info:before,
a.comment-reply-link .woo-info:before,
a.wp-block-button__link .woo-info:before,
button.button .woo-info:before,
input.button .woo-info:before,
input[type=submit] .woo-info:before {
  content: "";
}

#commentform #submit .woo-note,
#wrapper .woo-sc-button .woo-note,
.submit .woo-note,
.woocommerce a.button .woo-note,
.woocommerce a.button.alt .woo-note,
.woocommerce button.button .woo-note,
.woocommerce button.button.alt .woo-note,
.woocommerce input.button .woo-note,
.woocommerce input[type=submit] .woo-note,
a.button .woo-note,
a.comment-reply-link .woo-note,
a.wp-block-button__link .woo-note,
button.button .woo-note,
input.button .woo-note,
input[type=submit] .woo-note {
  background: 0 0;
  padding-left: 0;
}

#commentform #submit .woo-note:before,
#wrapper .woo-sc-button .woo-note:before,
.submit .woo-note:before,
.woocommerce a.button .woo-note:before,
.woocommerce a.button.alt .woo-note:before,
.woocommerce button.button .woo-note:before,
.woocommerce button.button.alt .woo-note:before,
.woocommerce input.button .woo-note:before,
.woocommerce input[type=submit] .woo-note:before,
a.button .woo-note:before,
a.comment-reply-link .woo-note:before,
a.wp-block-button__link .woo-note:before,
button.button .woo-note:before,
input.button .woo-note:before,
input[type=submit] .woo-note:before {
  content: "";
}

.ie8 .button {
  padding: 10px 15px;
  margin: 0;
}

.ie8 .button:visited {
  padding: 10px 15px;
  margin: 0;
}

body .woo-sc-box:before {
  content: "";
  content: none;
  margin-right: .57em;
}

body .woo-sc-box.alert {
  border-color: #f0baa2;
  background-color: #ffd9c8;
  background-image: none;
}

body .woo-sc-box.alert:before {
  content: "\f071";
}

body .woo-sc-box.download {
  border-color: #d4ebaf;
  background-color: #edfcd5;
  background-image: none;
}

body .woo-sc-box.download:before {
  content: "\f01a";
}

body .woo-sc-box.tick {
  border-color: #d4ebaf;
  background-color: #edfcd5;
  background-image: none;
}

body .woo-sc-box.tick:before {
  content: "\f058";
}

body .woo-sc-box.info {
  border-color: #ccc;
  background-color: #eee;
  background-image: none;
}

body .woo-sc-box.info:before {
  content: "\f05a";
}

body .woo-sc-box.note {
  border-color: #efe3ae;
  background-color: #fef6d2;
  background-image: none;
}

body .woo-sc-box.note:before {
  content: "\f016";
}

body .woo-sc-box.normal {
  border-color: #ccc;
  background-color: #eee;
  background-image: none;
  padding: 9px 15px;
}

body .woo-sc-box.no-icon:before {
  content: none;
}

body div.woo-sc-box,
body p.woo-sc-box {
  margin: 1em 0 1.5em 0;
  padding: 15px 20px;
  border-width: 1px 0 1px 0;
  border-style: solid;
  color: #555;
  text-shadow: none;
  background-image: none;
  border-width: 0;
}

body .woo-sc-box.medium {
  padding: 18px 20px;
  font-size: 1.1em;
}

body .woo-sc-box.large {
  padding: 25px 27px;
  font-size: 1.2em;
}

body .woo-sc-box.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.woo-sc-featured-posts ul {
  float: left;
  clear: both;
  list-style: none;
  padding-left: 0;
}

.woo-sc-featured-posts ul li {
  float: left;
  clear: both;
  list-style: none;
  margin-bottom: 10px;
}

.woo-sc-featured-posts ul li .thumbnail {
  float: left;
  margin-right: 10px;
}

.woo-sc-featured-posts ul li .related-title {
  float: left;
}

#loopedSlider .slides {
  overflow: hidden;
}

#loopedSlider .container {
  overflow: hidden;
  position: relative;
  display: none;
}

#loopedSlider .slides {
  top: 0;
  left: 0;
}

#loopedSlider .slides .slide {
  display: none;
  overflow: hidden;
  position: relative;
}

#loopedSlider {
  margin: 0 auto 40px;
  padding: 0;
  position: relative;
}

#loopedSlider .nav-buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

#content.magazine #loopedSlider .slides .slide img {
  width: 100%;
}

#loopedSlider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] #loopedSlider .slides {
  display: block;
}

* html #loopedSlider .slides {
  height: 1%;
}

#loopedSlider .content {
  padding: 20px 0;
  background: #000;
}

#loopedSlider .content h2 {
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 20px;
}

#loopedSlider .content h2,
#loopedSlider .content h2 a,
#loopedSlider .content h2 a:visited {
  color: #fff;
}

#loopedSlider .content h2 a:hover {
  text-decoration: underline;
}

#loopedSlider .content .title {
  margin: 0;
}

#loopedSlider .content p {
  color: #ccc;
  padding: 5px 20px 10px 20px;
}

.widget a.flex-next,
.widget a.flex-prev {
  padding-top: 30px;
}

#loopedSlider {
  margin-bottom: 50px;
  overflow: hidden;
}

#loopedSlider.has-pagination {
  margin-bottom: 5px;
}

#loopedSlider .flex-disabled {
  display: none;
}

#loopedSlider .flex-control-nav,
.slider-pagination .flex-control-nav {
  text-align: center;
  margin: 10px 0 20px 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

#loopedSlider .flex-control-nav,
#loopedSlider .pagination,
.slider-pagination .flex-control-nav {
  display: inline;
}

#loopedSlider .flex-control-nav li,
#loopedSlider .pagination li,
.slider-pagination li {
  display: inline-block;
  margin: 0 2px;
  width: 8px;
  height: 8px;
}

#loopedSlider .flex-control-nav li a,
#loopedSlider .pagination li a,
.slider-pagination a {
  display: block;
  cursor: pointer;
  width: 6px;
  height: 6px;
  text-indent: -9999px;
  background: 0 0;
  border-radius: 99px;
  border: 2px solid;
}

#loopedSlider .flex-control-nav li a:hover,
#loopedSlider .pagination li a,
.slider-pagination li a:hover {
  background: #555;
  border-color: #555;
}

#loopedSlider .flex-control-nav li .flex-active,
#loopedSlider .pagination li.current a,
.slider-pagination .flex-active a {
  background: #222;
  border-color: #222;
}

.slider-pagination {
  display: none;
  margin-bottom: 50px;
  opacity: .5;
  transition: .2s,ease-out;
}

@media (prefers-reduced-motion:reduce) {
  .slider-pagination {
    transition: none;
  }
}

.slider-pagination:hover {
  opacity: 1;
  transition: .2s,ease-in;
}

@media (prefers-reduced-motion:reduce) {
  .slider-pagination:hover {
    transition: none;
  }
}

body.ie7 #loopedSlider .pagination li {
  display: inline;
  zoom: 1;
}

#loopedSlider a.flex-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5%;
}

#loopedSlider a.flex-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 5%;
}

#loopedSlider a.flex-next,
#loopedSlider a.flex-prev {
  opacity: 0;
  background: 0 0;
  color: rgba(0,0,0,.5);
  transition: .2s,ease-out;
  z-index: 99;
}

@media (prefers-reduced-motion:reduce) {
  #loopedSlider a.flex-next,
  #loopedSlider a.flex-prev {
    transition: none;
  }
}

#loopedSlider:hover a.flex-next,
#loopedSlider:hover a.flex-prev {
  opacity: 1;
  transition: .2s,ease-in;
}

@media (prefers-reduced-motion:reduce) {
  #loopedSlider:hover a.flex-next,
  #loopedSlider:hover a.flex-prev {
    transition: none;
  }
}

#loopedSlider a.flex-next:hover,
#loopedSlider a.flex-prev:hover {
  text-decoration: none;
  color: #428bca;
}

#loopedSlider a.flex-next span,
#loopedSlider a.flex-prev span {
  position: absolute;
  text-align: center;
  top: 45%;
  font-size: 28px;
  width: 25px;
  height: 28px;
  border: 2px solid;
  border-radius: 99px;
}

#loopedSlider a.flex-prev span {
  left: 30%;
  padding-right: 2px;
}

#loopedSlider a.flex-next span {
  right: 30%;
  padding-left: 2px;
}

@media only screen and (max-width:767px) {
  #loopedSlider .slides {
    overflow: visible;
    height: auto!important;
  }
}

@media only screen and (min-width:768px) {
  #loopedSlider .content {
    position: absolute;
    left: 0;
    top: 20px;
    background: 0 0;
  }

  #loopedSlider .content h2 {
    float: left;
    font-size: 26px;
  }

  #loopedSlider .content p {
    clear: both;
    float: left;
  }
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.col-full:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.col-full:after,
.col-full:before,
.fix:after,
.fix:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.col-full:after,
.fix:after {
  clear: both;
}

.col-full,
.fix {
  zoom: 1;
}

html body * dd.clear,
html body * div.clear,
html body * li.clear,
html body * span.clear {
  background: 0 0;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

@media only screen and (max-width:767px) {
  body.boxed-layout {
    padding: 0;
  }

  body.boxed-layout #top {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  body.boxed-layout #wrapper {
    margin-left: 0;
    margin-right: 0;
    border: none;
  }
}

@media only screen and (min-width:768px) {
  .boxed-layout #inner-wrapper,
  .boxed-layout #wrapper {
    padding: 0;
  }

  .boxed-layout #content,
  .boxed-layout #footer,
  .boxed-layout #footer-widgets,
  .boxed-layout #header {
    padding-left: 2.5em;
    padding-right: 2.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -spec-box-sizing: border-box;
    box-sizing: border-box;
  }

  .boxed-layout #header {
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
  }
}

body.fixed-mobile {
  padding: 0;
}

body.fixed-mobile #top {
  padding: 0;
  margin: 0;
}

body.fixed-mobile #navigation {
  position: relative;
  padding-top: 0;
}

body.fixed-mobile #navigation .nav-close,
body.fixed-mobile #navigation .nav-home {
  display: none;
}

@media only screen and (max-width:767px) {
  body.fixed-mobile .nav-toggle {
    display: none;
  }

  body.fixed-mobile #navigation {
    width: 100%;
    margin-bottom: 0;
  }

  body.fixed-mobile #navigation ul {
    margin-bottom: 0;
  }

  body.fixed-mobile #navigation ul.nav>li {
    display: inline-block;
  }

  body.fixed-mobile #navigation ul.nav li a {
    padding: 1em;
  }

  body.fixed-mobile #navigation ul.nav>li>ul {
    left: 0;
  }

  body.fixed-mobile #navigation ul.nav ul {
    width: 12em;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    margin: 0;
    padding: .4em 0;
  }

  body.fixed-mobile #navigation ul.nav ul li {
    float: none;
  }

  body.fixed-mobile #navigation .nav li.parent>a:after {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    width: 1.5em;
    content: "\f0d7";
    color: rgba(0,0,0,.4);
    font-size: .857em;
    margin-top: 2px;
    speak: none;
    width: 1.387em;
    display: inline-block;
    text-align: right;
    line-height: 1;
  }

  body.fixed-mobile #navigation ul.nav li a:hover {
    text-decoration: none;
  }

  body.fixed-mobile #navigation ul.nav ul {
    background: #e6e6e6;
  }

  body.fixed-mobile #navigation ul.nav ul li {
    float: none;
  }

  body.fixed-mobile #navigation ul.nav>li>ul {
    left: 0;
  }

  body.fixed-mobile #navigation ul.nav>li>ul li a:hover {
    text-decoration: underline;
  }

  body.fixed-mobile #navigation ul.nav li {
    position: relative;
    float: left;
    zoom: 1;
    list-style: none;
  }

  body.fixed-mobile #navigation ul.nav li.parent>a {
    position: relative;
  }

  body.fixed-mobile #navigation ul.nav li:hover>ul {
    visibility: visible;
  }

  body.fixed-mobile #navigation ul.nav ul ul {
    top: -5px;
    left: 100%;
  }

  body.fixed-mobile #navigation ul.nav li.parent ul.children li.parent>a:after {
    content: ""!important;
    float: right;
    position: absolute;
    top: 1em;
    right: 1em;
    text-decoration: none!important;
  }
}

body.full-width,
body.full-width #inner-wrapper {
  padding: 0;
}

body.full-width #wrapper {
  padding: 0;
  min-width: 100%!important;
  width: 100%;
}

#nav-container,
body.full-width #content,
body.full-width #footer,
body.full-width #footer-widgets,
body.full-width #header {
  padding-left: 1.618em;
  padding-right: 1.618em;
}

body.full-width #top {
  padding: 0;
  margin: 0;
}

body.full-width .nav-toggle {
  margin: 0;
}

#nav-container {
  border: 1px solid #d9d9d9;
  border-width: 1px;
  background: #f0f0f0;
  margin: 0;
}

#nav-container::after {
  clear: both;
  content: "";
  display: block;
}

#nav-container #navigation {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

#nav-container #navigation ul#main-nav>li:first-child {
  border-left: 1px solid #dbdbdb;
}

@media only screen and (min-width:768px) {
  #nav-container {
    margin: 0 0 3em 0;
  }
}

#single_map_canvas img {
  max-width: inherit;
}

.page-template-template-contact-php .location-twitter {
  margin: 0 0 1em;
  padding: 0 0 1.618em;
  border-bottom: 1px solid #e6e6e6;
}

.page-template-template-contact-php .location-twitter .col-left {
  float: none;
}

.page-template-template-contact-php .location-twitter ul {
  margin: 0;
  padding: 0;
}

.page-template-template-contact-php .location-twitter ul li {
  list-style: none;
  padding: 0;
}

.page-template-template-contact-php .location-twitter #office-location {
  margin: 0 0 1.618em;
}

.page-template-template-contact-php .location-twitter #office-location a {
  text-decoration: underline;
}

.page-template-template-contact-php .location-twitter #office-location ul li {
  margin: 0 0 1em;
}

.page-template-template-contact-php .location-twitter .contact-social {
  float: none;
}

.page-template-template-contact-php .location-twitter .contact-social #twitter {
  margin: 0 0 1.618em;
}

.page-template-template-contact-php .location-twitter .contact-social #twitter ul li {
  padding-bottom: 10px;
}

.page-template-template-contact-php .location-twitter .contact-social #twitter ul li a.time {
  color: #7b7b7b;
}

.page-template-template-contact-php .location-twitter .contact-social #connect {
  background: 0 0;
  border: none;
  padding: 0;
  margin: 1em 0 0;
}

.page-template-template-contact-php .location-twitter .contact-social #connect div p {
  display: none;
}

.page-template-template-contact-php .location-twitter .contact-social #connect img {
  border: none;
  padding: 0;
  background: 0 0;
}

.page-template-template-contact-php .location-twitter .contact-social #connect h3 {
  display: none;
}

.page-template-template-contact-php .location-twitter .contact-social #connect .social {
  float: none;
  clear: both;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
}

.contact-form .row {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 18px;
}

.contact-form p {
  font: 300 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.contact-form label {
  cursor: pointer;
  display: block;
  float: left;
  font-weight: 700;
  height: 1rem;
  padding-right: 20px;
  width: 80px;
}

.contact-form input.txt {
  width: 214px;
}

.contact-form input#sendCopy {
  border: none;
}

.contact-form textarea {
  height: 300px;
  width: 70%;
}

.contact-form li .error {
  font-size: 12px;
  display: block;
  margin-left: 120px;
  color: red;
}

.contact-form li.textarea .error {
  display: block;
  margin-left: 120px;
}

.contact-form li.screenReader {
  margin-bottom: 0;
}

.contact-form li.inline input {
  width: auto;
  margin-left: 120px;
}

.contact-form li.inline input#sendCopy {
  margin-left: 0;
}

.contact-form li.inline label {
  display: inline;
  float: none;
  width: auto;
}

.wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
  max-width: calc(100% - 12px);
}


@media (min-width:425px) {
  .wpcf7-form input:not([type=submit]):not([type=checkbox]) {
    width: 214px;
  }
}

@media (max-width:375px) {
  .wpcf7-form span.wpcf7-form-control-wrap {
    width: 100%;
  }

  .wpcf7-form input:not([type=submit]):not([type=checkbox]), .contact-form textarea {
    width: 100%;
  }
}

.three-col-left #contact-page ol.forms textarea,
.three-col-middle #contact-page ol.forms textarea,
.three-col-right #contact-page ol.forms textarea {
  width: 65%;
}

.three-col-left #contact-page ol.forms input#sendCopy,
.three-col-middle #contact-page ol.forms input#sendCopy,
.three-col-right #contact-page ol.forms input#sendCopy {
  float: left;
}

@media only screen and (min-width:768px) {
  .page-template-template-contact-php .location-twitter .col-left {
    float: left;
  }

  .page-template-template-contact-php .location-twitter #office-location {
    width: 48%;
    margin: 0 1em 0 0;
  }

  .page-template-template-contact-php .location-twitter .contact-social {
    float: left;
    width: 48%;
  }

  .page-template-template-contact-php .location-twitter .contact-social #twitter {
    margin: 0;
  }

  #contact-page ol.forms li.buttons .submit {
    margin: 0 0 0 100px;
  }

  #contact-page ol.forms li.inline input#sendCopy {
    margin-left: 100px;
  }
}

#archives {
  padding: 10px 0 0;
}

#archives .archives_list {
  border-left: 1px solid #e5e5e5;
  list-style: none;
  margin: 0 0 0 25px;
  padding: 0 0 20px;
}

#archives .archives_list:last-child:after {
  content: '';
  position: relative;
  top: 20px;
  left: -7px;
  display: block;
  width: 5px;
  height: 5px;
  border: 4px solid #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #dc3022;
}

#archives .archives_list li {
  clear: left;
  padding: 10px 0 10px 10px;
  font-size: .9em;
  font-style: normal;
  list-style: none;
}

#archives .archives_list .date {
  color: #534545;
  position: relative;
  width: 40%;
  font-style: italic;
  display: block;
  vertical-align: top;
}

#archives .archives_list .date:before {
  content: '';
  position: absolute;
  top: 9px;
  left: -10px;
  display: block;
  width: 5px;
  height: 1px;
  border-top: 2px solid #e5e5e5;
}

#archives .archives_list .linked {
  padding-top: 2px;
  padding-right: 80px;
  width: auto;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.2;
  vertical-align: top;
}

#archives .archives_list .linked a {
  font-weight: 700;
}

#archives .archives_list .comments {
  display: inline;
  margin-top: -15px;
  float: right;
  vertical-align: top;
}

#archives .archives_list .comments a {
  display: block;
  position: relative;
  width: 30px;
  height: 27px;
  padding: 3px 0 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.4em;
}

#archives .archives_list .comments a:hover {
  text-decoration: none;
}

h3.archive_year {
  font-weight: 700;
  font-size: 1em;
  padding: 2px 10px;
  border-bottom: 1px solid #e5e5e5;
  display: inline;
  margin-top: 0;
}

#archives .archives_list li span.comments a:before {
  content: "\f075";
  font-family: FontAwesome;
  font-size: .6em;
  margin-right: 5px;
  position: relative;
  top: -.4em;
}

.magazine #loopedSlider .slides {
  width: 100%;
}

.magazine #loopedSlider li.slide {
  display: none;
}

.magazine #loopedSlider li.slide img {
  max-width: 100%;
  height: auto;
}

.magazine #loopedSlider .pagination-wrap {
  height: 30px;
}

@media only screen and (max-width:767px) {
  .magazine #loopedSlider a.flex-next,
  .magazine #loopedSlider a.flex-prev {
    bottom: auto;
    top: 20px;
  }

  .magazine #loopedSlider {
    height: auto!important;
    max-height: none!important;
  }
}

@media only screen and (min-width:768px) {
  .magazine .block {
    float: left;
    width: 48%;
  }

  .magazine .block.last {
    float: right;
  }

  #loopedSlider.magazine-slider .content h2,
  #loopedSlider.magazine-slider .content p {
    max-width: 350px;
    background: #000;
    background: rgba(0,0,0,.7);
  }
}

#loopedSlider.business-slider,
#loopedSlider.business-slider .container {
  width: 100%;
}

.business h2,
.business h3,
.business h4,
.business h5,
.business h6 {
  margin-top: .3em;
}

#loopedSlider.business-slider img.woo-image {
  max-width: 100%;
  height: auto;
}

#loopedSlider.business-slider li.slide {
  display: none;
}

.full-slider .slide .woo-image {
  width: 100%;
}

.full-slider #loopedSlider.business-slider .entry {
  padding: 1.5em 0 .5em;
}

@media only screen and (min-width:768px) {
  body.full-header.full-slider #loopedSlider {
    margin-top: -3em;
  }

  #loopedSlider.business-slider .content {
    background: #000;
    background: rgba(0,0,0,.5);
    top: inherit;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
  }

  .full-slider #loopedSlider.business-slider .content {
    text-align: center;
  }

  .full-slider #loopedSlider.business-slider .content h2,
  .full-slider #loopedSlider.business-slider .content p {
    float: none;
    max-width: 100%;
    background: 0 0;
  }
}

.post .post-icon a:before {
  display: block;
  height: 50px;
  width: 50px;
  padding-top: .7em;
  font-size: 1.7em;
  color: #fff;
  text-align: center;
}

.post .post-icon.link a:before {
  font-family: FontAwesome;
  content: "\f0c1";
}

.post .post-icon.video a:before {
  font-family: FontAwesome;
  content: "\f03d";
}

.post .post-icon.article a:before {
  font-family: FontAwesome;
  content: "\f0f6";
}

.post .post-icon.audio a:before {
  font-family: FontAwesome;
  content: "\f026";
}

.post .post-icon.image a:before {
  font-family: FontAwesome;
  content: "\f03e";
}

.post .post-icon.quote a:before {
  font-family: FontAwesome;
  content: "\f10d";
}

.auto-col .wp-block-column {
  flex-basis: auto;
}

.d-block {
  display: block;
}

.alignfull img,
.alignfull video {
  width: 100%;
}

img {
  height: auto;
}

iframe,
img,
object {
  max-width: 100%;
}

#connect,
#post-author {
  border: none;
  background: #666;
}

#connect h3 {
  font-size: 1.3em;
}

#connect .related-posts {
  font-size: .8em;
}

#connect .related-posts li {
  line-height: 1.5;
}

.far,
.fas {
  font-family: FontAwesome;
}

.far.fa-rss,
.far.fa-rss-square,
.fas.fa-rss,
.fas.fa-rss-square {
  color: #fff;
  font-size: 20px;
  margin: 3px 8px;
}

.rss {
  border-radius: 100%;
  background: #f60;
  display: inline-flex;
  height: 30px;
  width: 30px;
}

.wpcf7-form.sent .contact-form {
  display: none;
}

.wpcf7-form .wpcf7-response-output {
  border: none;
  font-size: 1.15em;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.wpcf7-form label {
  line-height: .6;
}

.wpcf7-form .user-message {
  width: 87%;
}

@media only screen and (max-width:980px) {
  .wpcf7-form .email-self-row label,
  .wpcf7-form .submit-row label {
    display: none;
  }
}

.contact-form input[type=submit] {
  padding: 3px 15px 3px 15px;
  height: 38px;
}

.contact-form .email-self p {
  font-weight: 700 !important;
}

.contact-form .wpcf7-list-item {
  color: inherit;
  margin: 0;
  padding: 0;
}

.social .wp-block-column {
  margin-left: 4px;
  flex-grow: initial;
}

.social .wp-block-column:first-child {
  margin-left: 0;
}

hr.wp-block-separator {
  border: none;
  position: relative;
}

#wrapper hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px!important;
}

#wrapper hr.wp-block-separator.is-style-wide {
  max-width: 910px!important;
}

@media only screen and (max-width:980px) {
  #wrapper hr.wp-block-separator.is-style-wide {
    margin-left: 25px!important;
    margin-right: 25px!important;
  }
}

hr.wp-block-separator.is-style-dots {
  background: 0 0;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}

hr.wp-block-separator.is-style-dots:before {
  content: "\00b7 \00b7 \00b7";
  color: inherit;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

#inner-wrapper article .archive_header {
  color: #efefef;
  margin-bottom: 30px;
}

#Xportfolio #port-tags,
#Xportfolio .portfolio-items {
  width: 100%;
}

#Xportfolio .group.portfolio-img {
  float: left;
  display: block;
  width: 30%;
  margin: 0 1.6% 2.8% 1.6%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  position: relative;
  max-width: 380px;
  height: auto!important;
  position: relative;
}

#Xportfolio .group.portfolio-img:hover h3 a {
  color: #ffd005;
  background: #000;
  text-decoration: none;
}

#Xportfolio .group.portfolio-img:hover img {
  opacity: .75;
}

#Xportfolio .group.portfolio-img h3 {
  bottom: -1px;
  position: absolute!important;
  padding-left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  display: block;
  position: relative;
  margin: 0;
  background: #2a2a2a;
  background: rgba(0,0,0,.5);
  line-height: 1.2em;
}

#Xportfolio .group.portfolio-img h3 a {
  padding: .5em;
  display: block;
  color: #fff;
}

#Xportfolio .group.portfolio-img h3 a:hover {
  color: #ffd005;
  background: #000;
  text-decoration: none;
}

#Xportfolio .group.portfolio-img img {
  width: 100%;
  border: 0;
  padding: 0;
  opacity: .99;
  max-width: none;
}

#Xportfolio .group.portfolio-img a.thumb {
  display: block;
  margin: 0;
  margin-right: 30px;
  margin-right: 0;
  height: auto;
}

#Xportfolio .group.portfolio-img a.thumb:hover {
  text-decoration: none;
  background: url("../../wp-theme/temp/images/portfolio-hover.png") no-repeat 50% 45%;
}

#portfolio .block h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

#portfolio #port-tags {
  margin: 0 10px 20px;
  padding: 0 0 20px;
}

#portfolio .gallery-image {
  display: none;
}

#portfolio .portfolio h2 {
  margin: 0 0 .5em;
}

body {
  background-color: #000;
}

body:not(.has-bg):not(.blog):not(.single-post):not(.single-portfolio):not(.post-type-archive-portfolio) #inner-wrapper,
body:not(.has-bg):not(.blog):not(.single-post):not(.single-portfolio):not(.post-type-archive-portfolio) #wrapper,
body:not(.has-bg):not(.blog):not(.single-post):not(.single-portfolio):not(.post-type-archive-portfolio) article {
  background-color: #000;
}

#wrapper,
.col-full {
  max-width: 100%!important;
}

input,
textarea {
  padding: 5px;
  background: #efefef;
  border: 1px solid #fff;
}

.clearfix {
  clear: both;
  display: table;
  content: " ";
}

body.has-bg #wrapper {
  background-repeat: repeat-y;
  background-position-y: 159px;
  background-size: 100%;
}

body.home #wrapper,
body.single-post #wrapper {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

body.blog #wrapper,
body.single-post #wrapper {
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
}


.project-client {
  font-family: museo-sans,Helvetica,sans-serif;
  color: #efefef;
  text-align: center;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2em;
  padding-top: 75px;
  text-transform: uppercase;
}

.project-name {
  font-family: museo-sans,Helvetica,sans-serif;
  color: #efefef;
  text-align: center;
  font-size: 48px;
  font-weight: 100;
  font-style: italic;
  line-height: 1.2em;
  padding-bottom: 75px;
}

.project-credits,
.project-details,
.project-similar-title,
.project-website {
  font: 700 1.8em/1.5em museo-sans,Helvetica,sans-serif;
  color: #ccc;
  line-height: 1.5em;
}

.project-description {
  font: 300 16px/1.5em museo-sans,Helvetica,sans-serif;
}

.project-website {
  padding-bottom: 5px;
}

.similar-projects {
  font-size: 16px;
  font-weight: 700;
}

.similar-projects a:hover {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

a,
h1,
h2,
h3,
h4,
li,
p,
span {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: museo-sans,Helvetica,sans-serif;
}

#portfolio .group.portfolio-img img,
.entry img,
img.thumbnail {
  height: auto;
  padding: 0;
  border: none;
}

.entry,
.single-post article,
.work .content {
  font: 300 16px/1.5em museo-sans,Helvetica,sans-serif;
}

.entry p,
.single-post article p,
.work .content p {
  font: 300 16px/1.5em museo-sans,Helvetica,sans-serif;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6,
.single-post article h1,
.single-post article h2,
.single-post article h3,
.single-post article h4,
.single-post article h5,
.single-post article h6,
.work .content h1,
.work .content h2,
.work .content h3,
.work .content h4,
.work .content h5,
.work .content h6 {
  /*margin: auto!important;*/
}

.single-post h1.title {
  font-size: 1.23rem;
}

a {
  -webkit-transition: all .1s ease;
  transition: all .1s ease-out;
  color: #ffd005;
}

a img,
a:link,
a:visited {
  -webkit-transition: all .1s ease;
  transition: all .1s ease-out;
  color: #ffd005;
}

body.single-post .post {
  margin-bottom: 0;
}

.post .title a:link,
.post .title a:visited {
  -webkit-transition: all .1s ease;
  transition: all .1s ease-out;
  color: #ffd005;
}

.post .title a:hover,
.post p.tags a:hover,
.post-meta a:hover,
.post-more a:hover,
a:hover,
h2 a:hover {
  -webkit-transition: all .1s ease;
  transition: all .1s ease-out;
  text-decoration: none;
  color: #fff;
}

.post-meta .small {
  text-transform: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #efefef;
}

.entry {
  color: #efefef;
}

.entry p {
  color: #efefef;
}

#inner-wrapper,
#wrapper {
  padding: 0;
}

#inner-wrapper p {
  //margin-bottom: 1.2em;
}

#header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
}

#logo {
  float: none;
}

body.blog .post img.alignleft {
  margin-top: 0;
  margin-right: 0;
}

body.blog .post .continue {
  clear: both;
}

.post .title {
  margin: auto;
}

article>:not(.alignfull):not(.video-responsive):not(.wooslider):not(.portfolio):not(.introtext):not(.hero),
header .container,
nav section {
  max-width: 1140px!important;
  margin-left: auto!important;
  margin-right: auto!important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

label {
  color: #bfbfbf;
}

article {
  position: relative;
}

body:not(.home) article>:not(.alignfull):not(.introtext):not(.hero):first-child {
  padding-top: 40px;
}

article p {
  margin-bottom: 1rem;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  line-height: normal;
}

.yellow-text {
  color: #ffd005;
}

.large-font {
  font: 300 15px/1.5em "Helvetica Neue",Helvetica,sans-serif;
}

.video-responsive,
.work .hero {
  margin-bottom: 20px;
}

.hero img {
  width: 100%;
}

#single_map_canvas {
  padding: 0;
}

.woo-sc-divider,
.woo-sc-hr {
  margin-bottom: 0;
  padding-top: 0;
}

#footer .col-left {
  float: none;
  text-align: center;
}

.profile-pic img,
img.profile-pic {
  border: none!important;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

strong {
  color: #ffd005;
}

.hatch-services,
.hatch-working-with-us {
  border: none!important;
  background: #c8c8c8!important;
  display: inline;
  padding: 1px 1px!important;
  margin: 11px;
}

#navigation {
  margin-bottom: 0!important;
}

.archive #content,
.page-id-11 #content,
.page-id-3381 #content,
.page-id-4578 #content,
.page-id-7 #content,
.search #main {
  padding-top: 40px!important;
}

.contact-form,
.contact-form label,
.wpcf7-response-output {
  color: #fff;
}

.social-icons-container {
  width: 260px;
  height: 48px;
  border: none;
  margin-top: 20px;
}

.social-icons {
  width: 48px;
  padding: 0!important;
  border: none!important;
  background: 0 0!important;
  margin: 0!important;
}

.social-icons:hover {
  opacity: .7;
}

.bg_video {
  width: 100%;
  height: auto;
}

body:not(.home) article {
  padding-bottom: 40px;
  position: relative;
}

.introtext {
    position: absolute;
    white-space: nowrap;
    font: 600 128px museo-sans, Helvetica, sans-serif;
    font-size: 3vw;
    line-height: 4vw;
    padding: 5px 20px !important;
    margin-top: 25%;
    margin-left: 25%;
    border: .4vw solid #fff;
    color: #fff;
    text-align: center;
}

.page-id-2 #main-sidebar-container #main {
  padding-left: 0;
  padding-right: 0;
}

.page-id-2 #content {
  padding: 0 0 0;
}

@media (max-width:767px) {
  .home-bg {
    height: 315px;
    background: url("/wp-content/uploads/home_bg.jpg") center center/cover no-repeat;
  }

  .home-bg video {
    display: none;
  }

.introtext {
    position: absolute;
    white-space: nowrap;
    font: 600 128px museo-sans, Helvetica, sans-serif;
    font-size: 3vw;
    line-height: 4vw;
    padding: 5px 20px !important;
    margin-top: 125px;
    margin-left: 25%;
    border: .4vw solid #fff;
    color: #fff;
    text-align: center;
}
}

.woo-image.portfolio-img {
  width: 100%;
  height: 100%;
}

#port-tags {
  color: #efefef;
  font-size: 12px;
  text-transform: uppercase;
  margin: auto!important;
  padding: 40px 0 20px;
    line-height: 25px;
}

#port-tags a {
  padding: 2px 6px;
  margin: 0 0 0 5px;
  background: #303030;
  border: 1px solid #505050;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#port-tags a.current,
#port-tags a:hover {
  background: #505050;
}

a .entry:hover img,
a img.thumbnail:hover {
  opacity: .75;
}

#navigation ul.nav-search a.search-contents {
  display: none;
}

#navigation ul.nav-search a.search-contents+ul {
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  visibility: visible;
  padding: 0 1em;
  margin: 0;
  height: 44px;
  border-radius: 0;
  background-color: #202020;
  width: 160px;
  font-size: .8em;
  -webkit-transition: all .1s ease;
  transition: all .1s ease-out;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1.1em;
  font-weight: lighter;
  letter-spacing: 1px;
}

#navigation ul.nav-search .searchform input.s {
  box-sizing: border-box;
  padding: .6em 2.99em .828em 1.414em;
  width: 100%;
  font: 300 14px/1.2 museo-sans,Helvetica,sans-serif;
}

#navigation ul.nav-search .searchform .submit {
  margin-top: -12px;
  font: 600 14px/1.2 museo-sans,Helvetica,sans-serif;
}

#navigation ul.nav-search .searchform .submit:hover {
  color: red;
}

body.search #content img {
  max-width: 100px;
}

.post .title {
  margin: 0;
  font-size: 1.5em;
}

.page .title,
.page-title {
  margin: 0;
  font-size: 1.5em;
  display: none;
}

.page-id-3381 .title {
  display: block;
}

#navigation {
  border-top: solid 2px #ffd005;
  border-bottom: solid 1px #000;
  border-radius: 0;
  margin-top: 0;
  font-weight: 700;
  color: #d8d8d8;
  text-shadow: none;
  background: #303030;
}

ul.nav {
  margin-left: .5em;
  margin-right: 0;
}

#navigation ul.nav>li {
  padding-right: 40px;
  background-color: #303030;
  text-transform: uppercase;
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  -o-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

ul.nav li a {
  font-size: 16px;
  padding: 0;
  color: #c8c8c8;
  display: block;
  text-align: center;
  padding-top: 12px!important;
  padding-bottom: 13px!important;
}

#navigation ul.nav>li a:hover,
#navigation ul.nav>li:hover {
  color: #ffd005;
  background-color: #303030;
}

#navigation ul.nav li ul {
  color: #ffd005;
  background-color: #303030;
  width:250px;
  padding: 0;
}

#navigation ul.cart>li:hover,
#navigation ul.cart>li>ul>div {
  color: #ffd005;
  background-color: #303030;
}

#navigation ul a {
  color: #c8c8c8;
  background: 0 0;
}


/* Sub-Menu */

 #navigation ul ul.sub-menu li {
  font-size: 16px;
  padding: 0;
  color: #c8c8c8;
  display: block;
  text-align: center;
  border-top: 1px solid #000;
  //padding-top: 12px!important;
  //padding-bottom: 13px!important;
}

#navigation ul ul.sub-menu li:hover {
  color: #ffd005 !important;
  //background-color: #fff !important;
}

#navigation ul ul.sub-menu li a:hover {
  color: red !important;
}

#navigation ul ul.sub-menu li:hover a {
  color: #ffd005 !important;
  text-decoration: none;
}
	 
#navigation ul ul.sub-menu li a, .main-navigation ul ul.sub-menu li a:active, .main-navigation ul ul.sub-  menu li a:visited {
  color: #c8c8c8 !important;
  text-align: left;
}




body:not(.single-portfolio):not(.post-type-archive) #navigation ul.nav li.current-cat a,
body:not(.single-portfolio):not(.post-type-archive) #navigation ul.nav li.current-menu-ancestor a,
body:not(.single-portfolio):not(.post-type-archive) #navigation ul.nav li.current-menu-item a,
body:not(.single-portfolio):not(.post-type-archive) #navigation ul.nav li.current_page_item a,
body:not(.single-portfolio):not(.post-type-archive) #navigation ul.nav li.current_page_parent a {
  color: #ffd005;
  background-color: #303030;
}

body.single-portfolio #navigation ul.nav li.type-portfolio a {
  color: #ffd005;
  background-color: #303030;
}

#contact-page ol.forms li.buttons .submit,
a.button,
button.button,
input.button {
  padding: 3px 10px 3px 10px;
  border: none;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10;
  -webkit-transition: all .1s ease;
  transition: all .1s ease-out;
}

.wooslider {
  margin: 20px 0 60px;
  background: #fff;
  border: none;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  zoom: 1;
}

.wooslider .wooslider-control-nav {
  opacity: .5;
}

.wooslider .wooslider-control-nav li {
  margin: 0 .202em;
}

.wooslider .wooslider-control-nav li a {
  border: 2px solid #999;
  height: 6px;
  width: 6px;
}

.wooslider .wooslider-control-nav li a.wooslider-active,
.wooslider .wooslider-control-nav li a:hover {
  border-color: #eee;
  background: #333;
}

.wooslider .wooslider-direction-nav {
  font-size: 16px;
}

.wooslider .wooslider-direction-nav a {
  border: 2px solid;
  border-radius: 100%;
  color: rgba(0,0,0,.5);
  font-size: 2em;
  height: 1em;
  text-shadow: none;
  width: 1em;
}

.wooslider .wooslider-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.wooslider .wooslider-direction-nav .wooslider-prev {
  left: .53em;
  margin-left: -3px;
}

.wooslider .wooslider-direction-nav .wooslider-prev:before {
  content: "\f104";
}

.wooslider .wooslider-direction-nav .wooslider-next {
  margin-right: -3px;
  right: .53em;
}

.wooslider .wooslider-direction-nav .wooslider-next:before {
  content: "\f105";
}

#wooslider-id-1 {
  margin-top: 75px!important;
  margin-bottom: 75px!important;
}

.slider-pagination {
  margin-bottom: 30px;
}

#footer {
  clear: both;
  padding-top: 8px;
  padding-bottom: 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  color: #999;
  background-color: #000;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

body.single-portfolio.one-col-1140 #post-gallery,
body.single-portfolio.one-col-1140 .post-embed {
  width: 100%;
}

body.single-portfolio .hentry {
  float: left;
  width: 100%;
}

body.single-portfolio #wrapper {
  background-color: #222;
}

#mc_embed_signup {
  padding: 25px 0 0 0;
}

.services-icons {
  justify-content: center;
}

.services-icons .wp-block-column {
  margin: 25px;
  text-align: center;
}

.services-icons img {
  border: 1px solid #c8c8c8;
}


@media only screen and (max-width:1012px) {
  .services-icons {
    display: block;
  }

  .services-icons .wp-block-column {
    margin: 25px;
  }
}

.home-bg video {
  margin-bottom: -4px;
}

@media only screen and (max-width:767px) {
  body>#wrapper {
    overflow-x: visible;
  }

  body.single-portfolio.one-col #post-gallery,
  body.single-portfolio.one-col .post-embed {
    width: 100%;
  }

  #inner-wrapper {
    padding: 0!important;
  }

  .nav-toggle {
    margin: 0!important;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  #navigation {
    border-top: none;
  }

  #navigation .nav-home,
  #navigation h3 {
    display: none;
  }

  #nav-search {
    width: 100%;
  }

  #searchform,
  .searchform {
    width: 100%;
    position: relative;
    border: none;
    border-radius: 0;
  }

  #navigation ul {
    margin-bottom: 0;
  }

  #navigation ul.nav-search a.search-contents+ul {
    position: inherit;
    display: block;
    padding: 0;
    margin: 0;
    border-radius: 0;
    width: 100%;
    height: inherit;
  }

  .searchform .icon-search:hover:before {
    color: #fff;
  }

  #content {
    padding-top: 0;
  }

  ul.nav {
    margin-left: 0;
    margin-right: 0;
  }

  ul.nav li a {
    padding: .5em 1em;
    display: block;
    color: #d8d8d8;
    font: bold 14px/1.2em museo-sans,Helvetica,sans-serif;
    font-weight: 700;
  }

  ul.nav li.current-cat a,
  ul.nav li.current-menu-ancestor a,
  ul.nav li.current-menu-item a,
  ul.nav li.current_page_item a,
  ul.nav li.current_page_parent a {
    background: #505050;
    text-shadow: none;
    color: #ffd005;
    text-decoration: none;
  }

  #navigation ul.nav>li a:hover {
    background: #505050;
    text-shadow: none;
    color: #ffd005;
    text-decoration: none;
  }

  #portfolio .group.portfolio-img h3 {
    font-size: 12px;
  }

  #navigation #main-nav>li {
    border-bottom: 1px solid #000;
  }

/* Sub-Menu Additions */

#navigation ul.nav li ul {
   width: auto;
}

#navigation ul ul {
   margin: 0;
}

#navigation ul ul.sub-menu li a, .main-navigation ul ul.sub-menu li a:active, .main-navigation ul ul.sub- menu li a:visited {
    text-align: center;
}

  #navigation ul.nav>li {
    padding-right: 0;
  }

  #navigation .menus {
    padding-left: 0;
    padding-right: 0;
  }

  .page-id-3381 #content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width:35em) {
  ul.products li.product {
    max-width: 100%!important;
    margin: 0 0 2em;
    min-width: 100%;
    width: 100px;
  }

  #portfolio .gallery-item {
    max-width: 100%!important;
    margin: 0 0 2em;
    min-width: 100%;
    width: 100px;
  }

  #portfolio .gallery-item img {
    min-width: 100%;
  }

  #portfolio .gallery-item h3 {
    font-size: 14px;
  }
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}

.wp-block-columns {
    align-items: normal !important;
    display: flex;
    box-sizing: inherit;
    flex-wrap: wrap !important;
}

/* Accordion FAQ Styling CSS */

.wp-block-details.is-style-spoiler summary {
    font: 600 128px museo-sans, Helvetica, sans-serif;
    color: #ffd005;
    margin-top: 15px;
    padding: 1rem;
    font-size: 18px;
    font-weight: bold;
    background: #34393a;
    border-radius: 3px;
}

.wp-block-details.is-style-spoiler .wp-block-details-content {
    padding: 1rem;
    background: #34393a;
    border-radius: 3px;
    transition: all .2s ease-in-out;
}

/* Marquee */

.wrapper-marquee {
  max-width: 100%;
  overflow: hidden;
}

.marquee {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 15s linear infinite;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
}

.marquee p {
  display: inline-block;
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}



/* Bullet Points */
#inner-wrapper article ul:not(.wc-block-grid__products):not(.related):not(.woocommerce-error):not(.products):not(.tabs):not(.wooslider-direction-nav):not(.slides) {
     margin-block-start: 1.2rem;
     line-height:1.4em;
}

/* Homepage Gallery */









/* Lists */

#inner-wrapper article ul:not(.wc-block-grid__products):not(.related):not(.woocommerce-error):not(.products):not(.tabs):not(.wooslider-direction-nav):not(.slides) {
     font-size: 16px;
     color: #ffffff;
     font-style: italic;
}

/* Video Headers */


.video-header-group {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 25px;
    right: 25px;
    top: 4vw;
    height: 200px;
    overflow: hidden;
}

.video-header-title {
     font-size: 55px;
     text-shadow: 1px 1px 2px #363636;
     line-height: normal;
     margin-bottom: 15px !important;
}

.video-header-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 1px 1px 2px #363636;
    line-height: normal;
}

/* Get rid of .introtext when going live) */
.home-video-title {
    position: absolute;
    top: 0px;
    white-space: nowrap;
    font: 600 128px museo-sans, Helvetica, sans-serif;
    font-size: 3vw;
    line-height: 4vw;
    padding: 5px 20px !important;
    margin-top: 25%;
    margin-left: 25%;
    border: .4vw solid #fff;
    color: #fff;
    text-align: center;
}

.my-spacer {
     height: 50px !important;
}

/* Buttons Coloring */

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link,
#commentform #submit, #wrapper .woo-sc-button, .submit, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input[type=submit], a.button, a.comment-reply-link, a.wp-block-button__link, button.button, input.button, input[type=submit] {
    background-color: #ffd005;
    color: #000 !important;
    font-family: museo-sans, Helvetica, sans-serif;
    font-weight:600;
}

.wp-block-buttons>.wp-block-button.has-custom-width:hover .wp-block-button__link:hover,
#commentform #submit:hover, #wrapper .woo-sc-button:hover, .submit:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce input[type=submit]:hover, a.button:hover, a.comment-reply-link:hover, a.wp-block-button__link:hover, button.button:hover, input.button:hover, input[type=submit]:hover {
    background-color: #fff;
    color: #000 !important;
}

/* Social Icons */

.social-icon {
  //opacity: 1.0;
  transition: all .2s ease-in-out;
}

.social-icon a:hover {
  filter: brightness(0.75);
}

/* Contact Form */

.contact-form {
    padding-top: 25px;
}

input, textarea {
    padding: 5px;
    background: #1c1c1c;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
}

.wpcf7-form .wpcf7-form-control-wrap, .wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    max-width: 100%;
}

.contact-form label {
     width: 60px;
     float: none;
     padding-right: 0px;
}

@media (min-width: 425px) {
    .wpcf7-form input:not([type=submit]):not([type=checkbox]),
.contact-form textarea {
        width: calc(100% - 35px) !important;
	padding: 15px;
    }
    .wpcf7-form input:not([type=submit]):not([type=checkbox]):hover,
.contact-form textarea:hover {
	background-color: #3e3e3e;
    }
}

.service-badge {
 width: 360px;
 text-align: center;
 padding: 25px 25px 25px 25px;
 border: 1px solid #fff;
}

.dashicons {
 font-size: 125px;
 width: 125px;
 height: 125px;
 color: #ffd005;

}

.profile-photo-container {
  display: flow !important;
}

.header-name {
    font: 600 128px museo-sans, Helvetica, sans-serif;
    //font-size: 107px;
    font-size: 5.5vw;
    color: #ffd005;
    text-align: center;
    text-wrap: nowrap;
    //line-height: 100px;
}

.header-title {
    font: 100 128px museo-sans, Helvetica, sans-serif;
    //font-size: 24px;
    font-size: 1.3vw;
    color: #ffd005;
    text-align: center;
    text-wrap: nowrap;
    letter-spacing: 0.25rem;
}


