/*
Theme Name: Bathroom Rejuvenation Responsive 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: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}

h1 {
	font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 700;
	margin-bottom: 20px;
	color: #ffffff;
}

h2 {
	font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 700;
	margin-bottom: 8px;
	color: #00585e;
}

h3 {
	font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
	margin-bottom: auto;
}

h4 {
	font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
	margin-bottom: 8px;
	color: #00585e;
}

a, a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: 400;
}

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

img {
	max-width: 100%;
}


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

.container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 150px;
    height: 40px;
	color:#ffffff;
	transition: all .5s;
	border: 2px solid #ffffff; 
	font-weight: 400;
	text-decoration: none;
}

.button:hover {
	color: #007074;
	background-color: #ffffff;
	text-decoration: none;
}

.button-green {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 215px;
    height: 45px;
	color:#007074;
	transition: all .5s;
	border: 2px solid #007074;
	font-weight: 400;
	text-decoration: none;
}

.button-green:hover {
	color: #ffffff;
	background-color: #007074;
	text-decoration: none;
}

.fasc-button {
	color: #000000 !important;
	background-color: #aaaaaa !important;
	padding: 10px 30px !important;
	border-radius: 10px !important;
}

.carousel-controls {
    display: inline-block;
    width: 20px;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00585e99;
}

.search-result {
	margin-bottom: 25px;
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 10px 0px;
}


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

#header-wrapper {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 150px;
    background-color: #00585e;
    z-index: 99;
}

#header-nav-wrapper {
    width: 100%;
}

#header-logo {
    display: flex;
    align-items: center;
}

#header-logo-image {
    height: 110px;
    margin-top: 10px;
}

#mega-menu-wrap-primary {
    padding-top: 20px;
}

#header-desktop-search-wrapper { 
	display: none; 
}

.search-btn {
	display: none;
	align-items: center;
	text-align: center;
	cursor: pointer;
    position: absolute;
    right: 30px;
    top: 63px;
}

.search-btn span {
	color: #ffffff;
	font-size: 18px;
}

.home.scroll .search-btn span { 
	color: #000000;
}

.search-overlay {
	position: fixed;
	height: 0px;
	width: 0px;
	border-radius: 100%;
	background: linear-gradient(to right, rgba(0, 88, 94, 0.9) 0%, rgba(0, 88, 94, 0.9) 100%);
	transition: all 0.4s linear;
}

.search-overlay.active {
	height: 4000px;
	width: 4000px;
	z-index: 99;
}

.close-btn {
	position: fixed;
	z-index: 999;
	right: 25px;
	top: 25px;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
}

.search-overlay, .search-data {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.search-data {
	position: absolute;
	width: 400px;
	display: flex;
	text-align: center;
}

.search-data input {
	height: 100%;
	width: 100%;
	background: none;
	border: none;
	outline: none;
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
}

.search-data .line {
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ffffff;
	bottom: 0;
	transform: scaleX(0);
	transition: transform 0.4s 0.3s linear;
}

.search-data .line.active {
	transform: scaleX(1);
}

.search-data label {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 20px;
	transform: translateY(-50%);
	pointer-events: none;
	color: rgba(255,255,255,0.7);
}

.search-data input:valid ~ label {
	opacity: 0;
}

.search-data span {
	color: #ffffff;
	position: absolute;
	width: 50px;
	font-size: 22px;
	right: 0;
	top: 0;
	cursor: pointer;
}

.search-data button {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: transparent;
	right: 0;
	top: 0;
	line-height: 45px;
	cursor: pointer;
	border: none;
	outline: none;
} 

.search-data, .search-data span,
.search-data label, .close-btn {
	display: none;
}

input:-internal-autofill-selected {
	background-color: #ffffff;
}

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

/*************** banner styles ****************/

#homepage-banner-wrapper {
    position: relative;
}

#homepage-banner-slider {
    position: relative;
}

