/* 
Theme Name: MingsBings Hello Elementor Child
Description: MingsBings Hello Elementor Child Theme
Author: MingsBings Admin
Author URI: https://mingsbings.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

/* Contact Form Confirmation 
.contact-form-confirmation {
  display: block; 
  width: 100%; 
  background-color: #FFF6E6 !important;
  height: auto; 
  margin-left: auto; 
  margin-right: auto; 
}

/* Media query for tablet screens 
@media (min-width: 768px) {
  .contact-form-confirmation {
    width: 25%; 
	background-color: #FFF6E6 !important;
  }
}

/* Media query for desktop screens 
@media (min-width: 992px) {
  .contact-form-confirmation {
    width: 50%; 
	background-color: #FFF6E6 !important;
  }
}

@media (min-width: 1200px) {
  .contact-form-confirmation {
    max-width: 600px; 
	background-color: #FFF6E6 !important;
  }
}

/* End Contact Form Confirmation */

/* Offset Logo in Header */
.logo-header {
    position: absolute;
    left: 0;
    z-index: 10;
}

/* Mobile styles */
@media (max-width: 767px) {
    .logo-header {
        bottom: -15px;
    }
}

/* Desktop styles */
@media (min-width: 768px) {
    .logo-header {
        bottom: -150px;
    }
}

/* END OFFSET LOGO */