@charset "utf-8";
/*
Theme Name: AU Digital
Theme URI: 
Author: AU Digital
Author URI: http://audigital.com.au
Description: AU Digital  Theme
Version: 2.0

 */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Mulish:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');

html, body {min-height: 100%;}

body {
	font: 1rem/1.55em 'Mulish', sans-serif; 
	color: #333; 
	background: url(img/bg_body.jpg) center bottom no-repeat;
	background-size: 100% auto;
	
	}

strong {color: inherit;}

a {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	text-decoration: none;
	outline: none;
	color: #9D672A;
}
a:hover, a:focus {text-decoration: none; outline: none;}


h3.widget-title {
	font-weight: 300;
	text-transform: uppercase;	
}

.button.is-primary {background-color: #a06347; text-transform: uppercase; margin: 1rem 0;}
.button.is-primary:hover {background: #b67a35}

.fas, .far, .fa {color: #999; margin-right: .5rem;}

.padding-3 {padding: 3rem;} 
.padding-tb-6 {padding: 6rem 0;}
.padding-section {padding: 5rem 0;}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.styled {margin: 0 0 1rem; padding: 0;}
ul.tick li {
	text-indent: -30px;
	margin-left: 30px;
	line-height: 2em;
	list-style: none;
	padding: 0;
}
ul.tick li:before {
	content: '\f00c';
	color: #c18b4d;
	font-family: "FontAwesome";
	margin-right: 10px;
}

img.alignleft {float: left; margin: 0 30px 30px 0;}
img.alignright {float: right; margin:  0 0 30px 30px;}

header {background: #FFF;}
header .logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .2rem .5rem;
}
header .logo a, header .logo img {display: block;}
header .tagline {
	font: 1.7rem/1em 'Dancing Script', cursive;
	color: #9D672A;
}
header .logo img, footer .contact img {max-height: 80px;}
header nav {
	background: #303030;
}

nav ul {margin: 0; padding: 0;}
nav li {position: relative; list-style: none;}
nav li a {display: block;}

nav ul ul, nav ul li:hover ul ul, nav ul ul li:hover ul ul {display: none;}
nav ul li:hover ul, nav ul ul li:hover ul, nav ul ul ul li:hover ul {display: block;}

#menu-main-menu {display: flex; justify-content: center;}
#menu-main-menu > li > a {
	color: #FFF;
	text-transform: uppercase;
	line-height: 46px;
	padding: 0 2rem;
	font-size: .9rem;
	letter-spacing: 1px;
	}
#menu-main-menu > li:hover > a, #menu-main-menu > li.current-menu-item > a	{color: #D2B070;}
#main-menu ul ul{
	position: absolute;
	width: 240px;
	left: 0;
	background: #303030;
	z-index: 99;
	padding: 0 0 1rem;
}
#main-menu li li a {
	color: #FFF;
	padding: 8px 2rem;
}
#main-menu li li a:hover {color: #D2B070}

.page-title {
	padding: 3rem 0 ;
	background: url(img/bg_products.jpg) no-repeat;
	background-size: cover;
	text-align: center;
}
.page-title h1 {
	margin: 0;
	font-weight: 300;
	font-size: 3rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.content {background: #FFF; padding: 5rem 0}
.home .content {background: none; padding: 0;}
.content h3 {color: #9D672A;}

footer {background: rgba(255,255,255,0.4); }
footer .contact {align-items: center;}
footer .contact .sow-image-container {justify-content: flex-end;}
footer .contact i {color: #999; margin-right: .5rem;}

.copyright {
	text-align: center; 
	padding: 1rem 0; 
	font-size: .9rem;
	background: rgba(0,0,0,0.9);
	color: #ccc;
	}

.home .content h3 {font-size: 2rem;}

#intro {
	background: #E4E1E0;
}
#intro h1 {color: #9D672A; margin: 0 0 2rem; font-weight: 300;}

#our-products, .page-title {position: relative;}
#our-products:before, .page-title:before {
	background-image: linear-gradient(-180deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.19) 23%, rgba(0,0,0,0.00) 42%);
	content: '';
	height: 96px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}
#our-products h3.widget-title, .page-title h1 {
	color: #FFF;
	text-shadow: 1px 1px 3px rgba(0,0,0,.4)
	}
#our-products .so-widget-sow-image {text-align: center;}
#our-products .so-widget-sow-image h3.widget-title { font-size: 1.3rem; text-transform: capitalize; font-weight: 400;}
#our-products img {
	box-shadow: 0 0 17px rgba(0,0,0,.5);
}

.sow-cta-wrapper {
	display: flex;
	align-items: center;
}
.sow-cta-text {padding-right: 4rem;}
.sow-cta-base .sow-cta-text h3.sow-cta-title {margin: 0 0 1em;}
.sow-cta-subtitle p {line-height: 1.55em;}
.sowb-button {white-space: nowrap; text-transform: uppercase; font-weight: bold;}
.sow-cta-base .so-widget-sow-button {margin: 0 !important; float: none;}