/*
Theme Name: 3rdmill National Poly Industries
Theme URI: http://3rdmill.com.au/
Author: the 3rdmill team
Author URI: http://3rdmill.com.au/
Description: Our 2018 National Poly Industries theme for smartphone, tablet, laptop, and desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: national poly industries, watertanks, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: 3rdmill

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

.flex-c { 
	display: flex; 
}

.flex-50 { flex: 1 1 50%; }
.flex-200px { flex: 1 0 200px; }
.flex-auto 	{ flex: 1 1 auto; }

.grid-c-2,
.grid-c-4
{
	display: grid;
	grid-column-gap: 2rem;
	grid-row-gap: 1rem;
}

.grid-c-2
{
    grid-template-columns: repeat(2, 1fr);
}

.grid-c-4
{
    grid-template-columns: repeat(4, 1fr);
}

.flex-c img,
.grid-c-4 img 
{
	max-width: 100%;
}


@media (max-width: 992px)
{
	.grid-c-4.grid-med-c-2
	{
	    grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px)
{
	.grid-sml-1-c.grid-c-2
	{
	    grid-template-columns: 1fr;
	}
	.grid-sml-c-2.grid-c-4
	{
	    grid-template-columns: repeat(2, 1fr);
	}
	
}

@media (max-width: 576px)
{
	.grid-xsml-c-1.grid-c-2,
	.grid-xsml-c-1.grid-c-4
	{
	    grid-template-columns: 1fr;
	}
	
}

ul.left-pad-0 
{
	padding-left: 0;
}

