/*
Theme Name:         ClearMedia
Theme URI:          https://clearmedia.ch/
Description:
Version:            1.0.0
Author:             Weslley
*/


body {
  height: max-content;
}


.navbar a, .navbar-light .navbar-nav .nav-link {
  color: white;
}

.navbar-dark .navbar-nav .current-page-ancestor > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link {
  text-decoration: underline;
}

/* TYPOGRAPTHY*/
h1 {
  font-size: 56px;
  font-weight: bold;
  font-family: 'Heebo';
}

h2 {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Heebo';
}

h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: 'Heebo';
}

h4 {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Heebo';
}

h5 {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Heebo';
}

h6 {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Heebo', sans-serif;
}

p {
  font-size: 20px;


}

h1,
h2,
h3,
h4,
h5,
h6,
p, a {
  color: #282828;
  font-family: 'Heebo', sans-serif;

}

.text-white, .text-white p {
  color: white;
}

.text-primary {
  color: #0081a7;
}

.text-secondary {
  color: #092c58;
}

.text-tertiary {
  color: #0e9594;
}

.fill-primary {
  fill: #0081a7;
}

.fill-secondary {
  fill: #092c58;
}

.fill-tertiary {
  fill: #0e9594;
}

/**Components*/
.bg-alert {
  background: #bc434f;
}

.bg-warning {
  background: #e6b41e;
}

.bg-success {
  background: #28893e;
}

.bg-info {
  background: #0081a7;
}

.fill-alert {
  fill: #bc434f;
}

.fill-warning {
  fill: #e6b41e;
}

.fill-success {
  fill: #28893e;
}

.fill-info {
  fill: #0081a7;
}

/**Shades*/
.fill-white {
  fill: white;
}

.fill-grey-100 {
  fill: #ebebeb;
}

.bg-grey-100 {

  background-color: #ebebeb !important;
}

.fill-grey-200 {
  fill: #d7d7d7;
}

.bg-grey-200 {
  background: #d7d7d7;
}

.fill-grey-300 {
  fill: #d7d7d7;
}

.bg-grey-300 {
  background: #d7d7d7;
}

.fill-grey-400 {
  fill: #b0b0b0;
}

.bg-grey-400 {
  background: #b0b0b0;
}

.fill-grey-500 {
  fill: #9c9c9c;
}

.bg-grey-500 {
  background: #9c9c9c;
}

.fill-grey-600 {
  fill: #888;
}

.bg-grey-600 {
  background: #888;
}

.fill-grey-700 {
  fill: #747474;
}

.bg-grey-700 {
  background: #9c9c9c;
}

.fill-grey-800 {
  fill: #616161;
}

.bg-grey-800 {
  background: #616161;
}

.fill-grey-900 {
  fill: #4d4d4d;
}

.bg-grey-900 {
  background: #4d4d4d;
}

.fill-black {
  fill: #282828;
}

.bg-black,
.has-background.has-gray-dark-background-color {
  background: #282828 !important;
}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black p,
.bg-black small {
  color: white;
}


.admin-bar nav.sticky-top.navbar-absolute {
  top: 30px;
}


/*Temp**/
section {
  padding-top: 90px;
  padding-bottom: 90px;
}

/**Preview Items*/
header.title-section {
  height: 180px;
}

.container-heading label {
  font-size: 24px;
  font-weight: 900;

  padding-bottom: 40px;

  text-decoration: underline;
}


@media (min-width: 1000px) {
  form.wpcf7-form {
    max-width: 90%;
  }
}

form.wpcf7-form label {
  display: grid;
  padding-top: 5px;
}

form.wpcf7-form label:last-of-type {
  padding-top: 30px;
}

form.wpcf7-form label span {
  margin-top: 10px;
}


.wpcf7-form input,
.wpcf7-form textarea {
  border: solid gray 0.1px;
  width: 100%;
}

.wpcf7-form textarea {
  border-left: none;
  border-right: none;
  border-top: none;
}

.wpcf7-submit {
  background: #0081a7;
  color: white;
  border-radius: 50px;
  min-width: 145px;
  padding: 13px;
  padding-left: 15px;
  padding-right: 15px;
  width: max-content !important;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  float: right;
}

.wp-block-getwid-map,
.wp-block-getwid-map iframe {
  height: 100%;
  width: 105%;
}


/**TEMP TODO see below */


@media (min-width: 1200px) {
  .main-banner .wp-block-getwid-section__content {
    position: relative;
    left: 0;
  }
}

@media (max-width: 600px) {
  .main-banner .wp-block-getwid-section__content h1 {
    padding: 10px;
    font-size: 35px;
  }

  .main-banner .wp-block-getwid-section__content h1,
  .main-banner .wp-block-getwid-section__content h2,
  .main-banner .wp-block-getwid-section__content h3,
  .main-banner .wp-block-getwid-section__content h4,
  .main-banner .wp-block-getwid-section__content h5,
  .main-banner .wp-block-getwid-section__content h6 {
    padding: 10px;
  }
}

@media (min-width: 1200px) {
  .block-wrapper > *.alignwide {
    max-width: 1440px !important;
  }
}


.overflow-visible {
  overflow: visible !important;
}

.center-item-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