.homepage-slider-image {
	position:relative;
	height: 280px;
    background-position: center center;
    background-size: cover;
    width: 100%;
}

.home-banner-text {
	background-color: #007074;
	border-top:  10px solid #a5c8d0;
	padding-bottom: 25px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	min-height: 330px;
	justify-content: center;
    display: flex;
	flex-direction: column;
}

.home-banner-text h1 {
	margin-bottom: 10px;
	line-height: normal;
}

.home-banner-text p {
	color: #ffffff;
}

.homepage-banner-link {
    color: #ffffff;
}

#homepage-banner-slider-nav {
	display:none;
    position: absolute;
    bottom: 40px;
    left: 0px;
    width: 100%;
    height: 16px;
    justify-content: center;
}

.homepage-slider-nav-button {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: solid 1px #ffffff;
    border-radius: 6px;
    opacity: 1.0;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;

}

#homepage-banner-nav {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: 50px;
	left: 0;
	top: 120px;
}

.homepage-slider-nav-button.tns-nav-active {
	background-color: #ffffff;
	border: solid 1px #ffffff;
	opacity: 1.0;
}

.home-slider-control {
	background-color: #ffffff;
	opacity: 0.5;
	font-size: 32px;
  	margin: 0px 24px;
}

.home-slider-control:hover {
	background-color: #ffffff;
	opacity: 0.8;
}

.fa-solid {
	color: #00585e;
}

/*************** about us styles ****************/

#home-about-wrapper {
    padding-top: 30px;
    padding-bottom: 65px;
}

#home-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
}

#home-about-text {
    width: 100%;
    padding-bottom: 28px;
}

.home-about-link {
    padding-top: 10px;
}

#home-about-image {
	display:none;
}

/*************** services styles ****************/

#services-mobile-wrapper {
    background: linear-gradient( 45deg, #a5c8d0 calc(0.7072 * 75%),transparent 0),
	linear-gradient(225deg, #cadddf calc(0.7072 * 70%),transparent 0);
}

.services-wrapper {
	width: 100%;
	margin-bottom: 90px;
    overflow: hidden;
    margin-top: 100px;
}

#homepage-service-heading {
    width: 100%;
    margin-top: 70px;
}

.home-service-content {
	position: relative;
	overflow: hidden;
    height: 300px;
    cursor: pointer;
	margin-bottom: 60px;
}

.home-service-image {
	position: relative;
    background-position: center center;
    background-size: cover;
	height: calc(100% - 40px);
}

.homepage-service-text {
	text-align:center;
    position: absolute;
    width: calc(100% - 80px);
    bottom: -60px;
    left: 40px;
    margin-bottom: 40px;
}

.homepage-service-text h3 {
	font-size:24px;
	padding: 10px 5px;
	line-height:100%;
}

.button-service {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #007074;
	transition: all .5s;
	font-weight: 400;
	width:100%;
	text-decoration: none;
	color: #ffffff;
}

.button-service:hover {
	color: #007074;
	background-color: #ffffff;
	text-decoration: none;
}

#homepage-services-mobile-controls-wrapper {
    position: absolute;
    top: 90px;
    left: 75%;
}

#homepage-service-mobile-controls-prev {
    float: left;
}

#homepage-service-mobile-controls-next {
    float: right;
    margin-left: 20px;
}

homepage-services-desktop-wrapper {
    padding-top: 85px;
    padding-bottom: 90px;
    background-color: #333132;
    display: none;
}

#services-desktop-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#services-desktop-wrapper {
	display: none;
	background: linear-gradient( 45deg, #a5c8d0 calc(0.7072 * 75%),transparent 0),
	linear-gradient(225deg, #cadddf calc(0.7072 * 70%),transparent 0);
	padding-bottom: 70px;
}

#homepage-service-desktop {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}


/*************** blog services styles ****************/

#home-blog-slider-wrapper {
    width: 100%;
    margin-bottom: 90px;
    overflow: hidden;
    margin-top: 100px;
}

