/*
Theme Name: Simona Stadpipe
Theme URI: http://www.osberget.no/
Author: Maxim Kukulinsky at RASAMAX SIA
Author URI: http://www.osberget.no/
Description: Simona Stadpipe Wordpress theme
Version: 0.0.5
Tags: simonastadpipe osberget rasamax
Text Domain: simonastadpipe
*/
/**
 * Reset CSS instead of Normalize inside of Bootstrap
 */
/* Page commons */
html {
  scroll-behavior: smooth;
}

p:first-child {
  margin-top: 0;
}

:is(p, ul):last-child {
  margin-bottom: 0;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.aligncenter {
  margin: 0 auto 10px auto;
  display: block;
}

:is(.alignleft, .alignright, .aligncenter):last-child {
  margin-bottom: 0;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 60px;
  font-weight: bold;
  color: var(--bs-primary);
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .post-content h1,
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    margin-top: 30px;
    font-size: 25px;
  }
}

/* Hide Google reCaptcha after 1s */
@keyframes hide_after_1s {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100px);
  }
}

.grecaptcha-badge {
  animation-name: hide_after_1s;
  animation-delay: 3s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* Location form */
.banner-close-button {
  right: 10px;
  height: 16px;
  width: 16px;
  cursor: pointer;
}

.banner-close-button:before,
.banner-close-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  width: 20px;
  height: 2px;
  background-color: black;
  transform: rotate(45deg);
}

.banner-close-button:after {
  transform: rotate(-45deg);
}

#geo-selector {
  max-width: 400px;
}
