/*
Theme Name: Mrmw
Theme URI: http://www.na.mrmw.net/
Description: A event organizer theme for WordPress.
Version: 1.0
Author: Molnar Csaba
Author URI: http://www.pagini-web.eu/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, clean, simple, responsive
Text Domain: mrmw
*/


@media (min-width: 1200px) {
  .show-mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  .show-mobile {
    display: block;
  }
}

@media (min-width: 1200px) {
  .show-desktop {
    display: block;
  }
}

@media (max-width: 1199px) {
  .show-desktop {
    display: none;
  }
}

html {
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}

html body {
  font-size: 1.6rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

img.custom-logo {
  height: 7.2rem;
  width: auto;
}

.header {
  position: absolute;
  background: transparent;
  border-bottom: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  margin-bottom: 0;
  margin-bottom: 0;
  padding: 1rem 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
}

.header.other {
  background: #fff;
  padding: 5px 0;
  margin-bottom: 120px;
  z-index: 20;
  position: relative;
}

.header .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
}

.header .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .content .blog-button a {
  background-color: #2F8CCC;
  border-color: #2F8CCC;
  margin-right: 1.5rem;
  padding: .5rem 1.5rem;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border-radius: 2.5rem;
}

.header .content .register-button a {
  background-color: #338ff8;
  border-color: #338ff8;
  margin-right: 1.5rem;
  padding: .5rem 1.5rem;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  border-radius: 2.5rem;
	text-transform: uppercase;
    font-weight: 600;
	font-size: 1.5rem;
}

.header-spacer {
  height: 14rem;
  display: inline-block;
}

@media screen and (min-height: 1000px) {
  .header-spacer {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .landing-header .landing-content .big-logo {
    display: none;
  }
  .header-spacer {
    display: none;
  }
}

.landing-header {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.landing-header .background-layer {
  background-color: #000;
  width: 100%;
  height: 70vh;
  opacity: 0.4;
}

.landing-header .landing-content {
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 1020px;
  text-align: center;
  z-index: 10;
  color: #fff;
  margin-top: -50px;
  padding: 0 15px;
}

.landing-header .landing-content .big-logo img.big-logo-image {
  max-width: 50rem;
  padding-bottom: 2rem;
  padding-top: 4rem;
	max-height: 14rem;
}

.landing-header .landing-content .address-date {
  color: #fff;
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 60px;
}

.landing-header .landing-content .title {
  margin: 45px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-header .landing-content .title .background-text {
  font-size: 11.54rem;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.15;
  z-index: 1;
  width: 100%;
  color: white;
  line-height: 5.231rem;
}

.landing-header .landing-content .title .title-inner {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.landing-header .landing-content .title .title-inner .primary {
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
}

.landing-header .landing-content .title .title-inner .secondary {
  color: #2F8CCC;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
  padding: 0 15px 0 15px;
}

.landing-header .landing-content .title .title-inner .third {
  color: #fff;
  font-size: 4.231rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1;
}

.landing-header .landing-content .buttons .powered-by {
  padding-right: 5rem;
}

.landing-header .landing-content .buttons .powered-by .powered-by-title {
  text-align: left;
  padding-bottom: 15px;
}

.landing-header .landing-content .buttons .powered-by .powered-logo img {
  max-width: 20rem;
  max-height: 5rem;
}

@media screen and (max-width: 420px) {
  .landing-header .landing-content .big-logo img.big-logo-image {
    max-width: 200px;
    padding-bottom: 60px;
  }
}

@media screen and (max-height: 650px) {
  .landing-header .landing-content .big-logo img.big-logo-image {
    max-width: 400px;
  }
}

@media screen and (max-height: 600px) {
  .landing-header .landing-content .big-logo img.big-logo-image {
    max-width: 350px;
  }
}

@media screen and (max-width: 850px) {
  .landing-header .landing-content .title .title-inner .primary, .landing-header .landing-content .title .title-inner .secondary, .landing-header .landing-content .title .title-inner .third {
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .landing-header .landing-content .title .title-inner .primary, .landing-header .landing-content .title .title-inner .secondary, .landing-header .landing-content .title .title-inner .third {
    font-size: 2rem;
	font-weight: 400;
  }
  .landing-header .landing-content .address-date {
    font-size: 1.8rem;
}
}

.counter {
  width: 100%;
  padding: 20px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  overflow: hidden;
  background: #338ff88f;
}

.counter #counter-inner {
  position: relative;
  color: #fff;
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  align-content: space-between;
}

.counter #counter-inner .wrapper div {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 4.5rem;
  margin-right: 4.5rem;
  padding-left: 4.5rem;
  margin-left: 4.5rem;
}

.counter #counter-inner .count {
  font-size: 3.846rem;
  line-height: 3.846rem;
  font-weight: 600;
  margin-bottom: .7rem;
  min-width: 7rem;
  max-width: 100%;
}

.counter #counter-inner .title {
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1rem;
  font-weight: 600;
}

@media screen and (max-width: 410px) {
  .counter #counter-inner .wrapper div {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 2rem;
    margin-right: 2rem;
    padding-left: 2rem;
    margin-left: 2rem;
  }
  .counter #counter-inner .count {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: .7rem;
    min-width: 7rem;
    max-width: 100%;
  }
  .counter #counter-inner .seconds {
    display: none;
  }
}