.homepage-blog-heading {
	width: 100%;
    margin-top: 70px;
}

.home-blog-mobile-image {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    background-position: center center;
    background-size: cover;
	cursor: pointer;
}

.homepage-blog-title h4 {
	position: relative;
    height: 40px;
	color: #ffffff;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-blog-mobile:hover .overlay {
  	background-color: rgba(255,255,255,0.5);
}

.home-blog-mobile:hover .homepage-blog-title h4 {
	opacity: 1;
	color: #007074;
}

#homepage-blog-mobile-controls-wrapper {
    position: absolute;
    left: 75%;
	top: 90px;
}

#homepage-blog-mobile-controls-prev {
    float: left;
}

#homepage-blog-mobile-controls-next {
    float: right;
    margin-left: 20px;
}

.home-blog-link {
    padding-top: 100px;
}

/*************** contact styles ****************/

#home-contactus-wrapper {
    position: relative;
    padding-top: 65px;
    background-position: center center;
    background-size: cover;
	width: 100%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #ffffff;
	opacity: 1; /* Firefox */
}

#home-contactus-text h2 {
    color: #ffffff;
	width: 50%;
	padding-bottom: 20px;
} 

#home-contactus-text {
    width: 100%;
    color: #ffffff;
    padding-bottom: 40px;
}

#home-contactus-form {
    width: 100%;
    color: #ffffff;
    padding-bottom: 55px;
}

#home-contactus-form .nf-form-content input:not([type=submit]) {
    background: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ffffff !important;
	color: #ffffff;
}

#home-contactus-form .nf-form-content input:not([type=list]) {
    background: transparent !important;
    color: #ffffff;
}

.home .nf-form-content .list-select-wrap .nf-field-element>div{
    background: transparent !important;
	border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ffffff !important;
	color: #ffffff!important;
}

.nf-form-content select.ninja-forms-field {
	color: #ffffff!important;
}

.page-id-13 .nf-form-content select.ninja-forms-field {
	color: #787878!important;
}

.nf-form-content .list-select-wrap>div div:after {
	color: #ffffff!important;
}

#home-contactus-form .ninja-forms-field nf-element input:not([type=submit]) {
    background: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ffffff !important;
	color: #ffffff;
}

#home-contactus-form .nf-form-content textarea {
    background-color: transparent;
	color: #ffffff;
}

#home-contactus-form .nf-form-content input[type=submit] {
   display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    color: #ffffff;
    transition: all .5s;
    border: 2px solid #ffffff;
    font-weight: 400;
    background-color: transparent;
}

#home-contactus-form .nf-form-content input[type=submit]:hover {
    color: #007074;
    background-color: #ffffff;
    transition: all .5s;
}

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

#page-wrapper {
    width: 100%;
    padding-top: 80px;
	padding-bottom: 60px;
}

#page-header {
    width: 100%;
	padding-bottom: 40px;
}

#page-header h1 {
	color: #00585e;
}

#page-content {
	width: 100%;
}

#page-service-wrapper {
    width: 100%;
    padding-top: 80px;
}

#contact-details {
	width: 100%;
}

#contact-details a {
    color: #00585e;
}

#contact-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000000;
	opacity: 1; /* Firefox */
}

#contact-form .nf-form-content input[type=submit] {
   display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 215px;
    transition: all .5s;
    border: 2px solid #007074;
    font-weight: 400;    
	color: #ffffff;
    background-color: #007074;
}

#contact-form .nf-form-content input[type=submit]:hover {
    color: #007074;
    background-color: #ffffff;
    transition: all .5s;
}

#contact-form {
	width: 100%;
}

#contact-map {
	width: 100%;
}

.nf-form-fields-required {
    display: none;
}

