@charset "UTF-8";
/*
Theme Name: Laika Loves Lassie
Theme URI: http://underscores.me/
Author: Laika Loves Lassie
Author URI: http://laikaloveslassie.com
Description: A custom theme by Laika Loves Lassie
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: laikaloveslassie
Tags:
*/
/*------------------------------------------------------------------------------
# Animated Headline
------------------------------------------------------------------------------*/
.animated-headline-container {
  overflow: hidden;
}
.animated-headline-container.big {
  height: 116px;
}
.animated-headline.big {
  font-size: 116px;
  letter-spacing: 0.2px;
  animation-name: text-animation;
  animation-duration: 1000s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: relative;
  white-space: nowrap;
  backface-visibility: hidden;
  perspective: 1000;
  margin-top: 54px;
}
.animated-headline.big span {
  text-transform: uppercase;
  margin-right: 50px;
}
.animated-headline.big span.outline-font {
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #000000;
  color: transparent;
}
.animated-headline-container.small {
  height: 85px;
}
.animated-headline.small {
  font-size: 85px;
  letter-spacing: 0.2px;
  animation-name: text-animation;
  animation-duration: 1000s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
  margin-top: 18px;
}
.animated-headline.small span.outline-font {
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #000;
  color: transparent;
}
.animated-headline.small span.hero-icon {
  -webkit-text-stroke-width: 1.2px;
  font-size: 60px;
  position: relative;
  top: -5px;
  display: inline-block;
  transform: scale(0.65, 1);
  margin: 0 20px;
}
/*------------------------------------------------------------------------------
# Text CTA Element
------------------------------------------------------------------------------*/
.cta-text-container {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
}
#flexible-content a.outline-cta-button, #flexible-content a.full_color-cta-button {
  max-width: 240px;
  border: 2px solid;
  padding: 12px 20px;
  display: inline-block;
  transition: background-color 0.2s;
  text-decoration: none !important;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
#flexible-content a.outline-cta-button {
  background-color: transparent;
}
#flexible-content a.outline-cta-button:hover {
  background-color: #000000;
  transition: background-color 0.2s;
}
@media only screen and (max-width: 768px) {
  .cta-button-container {
    margin-top: 40px;
  }
}
/*------------------------------------------------------------------------------
# Content Column
------------------------------------------------------------------------------*/
.select-icon {
  display: inline-block;
}
.icon-text {
  margin-bottom: 0 !important;
}
#flexible-content .icon-text a {
  text-decoration: none !important;
}
#flexible-content .icon-text a:hover {
  text-decoration: underline !important;
}
/*------------------------------------------------------------------------------
# Content Grid
------------------------------------------------------------------------------*/
.square_crop {
  width: 100%;
  height: 0%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.square_crop img {
  position: absolute;
  max-width: none;
  height: 100%;
  width: 100%;
}
.landscape_crop {
  width: 100%;
  height: 0%;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}
.landscape_crop img {
  position: absolute;
  max-width: none;
  height: 100%;
  width: 100%;
}
.portrait_crop {
  width: 100%;
  height: 0%;
  padding-bottom: 150%;
  position: relative;
  overflow: hidden;
}
.portrait_crop img {
  position: absolute;
  max-width: none;
  height: 100%;
  width: 100%;
}
.circle_crop {
  border-radius: 100%;
  width: 100%;
  height: 0%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.circle_crop img {
  position: absolute;
  max-width: none;
  height: 100%;
  width: 100%;
}
.grid-image.masonary {
  width: 100%;
  height: auto;
}
.grid-button {
  border: 2px solid;
  display: inline-block;
  padding: 10px 30px;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
#flexible-content a.grid-icon-image-link {
  text-decoration: none !important;
}
#flexible-content a.grid-button {
  color: #ffffff !important;
  height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  text-decoration: none !important;
}
.social-network-link {
  color: #ffffff !important;
  display: inline-block;
  font-size: 34px;
  width: 30px;
  border-radius: 5px;
}
h3.grid-title {
  font-size: 24px !important;
}
.grid-element .icon-container {
  width: 100%;
  height: 0;
  padding-bottom: 66.66667%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-element .icon-container span {
  margin-top: 60%;
  display: inline-block;
}
.grid-textelements {
  padding: 30px 30px 20px 30px;
  border-radius: 10px;
}
.grid-image .image-container.circle_crop {
  width: 60%;
  padding-bottom: 60%;
  margin-left: 20%;
}
/*------------------------------------------------------------------------------
# Flexible Blog Posts
------------------------------------------------------------------------------*/
#flexible-content .post-list-container a {
  text-decoration: none !important;
}
.post-list-container a:hover {
  color: #000 !important;
}
#flexible-content .related-posts a {
  color: #000 !important;
  text-decoration: none !important;
}
#flexible-content .related-posts a.outline-cta-button:hover {
  color: #f4f4f4 !important;
}
/*--------------------------------------------------------------
# Download Area
--------------------------------------------------------------*/
.downloads-container {
  padding-top: 10px;
  padding-bottom: 20px;
}
ul.downloads {
  list-style: none;
  padding: 0;
  margin: 0;
}
li.download {
  padding-bottom: 36px;
  width: 100%;
}
.download-icon {
  display: flex;
  align-items: center;
}
.download-icon i {
  font-size: 36px;
  margin-right: 16px;
}
.downloads a:link, .downloads a:hover {
  color: #000000;
}
#flexible-content .download a {
  text-decoration: none !important;
}
/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.flexible-table-wrapper .flexible-table {
  width: 100%;
}
.flexible-table-title {
  margin-bottom: 20px;
}
.flexible-table {
  display: table;
  font-size: 16px;
  width: 100%;
}
.flexible-table-row {
  display: table-row;
}
.flexible-table-cell {
  display: table-cell;
  padding-right: 10px;
  padding-bottom: 4px;
}
.flexible-table-cell.main-content {
  display: table-cell;
  padding-right: 20px;
  padding-bottom: 10px;
}
.flexible-table-cell.breaklines {
  display: block;
}
.flexible-table-cell.breaklines:first-child {
  padding-bottom: 8px;
}
.flexible-table-cell.breaklines:nth-child(2) {
  padding-bottom: 8px;
}
.flexible-table-cell.breaklines:last-child {
  padding-bottom: 24px;
}
.cell-2-1.breaklines {
  width: 100% !important;
}
.cell-2-2.breaklines {
  width: 100% !important;
}
.cell-3-1.breaklines {
  width: 100% !important;
}
.cell-3-2.breaklines {
  width: 100% !important;
}
.cell-3-3.breaklines {
  width: 100% !important;
}
@media only screen and (max-width: 567px) {
  .flexible-table-cell.main-content {
    width: 100% !important;
    display: block !important;
  }
}
/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  padding-left: 0px;
  padding-right: 0px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*--------------------------------------------------------------
