/*
Theme Name: OVAA Block Theme
Author: Abhishek Potdar
Author URI: https://www.purecss.com
Theme URI: https://www.purecss.com
Tags: full-site-editing
Text Domain: ovaa-block-theme
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/
a {
    text-decoration: none;
}
.edge-fade{
  filter: blur(30px);
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  mask-image: linear-gradient(to right, black 80%, transparent 100%);
}


@media(min-width: 1366px){
    .container{
    	max-width: 98% !important;
    	width: 98% !important;
    }
}

@media(min-width: 1600px){
    .container{
    	max-width: 98% !important;
    	width: 98% !important;
    }
}

@media(max-width: 1024px){
	.container {
		width: 95%;
	}
}