/*
Theme Name:     TWG Material - Child
Theme URI:      http://www.the-web-guys.com
Description:    TWG Material
Author:         The Web Guys - Ben
Author URI:     http://www.the-web-guys.com
Template:       twg-material
Version:        1.0

RECOMMENDED YOU USE SCSS FILES AND LEAVE THIS FILE EMPTY UNLESS NECESSARY

*/


@media (max-width: 991px) {
	.image-section, .col-md-6 {
		flex: 100% !important;
		max-width: 100% !important;
	}
}

@media (max-width: 991px) {
.header-cta {
	display: block !important;
	}
}

@media (max-width: 991px) {
	.image-box-img {
    min-height: 300px !important;
	}
}

.mobile-btn {
    display: block;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
	margin-bottom: 0px !important;
}

.fa-ul li {
    margin-bottom: 10px;
}

.fa-ul li a {
	text-decoration: underline;
}

.btn-outline {
	border: 2px solid white;
}

.nav-previous a {
    background-color: #42AA4B !important;
}

.nav-next a {
	background-color: #42AA4B !important;
}

#masthead .navbar {
	width: 100% !important;
}

.blog-single-row figure {
	width: 100% !important;
}
