/*!
Theme Name: The Pitch
Theme URI: http://underscores.me/
Author: Darling Brand Makery
Author URI: https://darlingmakery.com/
Version: 0.0.24
Description: A custom theme created by Darling Brand Makery for The Pitch
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: threesixty
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

The Pitch is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body.home div#page.bg-green main#site-main section#home-hero::before{opacity:.30 !important;}
.col2{columns:2;gap:15px;}.col3{columns:3;gap:15px;}.col4{columns:4;gap:15px;}
.col2 img, .col3 img, .col4 img{margin:0 0 15px 0;}
.col2 li, .col3 li, .col4 li{break-inside: avoid;}

@media screen and (min-width: 768px) and (max-width: 991px){
	.col2{columns:2;}.col3{columns:2;}.col4{columns:2;}
}
@media screen and (min-width: 1px) and (max-width: 720px){
	.col2{columns:2;}.col3{columns:1;}.col4{columns:1;}
	.parallax-bg .parallax-bg-elem {background-position: right !important;}
}