/*
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;
    }
img{
    image-rendering: optimizeSpeed;             /*                     */
    image-rendering: -moz-crisp-edges;          /* Firefox             */
    image-rendering: -o-crisp-edges;            /* Opera               */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and Safari) */
    image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
    }
    .schema{
	    margin-bottom: 20px;
    }
    .schema li{
	list-style: none;
	float: left;
color: #000;
font-family: 'RalewayRegular';
font-weight: normal;

}

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


.container{
	width: 1170px;
	margin: 0px auto;
}
#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 a{
	color: #000;
	text-decoration: none;
}
.text a{
	color: #000;
	text-decoration: none;
}
h1 {
    font-size: 28px;
    color: #FE0000;
    margin-top: 0px;
}
h2{
    font-size: 22px;
    color: #2F70B4 ;
}
.alignright{
	float: right;
	padding: 10px;
}
.text {
	margin-top: 20px;
}
.text ul{
	list-style: none;
}
.text ul li {
    margin-bottom: 9px;
}
.taps ul li::before {
    content: " ";
    float: left;
    width: 18px;
    height: 19px;
    margin-left: -25px;
    top: 11px;
    background: url(https://allianceplumbing-ed00.kxcdn.com/wp-content/themes/AUSHost%20Base%20Elementor%20Template/images/icon-plumbing.gif) 0px 0px no-repeat;
}

.sidebar ul li::before {
    content: " ";
    float: left;
    width: 18px;
    height: 18px;
    margin-left: -5px;
    margin-top: 12px;
    background: url(https://allianceplumbing-ed00.kxcdn.com/wp-content/themes/AUSHost%20Base%20Elementor%20Template/images/site-icon.png) -41px 0px;
    margin-right: 10px;
}