/*
Theme Name: EM Child Theme
Theme URI: https://egoymagnaye.com/
Description: Child Team
Author: Egoy Magnaye
Author URI: https://egoymagnaye.com/
Template: Divi
Version: 1.0
*/

/* =============
* - Fonts
============= */
/*@font-face {
    font-family: 'Steelfish Rg';
    src: url('assets/fonts/steelfish/SteelfishRg-Regular.eot');
    src: url('assets/fonts/steelfish/SteelfishRg-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/steelfish/SteelfishRg-Regular.woff2') format('woff2'),
        url('assets/fonts/steelfish/SteelfishRg-Regular.woff') format('woff'),
        url('assets/fonts/steelfish/SteelfishRg-Regular.ttf') format('truetype'),
        url('assets/fonts/steelfish/SteelfishRg-Regular.svg#SteelfishRg-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.white-popup h2 {
  font-family: Lato;
  font-weight: bold;
}

/* 
* Training Video
*/
.em-ads-video-container {
  max-width: 1024px;
  margin: 30px auto;
  text-align: center;
}

.em-ads-video-container img {
  width: 150px;
}

.em-ads-video-inner {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}

.em-ads-video-inner iframe,
.em-ads-video-inner object,
.em-ads-video-inner embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.em-video-listing-container {
  max-width: 100%;
  margin: 0 auto;
}

.em-video-listing-container h3 {
  margin: 50px 0 10px;
  font-weight: bold;
}

.em-video-listing-container ul {
  padding: 0;
  margin-bottom: 30px;
}

.em-video-listing-item li {
  width: 100%;
  margin-bottom: 20px;
  list-style: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.em-video-listing-item li a {
  color: #000;
}

.em-video-listing-item li img {
  width: 70%;
}

.em-video-listing-container .em-video-listing-item:before,
.em-video-listing-container .em-video-listing-item:after {
  content: "";
  clear: both;
  display: table;
}

.em-video-listing-item li h4 {
  text-align: left;
  margin-top: 10px;
  font-weight: bold;
}

@media (min-width: 426px) {
  .em-video-listing-item li {
    float: left;
    margin: 0 1%;
    width: 48%;
    text-align: center;
  }

  .em-video-listing-item li img {
    width: 90px;
  }
}

/* Single Training Video page */
.em-video-container {
  max-width: 1024px;
  margin: 50px auto;
}

.em-video-container p {
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: underline;
  font-weight: bold;
  color: #000 !important;
}

.em-video-container a {
  color: #000 !important;
}

.em-video-container h3 {
  text-align: center;
  margin: 20px;
  font-size: 25px;
  font-weight: bold;
}


/* Oern Contact Form */
.oern-contact-form {
  padding: 2rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.oern-contact-form__name {
  display: flex;
  flex-direction: column;
}

.oern-contact-form__name input {
  padding: 1rem;
  width: 100%;
  margin: .4rem 0;
}

.oern-contact-form__botschaft textarea {
  resize: vertical;
  width: 100%;
  padding: 1rem;
  margin: .4rem 0;
  width: 100%;
}

.oern-contact-form__btn {
  margin: 0 auto;
  text-align: center;
}

.oern-contact-form__btn button {
  font-size: 1rem;
  color: #ffffff;
  background-color: #402A20;
  border-radius: 50px;
  width: 100%;
  max-width: 120px;
  padding: .8rem;
  border: 0;
  cursor: pointer;
}

.oern-contact-form__btn button:hover {
    color: #ffffff;
    background-color: #402A20;
}

.oern-contact-form__btn button:focus, button:active {
    color: #ffffff;
    background-color: #402A20;
    outline: 0;
}

.oern-contact-form__btn a {
  text-decoration: none;
  color: #ffffff;
}

.oern-contact-form__btn a:hover {
  color: #ffffff;
}

input::placeholder, textarea::placeholder {
  font-size: 1rem;
  font-weight: 400;
  opacity: .8;
}

.oern-contact-form__name input,
.oern-contact-form__botschaft textarea {
  font-size: 1.2rem;
}

@media (min-width: 750px) {
  .oern-contact-form__container {
    padding: 1rem;
  }

  .oern-contact-form__name {
    flex-direction: row;
    justify-content: space-between;
  }

  .oern-contact-form__name input {
    padding: 1.1rem !important;
    margin: 0 .6rem;
  }

  .oern-contact-form__botschaft {
    padding: .6rem;
  }

  .oern-contact-form__btn button {
    max-width: 120px;
    padding: .8rem;
  }
}