/*
Theme Name: AUSHost 2018
Author: AUSHost PTY Ltd
Author URI: http://www.mchac.com.au
Description: AUSHost PTY Ltd 2018 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 !important;
}
.elementor-text-editor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #223066;
}
body{
	overflow-x: hidden;
    font-family: 'RalewayRegular';
    margin: 0px !important;
}
.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;
}