/*
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;
}
body{
	overflow-x: hidden;
    font-family: 'RalewayRegular';
    margin: 0px !important;
    color: #7A7A7A;
}
#contact_body {
    width: 95% !important;
}
.elementor-115 .elementor-element.elementor-element-vkgpnhn .elementor-nav-menu--main .elementor-item:hover, .elementor-115 .elementor-element.elementor-element-vkgpnhn .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-115 .elementor-element.elementor-element-vkgpnhn .elementor-nav-menu--main .elementor-item.highlighted, .elementor-115 .elementor-element.elementor-element-vkgpnhn .elementor-nav-menu--main .elementor-item:focus {
    color: #ffffff;
    background: #7A7A7A;
    
}
a{color: #7A7A7A; text-decoration: none;}
.lae-posts-carousel .lae-posts-carousel-item .hentry{
    background: transparent;box-shadow: none;
}
.lae-posts-carousel .lae-posts-carousel-item .hentry {
    background: transparent !important;
    border-radius: 6px;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-transition: box-shadow 0.25s ease;
    -moz-transition: box-shadow 0.25s ease;
    -ms-transition: box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
}
span.stars, span.stars span {
    display: block;
    background: url(images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}
.callbut{
	color: inherit; text-decoration: none;
}
.stars {
    margin-top: 5px;
    margin-bottom: 5px;
    margin: 0px auto;
}
.projects .stars{
	margin: 0px !important;
}
span.stars span {
    background-position: 0 0;
}

#tab-description {
    background: #fff;
    padding: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0px !important;
    overflow: hidden;
    position: relative;
}
#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;
}
#breadcrumbs li a{
color: #F31717;}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #0072BC !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000 !important;
    font-size: 30px !important;
}
.page-text h1, h2, h3 {
    color: #DD1313;
    font-weight: normal;
}
.bookingpanel {
    margin-top: 20px;
    background: gainsboro;
    padding: 15px;
    margin-bottom: 20px;
}
.bookingbut{
	background:#323335;
	color: #fff; 
	padding: 10px;
	text-align: center;
	text-decoration: none;
}
.bookingpanel h2 {
    margin-top: 0px;
}
.elementor {
    clear: both;
}
.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;
    padding-right: 15px;
}
.aus-25{
	width: 23%; 
	float: left;
}
.hide{
	display: none;
}
.overlay {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff !important;
    text-shadow: 0px 0px 7px #000;
}
.overlay .bookingbut {
    width: 20%;
    margin: 0px auto;
    background: #DD1313;
}
.overlay h2 {
    font-size: 40px;
    margin-bottom: 0px;
    color: #fff;
}


	/* 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;
}
input {
    border-radius: 0 !important;
    border: 0px solid #55553B;
    border: 0.5px solid rgba(85, 85, 58, 0.45);
    padding: 5px;
    min-height: 40px;
    margin-bottom: 5px;
}
 textarea {
    border-radius: 0 !important;
    border: 0px solid #55553B;
    border: 0.5px solid rgba(85, 85, 58, 0.45);
    padding: 5px;
    min-height: 80px;
    margin-bottom: 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 */
.schema li{
	list-style: none;
	float: left;
color: #7a7a7a;
font-family: "Roboto", Sans-serif;
font-weight: 400;
}

.schema li:after{
content: ",";
}
.schema li:before{
content: " ";
}

@media only screen and (max-device-width: 500px) {
.overlay {
    position: relative;
    width: 95%;
    text-align: center;
    color: #000 !important;
    text-shadow: 0px 0px 0px #000;
    margin-top: 0px !important;
    margin: 0px auto;
        margin-top: 0px;
        margin-bottom: 0px;
    margin-bottom: 20px;
}
.overlay .bookingbut {
    width: 90%;
    margin: 0px auto;
    background: #DD1313;
}
.overlay h2 {
    font-size: 40px;
    margin-bottom: 0px;
    color: #DD1313;
}
.aus-container {
    width: 100%;
    margin: 0px auto;
    clear: both !important;
}
.aus-row {
    clear: both;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.aus-75 {
    width: 100%;
    float: left;
}
.aus-25 {
    width: 100%;
    float: left;
}
.servicepanel{
	display: none;
}
.breadcrumbs{
    padding-left: 15px !important;
	
}
}