/*
Theme Name: Henshaw Management Projects Theme
Theme URI: http://evolutiondesign.com.au
Author: Evolution Design Agency
Author URI: http://evolutiondesign.com.au
Description: Responsive Bootstrap Theme
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* -------------------------------------------------------------- 
	WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:0.8em;
    margin:5px 0 0 0;
}

.gallery:after {content:"";display:table;clear:both;}

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}


.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}


.gallery figure {float:left; margin:0 2% 1em 0;}


.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}


.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}


.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}


.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}


.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}


.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}


.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}


.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}


.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}


@media (max-width:767px) {
	img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
	.gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}

/* -------------------------------------------------------------- 
	End WordPress Core
-------------------------------------------------------------- */


/* -------------------------------------------------------------- 
	Typography
-------------------------------------------------------------- */


body {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

h1, h2, h3 { 
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 20px;
	font-weight: 300;
}

p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-weight: 300;
}


a, a:hover {
	text-decoration: none;
}


/* -------------------------------------------------------------- 
	General Styling
-------------------------------------------------------------- */

.button {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	border-radius: 20px;
	padding: 14px 38px 11px 36px;
	background-color: #ffffff;
	color: #4B6692;
}

.button:hover {
	color: #4B6692;
}

.background-image {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.default-image-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.default-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.default-image-wrapper::before {
	content: '';
	display: block;
	padding-top: 75%;
}

ul li::marker { 
	color: #0E3156;
}

#back-to-home {
	color: #0E3156;
	font-weight: 500;
}

#back-to-home:hover {
	color: #0E3156;
	text-decoration: underline;
}

/* -------------------------------------------------------------- 
	Header & Navigation Styling
-------------------------------------------------------------- */

#header-wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	background-color: #0E3156;
	padding-top: 26px;
	padding-bottom: 26px;
}

#header-logo-wrapper {
	display: flex;
}

#header-logo {
	display: none;
}

#header-logo img {
	height: 70px;
}

#header-mobile-logo {
	display: block;
}

#header-mobile-logo img {
	height: 48px;
}

#header-contact-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#header-mobile-contact {
	display: block;
	width: 40px;
	height: 40px;
}

#mobile-icon {
	width: 35px;
	height: 35px;
}

#header-desktop-contact {
	display: none;
}

#header-desktop-contact a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 30px;
	padding: 13px 40px;
	cursor: pointer;
}

/* -------------------------------------------------------------- 
	Homepage Styling
-------------------------------------------------------------- */

#homepage-banner-wrapper {
	background-color: #0E3156;
	padding-top: 221px;
	padding-bottom: 140px;
}

#homepage-banner-wrapper h1 {
/*	padding-bottom: 80px;*/
	color: #ffffff;
}

#homepage-banner-wrapper h3 {
	padding-bottom: 80px;
	color: #4B6692;
}

#homepage-featured-image-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#homepage-featured-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#homepage-featured-image-wrapper::before {
	content: '';
	display: block;
	padding-top: 70%;
}

#homepage-about-wrapper {
	padding-top: 90px;
	padding-bottom: 72px;
	background-color: #E8EBF1;
}

#homepage-about-wrapper h2 {
	color: #0E3156;
}

#homepage-about-text-wrapper {
	padding-top: 50px;
	padding-bottom: 32px;
}

#homepage-services-wrapper {
	padding-top: 90px;
}

#homepage-services-wrapper h2 {
	color: #0E3156;
	padding-top: 30px;
	padding-bottom: 30px;     
}

.homepage-service {
	padding-bottom: 90px;
	align-items: center;
}

#homepage-contact-wrapper {
	padding-top: 143px;
	padding-bottom: 200px;
	background-color: #0E3156;
	color: #ffffff;
}

#homepage-contact-wrapper h3 {
	color: #4B6692;
	padding-top: 2px;
	padding-bottom: 30px;
}

#homepage-contact-wrapper a, #homepage-contact-wrapper a:hover {
	color: #ffffff;
}

.prefix {
	font-weight: 700 !important;
}

#homepage-contact-description p {
	font-size: 15px;
	color: #abb8c3;
}

#homepage-contact-image-wrapper {
	display: flex;
	align-items: center;
}

#homepage-contact-image-wrapper img {
	max-height: 275px;
}

#contact-col-one {
	order: 2;
}

#contact-col-two {
	order: 1;
	margin-bottom: 36px;
}

.contact-details-font-size {
	font-size: 18px;
}


/* -------------------------------------------------------------- 
	Internal Pages Styling
-------------------------------------------------------------- */

#page-wrapper {
	padding-top: 135px;
	padding-bottom: 40px;
}

#page-wrapper h1 {
	color: #0E3156;
}


/* -------------------------------------------------------------- 
	Footer Styling
-------------------------------------------------------------- */

#footer-wrapper {
	background-color: #0E3156;
	padding-top: 90px;
	padding-bottom: 64px;
}

#footer-credits-wrapper, #footer-credits-wrapper a {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
}

/* -------------------------------------------------------------- 
	Mobile First Media Queries
-------------------------------------------------------------- */

@media all and (min-width:576px) {
	.contact-details-font-size { font-size: 20px; }
}

@media all and (min-width:768px) {

}

@media all and (min-width:992px) {
	
	h1 { font-size: 50px; }
	
	h2 { font-size: 40px; }
	
	#header-logo { display: block; }
	
	#header-mobile-logo { display: none; }
	
	#header-mobile-contact { display: none; }
	
	#header-desktop-contact { display: block; }
	
	#homepage-banner-wrapper {
		margin-top: 96px;
		padding-top: 140px;
		padding-bottom: 140px;
	}
	
	#homepage-featured-image-wrapper::before {
		padding-top:40%;
	}
	
	#homepage-about-wrapper {
		padding-top: 130px;
	}

	#homepage-services-wrapper {
		padding-top: 106px;
	}
	
	.homepage-service {
		padding-bottom: 154px;
	}
	
	#homepage-services-wrapper h2 {
		padding-top: 0px;
		padding-bottom: 43px;
	}
	
	.homepage-service-content{
		padding-right: 4%;
		order: 1; 
	}

	.homepage-service-content.even { 
		order: 2; 
		padding-left: 4%;
	}

	.homepage-service-image { order: 2; }

	.homepage-service-image.even { order: 1; }
	
	#homepage-contact-wrapper h3 { padding-bottom: 50px; }
	
	#contact-col-one { order: 1; }

	#contact-col-two { order: 2; }
	
	#homepage-contact-image-wrapper { justify-content: center; }
	
	#page-wrapper {
		padding-top: 190px;
		padding-bottom: 40px;
	}
	
	.spacer-div {
		height: 300px;
	}


}

@media all and (min-width:1200px) {
	#homepage-featured-image-wrapper::before {
		padding-top: 35%;
	}
}

/* -------------------------------------------------------------- 
	End Mobile First Media Queries
-------------------------------------------------------------- */
