/*Layouts css goes here*/

.feature {
 overflow: hidden; 
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.woocommerce img, .woocommerce-page img {
  /*  height: auto;*/
    width: 100%; 
}
a:hover {
    text-decoration: none !important;
}
.shop-item-single .item-info.summary form.cart .button, .add_to_cart_button.button {
 text-indent:0; 
}

/* Drop a hint Button */
.button.drop-hint {
  background-color: #C3B5A2 !important;
  color: black !important;
  padding: 15px 19px !important;
  text-transform: uppercase;
  margin-top: 1em !important;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  box-shadow: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container:hover .prev,.slideshow-container:hover .next {
  background-color: rgba(0,0,0,0.8);
}





/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/*
.button, #main-content .button {
    padding: 14px 68px;
    margin: 15px 0px;
    border: 1px solid black;
    border-bottom: 1px solid black;
    border-radius: 0px;
}
*/
.woocommerce .quantity.buttons_added {
    display: block;
    width: 225px;
    background: #eee;
    border-style: solid;
    border-width: 1px;
}

.eventicon {
 	max-width: 100px; 
}

.event-container {
  	display: flex;
  	align-items: center;
  	flex-direction: column;
  	text-align: center;
}
.event-container h2 {
 margin-top: 0; 
}

.flexed-grid .row {
  display: flex;
  align-items: center;
  padding: 2em 0;
}
.slides img, .slides video {
      max-width: 75%;
    height: auto;
}
@media screen and (max-width: 768px) {
	.flexed-grid .row {
	  display: initial;
	}
  .slides img, .slides video {
   	max-width: 100%; 
    width: 100%;
    max-height: initial;
  }
  .slide-content a:link, .slide-content a:visited {
   	color: white;

  }
  .slide-content h1 {
   margin-top: 0; 
  }
  .slides li {
   max-height: initial; 
  }
}

.employee-list > li, .employee-list > strong > li {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 2em;
    justify-items: center;
    margin-bottom: 50px;
}

.employee-list li img{
    display: block;
    max-width: 100%;
	height:auto;
    margin-top: 30px;
}

.employee-list .bio{
    width: 100%;
}

.employee-list li p{
    margin-bottom: 12px;
}

.employee-list li ul li:last-child{
    margin-bottom: 12px;
}

.special-row {
	background-color: black;
  color: white;
    text-shadow: 0 2px 6px rgba(0,0,0,.4);
}

.special-row a:link, .special-row a:visited, .special-row a:hover {
	color: white;
}

.vertical-align, .vertical-align .row {
 display: flex;
  align-items: center;
}