#home-social-wrapper {
    background: linear-gradient( 45deg, #cadddf calc(0.7072 * 75%),transparent 0), linear-gradient(225deg, #a5c8d0 calc(0.7072 * 70%),transparent 0);
	padding-top: 60px;
	padding-bottom: 70px;
}

#home-social-heading {
    text-align: center;
    width: 100%;
}

#home-social-feed {
    text-align: center;
    width: 100%;
}

.blog-post-text {
	margin-bottom: 50px;
    line-height: normal;
}

/* -------------------------------------------------------------- 
	Blog Styling
-------------------------------------------------------------- */

#blog-heading {
	margin-left: 100px;
    margin-top: 25px;
}

.blog-post-text h2:hover {
	color: #00585e;	
}

.blog-post-wrapper {
	cursor: pointer;
}

#home-gallery-wrapper {
	width: 100%;
	padding-bottom: 50px;
    padding-top: 50px;
}

.home-gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    Justify-content: space-between;
}

.home-gallery-wrapper a {
	padding-bottom: 10px;
}

.gallery-image-dummy-wrapper {
    width: 49%;
}

#blog-posts-wrapper {
	padding-bottom: 40px;
}

#blog-posts-wrapper .button-wrapper {
	justify-content: flex-start;
	padding-top: 10px;
}

#blog-posts-wrapper .button, #blog-posts-wrapper .button:hover {
	color: #ffffff;
}

.blog-post {
	cursor: pointer;
}

.post-image {
	height: 250px;
	background-position: center;
    background-size: cover;
}

.blog-post-text h4 {
	padding-top: 15px;
}

.blog-post-item {
	padding-bottom: 40px;
}

.nav-links {
	display: flex;
	justify-content: center;
	font-weight: 600;
}

#inner-page-banner-image {
	height: 271px;
	background-position: center;
}

#page-service-content-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.page-service-image {
	diplay:none;
}

.page-id-13 .nf-form-content select.ninja-forms-field select {
	color: #787878 !important;
}
	
/* -------------------------------------------------------------- 
	Footer Styling
-------------------------------------------------------------- */

#footer-wrapper {
    background-color: #007074;
	padding-top: 60px;
    padding-bottom: 60px;
}

#footer-logo {
	display: flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 60px;
}

#footer-logo img {
    width: 100%;
    max-width: 280px;
}

#footer-links {
	width: 100%;
    line-height: 2;
    position: relative;
    color: #fff;
    text-align: center;
}

#footer-contact {
	width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
	line-height: 2;
}

#footer-credits-wrapper {
	width: 100%;
    background-color: #00585e;
    color: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
}

#footer-wrapper a, #footer-wrapper a:hover {
    color: #ffffff;
    text-decoration: none;
}

#footer-contact i {
    margin-right: 5px;
	font-size: 22px;
}

#footer-credits {
	width: 100%;
	text-align: center;
}

#footer-credits a, #footer-credits a:hover {
	color: #ffffff;
	text-decoration: none;
}

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

@media all and (min-width:576px) {
	
	.container {
		max-width: 540px;
	}
	
	#header-logo-image {
		height: 130px;
		margin-top: 10px;
	}
	
	#mega-menu-wrap-primary {
		padding-top: 30px;
	}

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

	.container {
		max-width: 720px;
	}
	
	.gallery-image-dummy-wrapper {
    	width: 21%;
	}

}

