
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Roboto", Arial, serif;
  line-height: 1.8;
  font-size: 20px;
  background: #f0f0f0;
  font-weight: 300;
}
body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

#fh5co-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#fh5co-wrapper > div {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
a:not(.article-link):not(.text-title) {
  color: #7ab55c;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover:not(.article-link):not(.text-title):not(span .fh5co-logo):not(#share-buttons a) {
  text-decoration: none;
  border-bottom: 1px solid #336E14;
  /*box-shadow: 0px -4px 0px #336E14 inset;*/
}

.fh5co-navbar-brand a:hover {
  text-decoration: none!important;
  opacity: 0.5;
}


a:focus, a:active {
  outline: none;
}

p, span, p+ul li{
  margin-bottom: 1.5em;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", Arial, serif;
  color: #3c3c3c;
}

span {
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", Arial, serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}


::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

#fh5co-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #fff;

}
.menu-show #fh5co-page {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}


#main-nav {
  position: relative;
  top: 0px;
  right: 30px;
  display: inline;
  float: right;
}

#main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-nav ul li {
  display: inline;
  padding-right: 10px;
}

#main-nav ul li a:hover {
  color: #336E14;
  text-decoration: none;
  border-bottom: 1px solid #336E14;
  box-shadow: 0px -4px 0px #336E14 inset;
}

 {
  padding-left: 10px;
  color: #7ab55c;
}

#main-nav ul li:last-child a {
  color: black;
}
#fh5co-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll;
}
#fh5co-main-nav .fh5co-nav-toggle {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 20px;
  height: 50px;
  width: 50px;
  background: rgba(0, 0, 0, 0.1);
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-main-nav .fh5co-nav-toggle:hover {
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-main-nav .fh5co-nav-toggle i {
  top: 19px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}
#fh5co-main-nav .fh5co-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}
.menu-show #fh5co-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#fh5co-main-nav ul {
  text-align: center;
  padding: 50px 0 0 0;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .fh5co-nav-toggle {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-main-nav ul {
    padding: 20px 0 0 0;
  }
}

#fh5co-main-nav ul li {
  padding: 0;
  margin: 0;
}
#fh5co-main-nav ul li a {
  display: block;
  width: 100%;
  color: white;
  font-size: 50px;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  #main-nav {
    display : none
  }
}

@media screen and (max-width: 768px) {
  #main-nav ul li a {
    /*font-size: .3em;*/
    padding: 5px !important;
  }
}
#fh5co-main-nav ul li a:hover {
  background: rgba(0, 0, 0, 0.4);
}
#fh5co-main-nav ul li a:hover, #fh5co-main-nav ul li a:active, #fh5co-main-nav ul li a:focus {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  text-decoration: none;
}

.fh5co-table {
  display: table;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-table {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}
.fh5co-table .fh5co-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fh5co-table .fh5co-table-cell {
    display: block !important;
    height: inherit !important;
    width: inherit !important;
  }
}

.subscribe {
  background: #7ab55c;
  color: white;
  padding-left: 10px !important;
  padding-right: 10px;

}

.subscribe.menu {
  margin-left: 20px;
}

.subscribe:hover {
  background: #393e46;
  color: #7ab55c;
}

@media screen and (max-width: 992px) {
  #main-nav ul li:last-child a {
    font-size:  10px;
  }
  #main-nav ul li {
    padding-right: 2px!important;
  }
}


.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #A7CDCC;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #A7CDCC;
}
.btn:hover, .btn:active, .btn:focus {
  background:  !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

header {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  header {
    padding: 2em 0;
  }
}
header .fh5co-navbar-brand {
  float: left;
}
header .fh5co-navbar-brand .fh5co-logo, .fh5co-logo span {
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
}
header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none !important;
  color: #000 !important;
}
header .fh5co-navbar-brand .fh5co-logo:active, header .fh5co-navbar-brand .fh5co-logo:focus {
  outline: none;
  text-decoration: none;
}

.header {
  margin-right: 0px;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.menu-show .fh5co-nav-toggle i {
  background: #fff;
  color: #fff;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-show .fh5co-nav-toggle i::before, .menu-show .fh5co-nav-toggle i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
  }
}

#fh5co-portfolio-section, #fh5co-intro-section,
#fh5co-services-section, #fh5co-contact-section,
#fh5co-team-section {
}

#fh5co-intro-section {
  margin-bottom: 1em;
}

.intro-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .intro-heading {
    font-size: 30px;
  }
}

#filters {
  padding: 0;
  list-style: none;
}
#filters li {
  display: inline-block;
  margin-right: 20px;
}
#filters li span {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
}
#filters li span:hover, #filters li span:focus, #filters li span.active {
  color: #7ab55c !important;
}

