/*
Theme Name: Twenty Twenty -Three Child
Author: 
Description: This is a child theme of Twenty Twenty-Three.
Version: 2.1
Template: twentytwentythree

This is the child theme for Twenty Twenty-Three theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.modren-fields-style{
	box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3) !important;
    border: 0px transparent !important;
    background: transparent !important;
    width: 100% !important;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 16px !important;
    line-height: 2em !important;
    margin-bottom: 3% !important;
    /* min-height: 150px !important; */
    display: block !important;
    border: none !important;
    border-radius: 0 !important;
    color: #999 !important;
    padding: 16px !important;
    max-width: 100%;
    outline: none !important;
    /* box-shadow: none !important; */
    background-color: #eee !important;
}
textarea.modren-fields-style{
	height: 150px;
}
.recuritment-btn{
	    color: #9b452e !important;
    border-width: 0px !important;
    border-radius: 0px !important;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 0.3em 1em !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    white-space: inherit;
    display: inline-block;
    margin: 0 0 0 18px;
    cursor: pointer;
    float:right;
}
.recuritment-btn:hover{
	background-color: rgba(0, 0, 0, .05) !important;
}
.page-id-48 header.wp-block-template-part {
    display: none;
}
.page-id-48 div#wpadminbar {
    display: none;
}
body h2{
	color: #9b4430;
}
wp-block-heading {
    font-size: 2rem;
    line-height: 1.4;
}
/* Style the wrapper label */
.wpcf7 .divi-radio label {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}

/* Hide default radio */
.wpcf7 .divi-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}

/* Custom radio circle */
.wpcf7 .divi-radio input[type="radio"] + span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #666;
  border-radius: 50%;
  margin-right: 10px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

/* Selected state */
.wpcf7 .divi-radio input[type="radio"]:checked + span::before {
  background-color: #2ea3f2; /* Divi blue */
  border-color: #2ea3f2;
  box-shadow: inset 0 0 0 4px #fff;
}

/* Hover state */
.wpcf7 .divi-radio label:hover span::before {
  border-color: #2ea3f2;
}

/* Add span wrapper to label content */
.wpcf7 .divi-radio label span {
  display: inline-flex;
  align-items: center;
}
/* Add spacing between radio button options */
.wpcf7 .divi-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  margin-right: 40px !important;
  margin-bottom: 10px !important;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
}
/* Flex layout for side-by-side fields */
.half-column-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.half-column-container .half-column {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
}
/* Submit button spinner */
.wpcf7-spinner {
  display: inline-block !important;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top: 3px solid #2ea3f2;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  vertical-align: middle;
}

/* Spinner animation */
@keyframes spin {
  to { transform: rotate(360deg); }
}

