@charset "UTF-8";
/*
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
*/

.widget h3{
    padding-top: 4rem;
}

.widget-title-holder {
  font-size: 3.231rem;
  line-height: 1.3;
  text-align: center;
}

.widget-title-holder .widget-title span {
  color: #2F8CCC;
}

.separate {
  align-items: center;
  display: flex;
  margin: 3rem auto 0;
}

.separate .big-box::before, .separate .big-box::after {
  content: url(../../images/big-box.svg);
  display: block;
  height: .1rem;
  width: 12.5rem;
  background: currentColor;
  opacity: .15;
}

.divider {
  position: relative;
  margin-top: 60px;
  height: 1px;
}

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 1px;
  background-image: linear-gradient(to right, transparent, #2F8CCC, transparent);
}

.div-dot-red:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -9px;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-color: #FF1616;
  border: 1px solid #2F8CCC;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #f9f9f9, 0 0 0 4px #f9f9f9;
}

.div-dot-orange:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -9px;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-color: #F1910B;
  border: 1px solid #2F8CCC;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 4px #fff;
}

.div-dot-blue:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -9px;
  left: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-color: #2F8CCC;
  border: 1px solid #2F8CCC;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px transparent, 0 0 0 4px transparent;
}

.text {
  opacity: .8;
  padding-top: 2rem;
}

.about_row {
  display: flex;
  flex-wrap: wrap;
}

