/*
 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
-------------------------------------------------------------------------- */


/* # WEBBPLATSEN CUSTOM CSS
-------------------------------------------------------------------------- */
div.copyright-bar {
  display: none ;
}
.inside-site-info {
    display: flex;
    align-items: left;
    justify-content: left;
}

/* Blog - read more */
p.read-more-container > a.read-more.button {
    color:#000000;
    font-weight:bold;
    background-color: transparent !important;
    border-bottom:2px solid #000;
    padding:0px;
}

p.read-more-container > a.read-more.button:hover {
    border-bottom-color: #999;
}

/* # PLUGINS
 ------------------------------------------------------------------------- */

 /* Gravity Forms
--------------------------------------------- */
.gform_wrapper.gravity-theme .gform_validation_errors {
	display: none;
  }
.gform_wrapper.gravity-theme .gfield_required {
	display: none;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	background-color: transparent !important;
	border: none !important;  
	padding:0px 0px 0px 10px !important;
	margin:0px !important;
  }
  


/* # WOOCOMMERCE
-------------------------------------------------------------------------- */

