/*
Theme Name: Bellarine Inspections 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
-------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
}

body {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #4A4E57;
}

h1 {
	font-family: "Inter", sans-serif;
    font-size: 44px;
    font-weight: 700;
	margin-bottom: 20px;
	color: #ffffff;
	line-height:1;
}

h2 {
	font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 700;
	margin-bottom: 8px;
}

h3 {
	font-family: "Inter", sans-serif;
	color: #ffffff;
	font-size: 30px;
    font-weight: 700;
	margin-bottom: 30px;
}

h4 {
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 20px;
}

h5 {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color:#4A4E57;
}

p {
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color:#4A4E57;
}

a, a:hover {
	color: #4A4E57;
	text-decoration: none;
}

img {
	max-width: 100%;
}

b, strong {
	font-weight: 700;
}


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

.container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	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;
}

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

.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 45px;
	margin-top: 30px;
	color: #ffffff;
	background-color: #4A4E57;
	transition: all .5s;
	border-radius: 10px;
}

.button:hover {
	color: #4A4E57;
	background-color: #ffffff;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(74, 78, 87, 0.6)
}

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


/* -------------------------------------------------------------- 
	Header & Navigation Styling
-------------------------------------------------------------- */
#header-wrapper {
    display: flex;		
	flex-wrap: wrap;
	justify-content: space-between;		
	height: 160px;	
	align-items: center;	
	position: absolute;		
	top: 0;		
	left: 0;		
	width: 100%;		
	z-index: 99;
	background-color: #ECEDEC;
}

.home #header-wrapper {
	background-color: transparent;
}

#header-logo {
	align-items: center;
	width: 240px;
}

.single #header-logo {
	display: none;
}

.search #header-logo {
	display: none;
} 

.error404 #header-logo {
	display: none;
} 

.page #header-logo {
	display: none;
}

.home #header-logo {
	display: flex;
}

#header-page-logo {
	align-items: center;
	width: 260px;
}

.single #header-page-logo {
	display: flex;
}

.page #header-page-logo,.search #header-page-logo,.error404 #header-page-logo {
	display: flex;
}

.home #header-page-logo {
	display: none;
}

#header-logo a {
	width: 100%;
}

.mega-menu-primary-mobile-open #header-wrapper {
	background-color: #4A4E57;
	border-bottom-color: #ffffff;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    border-bottom: solid 3px;
    border-bottom-color: #ffffff;
}

.single #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-icon:before {
    color: #4A4E57;
}

.error404 #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-icon:before {
    color: #4A4E57;
}

.search #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-icon:before {
    color: #4A4E57;
}

.page #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-icon:before {
    color: #4A4E57;
}

.home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-icon:before {
    color: #ffffff;
}

.home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner {
    background-color: #ffffff;
}

.home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner::before {
    background-color: #ffffff;
}

.home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner::after {
    background-color: #ffffff;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-3 .mega-toggle-animated-inner::after {
    background-color: #4A4E57;
}


#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-3 .mega-toggle-animated-inner {
    background-color: #ffffff;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-3 .mega-toggle-animated-inner::before {
	background-color: #ffffff;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-3 .mega-toggle-animated-inner::after {
    background-color: #ffffff;
}

#mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-215 {
	padding-top: 30px;
    padding-bottom: 30px;
}


/* -------------------------------------------------------------- 
	Whole Page Search Styling
-------------------------------------------------------------- */
#header-desktop-search-wrapper { 
	display: none; 
}

span.dashicons.dashicons-search.search-icon {
	display: none;
}

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

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

.single .search-btn span {
    color: #4A4E57; 
}

.search .search-btn span {
    color: #4A4E57; 
}

.error404 .search-btn span {
    color: #4A4E57; 
}

.page .search-btn span {
    color: #4A4E57; 
}

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