.about_row .about_column {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.about_row .about_column .about-service-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about_row .about_column .about-service-box .about-icon {
  width: 11rem;
  height: 11rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 2.692rem;
  color: #2F8CCC;
  /*border: 2px solid #2F8CCC;*/
  margin-bottom: 22px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

.about_row .about_column .about-service-box .about-icon svg {
  width: 40px;
  height: auto;
}

.about_row .about_column .about-service-box .about-title {
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: .5px;
  color: #065185;
    font-variation-settings: 'wght' 600;
}

@media (min-width: 768px) {
  .about_row {
    display: flex;
    flex-wrap: wrap;
  }
  .about_row .about_column {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .about_row {
    display: flex;
    flex-wrap: wrap;
  }
  .about_row .about_column {
    width: 33%;
  }
}

.video-among {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1000px;
  margin-left: auto;
  padding-top: 4rem;
  margin-right: auto;
}

.video-among .video {
  padding-right: 0rem;
}

/*speakers*/
.speakers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.speakers .column {
  width: 25%;
  position: relative;
}

.speakers .column .inner {
  padding: 0 15px 30px;
}

.speakers .column .inner .speaker {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
  min-width: 295px;
}

.speakers .column .inner .speaker .image {
  position: relative;
}

.speakers .column .inner .speaker .image img {
  width: 100%;
  height: auto;
}

.speakers .column .inner .speaker .image::before, .speakers .column .inner .speaker .image :visited::before {
  opacity: 0.1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: block;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.speakers .column .inner .speaker .content {
  padding: 20px;
  line-height: 1.7;
}

.speakers .column .inner .speaker .content .name {
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 2px;
	text-align: center;
    font-variation-settings: 'wght' 600;
}

.speakers .column .inner .speaker .content .profession {
  /*text-transform: uppercase;*/
  font-weight: 400;
  font-size: 1.4rem;
  /*letter-spacing: 1px;*/
  /*color: #3e3b3b;*/
	min-height: 50px;
	text-align: center;
}

.speakers .column .inner .speaker .content .company {
  text-transform: uppercase;
  font-weight: 900;
  font-variation-settings: 'wght' 600;
  font-size: 1.1rem;
  letter-spacing: 1px;
	text-align: center;
 /* color: #3e3b3b;*/
}

.speakers .column .inner .speaker .content .company-logo {
    min-height: 50px;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: flex-end;
}

/*.speakers .column .inner .speaker .content .company-logo img {
    max-width: 160px;
	max-height: 100px;
}*/

.speakers .column .inner .speaker .content .text {
  margin: 15px 0 0;
  font-size: 1.4rem;
  color: #3e3b3b;
  padding-top: 0;
  min-height: 10rem;
}

@media (max-width: 1500px) {
  .speakers .column {
    width: 33%;
    max-width: 350px;
  }
}

@media (max-width: 991px) {
  .speakers .column {
    width: 50%;
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .speakers .column {
    width: 100%;
    max-width: 350px;
  }
}

.newsletter-separate {
  align-items: center;
  display: flex;
  margin: 3rem auto 0;
  justify-content: center;
  color: #fff;
}

.newsletter-separate svg {
  margin: 0 2rem;
  width: 2.3rem;
  height: auto;
}

.newsletter-separate:before {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.newsletter-separate:after {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.about-separate {
  align-items: center;
  display: flex;
  margin: 3rem auto 0;
  justify-content: center;
  color: #3e3b3b;
}

.about-separate svg {
  margin: 0 2rem;
  width: 2.3rem;
  height: auto;
}

.about-separate:before {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.about-separate:after {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.speakers-separate {
  align-items: center;
  display: flex;
  margin: 3rem auto 0;
  justify-content: center;
  color: #3e3b3b;
}

.speakers-separate svg {
  margin: 0 2rem;
  width: 2.3rem;
  height: auto;
}

.speakers-separate:before {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.speakers-separate:after {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.venue-separate {
  align-items: center;
  display: flex;
  margin: 3rem auto 0;
  justify-content: center;
  color: #2F8CCC;
}

.venue-separate svg {
  margin: 0 2rem;
  width: 2.3rem;
  height: auto;
}

.venue-separate:before {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.venue-separate:after {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.video-separate {
  align-items: center;
  display: flex;
  margin: 3rem auto 0;
  justify-content: center;
  color: #000;
}

.video-separate svg {
  margin: 0 2rem;
  width: 2.3rem;
  height: auto;
}

.video-separate:before {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.video-separate:after {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.sponsors-separate {
  align-items: center;
  display: flex;
  margin: 3rem auto 0;
  justify-content: center;
  color: #3e3b3b;
}

.sponsors-separate svg {
  margin: 0 2rem;
  width: 2.3rem;
  height: auto;
}

.sponsors-separate:before {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.sponsors-separate:after {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.ticket-separate {
  align-items: center;
  display: flex;
  margin: 3rem auto 0;
  justify-content: center;
  color: #2F8CCC;
}

.ticket-separate svg {
  margin: 0 2rem;
  width: 2.3rem;
  height: auto;
}

.ticket-separate:before {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.ticket-separate:after {
  content: '';
  display: block;
  height: 1px;
  width: 125px;
  background: currentColor;
}

.embed-form-super-wrapper {
  color: #fff;
}

#custom_html-8.widget, #custom_html-11 {
  background-image: url(/wp-content/uploads/2025/07/Aloft-Singapore-Novena-at-Zhongshan-Park.webp);
  background-attachment: fixed;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: cover;
}

#custom_html-8.widget .widget-title, #custom_html-11 .widget-title {
  margin: 0;
  color: #fff;
}

#custom_html-8.widget .text, #custom_html-11 .text {
  color: #fff;
  font-weight: 900;
    font-variation-settings: 'wght' 700;
  filter: drop-shadow(1px 1px darkgray);
}

#custom_html-8.widget .venue-buttons, #custom_html-11 .venue-buttons {
  display: flex;
  justify-content: space-around;
}

#custom_html-8.widget .venue-buttons .venue-button, #custom_html-11 .venue-buttons .venue-button {
  font-size: 1.5rem;
  text-transform: uppercase;
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 900;
    font-variation-settings: 'wght' 600;
  background-color: #1D6BA8;
  border: 2px solid #1D6BA8;
  color: #fff;
  font-size: 1.33rem;
  border-radius: 2.5rem;
  padding: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

#custom_html-14, #custom_html-18 {
  background-color: #fff;
}

#custom_html-14 {
  padding-top: 30px;
}

#custom_html-16 .venue-buttons {
  display: flex;
  justify-content: space-around;
}

#custom_html-16 .venue-buttons .venue-button {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
    font-variation-settings: 'wght' 600;
  background-color: #1D6BA8;
  border: 2px solid #1D6BA8;
  color: #fff;
  font-size: 1.33rem;
  border-radius: 2.5rem;
  padding: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.sponsors {
  display: block;
}

.sponsors .sponsors-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sponsors .sponsors-cont .column {
  display: flex;
  width: 23%;
  padding: 1rem;
  min-width: 25rem;
  margin-bottom: 2rem;
}

.sponsors .sponsors-cont .column .inner {
  display: flex;
  height: 100%;
  width: 100%;
}

.sponsors .sponsors-cont .column .inner .logo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 1rem;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.sponsors .sponsors-cont .column .inner .logo.gold {
  box-shadow: 0px 0px 15px rgba(221, 181, 34, 0.1);
}

.sponsors .sponsors-cont .column .inner .logo.platinum {
  box-shadow: 0px 0px 15px rgba(93, 92, 88, 0.1);
}

.sponsors .sponsors-cont .column .inner .logo.silver {
  box-shadow: 0px 0px 15px rgba(93, 92, 88, 0.1);
}

.sponsors .sponsors-cont .column .inner .logo.lanyard {
  box-shadow: 0px 0px 15px rgba(35, 132, 6, 0.1);
}

.sponsors .sponsors-cont .column .inner .logo .type {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
    font-variation-settings: 'wght' 600;
}

.sponsors .sponsors-cont .column .inner .logo .type .platinum {
  color: #393838;
  padding: 1rem;
  border: 1px solid darkgray;
  border-radius: 1rem;
}

.sponsors .sponsors-cont .column .inner .logo .type .gold {
  color: #C39F4D;
  border: 1px solid #C39F4D;
  padding: 1rem;
  border-radius: 1rem;
}

.sponsors .sponsors-cont .column .inner .logo .type .silver {
  color: #9d9797;
  padding: 1rem;
  border: 1px solid darkgray;
  border-radius: 1rem;
}

.sponsors .sponsors-cont .column .inner .logo .type .lanyard {
  color: #4AA447;
  padding: 1rem;
  border: 1px solid #4AA447;
  border-radius: 1rem;
}

.sponsors .sponsors-cont .column .inner .logo .type .partner {
  color: #636463;
  padding: 1rem;
  border: 1px solid #636463;
  border-radius: 1rem;
}

.sponsors .sponsors-cont .column a {
  display: block;
  padding: 2rem;
}

.sponsors .sponsors-cont .column a img {
  width: 100%;
  height: auto;
  max-height: 150px;
}

@media (max-width: 991px) {
  .sponsors .column {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .sponsors .column {
    width: 100%;
  }
}

/* video gallery */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-image {
  width: 100%;
  /* Alapértelmezett szélesség kisebb kijelzőkön */
  max-width: 48%;
  /* Kisebb kijelzőn két sorban 48%-os szélességű */
  margin-bottom: 1%;
  /* Kisebb kijelzőn két sorban közöttük 1%-nyi margó, nagyobb kijelzőn alatta 1% */
  box-sizing: border-box;
  cursor: pointer;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

@media (min-width: 768px) {
  .gallery-image {
    max-width: 48%;
    /* Teljes képernyős módban is 48% */
  }
}

@media (min-width: 1200px) {
  .gallery-image {
    max-width: 23%;
    /* Teljes képernyős módban 4 kép egymás mellett 23%-os szélességű */
  }
}

@media (min-width: 769px) {
  .about_empty_space {
      height:60px;
  }
}

input[name="email"], input[name="firstname"], input[name="lastname"], input[name="company"], select[name="market_sector"], textarea[name="message"], .input select {
  display: block;
  width: 100%;
  padding: 13px 20px;
  font-size: 1.4rem;
  background-color: #fff;
  background-image: none;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #000;
  box-shadow: none;
  line-height: 1.7;
  height: auto;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px;
  outline: 0;
  text-transform: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.modal .modal-form-video form {
  padding: 5px;
}

.modal .modal-form-video form .hs-fieldtype-text, .modal .modal-form-video form .hs-fieldtype-select {
  padding: 10px;
  width: calc(100% - 20px) !important;
}

.modal .modal-form-video form .hs-fieldtype-text .input, .modal .modal-form-video form .hs-fieldtype-select .input, .modal .modal-form-video form .hs-fieldtype-textarea .input textarea {
  display: flex;
  font-size: 1rem;
  border: 1px solid #3e3b3b;
  border-radius: 5px;
  width: 100%;
}

.modal .modal-form-video form .hs-fieldtype-text .input input, .modal .modal-form-video form .hs-fieldtype-select .input input, .modal .modal-form-video form .hs-fieldtype-textarea .input textarea {
  color: #000;
}

hs-submit {
  padding: 10px !important;
}

.modal .modal-form-video form input.hs-button {
  padding: 10px;
  width: 100% !important;
}

.modal-content {
  background-color: #fff;
  padding: 2px;
  max-width: 800px;
  margin: 0 auto;
}

.modal-content iframe {
  min-width: 800px;
}

@media (min-width: 992px) {
  .about-column {
    width: 50%;
  }
}

#why-sponsors {
  padding-left: 10px;
}

#why-sponsors .title {
  color: #2F8CCC;
  font-size: 1.7rem;
  font-weight: 900;
    font-variation-settings: 'wght' 600;
  border-bottom: 3px solid;
  height: 2.5rem;
  display: block;
  width: fit-content;
}

.partnering {
  padding: 60px;
  text-align: center;
  background-color: #2f8ccc;
  color: #fff;
}

.partnering a {
  text-decoration: none;
  color: #fff;
}

.partner-button span {
  padding: 10px;
  height: 20px;
  display: block;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}

.partner-button span:hover {
  background-color: #fff;
  border-radius: 25px;
  color: #000;
}

.gradient-pie-94 {
  background: conic-gradient(#2f8ccc 0% 25%, #2f8ccc 25% 92%, #FFFFFF 96%);
}

.gradient-pie-90 {
  background: conic-gradient(#2f8ccc 0% 25%, #2f8ccc 25% 88%, #FFFFFF 92%);
}

.gradient-pie-100 {
  background: #2f8ccc;
}




.widget-speaker-container {
    position: relative;
    width: 280px;
    aspect-ratio: 4 / 3;
    margin-left: auto;
    margin-right: auto;
}
.widget-speaker-background {
    width: 100%;
    padding-top: 102.8%;
    border-radius: 15px;
    max-width: 265px;
    margin-left: auto;
    margin-right: auto;
}
.widget-speaker-photo {
    position: absolute;
    top: 0;
    left: 2.7%;
    max-width: 265px;
    width: 100%;
    border-radius: 15px;
    z-index: 3;
}
.widget-speaker-background-blue {
    position: absolute;
    top: 62%;
    left: 2.5%;
    width: 95%;
    height: 35.8%;
    background-color: #9ACB7A;
    border-radius: 15px;
    z-index: 2;
}
.widget-speaker-background-green {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 115px;
    height: 2.5%;
    background-color: #4D87BD;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 1;
}