# Distance
--------------------------------------------------------------*/
.distance {
  clear: both;
  width: 100%;
}
/*--------------------------------------------------------------
# Slideshow
--------------------------------------------------------------*/
.slide-image {
  width: 100%;
  height: 100%;
}
.slide-image-container {
  height: 60vh;
  min-height: 320px;
  padding-left: 0;
  padding-right: 0;
}
.slide-text-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.carousel-indicators {
  position: absolute;
  bottom: -20px !important;
  right: 0px !important;
  z-index: 15;
  width: auto;
  padding-left: 0;
  text-align: right;
  list-style: none;
}
/*--------------------------------------------------------------
# Button Group / Full Width Button
--------------------------------------------------------------*/
.button-container {
  position: relative;
  height: 128px;
}
.button-container h3 {
  margin: 0 !important;
  padding: 50px 20px !important;
}
.button-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #000000;
  display: block;
}
.full-width-button .button-text {
  color: #000000;
}
.full-width-button .about-button {
  margin-bottom: 0 !important;
}
/*--------------------------------------------------------------
# Image Button
--------------------------------------------------------------*/
.image-button-group-container {
  position: relative;
  background-color: #000;
  padding: 0;
}
.image-button-group-container img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.image-button-group-container img {
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.image-button-group-container h3 {
  margin: 0 !important;
  padding: 50px 20px !important;
  font-size: 32px;
}
.image-button-group-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  display: block;
  z-index: 2;
  pointer-events: none;
}
/*--------------------------------------------------------------
# Logo Group
--------------------------------------------------------------*/
.logo-group-logo img {
  max-width: 200px;
  max-height: 130px;
  height: auto;
}
.logo-slider .slick-track {
  display: flex;
  align-items: center;
}
.logo-slider .logo img {
  max-width: 200px;
  max-height: 130px;
  height: auto;
}
/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
#flexible-content .closed-button {
  display: inline-block;
}
#flexible-content .expand-button {
  text-decoration: none !important;
}
#flexible-content .expand-button:hover {
  text-decoration: none !important;
}
#flexible-content .expand-button::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 30px;
}
#flexible-content .expand-button.opened::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 30px;
}
.list-elements span {
  font-size: 24px;
  line-height: 36px;
}
.list-elements span::after {
  font-size: 14px;
  top: -4px;
  position: relative;
  content: '●';
}
.list-elements span:last-of-type:after {
  content: '';
}
#flexible-content .panel-heading #flexible-content .panel-heading a {
  text-decoration: none !important;
}
.panel-heading .expand-button:after {
  font-size: 20px;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}
#flexible-content .panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none !important;
}
.more-less {
  float: right;
  color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}
/*--------------------------------------------------------------
    # Google Map
    --------------------------------------------------------------*/
.acf-map {
  width: 100%;
  height: 0;
  margin: 0;
}
/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}
.blocked-content-container {
  background-image: linear-gradient(125deg, #ffffff 25%, #f7f7f7 25%, #f7f7f7 50%, #ffffff 50%, #ffffff 75%, #f7f7f7 75%, #f7f7f7 100%);
  background-size: 48.83px 69.74px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding: 50px;
}
.cookies-accepted .blocked-content-container {
  display: none;
}
.cookies-accepted .acf-map {
  height: 400px;
}