.search-overlay {
	position: fixed;
	height: 0px;
	width: 0px;
	border-radius: 100%;
    background: linear-gradient(to right, rgba(236, 237, 236, 0.9) 0%, rgba(236, 237, 236, 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: #000000;
	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;
}

.search-data .line {
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000000;
	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: #000000;
	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
-------------------------------------------------------------- */

#home-banner-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 650px;
	background-position: 100% 100%;
	background-size: cover;
	text-align: center;
	padding: 150px 20px 0px 20px;
}

#home-banner-text {
	position: relative;
	width: 100%;
	margin-bottom: 45px;
}

#home-banner-sub-heading h3 {
    font-size: 26px;
	color: #ffffff;
	margin: auto;
}

#home-banner-sub-heading {
    padding-top: 30px;
}

#home-banner-sub-heading p {
    font-size: 18px;
	color: #ffffff;
}

#home-about-wrapper {
	padding-top: 70px;
	padding-bottom: 90px;
}

#home-about {
	text-align: center;
}

#home-about-heading {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

/* -------------------------------------------------------------- 
	Service Styling
-------------------------------------------------------------- */

#home-services-wrapper {
	width: 100%;
	position: relative;
   	padding-top: 70px;
	padding-bottom: 150px;
	overflow: hidden;
	background-color: #ECEDEC;
}

#home-services-heading {
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
}

.home-slider {
    width: 100%;
	padding-top: 40px;
	display: flex;
    justify-content: space-between;
}

#home-service-carousel-wrapper {
    width: 100%;
	text-align: -webkit-center;
}

.home-service-item-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.service-image {
	position: relative;
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 400px;
	min-height: 650px;
}

.service-item {
	position: relative;
	padding:100px 50px 50px 30px;
	text-align: left;
}

.service-title {
    min-height: 108px;
}

.service-item h3 {
	color: #ffffff;
	width: 270px;
}

.service-price {
    height: 250px;
}

.service-price p {
    color: #ffffff;
}

 .service-item .button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 45px;
	margin-top: 30px;
	color: #ffffff;
	transition: all .5s;
	border-radius: 10px;
	border: solid 1px #ffffff;
	background-color: transparent;
}

.service-item .button:hover {
	color: #4A4E57;
	background-color: #ffffff;
}

.home-service-item-wrapper:hover .service-item .button {
	color: #4A4E57;
	background-color: #ffffff;
}

.grey .service-title h3{
	color: #4A4E57;	
}

.grey .service-item p {
	color: #4A4E57;	
}

 .grey .service-item .button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 45px;
	margin-top: 30px;
	color: #4A4E57;	
	transition: all .5s;
	border-radius: 10px;
	border: solid 1px #4A4E57;
	background-color: transparent;
}

.service-item .button:hover {
	color: #ffffff;
	background-color: #4A4E57;
}

.home-service-item-wrapper:hover .service-item .button {
	color: #4A4E57;
	background-color: #ffffff;
}

#home-service-controls {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}

.homepage-slider-nav-button {
	width: 16px;
	height: 16px;
	background-color: #8A8B8E;
	border: solid 1px #8A8B8E;
	border-radius: 8px;
	opacity: 1.0;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
}

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

#home-service-item-wrapper:nth-child(2)  .service-item h3{
	color: #4A4E57;
}


/* -------------------------------------------------------------- 
	Why Styling
-------------------------------------------------------------- */

#home-why {
    width: 100%;
}
	
#home-why-wrapper-mobile {
	display: block;
	position: relative;
	padding-top: 60px;
	padding-bottom: 90px;
}

#home-why-mobile-slider {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 40px;
}

.home-why-icon {
    width: 250px;
    height: 250px;
}

#home-why-heading {
	width: 100%;
}

#home-why-heading h2 {
	width: 100%;
	color: #4A4E57;
	text-align: center;
}

#home-why-mobile-item {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home-why-text {
    text-align: center;
	width: 80%;
}

