/*
 Theme Name:   WLA GP 
 Theme URI:    https://wonderlandars.ca
 Description:  GeneratePress child theme
 Author:       Mikhail Michouris 
 Author URI:   https://expotype.com
 Template:     generatepress
 Version:      0.1
*/

body {
    background: #ffffff;	
}
ol, ul {
    margin: 0 0 1.5em 1em;
}
ul {
	list-style: square;
}
.large {
	font-size: 1.5rem;
}

ul.checkmark li {
	list-style: none;
	font-size: 1.25rem;
	margin-bottom: 0.5em;
}
ul.checkmark li:before {
	content: "\2714";
	padding-right: 0.5em;
	color: #00bb00;
	font-weight: bold;
}


.wp-block-image[class*=is-style-polaroid] {
    box-sizing: border-box;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 4px  10px 0 rgba( 0, 0, 0, 0.3 ),
                0 0 4rem rgba( 255, 255, 235, 0.5 ) inset;
}

.wp-block-image[class*=is-style-polaroid] figcaption {
    margin-top: 1rem;
    margin-bottom: 0;
}

.wp-block-image.is-style-polaroid-tilt-right {
    transform: scale( 0.99, 0.99 ) rotate( 2deg );
}

.wp-block-image.is-style-polaroid-tilt-left {
    transform: scale( 0.99, 0.99 ) rotate( -2deg );
}

.wp-block-image[class*=is-style-polaroid-tilt] {
    transition: all 0.5s ease-in-out;
}

.wp-block-image[class*=is-style-polaroid-tilt]:hover {
    transform: scale( 1, 1 ) rotate( 0 );
}