/*
Theme Name: LMG Custom
Theme URI: https://lawtonmg.com/
Description: This is the LMG Custom theme created for the Genesis Framework.
Author: : LMG
Author URI: https://www.lawtonmg.com/

Version: 2.8.0

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


.workshops-container{
  padding-left: 2em;
  border-left: 1px solid #ddd;
  margin-left: 1em;
}
.password-protect{
  position: fixed;
  z-index: 99999999999 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.password-protect .inner-pw{
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}
.password-protect .inner-pw .button{
  background: #007ac2;
  border: none;
  color: #fff;
  padding: 1em 2em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.15em;
}
.password-protect .inner-pw input[type="password"]{
  width: 500px;
  margin: 0 auto;
  height: 50px;
  background: none;
  box-shadow: none;
  border: 2px solid #ccc;
}
.password-protect .inner-pw p:first-child{
  font-size: 1.5em;
  color: #007ac2;
}
.tier-3.tier-3-2024 h2.widgettitle{
  font-size: 2.25em;
}
.tier-3.tier-3-2024 h2.widgettitle::after{
  width: 70px;
  height: 3px;
}
.tier-3.tier-3-2024 hr{
  margin: 3rem 0;
  width: 100%;
}
.tier-3 .register-button{
  display: block;
  padding: 1rem 2rem;
  border: 2px solid #007ac2;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
  width: 250px;
  text-align: center;
  border-radius: 10px;
  transition: all .5s;
}
.tier-3 .register-button:hover{
  background: #007ac2;
  color: #fff;
}