.home-why-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;;
	margin-bottom: 40px;
	width: 45%;
}

#home-why-wrapper {
	display: none;
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
}

#home-why-item {
	width: 100%;
	padding-top: 50px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

p .home-why-text {
    margin-bottom: 0;
}

#home-why-slider-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}


/* -------------------------------------------------------------- 
	Enquiry Styling
-------------------------------------------------------------- */

#home-enquiry-wrapper {
	position: relative;
	background-color: #4A4E57;
	padding-top: 90px;
	padding-bottom: 50px;
}

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

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

#home-enquiry-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 !important;
}

#home-enquiry-form .nf-form-content input[type=submit] {
	margin-top: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 48px;
	transition: all .5s;
	border-radius: 10px;
	background: #ffffff;
	color: #4A4E57;
}

#home-enquiry-form .nf-form-content input[type=submit]:hover {
	color: #ffffff;
	background-color: #4A4E57;
	border: solid 1px #ffffff;
}

#home-enquiry-form .nf-form-content textarea {
    color: #ffffff;
    background-color: transparent;
	border-radius: 10px;
}

 #home-about .button:hover {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 45px;
	margin-top: 30px;
	color: #4A4E57;
	transition: all .5s;
	border-radius: 10px;
	border: solid 1px #4A4E57;
	background-color: transparent;
}
	
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
	opacity: 1; /* Firefox */
}

#contact-form .nf-form-content input[type=submit] {
	margin-top: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 48px;
	transition: all .5s;
	border-radius: 10px;
	background: #4A4E57;
	color: #ffffff;
}

#contact-form  .nf-form-content input[type=submit]:hover {
	color: #4A4E57;
	background-color: #ECEDEC;
}


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

#page-banner {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
}

#page-banner-title {
	width: 100%;
	padding-top: 24px;
}

#page-service-wrapper {
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
	width: 100%;
}

#page-header h1 {
	width: 100%;
	padding-top: 20px;
	color: #4A4E57;
}

.single #page-header {
	width: 100%;
	position: relative;
	background-color: #c1e1ec;
}

#page-header {
    width: 100%;
}

#page-wrapper {
	position: relative;
	padding-top: 150px;
	padding-bottom: 70px;
}

#page-wrapper a {
     color: #4A4E57;
}

#contact-details {
	width: 100%;
}

#page-service-content-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}

#page-service-content {
    padding-bottom: 50px;
}

#page-service-content a {
    text-decoration: underline;
}

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

#page-service-item-wrapper .grey{
    width: 100%;
	display: flex;
    justify-content: center;
}

.page-service-image {
	position: relative;
	background-position: center center;
	background-size: cover;
	height: 350px;
	width: 350px;
}

#contact-details {
	width: 100%;
}

#contact-form {
	width: 100%;
}

#contact-map {
	padding-top: 40px;
	width: 100%;
}

.nf-pass .ninja-forms-field {
    border-color: #4A4E57!important;
    transition: all .5s;
}
	
#contact-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #4A4E57;
	opacity: 1; /* Firefox */
}


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

#footer-about-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}

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

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

#footer-menu-wrapper {
    display: flex;		
	flex-wrap: wrap;
	justify-content: center;		
	align-items: center;		
	width: 100%;		
}

#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-item {
    width: 100%;
}

#footer-about-wrapper a {
	color: #000000;
}

#footer-credits-wrapper {
	font-size: 14px;
	color: #ffffff;
	background-color: #4A4E57;
	padding-top: 30px;
	padding-bottom: 20px;
}

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

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

#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-item > a.mega-menu-link {
    color: #4A4E57!important;
}

#footer-menu-wrapper::after {
    content: '';
    display: inline-block;
    height: 100px;
    width: 180px;
    background-image: url(https://bellarineinspections.com.au/wp-content/uploads/2024/03/Screenshot-2024-03-22-at-12.59.29-pm.png);
	background-size: cover;
}


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

