/*
Theme Name: Audditio
Theme URI: https://audditio.com/
Description: Audditio is multipurpose proffesional wordpress theme, desined to develope any kind of website using wordpress. It also works like a framework with many prebuild functionality which will make a developer's life easy. 
Author: MyCodeGarden
Author URI: https://mycodegarden.org/
Tags: wordpress, theme, woocommerce, blog, developer, framework, multipurpose, proffesional, ecommerce
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: audditio
Version: 0.0.1
*/

.field-msg {
    float: left;
    color: #F00;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.right {
    float: right;
}

.field-msg.error {
    padding: 5px;
    margin: 0;
}

.page_text {
    float: left;
    width: 100%;
}

.section.thumbnail-slider {
    padding: 0;
}

/* Testimonial Slider */
.right_testi_text .bx-wrapper {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
}
/* homepage event_section img */
.event_img_wrap{
    width: 200px;
}

/* QR Code Modal */
.qr-modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  left: 0; top: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
}
.qr-modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 30px 20px 20px 20px;
  border-radius: 8px;
  width: 320px;
  text-align: center;
  position: relative;
}
.qr-modal-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
.qr-modal img {
  margin-top: 15px;
  width: 200px; height: 200px;
}