/*
Theme Name: Theme by Evolution Design Agency 
Theme URI: http://evolutiondesign.com.au
Author: Evolution Design Agency
Author URI: http://evolutiondesign.com.au
Description:  The Grog Guy Responsive 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: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333333;
}

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

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

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

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

p {
	font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 300;
	margin-bottom: 8px;
}

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

img {
	max-width: 100%;
}

b, strong {
	font-weight: 700;
}


/* -------------------------------------------------------------- 
	General Styling
-------------------------------------------------------------- */
html {
	scroll-behavior: smooth;
}

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

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

.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 380px;
    height: 48px;
	margin-top: 50px;
	color:#ffffff;
	background-color: #333333;
	transition: all .5s;
	border-radius: 10px;
}

.button:hover {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #333333;
}

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

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

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

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

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


/* -------------------------------------------------------------- 
	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: -18px;
    top: 9px;
}

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

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

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

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

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

.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
-------------------------------------------------------------- */
#home-banner-wrapper {
    width: 100%;
    text-align: center;
	background-color: #272827;
	padding: 0px 15px;
}


#home-banner-wrapper img {
	max-width:100%!important;
	height:auto!important;
}

#home-main-wrapper {
    text-align: center;
	padding-top: 30px;
	padding-bottom: 80px;
}

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

#services-wrapper {
    background-color: #333333;
}

#services-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    color: #fff;
	padding-top: 10%;
    padding-bottom: 10%;
}

#services-left-wrapper {
	width: 100%;
}

#services-wrapper #services-left-wrapper {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 60px;
}

.service-text {
    padding-bottom: 30px;
}

#services-right-wrapper {
	width: 100%;
}

.service-icon-wrapper {
    margin-right: 16px;
}

.services-icon {
	width: 170px;
    height: 170px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-text h2 {
    padding-top: 20px;
    padding-bottom: 10px;
}


#services-link {
    width: 100%;
    text-align: center;
    height: 150px;
}

#about-wrapper {
	padding-top: 40px;
    padding-bottom: 40px;
	background-color: #cbcaca;
}

#about-inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	background-color: #cbcaca;
}

.about-image {
	width: 100%;
    height: 500px;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.about-contents {
    align-content: center;
	margin: 5%;
}

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

#contact-inner-wrapper {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#contact-image-wrapper {
    width: 100%;
	padding-top: 10px;
}

.contact-image {
	width: 100%;
    height: 370px;
    padding: 10px;
    background-repeat: no-repeat;
    background-size: contain;
	background-position: top;
}

#contact-outer-wrapper {
    padding-bottom: 30px;
	padding-left: 10px;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: transparent!important;
    border: 1px solid #333333!important;
    color: #333333!important;
    border-radius: 10px!important;
}

#contact-form .nf-form-content input[type=submit] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background-color: #333333!important;
    transition: all .5s;
    border-radius: 10px;
    color: #ffffff!important;
}

#contact-socials-wrapper {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}

#contact-socials-wrapper a {
	width: 100%;
	padding: 1%;
}

#contact-socials-wrapper i {
    padding-right: 10px;
}

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

#page-wrapper {
	width: 100%;
	position: relative;
	background-color: #ffffff;
	padding-top: 150px;
	padding-bottom: 70px;
	min-height: 80vh;
}

#page-header {
	width: 100%;
	margin-bottom: 40px;
	text-transform: uppercase;
}

#page-content {
	width: 100%;
}

#header-wrapper {
    background-color: #333333;
}

#contact-details {
	width: 100%;
}

#contact-form {
	width: 100%;
}

#contact-map {
	width: 100%;
}


/* -------------------------------------------------------------- 
	Footer Styling
-------------------------------------------------------------- */
#footer-wrapper {
	padding-top: 58px;
	padding-bottom: 59px;
	background-color: #333333;
	color: #ffffff;
	text-align: center;
}

#footer-credits-wrapper, #footer-credits-wrapper a {
	color: #ffffff;
	font-size: 15px;
	width: 100%;
}

#footer-evolution-wrapper {
	text-align: left;
	margin-top: 15px;
}

/* -------------------------------------------------------------- 
	WoooCommerce
-------------------------------------------------------------- */

.woocommerce ul.products li.product .button {
	width: 100%!important;
    align-content: center!important;
    text-align: center!important;
}


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

@media all and (min-width:576px) {
	
	.container {
		max-width: 540px;
	}
}

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

	.container {
		max-width: 720px;
	}
	
	.about-image {
		width: 100%;
		height: 700px;
	}
	
	.contact-image {
   		 height: 500px;
	}

}

@media all and (min-width:992px) {
	
	h1 {
		font-family: "Inter", sans-serif;
		font-size: 48px;
		font-weight: 700;
		margin-bottom: 20px;
	}

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

	h3 {
		font-family: "Inter", sans-serif;
		font-size: 36px;
		font-weight: 700;
		margin-bottom: 8px;
	}
	
	.container {
		max-width: 960px;
	}
	
	.home #header-wrapper {
		background-color: transparent;
		position: absolute;
	}
	
	#home-banner-wrapper img {
		max-height: 720px;	
	}
	
	#header-desktop-search-wrapper { 
		display: block; 
	}
		
	.mega-search.mega-search-closed input[type=text] {
		display: none;
	}

	.mega-search.mega-search-open input[type=text] {
		display: none;
	}
	
	.search-btn {
		display: flex;
	}
	
	#home-main-wrapper {
		padding-top: 80px;
	}
	
	#services-left-wrapper {
		width: 48%;
	}
	
	#services-wrapper #services-left-wrapper {
		margin-bottom: 0px;
		border-right: 1px solid #ffffff;
		border-bottom: none;
	}
	
	.service-text {
		padding-right: 30px;
		padding-bottom: 0px;
	}
	
	.service-text h4 {
		margin-bottom: 0px;
	}

	#services-right-wrapper {
		width: 48%;
	}
	
	.about-image {
		width: 100%;
		height: 100%;
	}
	
	.about-contents {
		min-height: 640px;
		margin: auto;
		align-content: center;
	}
	
	#contact-wrapper {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#contact-details {
		width: 49%;
	}
	
	#contact-form {
		width: 49%;
	}
	
	.nf-form-content textarea.ninja-forms-field {
		height: 106px!important;
	}
	
	#contact-image-wrapper {
		width: 49%;
		padding-top: 8px;
	}
	
	#contact-socials-wrapper a {
		width: 25%;
		padding: 0px;
	}

}

@media all and (min-width:1200px) {
	
	.container {
		max-width: 1140px;
	}
	
}

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