@media all and (min-width:376px) {
	
	#header-logo {
		display: flex;
		align-items: center;
		width: 280px;
	}
}

@media all and (min-width:576px) {
	
	.container {
		max-width: 540px;
	}
	
	#home-service-wrapper {
		width: 50%;
	}
	
	#header-logo {
		width: 350px;
	}
}

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

	.container {
		max-width: 720px;
	}
	
	#home-banner-wrapper {
		height: 900px;
		padding: 150px 50px 0px 50px;
	}
	
	#mega-menu-wrap-footer #mega-menu-footer > li.mega-menu-item {
		width: auto;
	}
	
	#home-banner-sub-heading {
		font-size: 30px;
		color: #ffffff;
	}

	#home-banner-sub-heading p {
		font-size: 30px;
		color: #ffffff;
	}
	
	.home-why-icon {
		width: 400px;
		height: 400px;
	}
	
	#footer-about-wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}

}

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

	h1 {
		font-family: "Inter", sans-serif;
		font-size: 48px;
		font-weight: 700;
		margin-bottom: 20px;
		line-height:1.5;
	}

	h2 {
		font-family: "Inter", sans-serif;
		font-size: 44px;
		font-weight: 700;
		margin-bottom: 8px;
	}

	h3 {
		font-family: "Inter", sans-serif;
		color: #ffffff;
		font-size: 36px;
		font-weight: 700;
		margin-bottom: 30px;
	}

	h4 {
		font-family: "Inter", sans-serif;
		font-size: 30px;
		font-weight: 400;
		margin-bottom: 20px;
	}
	
	.container {
		max-width: 960px;
	}
	
	.single #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		color: #4A4E57; 
	}
	
	.search #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		color: #4A4E57; 
	}

	.page #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, .error404 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		color: #4A4E57; 
	}

	.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		color: #ffffff; 
	}
	
	#header-desktop-search-wrapper { 
		display: block; 
	}
	
	.search-btn {
    	display: flex;
	}
		
	.mega-search.mega-search-closed input[type=text] {
		display: none;
	}

	.mega-search.mega-search-open input[type=text] {
		display: none;
	}
	
	#header-logo {
		display: flex;
		align-items: center;
		width: 280px;
	}
	
	#home-banner-wrapper {
		padding: 150px 50px 0px 50px;
		height: 800px;
	}
	
	#home-why-wrapper-mobile {
		display: none;
	}
	
	#home-why-wrapper {
		display:block;
	}
	
	.home-why-icon {
		width: 180px;
		height: 180px;
	}
	
	.home-why-text {
		text-align: left;
	}
	
	#home-enquiry-wrapper {
		padding-top: 100px;
		padding-bottom: 40px;
	}
	
	#home-enquiry-text h2 {
   		width: 100%;
	}

	#home-enquiry-text {
		width: 45%;
	}
	
	#home-enquiry-form {
		width: 45%;
		padding-top: 60px;
	}
	
	.page-service-image {
		position: relative;
		background-position: center center;
		background-size: cover;
		height: 90%;
		width: 350px;
	}
	
	#contact-details {
		width: 49%;
	}

	#contact-form {
		width: 49%;
	}

	#contact-details {
		width: 49%;
	}

	#contact-form {
		width: 49%;
	}

}

@media all and (min-width:1200px) {
	
	.container {
		max-width: 1140px;
	}
	
	#header-logo {
		width: 400px;
	}
	
	#header-page-logo {
		width: 400px;
		margin-left: -20px;
	}
	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    	padding: 0px 35px 0px 10px;
	}
	
	#footer-logo img {
		width: 400px;
	}
	
	#page-service-content {
		width: 60%;
	}

	#page-service-item-wrapper {
		width: 35%
	}

}

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

	#home-banner-wrapper {
		height: 100vh;
		padding: 250px 50px 0px 50px;
	}
}


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