/*
Theme Name:     Frost Child
Theme URI:      https://frostwp.com/
Description:    A child theme of Frost for custom development
Author:         Susanne Kaiser
Author URI:     https://susannekaiser.net
Template:       frost
Version:        1.0.0
License:        GPL-2.0-or-later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    frost-child
*/

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/frost/fonts/outfit/outfit-v14-latin-regular.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/frost/fonts/outfit/outfit-v14-latin-regular.woff2') format('woff2');
  font-display: swap;
}


figure.has-round-corners img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}
figure.has-shadow img {
    box-shadow: 0px 10px 50px -10px rgba(0,0,0,0.3);
}

figure.has-border img {
    border-top-color: rgba(255,255,255,1);
    border-top-width: 7px;
    border-top-style: solid;
    border-right-color: rgba(255, 255, 255,1);
    border-right-width: 7px;
    border-right-style: solid;
    border-bottom-color: rgba(255,255,255,1);
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-left-color: rgba(255,255,255,1);
    border-left-width: 7px;
    border-left-style: solid;
}

.site-header {
  position: sticky;
  top:0;
  left: 0;
  width: 100%;


  box-shadow: 0px 1px  2px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.section {
  padding: 0px;
  margin: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.section-content {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  
}



@media(min-width: 576px) {
  .section-content {
    max-width: 540px;
    padding-left: 10px;
    padding-right: 10px;

  }  
}

@media(min-width: 768px) {
  .section-content {
    max-width: 720px;
    padding-left: 10px;
    padding-right: 10px;
    
  }  
}


@media(min-width: 1024px) {
  .section-content {
    max-width: 960px;
    padding-left: 0px;
    padding-right: 0px;
    
  }  
}

@media(min-width: 1200px) {
  .section-content {
    max-width: 1232px;
    padding-left: 0px;
    padding-right: 0px;
    
  }  
}

.horizontal-separator {
  position: relative;
  max-width:100%;
  overflow: hidden;
  width: 100%;
  left: 0;
  margin: 0;
}

.flipX {
  transform: rotateX(180deg);
}

.flipY {
  transform: rotateY(180deg);
}

.horizontal-separator--bottom {
  bottom: calc(0px);
}

.horizontal-separator--top {
  top: calc(0px);
}

.horizontal-separator .svg-white {
  fill: rgba(255,255,255,1);
}

.horizontal-separator svg {
  display: block;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.horizontal-separator.alignfull {
  margin-left: 0px;
  margin-right: 0px;
}

hr.is-divider {
  border-bottom-width: 4px;
  
}

.align-left {
  margin-left: 0;
  margin-right: auto;
}

.has-medium-width {
    width: 30%;  
}
.has-small-width {
  width: 30%;
}

@media(min-width: 576px) {
  
  .has-medium-width {
    width: 40%;  
  }
  .has-small-width {
    width: 30%;
  }
}

@media(min-width: 768px) {
  .has-medium-width {
    width: 40%;  
  }
  .has-small-width {
    width: 30%;
  }
  
}


@media(min-width: 1024px) {
  .has-medium-width {
    width: 30%;  
  }
  .has-small-width {
    width: 20%;
  }

}

.padding-top {
  padding-top: 5em;
}

.padding-bottom {
  padding-bottom: 5em;
}

.bring-forward {
  z-index: 2;
}.bring-forward {
  z-index: 2;
}.full-column-background {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; /* optional: center inner content */
  background-size: cover;
  background-position: center;
}
#testimonials.section {
  background-color: rgba(0, 0, 0, 0.04);
}

.four-columns {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.column-with-picture {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.column-picture {
  
  padding-left: 30px;
  z-index: 1;
}

.four-columns .column-picture {
  width: 40%;
}

.one-column .column-picture {
  width: 35%;
}

@media(min-width: 768px) {

  .one-column {
    margin-top: -90px;
  }
  .one-column .column-picture {
    width: 25%;
  }
  
}

@media(min-width: 1024px) {

  .one-column {
    margin-top: -155px;
  }
  .one-column .column-picture {
    width: 18%;
  }
}

@media(min-width: 1200px) {

}

.wp-block-columns.four-columns {
  flex-wrap: wrap !important;
}


.column-picture > figure {
  transform: translateX(0px) translateY(25px);
  transform-origin: center center 0px;
  
}

.column-picture > figure img {
  border-radius: 30px;
}

.column-content {
  margin-block-start: 0;
  text-align: left;
  background-color: #ffffff;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.column-with-picture > .column-content > :first-child {
  padding-top: 30px;
}

.column-content > h6 + p {
  font-size: 14px;
  line-height: 1.4;
  margin-block-start: 0;
}

@media(min-width: 576px) {
  .column-content {
      padding: 20px;
  }
  .four-columns:not(.is-not-stacked-on-mobile) > .column-with-picture {
	max-width: 100%;
    flex-basis: 100%; 
  }
  
}
@media(min-width: 768px) {
  .column-content {
      padding: 20px;
  }

  .four-columns:not(.is-not-stacked-on-mobile) > .column-with-picture {
	flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    
  }
  
}



@media(min-width: 1024px) {
  .column-content {
      padding: 30px;
  }
  
  .four-columns:not(.is-not-stacked-on-mobile) > .column-with-picture {
	
    flex-basis: 0; 
    flex-grow: 1;
  }

}
.column-content > :not(last-child) {
  margin-bottom: 20px;
}

.column-content > h6 {
  font-weight: 500;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  line-height: 1.4;
  font-size: 1.0em;
  text-transform: uppercase;
  color: rgb(153,153,153);
}

.overlap {
  z-index: 1;
}

#contact .wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  
  font-size: 20px;
}