/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.2.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* Contact Form 7 - Submit */
.submit-site-section h5 {
    margin-bottom:30px;
}

.submit-site-section .form-control,
.submit-site-section .wpcf7-form-control {
  border-radius: 6px !important;
  padding: 10px !important;
  border: 1px solid #ccc !important;
  font-size: 15px!important;
  color: #333;
  width: 100%;
  box-sizing: border-box;
}

.submit-site-section input.wpcf7-form-control::placeholder, .submit-site-section textarea.wpcf7-form-control::placeholder, .submit-site-section #submit-category, .submit-site-section #profile {
  color: #999999; 
}

.submit-site-section input[type="file"] {
  border: 1px solid #ccc !important;
  background-color: #fff;
  border-radius: 6px;
  padding: 6px 12px;
}

.submit-site-section .control-label.text-left {
  display: block;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 6px;
}

.submit-site-section .form-group {
  margin-bottom: 24px;
}

.submit-site-section .row-flex {
  display: flex;
  gap: 24px;
}
.submit-site-section .row-flex .col-sm-6 {
  flex: 1;
}

#custom-submit-btn.btn.btn-primary {
  background-color: #997928;
    color: #fff;
    padding: 15px 30px !important;
    border-radius: 30px !important;
    border: none;
    font-size: 16px !important;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

#custom-submit-btn.btn.btn-primary:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.submit-site-section input:not([type="button"]):not([type="submit"]) {
    accent-color: #997928!important;
}

.submit-site-section .wpcf7-form-control.wpcf7-acceptance {
    border: none !important;
}

.submit-site-section .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin-left:0 !important;
}

.submit-site-section .wpcf7-not-valid-tip {
    margin-top: 10px;
    font-size: 15px;
}

.page-id-70 .wpcf7-response-output {
    margin-bottom: 60px !important;
}

@media (max-width: 767px) {
  .submit-site-section .row-flex {
    flex-direction: column;
  }
}

/* Nominee Card Post title */
.elementor-shortcode h4 a {
    font-size: 24px;
    font-weight: 600;
    color: #181818;
    font-family: "EB Garamond", Sans-serif;
}

/* Nominee Card Author title */
.elementor-shortcode p.elementor-heading-title a {
    font-family: "Questrial", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: -0.01em;
    word-spacing: 0em;
    color: var(--e-global-color-primary);
}

/* Nominee Card Big Post title */
.elementor-shortcode h1 a, .elementor-shortcode h1 {
    font-family: "EB Garamond", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: inherit;
}

/* Nominee Card Big Post Excerpt */
.elementor-shortcode p.post-excerpt {
    line-height: 24px;;
    min-height:72px;
}