#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 45%;
  display: none;
  float: left;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .fh5co-logo {
    font-size: 25px!important;
  }
  .fh5co-logo span {
    font-size: 25px!important;
  }

  #main-nav ul li a {
    font-size: .8em!important;
  }

  #main-nav ul li:last-child a {
    font-size:  .7em!important;
  }
}

@media screen and (max-width: 992px) {
  #portfoliolist .portfolio {
    width:40%!important;
    max-height: 100%!important;
    /*max-height: 200px!important;*/
  }
  .portfolio-wrapper {
    height: 300px;
    /*max-height: 200px!important;*/
  }

  .tip-box-left, .tip-box-right {
    text-align: center!important;
    margin-right: 0!important;
    margin-left: 0!important;
    max-width: 80%;

  }

  #main-nav ul li a {
    font-size: .7em!important;
  }

  #main-nav ul li:last-child a {
    font-size:  .6em!important;
    margin-left: 0px!important;
  }

  .fh5co-navbar-brand {
    width: 300px;
  }
}


@media screen and (max-width: 768px) {
   .portfolio {
      margin-right: 0px!important;
  }
  .portfolio-wrapper {
    height: 300px!important;
  }
}



@media screen and (max-width: 480px) {
  .portfoliolist {
    width: 100%!important;
  }
  .portfolio {
    min-width: 100%!important;
  }

  .portfolio-wrapper {
    /*height: 300px!important;*/
    box-shadow: 0 0 2px 2px rgba(122, 181, 92, 0.8);
    margin-left: 10px!important;
    margin-right: 10px!important;
    margin-top: 10px!important;
    height: 300px;

  }
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
  border: 2px solid rgba(122, 181, 92, 0.0);
  border-radius: 5px;
  height: 470px;

}

.portfolio {
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: left;
  /*-webkit-transition: width 300ms, height 300ms;
  transition: transform 300ms;*/
  border-radius: 5px;
  margin-right: 15px;
  max-width: 370px;
  max-height: 580px;
  margin-bottom: 20px;
}
.portfolio:hover {
  box-shadow: 0 0 2px 2px rgba(122, 181, 92, 0.8);
  -webkit-transform: translate(0.5px, -5px);
  -moz-transform: translate(0.5px, -5px);
  -ms-transform: translate(0.5px, -5px);
  -o-transform: translate(0.5px, -5px);
  transform: translate(0.5px, -5px);
  transition: transform 300ms;
  -webkit-transition: transform 300ms;

}

.portfolio-wrapper img {
  max-width: 100%;
  /*z-index: -1;*/
  position: relative;
  /*-webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);*/

}

.img-responsive {
  margin-right: auto;
  margin-left: auto;
}

.portfolio-wrapper {
  /*margin-bottom: 85px;*/
}


.portfolio .label {

  width: 80%;

  /*position: absolute;
  /*bottom: 0;
  max-width: 370px;*/*/

  /*margin-top: 85px;*/
  /*-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);*/
}

.portfolio .label-bg {
  border: 2px solid rgba(122, 181, 92, 0.0);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio .label-text {
  color: #000;
  position: relative;
  z-index: 500;
  /*padding: 5px 8px;*/
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.portfolio .label-text a {

  color: #000;
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
}
.portfolio .label-text a:hover {
  color: #000 !important;
  text-decoration: none !important;
}

.portfolio .text-category {
  display: block;
  color: #000;
  font-size: 14px;
  text-transform: normal;
  line-height: 130%;
  padding-bottom: 10px;
  text-align: left;
  padding-left: 0px;
}

.team-section-grid {
  position: relative;
  background-size: cover;
  height: 450px;
  margin-bottom: 30px;
}
.team-section-grid .overlay-section {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.team-section-grid .overlay-section h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.team-section-grid .overlay-section p {
  color: rgba(255, 255, 255, 0.8);
}
.team-section-grid .overlay-section p.fh5co-social-icons a:hover, .team-section-grid .overlay-section p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
.team-section-grid .overlay-section p.fh5co-social-icons i {
  font-size: 32px;
}
.team-section-grid .overlay-section span {
  color: #fff;
  display: block;
}
.team-section-grid .overlay-section .desc {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
}
.team-section-grid:hover .overlay-section {
  opacity: 1;
}

/*.fh5co-services i {
  font-size: 60px;
  display: block;
  margin-bottom: 40px;
  color: #A7CDCC;

}*/

/*.fh5co-services-single .fh5co-services i {
  font-size: 80px;
  margin-right: auto;
  margin-left: auto;
}*/

.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #000;
}
.contact-info li a {
  color: #A7CDCC;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 4px;
  color: #7ab55c;

}
.form-control:focus, .form-control:active {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.8);
}

.form-control.footer {
  width: 50%;
}

input[type="text"] {
  height: 50px;
}

.form-group {
  margin-bottom: 30px;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 3em 0;
}
#footer p {
  font-size: 16px;
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer p.fh5co-social-icons a:hover, #footer p.fh5co-social-icons a:focus {
  text-decoration: none !important;
}
#footer p.fh5co-social-icons i {
  font-size: 32px;
}
#footer .social-text-align {
  text-align: right;
}
@media screen and (max-width: 992px) {
  #footer .social-text-align {
    text-align: left !important;
  }
  #main-nav ul li a {
    font-size: .7em;

  }
  .fh5co-logo {
    font-size: 20px!important;
  }
  .fh5co-logo span {
    font-size: 20px!important;
  }
}

