/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

#socket .sub_menu_socket{
	display: none;
	visibility: hidden;
}

:root {
 --wpforms-field-border-size: 2px; /* global scope */
 --wpforms-field-border-style: none; /* global scope */
 --wpforms-field-background-color: white; /* global scope */
}

ul, li{
	list-style: none!important;
}
                                                                                         
  #wpforms-1734-field_2 ul {                                                                                                                                           
      list-style: none !important;                                                                                                                                     
      padding-left: 1em;                                                                                                                                               
      margin-left: 0;                                                                                                                                                  
  }                                                                                                                                                                    
                                                                                                                                                                     
  .wpforms-container input[type="radio"] {
      vertical-align: middle !important;
      margin-top: 0 !important;
  }
  .wpforms-container .wpforms-page-button {
      display: inline-block;
      background-color: #C6416E;
      color: #ffffff;
      border: 1px solid #C6416E;
      border-radius: 2px;
      padding: 10px 20px;
      font-size: 15px;
      font-weight: 600;
      line-height: 1.4;
      cursor: pointer;
      text-decoration: none;
      transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  .wpforms-container .wpforms-page-button:hover,
  .wpforms-container .wpforms-page-button:focus {
	  opacity: .9;
  }

.wpforms-container .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number{
	  background-color: #C6416E!important;
      color: #ffffff;
	}