@media all and (min-width:992px) {
	
	.container {
		max-width: 960px;
	}
	
	#header-desktop-search-wrapper { 
		display: block; 
	}
	
	.search-btn {
		display: flex;
	}
	
	span.search-icon {
		display: none;
	}
		
	.mega-search.mega-search-closed input[type=text] {
		display: none;
	}

	.mega-search.mega-search-open input[type=text] {
		display: none;
	}
	
	#homepage-banner-content-wrapper {
		position: relative;
		width: 100%;
		height: 600px;
	}	
	
	.homepage-slider-image {
		position:relative;
		height: 100%;
		background-position: center center;
		background-size: cover;
		width: 100%;
	}
	
	.home-banner-text {
		position: absolute;
		background-color: #007074;
		border-left:  10px solid #cadddf;
		border-top: none;
		padding-bottom: 25px;
		margin-left:  calc(50% - 480px);
		width: 400px;
		margin-top: -450px;
	}
	
	#homepage-banner-slider-nav {
		display:flex;
	}
	
	#homepage-banner-nav {
		left: 0;
		top: 225px;
	}
	
	#home-about-wrapper {
		padding-top: 70px;
		padding-bottom: 40px;
	}	
	
	#home-about-text {
		width: 50%
	}
	
	#home-about-image {
		display: block;
		width: 40%;
		position: relative;
		height: 100%;
		background-position: center center;
		background-size: cover;
	}
	
	#home-contactus-wrapper {
    	padding-top: 100px;
	}
	
	#services-mobile-wrapper {
		display: none;
	}
	
	#services-desktop-wrapper {
		display: block;
	}
	
	.home-service-content {
		position: relative;
		width: 30%;
		margin-bottom: 60px;
	}
	
	.home-services-link {
		position: absolute;
		right: 20px;
		top: 0px;
	}
	
	#home-blog-wrapper {
    	margin-bottom: 120px;
	}
	
	.home-blog-link {
		position: absolute;
		right: 20px;
		top: 0px;
	}
	
	#home-social-heading {
		text-align: left;
		width: 100%;
	}
	
	#home-contactus-text {
    	width: 45%;
	}
	
	#home-contactus-text h2 {
    	width: 100%;
	}

	#home-contactus-form {
    	width: 45%;
	}
	
	#contact-details {
		width: 49%;
	}

	#contact-form {
		width: 49%;
	}
	
	.gallery-image-dummy-wrapper {
    	width: 15%;
	}
	
	#page-wrapper {
    	min-height: calc(100vh - 575px);
	}
	
	#blog-posts-wrapper {
		padding-bottom: 20px;
	}
	
	#blog-posts-wrapper .blog-post {
		display: flex;
		width: 100%;
		align-items: center;
	}
	
	#blog-posts-wrapper .blog-post .post-image {
		width: 40%;
	}
	
	#blog-posts-wrapper .blog-post .blog-post-text {
		width: 60%;
		padding-left: 40px;
		padding-bottom: 20px;
	}
	
	.post-image {
		height: 300px;
	}
	
	.blog-post-item {
		padding-bottom: 75px;
	}
	
	#inner-page-banner-image {
		height: 320px;
	}
	
	#inner-page-content-wrapper {
		padding-top: 75px;
	}
	
	#page-service-content {
		width: 65%;
	}
	
	.page-service-image {
		display: block;
		position: relative;
		background-position: center center;
		background-size: cover;
		width: 30%;
		height: 500px;
	}
	
	#footer-wrapper {
		padding-bottom: 0;
	}
	
	#footer-logo {
		order: 2;
		width: 30%;
	}
	
	#footer-logo img {
		width: 100%;
	}

	#footer-links {
		order: 1;
		width: 30%;
		line-height: 2;
		position: relative;
		color: #fff;
		text-align: center;
		padding-top: 55px;
	}

	#footer-contact {
		order: 3;
		width: 30%;
		position: relative;
		color: #fff;
		text-align: center;
		line-height: 2;
		padding-top: 55px;
	}

	#footer-credits-wrapper {
		width: 100%;
		background-color: #00585e;
		color: #fff;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	#footer-contact i {
		margin-right: 5px;
	}

	#footer-credits {
		width: 100%;
		text-align: center;
	}

}

@media all and (min-width:1200px) {
	
	.container {
		max-width: 1140px;
	}
	
	.home-banner-text {	
		margin-left: calc(50% - 550px);
	}
}


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