/*============================================================================
  #Global Sections
==============================================================================*/
.shopify-section .feature-row {
   float: left;
   width: 100%;
}
.img-hover-effect {
  overflow: hidden;
}
.img-hover-effect:hover .image-bar__item {
    transform: scale(1.2);
    padding: 20px;
}

.parallax-shadow {
  transform: translate(-30px, 30px);
}

h1 {
  font-family: Arial;
  font-size: 42px;
  color: #6b819f;
}

h2 {
  font-family: Arial;
  font-size: 32px;
  color: #071D49;
}

h3 {
  font-family: Arial;
  font-size: 24px;
  color: #071D49;
}

h4 {
  font-family: Arial;
  font-size: 18px;
  color: #071D49;
}

p {
  font-family: Arial;
  font-size: 16px;
  color: #071D49;
}
/*============================================================================
  #Page Templates for Sections
==============================================================================*/
.page_blank_canvas .top-header, .page_blank_canvas header, .page_blank_canvas footer {
  	display: none;
}
.page_blank_no_header .top-header, .page_blank_no_header header {
  	display: none;
}
.page_blank_no_footer footer {
  	display: none;
}
/*============================================================================
  #Hero Image
==============================================================================*/
.hero {
    position: relative;
    height: 475px;
    display: table;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.hero__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.hero__inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 55px 0;
    color: #fff;
    z-index: 2;
}

/*============================================================================
  #Featured Section
==============================================================================*/
#featured-section 
.featured-section-wrapper {
  display: flex;
  flex-direction: row;
  width: 85%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.featured-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.featured-section-shadow-box {
  position: absolute;
  width: 100%;
  height: 100%;
}

.content {
  padding: 2rem;
}

.column {
   float: left;
}
.feature-row {
   background-repeat: no-repeat;
   background-size: cover;
}
.shopify-section img.feature-row__image {
   width: 100%;
   position: relative;
   z-index: 100;
}

@media (max-width: 1200px) {
  .featured-section-wrapper {
    display: flex;
    flex-direction: column !important;
    width: 80% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;
  }
  
  .content {
    padding: 3rem 2rem 2rem 2rem !important;
  }
}
/*============================================================================
  #Content Boxes
==============================================================================*/
#content-boxes .column {
   float: left;
}
.image-bar__item {
    transition: all .5s;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    box-sizing: border-box;
    display: block;
    line-height: 24px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    position: relative;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
.image-bar__content.image-bar__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.image-bar__overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.32;
}
.image-bar__caption {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    width: 100%;
    text-align: center;
}
/*============================================================================
  #Content Boxes with Title
==============================================================================*/
#content-boxes-with-title .column {
   float: left;
}
/*============================================================================
  #Call To Action Section
==============================================================================*/
#call-to-action .section-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.cta-text {
  flex: 0 0 70%;
  padding: 2rem;
  align-content: center;
  align-items: center;
  margin: 0 auto;
}

.button-container {
  flex: 0 0 auto;
  padding: 2rem;
  
  .btn,
  .btn:hover,
  .btn:focus {
   	transition: all 0.2s ease; 
  }
}
/*============================================================================
  #Product Showcase Section
==============================================================================*/
#product-showcase 

.section-header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.product-showcase-wrapper {
  padding-bottom: 3rem;
}

.product-showcase-title {
  margin: auto 0;
}

.product-row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  justify-content: center;
}

div.grid-view-item.product-card {
  padding: 1rem;
}

@media (min-width: 1050px) and (max-width: 1420px) {
  .product-row {
    width: 70%;
  }
  
  .section-header {
    display: flex;
    flex-flow: column wrap !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .section-header-line {
    margin: 2rem auto !important;
  }
}

@media (max-width: 1050px) {
  .product-row {
    width: 100%;
  }
  .section-header {
    display: flex;
    flex-flow: column wrap !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .section-header-line {
    margin: 2rem auto !important;
  }
}
/*============================================================================
  #Featured Showcase Section
==============================================================================*/
#featured-showcase {
	display: flex;
    flex-flow: row wrap;
    padding-bottom: 3rem;
}

.slider-wrapper {
	width: 100%;
}

.slick-next {
  right: 45px;
  z-index: 1; 
}

.slick-prev {
  left: 45px;
  z-index: 1;
}


.slider-text-container {
	padding-left: 3rem;
    flex: 0 0 30%;
}

.slider-top-title, .slider-bottom-title {
	margin: 0;
}

.slider-body-text {
	margin: 0;
    padding: .5rem 0;
}

.button-container {
	padding: 1rem 0;
}


.image-container {
	display: flex;
    flex-flow: row wrap;
    padding: 3rem;
    justify-content: center;
    align-items: center;
}

/**.featured-slider-shadow-box {
    transform: translate(-10%, 10%);
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding-bottom: 100%;
    position: absolute;
}**/

.featured-slider-wrapper {
	position: relative;
}

@media (max-width: 1200px) {
  .image-container {
    flex-flow: column wrap;
    padding: 3rem;
    justify-content: center;
    align-items: center;
  }
  
  .slider-text-container {
    padding: 3rem;
    flex: 0 0 30%;
    max-width: 450px;
    text-align: center;
  }
  
  .featured-slider-wrapper {
    width: 30% !important;
  }
  
  .text-break {
    margin: 0 auto !important; 
  }
}

@media (max-width: 900px) {
  .image-container {
    flex-flow: column wrap;
    padding: 3rem;
    justify-content: center;
    align-items: center;
  }
  
  .slider-text-container {
    padding: 3rem;
    flex: 0 0 30%;
    max-width: 450px;
    text-align: center;
  }
  
  .text-break {
    margin: 0 auto !important; 
  }
  
  .featured-slider-wrapper {
    width: 40% !important;
  }
}

@media (max-width: 390px) {
  .image-container {
    flex-flow: column wrap;
    padding: 3rem;
    justify-content: center;
    align-items: center;
  }
  
  .slider-text-container {
    padding: 3rem;
    flex: 0 0 30%;
    max-width: 450px;
    text-align: center;
  }
  
  .text-break {
    margin: 0 auto !important; 
  }
  
  .featured-slider-wrapper {
    width: 60% !important;
  }
}
/*============================================================================
#Footer Section
==============================================================================*/
.footer-wrapper-main {
  padding: 0;
  margin: 0;
}
.footer-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: top;
  justify-content: center;
  padding-top: 2rem;
}

.footer-content-block {
  padding: 0 2rem;
}