/*

Theme Name: Stanley Brewers

Description: Divi Child Theme

Author: Divi Ready Themes

Author URI: https://divireadythemes.com/

Template: Divi

Version: Updated for Divi 3+

*/







/*------------------------------------------------*/

/*-------------------[GENERAL]--------------------*/

/*------------------------------------------------*/

#main-header {
    background-color: transparent;
}

body.page { 
			background-image: url('https://stanleybrewery.com.au/wp-content/uploads/2023/05/bg-1.jpg)') !important;	
			background-size: cover;
			background-color: transparent !important;
}

#et-main-area { /*
			background-image: url('<?php the_field('background_image','option'); ?>');	
			background-size: cover;
			background-color: transparent !important; */
			display: flex;
    		height: 100vh;
    		flex-direction: column;
		}

footer {
	min-width: 100%;
    position: absolute;
    bottom: 0;
}

article {
    display: block;
    width: 95%;
}

#main-content {
	height: 100vh;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-wrapper-center {
	display: flex;
	align-content: center;
	/*align-items: center;*/
	flex-wrap: wrap;
	justify-content: center;

}

.flex-wrapper-vert-center {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.flex-wrapper {
	display: flex;
}

.flex-end {
	display: flex;
	align-self: flex-end;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	}


/*------------------------------------------------*/

/*------------------[SUBPAGES]--------------------*/

/*------------------------------------------------*/





/*------------------------------------------------*/

/*-------------------[Footer]---------------------*/

/*------------------------------------------------*/





/*------------------------------------------------*/

/*--------------------[RWD]-----------------------*/

/*------------------------------------------------*/

@media (min-width: 769px) {
}

@media (min-width: 769px) and (max-width: 980px) {

}


@media (min-width: 641px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {
}

@media (max-width: 768px) {
}

@media (max-width: 500px) {
	.contact-box span {display:block; margin-bottom:8px}
	.contact-box span.sep {display:none}
}
	
/*------------------------------------------------*/

/*------------------------------------------------*/

/*------------------------------------------------*/

/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/

/*------------------------------------------------*/

/*------------------------------------------------*/

/*------------------------------------------------*/









