/*
Theme Name: My Twenty Twenty Child Theme
Theme URI: https://example.com
Description: A child theme for Twenty Twenty.
Author: Your Name
Author URI: https://example.com/
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.header-in-featured-media .entry-title {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(75%);
  font-size: -moz-calc(100% - 1.4 * (20px + (84 - 20) * (100vw - 200px) / (1200 - 200)));
  font-size: -webkit-calc(100% - 1.4 * (20px + (84 - 20) * (100vw - 200px) / (1200 - 200)));
  top: calc(100% - 1.4 * (20px + (84 - 20) * (100vw - 200px) / (1200 - 200)));
  text-align: center;
  color: white;
  opacity: 85%;
  font-weight: 800;
  font-size: -moz-calc(20px + (84 - 20) * (100vw - 200px) / (1200 - 200));
  font-size: -webkit-calc(20px + (84 - 20) * (100vw - 200px) / (1200 - 200));
  font-size: calc(20px + (84 - 20) * (100vw - 200px) / (1200 - 200));
}

@media screen and (min-width: 1200px) {
  .header-in-featured-media .entry-title {
    top: -moz-calc(100% - 1.4 * 84px);
    top: -webkit-calc(100% - 1.4 * 84px);
    top: calc(100% - 1.4 * 84px);
    font-size: 84px;
  }
}

@media screen and (max-width: 200px) {
  .header-in-featured-media .entry-title {
    display: none;
  }
}

.site-description .site-title {
  margin: 0 0 0.8rem 0
}

.site-logo {
  display: flex;
  align-items: center;
}

#site-header, .footer-nav-widgets-wrapper, #site-footer, .menu-modal, .menu-modal-inner, .search-modal-inner, .archive-header, .singular .entry-header, .singular .featured-media::before, .wp-block-pullquote::before {
  background-image: linear-gradient(78deg, #5e9, #0da);
}

/*
.entry .entry-content p {
	font-size: 21px !important;
}

.entry .entry-content table {
	font-size: 18px !important;
        white-space: normal !important;
	overflow-wrap: normal !important;
}
*/

.checkbox-events {
    color: #82c91e;
}

#playersSearchInput {
  background-image: url('/egc2020/css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #aaa; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

.header-inner {
  padding-bottom: 2.8rem;
  padding-top: 2.8rem;
}

.footer-widgets-outer-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

div.wpforms-container-full {
  margin-left: auto;
  margin-right: auto;
}

ul.footer-menu {
  font-size: 20px
}

#choosePaymentForm label {
  display: inline;
}

#LPChoosePaymentForm label {
  display: inline;
}

.wp-image-483, .wp-image-484, .wp-image-485, .wp-image-718 {
  display: inline;
}

.checkbox-free-room {
  color: #82c91e;
}

.checkbox-busy-room {
  color: red;
}

#post-411 table {
  font-size: 1.5rem;
}

@media ( min-width: 700px ) {
  #post-411 table {
    font-size: 1.7rem;
  }
}

/*
th.column-min {
  width: 1%;
  white-space: nowrap; 
}
*/
