/*
 Theme Name: Divi Child
 Theme URI: https://slcairporttaxi.com/
 Description: Divi child theme for NextCare LLC with WPForms Pickup Date auto-today behavior.
 Author: OpenAI
 Author URI: https://openai.com/
 Template: Divi
 Version: 1.0.0
 Text Domain: divi-child
*/

/* Add custom child-theme CSS below this line if needed. */


.wpforms-submit {
	border-radius: 8px !important;
	padding: 0 40px !important;
	background-color: #417001 !important;
}
.wpforms-submit:hover {
	border-radius: 8px !important;
	padding: 0 40px !important;
	background-color: #417001 !important;
	box-shadow: 5px 5px 0 0 #00112E !important;
}
.et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50, .et-db #et-boc .et-l .et_pb_module div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-column-50 {
    width: 100% !important;
}
.cta-button a {
    background-color: #002555;
    color: #ffffff !important; 
	font-style: normal;
	border-radius: 5px;
    padding: 10px 30px !important;
    text-transform: capitalize; 
    text-align: center;
}
.cta-button a:hover{
	background-color: #002555;
    color: #ffffff !important; 
	font-style: normal;
	border-radius: 5px;
    padding: 10px 30px !important; !important;
    text-transform: capitalize; 
    text-align: center;
	box-shadow: 5px 5px 0 0 #417001 !important;
}  
@media only screen and (min-width: 981px) {
  #main-header.et-fixed-header #top-menu li.cta-button > a,
  #main-header.et-fixed-header #top-menu li.cta-button > a:link,
  #main-header.et-fixed-header #top-menu li.cta-button > a:visited,
  #main-header.et-fixed-header #top-menu li.cta-button > a:hover,
  #main-header.et-fixed-header #top-menu li.cta-button > a:active {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }
}