/*
Theme Name: Erna-Theme
Theme URI: https://multimediaatelier.com
Template: astra
Author: Multimedia Atelier
Author URI: https://multimediaatelier.com
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.0.0.1764330220
Updated: 2025-11-28 14:43:40

*/

.wpforms-field-container {
    max-width: 100%;
    margin: 0 auto;
}
.wpforms-field-container .wpforms-field-label {
    font-weight: 500;
    color: #4a4a4a !important;
}
.wpforms-field-label .wpforms-required-label {
    font-weight: 400;
    color: #6ec1e4 !important;
}
.wpforms-field-container input, .wpforms-field-container textarea {
    width: 100% !important;
    background-color: #fff !important;
    color: #111827 !important;
    font-size: 15px !important;
    border: 1px solid #e5e7eb !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    padding: 14px 16px !important;
}
.wpforms-field-container input::placeholder, .wpforms-field-container textarea::placeholder {
    color: #9ca3af !important;
}
.wpforms-field-container input:focus, .wpforms-field-container textarea:focus {
    outline: none !important;
    border-color: #1f2555 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}
#wpforms-submit-1021 {
    display: block;
    font-weight: 600;
    background-color: #1f2555 !important;
    color: #fff !important;
    font-size: 16px !important;
    border: 1.5px solid #1f2555 !important;
    cursor: pointer;


    border-radius: 9999px !important;
    padding: 14px 40px !important;

    transition: all 0.25s ease;
    margin: 20px auto 0;
}

#wpforms-submit-1021:hover {
    background-color: transparent !important;
    color: #1f2555 !important;
}

#wpforms-submit-1021:active {
    transform: scale(0.96);
}

#menu-item-24 .sub-menu {
  min-width: 180px !important;
}

#menu-item-24 .sub-menu a {
	margin-bottom:12px;
	margin-top:10px;
  font-size: 16px !important;
  padding: 6px 12px !important;
}