/* LICENSE & DETAILS
   ==================================================

	Theme Name: Atelier Child Theme
	Theme URI: http://atelier.swiftideas.com
	Description: Responsive Multi-Purpose WordPress WooCommerce Theme - Designed & Developed by Swift Ideas (www.swiftideas.com). Includes optimizations by Raskin Apps (www.raskinapps.ch)
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: atelier
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

/* --- general overrides for atelier, raskin 2021-03-01 mro --- */

.grecaptcha-badge { 
	visibility: hidden; 
}

.spb-row-expand-text span:before {
	line-height: 1;
}
@media only screen and (min-width: 767px) {
	.spb-row[data-col-spacing="30"] .spb_content_element > .row {
	margin-left: -30px;
	margin-right: -30px;
	}
}
.spb-row[data-row-style="light"] .spb-asset-content > * {
	color: #ffffff;
}
h1, h2, h3, h4  {
	margin-block-start: 0;
}
.spb_text_column {
	hyphens: auto;
	-webkit-hyphens: auto;
}

@media print {
    a[href]:after {
        content: none;
    }

}

/* --- end general overrides for atelier ---*/