/*
Theme Name: skole-child
Author: 
Description: After Tution
Version: 1.0
Template: skole

This is the child theme for Skole theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');
@media only screen and (min-width: 600px) {
.grid-wrapper{
			--auto-grid-min-size: 16rem;
			display: grid;
			grid-gap: 2rem;
			grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
			margin: 0;
			padding: 0;
			box-sizing: border-box;
   font-family: 'Montserrat', sans-serif;

		}
		.grid-wrapper li{
			background-color: #bb63a8;
			color: #ffffff;
			font-size: 24px;
			list-style-type: none;
			padding: 5rem 1rem;
			text-align: center;
			text-transform: capitalize;
      font-weight: 600;
		}
.page-id-987687 ol, ul:not(.wp-block-gallery) {
    margin: 0 1.5em 0.5em 1.5em;
    list-style-type: none;
}
.page-id-987687 img.stu-gridimg {
    height: 102px;
}
.vn-wisteria a{
    background-color:#8e44ad;
      display:inline-block;
      position:relative;
      margin:30px 5px;
      padding:25px;
      color:#fff;
      transition:all 0.4s ease;
      border-radius:3px
    }
    .vn-wisteria a:hover{
      background:#7f8c8d
    }
}