#GHCCcont{
  width: 100%;
  max-width: 900px;
  margin: 25px auto;
  display: block;
  cursor: pointer;
  padding: 10px;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
  border-radius: 20px;
  transition: 0.3s;
}
#GHCCcont:hover{
  box-shadow: 1px 5px 25px 3px rgba(0,0,0,0.25);
}

.storeDetailsCont h4{
  text-align: center;
  padding: 20px 0px 10px;
}
.storeHours{
	text-align: center;
}
.storeHours h4{
  	padding-bottom: 10px;
}
.storeContact{
	text-align: center;
    padding: 10px;
    background-color: #eee;
  margin: 10px 0px;
}
.storeContact p{
  	font-weight: 800;
  padding: 5px 0px;
  min-height: auto;
}
#contactSection{
  max-width: 1250px;
  width: 100%;
  margin: 30px auto 0px;
  padding: 20px; 
  background-color: rgba(203,197,189,0.32)
}
#storeContactForm{
	color: #60285f;
}

#formCopy{
	padding: 10px 30px;
}
.ctaButtons{
  display: flex !important;
  padding: 15px 0px;
  justify-content: center;
  text-align: center;
}
.smt-inline-container-2 h3{
  margin: 20px 0px 10px;
  text-align: center;
}


#etcStoreReviews{
  width: 100%;
  max-width: 650px;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  vertical-align: middle;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 240px;
  transition: 0.4s;
  margin: 0 auto;
}
.etcContainerExpanded{
  height: 550px !important;
}
#etcStoreReviewCont{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 1px 1px 10px lightgrey;
  border-radius: 10px;
  margin-bottom: 15px;
}
#etcStoreReviewCont p{
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  padding: 15px 20px;
  width: 100%;
  transition: 0.7s;
  background-color: #fff;
  left: -100%;
  height: 100%;
  position: absolute;
  line-height: 24px;
  overflow: hidden;

}
.overflowReview{
  justify-content: start !important;
  height: 100% !important;
}
#etcExpandReviews{
  position: absolute;
  bottom: 16px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 1px 1px 10px lightgrey;
  display: none;
}
#storeTestiPrev{
  left: 0px !important;
  cursor: pointer;
}
#storeTestiNext{
  right: 0px !important;
  cursor: pointer;
}

.smt-button {
  padding: 15px;
  letter-spacing: 2px;
  font-size: 18px;
  color: #60285F;
  border: 2px solid #60285F;
  background: #fff;
  display: inline-block;
  text-shadow: none;
  cursor: pointer;
}


#smt-map {
  width: 100%;
  height: 400px;
  margin: 16px 0px;
}

@media only screen and (max-width: 650px) {
  .etcContainerExpanded{
    height:650px !important;
  }
  .smt-button {
  	font-size: 14px;
  }
}
    
@media only screen and (max-width: 620px) {
   
}
    
@media only screen and (max-width: 500px) {
  .etcContainerExpanded{
    height:750px !important;
  }
}
@media only screen and (max-width: 420px) {
  .etcContainerExpanded{
    height:875px !important;
  }
}

 .inWindow{
        left: 0% !important;
    }
    #testiCont{
    width: 100%;
    height: 285px;
    background-color: #fff;
    position: relative;
    margin: 15px 0px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    padding: 20px;
        flex-direction: row;
    }
    #testiCont div{
        height: 100%;
        width: 30%;
        margin: auto;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }
    #testiLeft{
    }
    #testiMiddle{
    }
    #testiRight{
    }
    #testiCont p{
        line-height: 20px;
        text-align: center;
        position: absolute;
        top: 0;
        left: -100%;
        margin: 0;
        width: 100%;
        transition: 0.7s;
        background-color: #fff;
        height: 100%;
        padding: 20px;
        vertical-align: middle;
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
    .baseTesti{
        left: 0% !important;
    }
    
    .testiNext{
        position: absolute;
        right: 10px;
        font-size: 30px;
        opacity: 0.5;
        transition: 0.35s;
    }
    
    .testiPrev{
        position: absolute;
        left: 10px;
        font-size: 30px;
        opacity: 0.5;
        transition: 0.35s;
    }

    @media only screen and (max-width: 950px) {
        #testiCont p{
            font-size: 13px;
        }
    
    }
    @media only screen and (max-width: 840px) {
        #testiCont p{
            font-size: 11px;
        }
    }
    @media only screen and (max-width: 800px) {
        #testiCont p{
            line-height: 18px;
        }
    }
    @media only screen and (max-width: 700px) {
        #testiCont p{
            line-height: 15px;
            font-size: 10px;
        }

    }
    @media only screen and (max-width: 600px) {
        #testiCont p{
            line-height: 14px;
            font-size: 10px;
        }
        #testiCont{
            flex-direction: column;
            height: 300px;
        }
        #testiCont div{
            width: 100%;
            box-shadow: 0px 0px 0px lightgrey;
        }

    }
    @media only screen and (max-width: 600px) {
        #testiCont p{
            line-height: 12px;
            font-size: 9px;
        }

    }
    


#regularHours{
text-align: center;
}
