/*
Theme Name: AUSHost Base Template
Author: AUSHost PTY Ltd
Author URI: http://www.mchac.com.au
Description: AUSHost PTY Ltd Base Responsive Theme. 
Version: 1.0
Text Domain: AUSHost

This theme, Is the copyright of AUSHost PTY Ltd.
*/

@font-face {
    font-family: 'RalewayLight';
    src:  url('fonts/Raleway-Light.ttf') format('truetype');
    font-weight: light;
    font-style: normal;
}
@font-face {
    font-family: 'RalewayRegular';
    src:  url('fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RalewayMedium';
    src:  url('fonts/Raleway-Medium.ttf') format('truetype');
    font-weight: medium;
    font-style: normal;
}
@font-face {
    font-family: 'RalewayBold';
    src:  url('fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
html{
    margin: 0px;
}
.elementor {
    clear: both;
}
.loaderimage{
	text-align: center;
}.loader{
	display: none;
}
body{
	overflow-x: hidden;
    font-family: 'RalewayRegular';
    margin: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'RalewayBold';
    font-weight: bold;
}
a{ 
color: #000;
text-decoration: none;
}
.elementor-slide-description {
    background: rgba(255, 255, 255, 0.46) !important;
    padding-top: 30px !important;
    padding-bottom: 90px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #000 !important;
}
.elementor-slide-button {
    top: -90px;
    position: relative;
    background-color: #5B9BD5 !important;
border-color: #5B9BD5 !important;
}
.elementor-slide-heading {
    margin-bottom: 0px !important;
    padding: 20px !important;
    background: #5B9BD5 !important;
    color: #fff !important;
    font-size: 22px !important;
}
.container{
	width: 1170px;
	margin: 0px auto;
		clear: both !important;

}
#breadcrumbs {
    list-style: none;
    margin: 11px 0;
    overflow: hidden;
    padding-left: 0px;
}
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}
.aus-container{
	width: 1170px;
	margin: 0px auto;
	clear: both !important;
}
.aus-row{
	clear: both;
	    position: relative;

}
.aus-75, .aus-25{
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.aus-75{
	width: 75%; 
	float: left;
}
.aus-25{
	width: 25%; 
	float: left;
}
.hide{
	display: none;
}
	/* form style */
	
input:focus ~ .floating-label, input:valid:not(:focus) ~ .floating-label, textarea:focus ~ .floating-label, textarea:valid:not(:focus) ~ .floating-label {
    top: -21px;
    bottom: 10px;
    left: 8px;
    font-size: 11px;
    opacity: 1;
}
.formfield{
	position: relative;
	margin-bottom: 20px;
}
.floating-label {
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 8px;
    transition: 0.2s ease all;
}
.form-style{
	max-width: 100%;
	padding: 0px 0px 0px 0px;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 20px auto;
	background: #FFFFFF;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border: 0px;
    background: #5B9BD5;
    color: #fff;
    width: 100%;
    margin: 0px auto;
    border-radius: 3px !important;
}
input {
    border-radius: 0 !important;
    border: 0px solid #55553B;
    padding: 5px;
    min-height: 40px;
}
textarea {
    border-radius: 0 !important;
    border: 0px solid #55553B;
    min-height: 80px;
    padding: 5px;
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style label > span{
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required{
    color:red;
}
.form-style .tel-number-field{
    width: 100%;
}
.long{
    width: 100%;
}

.left{
    width: 48%;
    float: left;
}
.right{
    width: 48%;
    float: right;
}

.form-style input.input-field,
.form-style .tel-number-field,
.form-style .textarea-field,
 .form-style .select-field{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style .input-field:focus,
.form-style .tel-number-field:focus,
.form-style .textarea-field:focus,  
.form-style .select-field:focus{
    border: 1px solid #0C0;
}
.form-style .textarea-field{
    height:100px;
    width: 100%;
}
.form-style input[type="button"],
.form-style input[type="submit"] {
    background-color: #000;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    font: 12px Arial, Helvetica, sans-serif;
}
.form-style input[type="button"]:hover,
.form-style input[type="submit"]:hover {
    background: linear-gradient(to bottom, #000 5%, #000 100%);
    background-color: #000;
}
.form-style .success{
	background: #D8FFC0;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #2E6800;
	border-left: 3px solid #2E6800;
}
.form-style .error {
	background: #FFE8E8;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 5px 0px;
	border: none;
	font-weight: bold;
	color: #FF0000;
	border-left: 3px solid #FF0000;
}
.error {
    background: red;
    color: #fff;
    padding: 5px;
    margin-bottom: 20px;
}
.success {
    background: green;
    color: #fff;
    padding: 5px;
    margin-bottom: 20px;
}
/* Form Style End */
/* Styling Next and Prev buttons */

.owl-carousel .owl-nav [class*=owl-] {
	background: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 0.9);
	font-size: 11px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 0;
	text-align: center;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background: rgba(0, 0, 0, 0.9);
	color: #FFF;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	top: 10px;
	height: 30px;
	margin: auto !important;
}

.owl-carousel .owl-prev {
	right: 45px;
}

.owl-carousel .owl-next {
	right: 10px;
}

@media only screen and (max-device-width: 500px) {

.aus-container {
    width: 90%;
    margin: 0px auto;
        margin-top: 0px;
        margin-bottom: 0px;
    clear: both !important;
}
.aus-25 {
    width: 100%;
    float: left;
}

}