.icon-logo {
  max-width: 8%;
  padding-bottom: 12px;
}

.heading-section {
  margin-bottom: 3em;
}
.heading-section h2 {
  font-size: 40px;
  font-weight: 300;
}
.heading-section h3 {
  font-weight: 300;
  line-height: 1.5em;
}

.js .animate-box {
  opacity: 0;
}

.holder-section {
  margin-left: 10%;
  margin-right: 10%;
}

@media screen and (max-width: 992px) {
  .holder-section {
    margin-left: 0!important;
  }
}

/*.holder-section p {
  font-family: "Georgia", sans-serif;
}*/

.tip-box-left {
  margin-left: -15%;
  font-size: 0.75em;
  margin-right: 10px;
  margin-bottom: 10px!important;
}

.tip-box-right {
  font-size: 0.75em;
  margin-right: -15%;
  margin-left: 10px;
  margin-bottom: 10px!important;

}

@media screen and (max-width: 680px) {
  .tip-box-right {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .pull-right {
    float: none!important;
  }
}

.advertisement {
  height: 400px;
  border: 1px solid black;
  margin-left: 10%;
}

.tip-header {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", Arial, serif;
  font-weight: 300;
  margin: 0 0 5px 0!important;
}

.tip-header + span {
  font-size: 0.9em;
}

.tip-bulb {
  color:#ffe330;
  font-size: 1em;
  margin-bottom: 5px!important;
}

.tip-store-fact{
  color:#7ab55c;
  font-size: 1;
  margin-bottom: 5px!important;
}
.image {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-title {
  /*font-size: 20px;*/
  /*font-weight: normal;*/
  text-align: left;
  /*color: #000;*/
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: bold;
}

.text-title:hover {
  color: #7ab55c;
}
.videowrapper {
    /*float: none;
    clear: both;*/
    /*width: 100%;*/
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;

}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

#share-buttons a span {
  padding: 10px;
}

#share-buttons a span:hover {
  color: #7ab55c;
  border: none!important;
}

#share-buttons a:hover {
  text-decoration: none!important;
}

/* Store Meta */
.store-meta {
  font-size: 0.75em;
  margin-right: -15%;
  margin-left: 10px;
  margin-bottom: 10px!important;
  padding: 10px;
}

.store-meta h3 {
  margin-bottom: 5px;
}

.fa-external-link {
  padding-top: 5px;
  color: rgba(114, 114, 114, 0.8);
  width: 80%;
  display: inline!important;
}

.fa-external-link:hover {
  color: #7ab55c;
  cursor: pointer;
}

.store-description-text {
  font-size: 0.8em;
  color: rgba(114, 114, 114, 0.7);
}

.store-description-meta, .alexa_rank {
  font-size : 0.95em;

}

.social-media-group {
  display: inline-block;
}


#store-meta-title h4 {
  font-weight: bold;
  display: inline;
  margin-bottom: 10px;
}

#store-meta-title ul {
  list-style-type: none;
  text-align: left;
  padding-left: 0px;
}

.shopify-icon {
  margin-top: 5px;
  margin-bottom: 5px;
}
.shopify-icon img {
  max-width: 40px;
  max-height: 40px;
  margin-right: 5px;
  border: 1px solid white;
  border-radius: 30px;
}

#store-meta-responsive {
  display: none;
}

#store-meta-full {
  padding-top: 10px;
  border-top: 2px solid #7ab55c;
}

@media screen and (max-width: 992px) {
  .store-meta {
    display: inline;
    max-width: 200px;
  }
  #store-meta-responsive {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .store-meta {
    display: inline;
    max-width: 175px;
  }
  #store-meta-title h4, #store-meta-title span {
    font-size: 0.9em;
  }
  .shopify-icon img  {
    max-width: 30px;
    max-height: 30px;
  }
}

@media screen and (max-width: 680px) {
  #store-meta-responsive {
    display: inline;
  }
  #store-meta-responsive h3 {
    padding-top: 10px;
    border-top: 2px solid #7ab55c;
  }
  #store-meta-full {
    display: none;
  }
}

/* Dropdown Menu from Neat theme */

/*# sourceMappingURL=style.css.map */
