/*
Theme Name: 	Ambiance Child
Description:	Child theme for ambiance
Author: 		vagebond
Author URI: 	https://vagebond.nl
Template: 		ambiance
*/

/* Theme customization starts here
------------------------------------------------------- */
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: landscape), only screen and (min-width: 1025px) {
    .strokes ul li {
        width: 20vw !important; /* Or use pixels for width */
    }
    .strokes ul li a section h1 {
  	  	font-size: 20px !important;
	}
}

.content i.bg {
    display: none !important;
}

.content-wrap.full-width i.bg {
    display: none !important;
}

.content p a, ul a, ol a {
    text-decoration: none !important;
}

img.pswp__img {
    max-height: none;
}