.buttons {
  margin: 6rem 0 -2.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 15rem;
  text-decoration: none;
}

.buttons a {
  text-decoration: none;
}

.buttons .powered-by .title {
  background-color: transparent;
}

.buttons .powered-by .powered-logo {
  background-color: transparent;
}

.buttons .registration-button {
  font-size: 2rem;
  text-transform: uppercase;
 /* font-family: 'Roboto', sans-serif;*/
  font-weight: 600;
  background-color: #e6007ed1;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 2.5rem;
  padding: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  font-weight: 600;
}

.video-bg {
  background-color: #0000009c;
  width: 100%;
}

.video-bg #background-video {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-height: 1000px) {
  .landing-header, .landing-header .background-layer, .video-bg #background-video {
    height: 90vh;
  }
  .header-spacer {
    height: 100px;
    display: inline-block;
  }
}

@media screen and (max-height: 850px) {
  .landing-header, .landing-header .background-layer, .video-bg #background-video {
    height: 100vh;
  }
}

@media screen and (max-height: 740px) {
  .counter {
    display: none;
  }
}

@media (max-width: 750px) {
  #background-video {
    display: none;
  }
  .landing-header {
    background-image: url(/wp-content/themes/mrmw/images/mobile-header-background.png);
  }
}

@media (max-width: 500px) {
  .counter #counter-inner .wrapper div {
    padding-right: 0;
  }
}

.page-title-bar {
  background: #262626f0;
  position: relative;
  padding: 10rem 0rem;
  margin-top: -12rem;
  margin-bottom: 9rem;
}

.page-title-bar.speakers {
	    max-width: none;
}

.page-title-bar .speakers-header-background {
  background-image: url(/wp-content/themes/mrmw/images/mobile-header-background.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  opacity: 0.40;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-title-bar .agenda-header-background {
  background-image: url(/wp-content/themes/mrmw/images/mobile-header-background.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  opacity: 0.40;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-title-bar .registration-header-background {
  background-image: url(/wp-content/themes/mrmw/images/mobile-header-background.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  opacity: 0.40;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-title-bar .venue-header-background {
  background-image: url(/wp-content/uploads/2023/10/JW-Marriott-Atlanta-BuckheadHigh3.webp);
  background-size: cover;
  background-position: center;
  position: absolute;
  opacity: 0.40;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-title-bar .attending-header-background {
  background-image: url(/wp-content/uploads/2023/10/JW-Marriott-Atlanta-BuckheadHigh3.webp);
  background-size: cover;
  background-position: center;
  position: absolute;
  opacity: 0.40;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-title-bar .sponsors-header-background {
  background-image: url(/wp-content/themes/mrmw/images/mobile-header-background.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  opacity: 0.40;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-title-bar .terms-header-background {
  background-image: url(/wp-content/themes/mrmw/images/mobile-header-background.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  opacity: 0.40;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-title-bar .cfp-header-background {
  background-image: url(/wp-content/themes/mrmw/images/mobile-header-background.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  opacity: 0.40;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-title-bar .container {
  position: relative;
  z-index: 1;
}

.page-title-bar .container h1 {
  margin: 0;
  color: #fff;
  font-size: 3.231rem;
  font-weight: 600;
  word-break: break-word;
}

.address-date .calendar svg {
  width: 3rem;
  color: #fff;
}

.soon {
  text-align: center;
  padding: 40px;
}

.page-id-51974 .header.other {
    margin-bottom: 0px;
}