/*
Theme Name: Sports and speak theme 
Author: Impact Media Concepts
Author URI: https://www.impactmediaconcepts.com
Version: 1.0
*/

/* || Intialize fonts */
/* Open Sans */
@font-face {
  font-family: "OpenSansExtraBold";
  src: url(assets/fonts/OpenSans/OpenSans-ExtraBold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSansBold";
  src: url(assets/fonts/OpenSans/OpenSans-Bold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSansSemiBold";
  src: url(assets/fonts/OpenSans/OpenSans-SemiBold.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSansRegular";
  src: url(assets/fonts/OpenSans/OpenSans-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url(assets/fonts/Montserrat/Montserrat-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat";
  src: url(assets/fonts/Montserrat/Montserrat-Regular.ttf);
  font-weight: 400;
}

:root {
  --color-green: #0d2120;
  --color-light-blue: #00ffff;
  --color-white: #ffffff;
}

* {
  box-sizing: border-box;
}

/* Fonts */
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
th,
td,
li,
label,
strong,
p {
  margin-block-start: 0;
  margin-block-end: 0;
  font-family: "Montserrat";
}

span,
a,
th,
td,
li,
label,
strong,
p,
input,
textarea {
  font-family: "Montserrat";
  font-style: normal;
  color: var(--color-green);
}

input::placeholder,
textarea::placeholder {
  font-size: 16px;
  color: #b4b4b4;
}

strong {
  font-family: "Montserrat";
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
  color: var(--color-green);
  font-weight: 700;
  font-style: normal;
}

h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 32px;
  line-height: 40px;
  color: var(--color-green);
  z-index: 1;
}
h2::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 65px;
  background-color: var(--color-light-blue);
  left: 0px;
  top: -15px;
}

/* Standard page styles */
html {
  scroll-behavior: smooth;
}
html,
body {
  padding: 0 !important;
  margin: 0 !important;
  overflow-y: overlay;
  min-height: 100vh;
  background-color: white;
  font-family: OpenSansRegular;
  max-width: 100vw;
  overflow-x: hidden;
}

/* default container and wrapper */
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1180px;
}

ul:not(.ab-top-menu) {
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

ul:not(.ab-top-menu) > li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

/* Default colors */
.background-secondary {
  background-color: #0d2120 !important;
}

/*Afstandshouders transition */
.afstandhouder {
  transition: all 0.25s ease-out;
  overflow: hidden;
}

/* Contact form 7 spinner */
.wpcf7-response-output {
  margin: 0!important;
  color: #ffffff !important;
  font-family: OpenSansRegular;
  font-weight: 400;
}

.wpcf7-spinner {
  display: none !important;
  margin: 0 auto !important;
}

/* Remove default style of link */
a:link,
a:link > * {
  text-decoration: none;
}
a:visited,
a:visited > * {
  text-decoration: none;
}
a:hover,
a:hover > * {
  text-decoration: underline;
}
a:active,
a:active > * {
  text-decoration: none;
}

/* Butttons */
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-light-blue);
  color: var(--color-green);
  border: 2px solid var(--color-light-blue);
  border-radius: 10px;
  padding: 15px 45px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
}
.button:nth-of-type(2) {
  background-color: unset;
  color: white;
  border: 2px solid white;
}
.button:hover {
  text-decoration: none;
}

a {
  cursor: pointer;
}

/* gebruikers pagina in wordpress */
/* #your-profile .form-table:nth-of-type(3) {
  display: none;
} */

@media screen and (max-width: 1250px) and (orientation: portrait),
  screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
