/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Me
Template: Divi
*/

@import url("../Divi/style.css");


/* start your css customization here. */



/*—–Center Social Media Icons—–*/
ul.et_pb_social_media_follow { 
width:100%; 
text-align:center; 
margin: 0 0 0 0 ; 
} .et_pb_social_media_follow li { 
float:none; 
display:inline-block; 
}

/*—–LOGIN FORM/GRAVITY FORM ID 0—–*/
/* Field Label Style */
.gform_wrapper .top_label .gfield_label {
  color: #ffffff !important;  /*font color for field labels*/
}
/* Button Style */
#gform_wrapper_0 input[type=submit] {
  
    background: #F39364;  /*button background color*/
    
    width: 70%; /*button width*/
    height: 60px; /*button height*/

    font-weight: bold;
    font-size: 20px;
    font-family: Raleway;
    color: #ffffff; /*button text color*/  
    text-align: center;
  
    border-radius: 52px;
    border: 0px;
    cursor: pointer;
  
}

/* Checkbox Remember Me */
.gform_wrapper input[type=checkbox] + label {
  color: #ffffff !important;
  
}

.choice_3_1 {
  
}

.gform_wrapper ul.gfield_checkbox {
  
  /*display: none !important;*/ /*removes rememberme checkbox and label */
}
  

/* Field Text */
#gform_wrapper_0 input[type=text], input[type=password] {
  padding: 20px !important;
 /* border-radius: 10px !important; */
}




/*—–END LOGIN FORM/GRAVITY FORM ID 0—–*/

/*—–LOGIN FORM/GRAVITY FORM ID 0 MOBILE STYLES—–*/
@media screen and (max-width:300px) {
    /* Field Label Style */
.gform_wrapper .top_label .gfield_label {
  color: #ffffff !important;  /*font color for field labels*/
}
/* Button Style */
#gform_wrapper_0 input[type=submit] {
  
    background: #F39364 ;  /*button background color*/
    
    width: 70%; /*button width*/
    height: 60px; /*button height*/

    font-weight: bold;
    font-size: 20px;
    font-family: Raleway;
    color: #ffffff; /*button text color*/  
    text-align: center;
  
    border-radius: 52px;
    border: 0px;
    cursor: pointer;
  
}

/* Checkbox Remember Me */
.gform_wrapper input[type=checkbox] + label {
  color: #ffffff !important;
}

.gform_wrapper ul.gfield_checkbox {
  display: none !important; /*removes rememberme checkbox and label */
}
  

/* Field Text */
#gform_wrapper_0 input[type=text], input[type=password] {
  padding: 20px !important;
 /* border-radius: 10px !important; */
}
}

@media screen and (max-width:1080px) {
    /* Field Label Style */
.gform_wrapper .top_label .gfield_label {
  color: #ffffff !important;  /*font color for field labels*/
}
/* Button Style */
#gform_wrapper_0 input[type=submit] {
  
    background: #F39364 !important;  /*button background color*/
    
    width: 70%; /*button width*/
    height: 60px; /*button height*/

    font-weight: bold;
    font-size: 20px;
    font-family: Raleway;
    color: #ffffff; /*button text color*/  
    text-align: center;
  
    border-radius: 52px;
    border: 0px !important;
    cursor: pointer;
  
}

/* Checkbox Remember Me */
.gform_wrapper input[type=checkbox] + label {
  color: #ffffff !important;
}

.gform_wrapper ul.gfield_checkbox {
  display: none !important; /*removes rememberme checkbox and label */
}
  

/* Field Text */
#gform_wrapper_0 input[type=text], input[type=password] {
  padding: 20px !important;
 /* border-radius: 10px !important; */
}
}

/*—–END LOGIN FORM/GRAVITY FORM ID 0 MOBILE STYLES—–*/

