/*
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 5px 30px -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;
}

.site-title-subheader {
	margin-top: 0px;
	margin-bottom: 0px;
}

footer ul.wp-block-social-links {
	margin-top: 10px;
}

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

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



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

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

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

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

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


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

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

.mailpoet-manage-subscription input[type="submit"] {
  background-color: var(--wp--preset--color--primary);
  border-radius: 5px;
  border-width: 0;
  color: var(--wp--preset--color--base);
  font-family: inherit;
  
  font-weight: var(--wp--custom--font-weight--regular);
  line-height: var(--wp--custom--line-height--medium);
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  text-decoration: none;
  margin-top: 20px;
}

  
@media(min-width: 768px) {
  .page-wide > figure.wp-block-post-featured-image  {
	max-width: 50%;	
  }
}

.wp-block-table thead {
	border-bottom-color: var(--wp--preset--color--primary);
}

.wp-block-table td, .wp-block-table th {
	border: 0px;
}

summary::marker {
	color: var(--wp--preset--color--primary);
}
}
