@charset "UTF-8";
/*	################################################################

Author: Florian Kueker
URL: http://themes.kueker.net/thinkingv3

Project Name: Thinking v3
Version: 1.0.0
URL: http://themes.kueker.net/thinkingv3

################################################################# */

/*

## Table of Contents

* 01 - Hero Carousel
* 02 - Latest Articles
* 03 - Gallery
* 04 - Icon Block
* 05 - Testimonials
* 06 - Video Section
* 07 - Social Media Icons

*/

.module-title h2{
  display: inline-block;
  border-bottom: 2px solid #222;
}

.button {
  background: rgba(255, 255, 255, 0.1);
  border: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 1px;
}

.button:hover {
  background-color: rgb(255, 255, 255);
  border: rgb(255, 255, 255);
  color: #222;
}

/** 01 - Hero Carousel *********************************************************************************/

.module-hero-carousel-section .breakout{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.module-hero-carousel-section .slider {
  box-shadow: 0 16px 16px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.05), 0 4px 4px rgba(0,0,0,.05), 0 2px 2px rgba(0,0,0,.05);
}

.module-hero-carousel-section .slick-track .slick-content{
  padding-left: 2rem;
  padding-right: 2rem;
  z-index: 1;
}

.module-hero-carousel-section .content .title, .module-hero-carousel-section .content .subtitle {
  padding-bottom: 0;
  margin-bottom: 2rem;
}

.module-hero-carousel-section .slick-track {
  display: flex;
}

.module-hero-carousel-section .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.module-hero-carousel-section .slick-slider .slick-slide {
  padding: 3rem 0;
}

.module-hero-carousel-section .slick-slider .slick-current::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(33, 41, 51, 0.35);
}

@media screen and (min-width: 769px) {
  .module-hero-carousel-section .slick-slider .slick-slide {
    padding: 6rem 0;
  }
}

@media screen and (min-width: 1024px) {
  .module-hero-carousel-section .slick-slider .slick-slide {
    padding: 12rem 0;
  }
}

.module-hero-carousel-section .slick-prev, .module-hero-carousel-section .slick-next {
  z-index: 1;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  display: block;
  padding: 12px 16px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-radius: 3px;
  -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.module-hero-carousel-section .slick-prev:hover, .module-hero-carousel-section .slick-next:hover {
  background-color: rgb(255, 255, 255);
  border: #fff;
  color: #222;
}

.module-hero-carousel-section .slick-prev {
  left: 25px;
}

.module-hero-carousel-section .slick-next {
  right: 25px;
}

.module-hero-carousel-section .slick-prev::before, .module-hero-carousel-section .slick-next::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}

.module-hero-carousel-section .slick-prev::before {
  content: '\f100';
}

.module-hero-carousel-section .slick-next::before {
  content: '\f101';
}

/** 02 - Latest Articles *********************************************************************************/
@media (max-width: 1023px) {
  .module-latest-articles-section .column:not(:first-child) {
    padding-bottom: 2rem;
  }
  .module-latest-articles-section .column:last-child {
    padding-bottom: 0;
  }
}

.module-latest-articles-section .cover {
  position: relative;
  line-height: 0;
  display: block;
  height: 12rem;
  overflow: hidden;
  margin-bottom: .75rem;
  box-shadow: 0 16px 16px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.05), 0 4px 4px rgba(0,0,0,.05), 0 2px 2px rgba(0,0,0,.05);
}

.module-latest-articles-section .cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.module-latest-articles-section .cover:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.module-latest-articles-section .time {
  letter-spacing: .05em;
  color: #ccc;
  text-transform: uppercase;
  font-size: 0.825em;
  margin-bottom: .75rem;
}

.latest-article time {
  letter-spacing: .05em;
  color: #ccc;
}

.module-latest-articles-section article .title {
  font-weight: 500;
  font-size: 1.1em;
  text-transform: uppercase;
  line-height: 1.25;
}

.module-latest-articles-section a.readmore {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.825em;
  letter-spacing: .05em;
  border-bottom: 2px solid #eaeaea;
  color: #333;
}


@media screen and (min-width: 1024px) {
  .module-latest-articles-section a.readmore::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-bottom: -2px;
    background: #222222;
    -moz-transition: width .3s;
    -o-transition: width .3s;
    -webkit-transition: width .3s;
    transition: width .3s;
  }

  .module-latest-articles-section a.readmore:hover::after {
    width: 100%;
  }
}
/** 03 - Gallery *********************************************************************************/

.module-gallery-section img{
  box-shadow: 0 16px 16px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.05), 0 4px 4px rgba(0,0,0,.05), 0 2px 2px rgba(0,0,0,.05);
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;  
}

.module-gallery-section img:hover{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/** 04 - Icon Block *********************************************************************************/

.module-icon-block-section .icon-block>* {
  padding: .5rem;
}

.module-icon-block-section .icon-block p {
  color: rgba(60,67,80,.75);
}

/** 05 - Testimonials *******************************************************************************/

.module-testimonials-section .column:not(:first-child) {
  margin-bottom: 3rem;
}

.module-testimonials-section .column:last-child {
  margin-bottom: 0;
}

.module-testimonials-section .media-content {
  max-width: 66%;
}

.module-testimonials-section .media img {
  box-shadow: 0 16px 16px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.05), 0 4px 4px rgba(0,0,0,.05), 0 2px 2px rgba(0,0,0,.05);
}

/** 06 - Video Section *******************************************************************************/

.module-video-section .hero {
  position: relative;
  line-height: 0;
  display: block;
  height: 35vh;
  overflow: hidden;
}

.module-video-section .hero figure > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-video-section .hero figcaption {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(33, 41, 51, 0.35);
  text-align: center;
  color: #fff;
  line-height: 1;
}

.module-video-section a figcaption img {
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.module-video-section a:hover figcaption img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.module-video-section .video-embed figure {
  position: relative;
  padding-bottom: 52.65%;
  background: #000;
}

.module-video-section .video-embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** 07 - CTA Button *******************************************************************************/

.module-cta-banner-section .cta {
  padding: 2rem 1rem;
}

.module-cta-banner-section .breakout{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.module-image-block-section img {
  box-shadow: 0 16px 16px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.05), 0 4px 4px rgba(0,0,0,.05), 0 2px 2px rgba(0,0,0,.05);
}

.module-video-section .hero {
  box-shadow: 0 16px 16px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.05), 0 4px 4px rgba(0,0,0,.05), 0 2px 2px rgba(0,0,0,.05);
}