/*
 Theme Name:   Ignite Theme
 Theme URI:    https://ignitedigital.net.au
 Description:  Ignite Digital's GP Theme
 Author:       IDS
 Author URI:   https://ignitedigital.net.au
 Template:     generatepress
 Version:      0.1
*/

/* Hamburger icon size and color */
.menu-toggle:before {
    font-size: 22px;
	font-weight: 500;
	color:red;
}

.text-shadow {
	text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 1px;
}

.red-shadow {
	text-shadow:rgba(255, 0, 0, 0.4) 0px 3px 3px;
}

/*
.main-navigation {
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
}
*/

.navigation-search {
    background-color: #fafafa;
}

.product-group-heading {
	background-color:#eaeaea;
}

/* Hero banner logo sizes */
.hero-logo-one img {
    width: 350px;
}
.hero-logo-two img {
    width: 150px;
}
.woolmark-image img {
    width: 70px;
}

.home-hero .fl-heading-text{
	text-shadow:rgba(0, 0, 0, 0.3) 0px 1px 1px;
	
}

/* Hamburger icon size and color */
.menu-toggle:before {
    font-size: 20px;
		color: #000000;
}


/* Sheep header */
.sheep-header h1 {
	letter-spacing: 1px;
}

@media (min-width: 769px) {
    .inside-navigation {
	padding-top: 6px;
	padding-bottom: 6px;
    }
}


/* Sticky nav padding */
@media (max-width: 768px) {
	.tradition-image img {
		max-width: 260px;
	}
}

@media (min-width: 769px) {
	.tradition-image img {
	max-width: 400px;
	}
}

/* Below top bar */
.below-top-bar {
	text-align: center;
	background-color: yellow;
	color: black;
	font-size: 16px;
	font-weight: 500;
	padding:12px;
}

/* Home page icons overlay */
.aus-icons {
	margin-top:30px;
}

.ids-block-quote {
	font-size: 18px;
}

/* Center the footer logo when the mobile footer columns stack. */
@media (max-width: 767px) {
    .site-footer .gb-block-image-0c888234 {
        text-align: center;
    }
}
