/*
 Theme Name:     Perth Doula
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Perth Doula - redesigned by Offshore Connect (Divi Child Theme)
 Author:         Offshore Connect
 Author URI:     https://offshoreconnect.com.au
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
 Content width: 1154px
------------------------------------------------------- */
a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}
/** FAQs **/
#homefaqscontainer .et_pb_toggle {
    border-bottom:solid 1px #000;
    margin-bottom:0;
}
#homefaqscontainer .et_pb_toggle_title::before {
    font-family: 'ETModules';
    right:auto !important;
    left:-20px !important;
    color:#000;
}
#homefaqscontainer .et_pb_toggle_open .et_pb_toggle_title::before {
    content: "\4b" !important;
}
#homefaqscontainer .et_pb_toggle_close .et_pb_toggle_title::before {
    content: "\4c";
}

/** OPT IN FORM **/
#footeroptinform {
    
}
/*move the labels above the form input fields*/
#freeconsultationform .et_pb_contact_form_label {
    display: block !important;
}
/*hide the label in the field*/
#freeconsultationform .et_pb_contact_field_options_title {
    display: none;
}
/*make the placeholder text the same color as field background*/
#freeconsultationform input::placeholder,
#freeconsultationform textarea::placeholder {
    color:#F8F3EF;
}


/** RESPONSIVE **/
/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
}

/*** Responsive Styles Standard (HD Laptops 1366x768) ***/
@media all and (max-width: 1366px) {
    
    
    
}
@media all and (max-width: 1300px) {
}

@media all and (min-width: 1301px) and (max-width: 1488px){
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (min-width: 981px) and (max-width: 1488px){
}
@media all and (max-width: 980px) {
    
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}