/*
 Theme Name:   WebbPlatsen (GeneratePress Child)
 Theme URI:    https://generatepress.com
 Description:  WebbPlatsen - GeneratePress child theme
 Author:       Mats Djarf
 Author URI:   https://webbplatsen.se
 Template:     generatepress
 Version:      1.0.0
*/

/* Table of Contents

        - DEFAULTS
		- WEBBPLATSEN CUSTOM CSS
		- PLUGINS
		- WOOCOMMERCE

*/


/* # DEFAULTS
-------------------------------------------------------------------------- */
ol, ul {
    margin: 0 0 1.5em 1em;
}

/* # WEBBPLATSEN CUSTOM CSS
-------------------------------------------------------------------------- */


/* # PLUGINS
 ------------------------------------------------------------------------- */

/* GRAVITY FORMS */

div.wps-box-answer {
  background-color:var(--base);
  border:none !important;
  padding:20px !important;
}

div.wps-box-answer h3 {
  font-size: 1.3em;
  margin-bottom:0px;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  display:none;
} 
/* Hide validation msg */
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  display:none;
}

/*  Hide Required fields legend */
p.gform_required_legend {
  display:none;
}


/* BetterDocs  */
.docs-single-title .betterdocs-entry-title {
  padding-bottom: 10px;
}

/* # WOOCOMMERCE
-------------------------------------------------------------------------- */

