/*
Theme Name: Oz Ed
Theme URI: h#
Author: Quikclicks
Author URI: https://www.quikclicks.com.au
Description:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://www.quikclicks.com.au
*/


/* ==========================================================================
   NORMALIZE: DEFAULT STYLES
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 1.5em 0.67em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}




/* ==========================================================================
   CUSTOM STYLES
   ========================================================================== */
html{
    font-size: 1em;
    line-height: 1.4;
}

html *{
  -webkit-font-smoothing: antialiased;
}

body{
	color: #272727;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	overflow-x: hidden;
	position: relative;
	word-wrap: break-word;
}
body a{
	color: #ff6600;
	text-decoration: none;
}
body a:hover{
	text-decoration: underline;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #b7b7b7;
    margin: 1.6em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

img{
	max-width: 100% !important;
	height: auto !important;
}

#mobile-nav-icon, #mobile-menu-container{
	display: none;
}
.row{
	max-width: 1170px;
	margin: auto;
}
.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.row:after {
    clear: both;
}
img{
	max-width: 100% !important;
	height: auto !important;
}
.btn{
    display: inline-block;
	border: none;
	color: #fff;
	background: none #ff6600;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
	padding: 14px 40px;
	text-transform: uppercase;
	text-align: center;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#header-topright a.btn {border-radius: 0;}
.btn:hover{
	background-color: #ff6600;
}


/* ==========================================================================
  HEADER
   ========================================================================== */
#header{
	background: none #f2f5fa;
	color: #fff;
	text-align: center;
    -webkit-transition: all 0.17s ease-in;
    -moz-transition: all 0.17s ease-in;
    -o-transition: all 0.17s ease-in;
    transition: all 0.17s ease-in;
}
#header *{
    -webkit-transition: all 0.17s ease-in;
    -moz-transition: all 0.17s ease-in;
    -o-transition: all 0.17s ease-in;
    transition: all 0.17s ease-in;
}
	#header .row{
		position: relative; width: 100%; max-width: none;
	}
    #header-topleft{
        position: absolute;
        top: 55px;
        left: 0;
    }
        #header-topleft .widget_polylang ul{
            margin: 0;
            padding: 0;
        }
            #header-topleft .widget_polylang ul li{
                display: inline-block;
                vertical-align: top;
                margin-right: 10px
            }
            #header-topleft .widget_polylang ul li a[lang="zh-CN"]{
                color: #000;
                display: block;
                position: relative;
                padding-left: 38px;
                text-transform: uppercase;
            }
                #header-topleft .widget_polylang ul li a[lang="zh-CN"]:before{
                    content: "";
                    display: block;
                    background: url('images/icon-lang-chn.png') no-repeat 0 0 / contain;
                    width: 28px;
                    height: 18px;
                    position: absolute;
                    top: 2px;
                    left: 0;
                }
            #header-topleft .widget_polylang ul li a[lang="en-AU"]{
                color: #000;
                display: block;
                position: relative;
                padding-left: 38px;
                text-transform: uppercase;
            }
                #header-topleft .widget_polylang ul li a[lang="en-AU"]:before{
                    content: "";
                    display: block;
                    background: url('images/icon-lang-au.png') no-repeat 0 0 / contain;
                    width: 28px;
                    height: 18px;
                    position: absolute;
                    top: 2px;
                    left: 0;
                }
    #header-topright{
        position: absolute;
        right: 0;
        top: 0;
    }
        #header-topright p{
            margin: 0;
        }
        #header-topright .phone-button{color: #003399; font-weight: 700; margin-right: 20px;background:url(images/phone-icon-blue.png) no-repeat left center;height: 20px; padding-left: 25px;display: inline-block;}
        #header-topright .phone-button:hover{text-decoration: none;}
        #header-topright .btn{
            background-color: #ff6600;
            padding: 45px 40px;
            font-size: 13px;
            font-weight: bold;
            display: inline-block;
            text-transform: none;
        }
        #header-topright .btn:hover{
            text-decoration: none;
        }
	#header-logo{
		    padding-top: 18px; margin: 0 20px 20px 70px; float: left;
	}
	#header-menu{
		padding-top: 20px;
		text-align: center;margin-left: 40px;
	}

    .headerfixed #header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999999;
    }
        .headerfixed #header #header-topleft{
            top: 28px;
        }
            .headerfixed #header #header-topleft .widget_polylang ul li a[lang="zh-CN"],
            .headerfixed #header #header-topleft .widget_polylang ul li a[lang="en-AU"]{
                font-size: 13px;
                padding-left: 28px;
            }
            .headerfixed #header #header-topleft .widget_polylang ul li a[lang="en-AU"]:before,
            .headerfixed #header #header-topleft .widget_polylang ul li a[lang="zh-CN"]:before{
                width: 21px;
                height: 15px;
                top: 1px;
            }
            .headerfixed #header #header-topright .btn{
            }
        .headerfixed #header #header-logo {
            padding-top: 17px;
        }
            .headerfixed #header #header-logo img{
            }
            .headerfixed #header #mobile-nav-icon {top:58px;}
    .headerfixed #header .sf-menu a{
    }
    .headerfixed #header .sf-menu > li > a{
    }



/* ==========================================================================
   HOME
   ========================================================================== */
#main.home{
	padding: 0;
		margin-top:0px !important;
}
	#main.home #maincontent .row{
		max-width: 1200px;
	}
	#main #home-slider{
	}
		#main #home-slider .row{
			max-width: 100% !important;
			width: 100% !important;
		}
		#main #home-slider .wpb_content_element{
			margin: 0;
		}
		#main #home-slider .wpb_single_image{
			background-size: cover;
			background-position: top center;
			background-repeat: no-repeat;
			height: 600px;
		}
		#main #home-slider .wpb_single_image img{
			display: none !important;
		}
	#main #home-welcome{
		background: none #f2f1ed;
		padding-top: 45px;
		padding-bottom: 20px;
	}
		#main #home-welcome h1{
			font-size: 42px;
			margin: 0;
			padding-bottom: 9px;
		}
		#main #home-welcome h4{
			line-height: 1.4em;
		}
	#main #home-cta{
		background: none #f2f1ed;
	}
		#main #home-cta .vc_col-sm-4{
			padding-bottom: 40px;
			width: 31.3334%;
			margin-right: 3%;
		}
		#main #home-cta .vc_col-sm-4:last-child{
			margin-right: 0;
		}
		#main #home-cta .vc_col-sm-4 .wpb_single_image{
			margin: 0;
		}
		#main #home-cta .vc_col-sm-4 .wpb_single_image a{

		}
		#main #home-cta .vc_col-sm-4 .wpb_single_image a:hover{
			opacity: 0.9;
			text-decoration: none;
		}
		#main #home-cta .vc_col-sm-4 .wpb_single_image a h2{
			color: #404040;
			font-size: 35px;
			font-weight: bold;
			padding-top: 25px;
			text-transform: uppercase;
			text-align: center;
		}
	#main #home-twocols{
		background: none #fff;
		padding-top: 50px;
		padding-bottom: 30px;
	}
		#main #home-twocols .vc_col-sm-8 {
			width: 65.667%;
		}
		#main #home-twocols .vc_col-sm-4 {
			width: 31.333%;
			float: right;
		}
		#main #home-twocols h2{
			margin-bottom: 0;
		}
		#main #home-twocols .wpb_text_column{
			margin-bottom: 30px;
		}
		#main #home-twocols ul#recent-posts{
			background: none #f8f8f8;
			border: 1px solid #e5e5e5;
			padding: 20px 10px;
			min-height: 300px;
		}
			#main #home-twocols ul#recent-posts li{
				list-style-type: none;
				padding-bottom: 20px;
			}
			#main #home-twocols ul#recent-posts li:last-child{
				padding-bottom: 0;
			}
			#main #home-twocols ul#recent-posts li:before{
				display: none;
			}
			#main #home-twocols ul#recent-posts li a{
				color: #292929;
				display: block;
			}
			#main #home-twocols ul#recent-posts li h3{
				color: #292929;
				font-size: 20px;
				font-weight: bold;
				margin: 0;
				line-height: 1.3em;
				padding-bottom: 2px;
			}
			#main #home-twocols ul#recent-posts li .blog-date{
				color: #ff6600;
				font-size: 20px;
				font-weight: bold;
			}



/* ==========================================================================
   MAIN STYLES
   ========================================================================== */
#main{
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	padding: 60px 0;
	min-height: 200px;
}
	#main img.alignright{
		float: right;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	#main img.alignleft{
		float: left;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	#main h1, #main h2, #main h3, #main h4, #main h5, #main h6{
		color: #003399;
		font-weight: bold;
		line-height: 1.1em;
		margin: 0 0 0.5em 0;
	}
	#main h1{
		font-weight: bold;
        font-size: 35px;
		line-height: 1em;
	}
	#main h2{
		font-size: 25px;
		line-height: 1em;
	}
	#main h3{
		font-size: 20px;
		color: #242424;
	}
	#main h4{
		font-size: 20px;
	}
	#main h5{
		font-size: 20px;
	}
	#main h6{
		font-size: 20px;
	}
	#main dl, #main p{
		margin: 0 0 1.5em 0;
	}
	#main ul, #main ol{
		margin: 0 0 1.5em 0;
		padding-left: 14px;
	}
	#main.vc_active .row{
		max-width: 1200px;
	}
	#main .wpb_gallery_slides img{
		max-width: none !important;
	}
	#main .wpb_text_column ul {
		list-style: none;
		padding: 0;
		margin: 0 0 1.5em;
	}
		#main .wpb_text_column ul li {
			list-style-type: none;
			position: relative;
			padding-left: 20px;
			padding-bottom: 10px;
		}
		#main .wpb_text_column ul li:before {
			display: block;
			width: 9px;
			height: 9px;
			content: "";
			background: none #f5811a;
			left: 0;
			position: absolute;
			top: 6px;
			-webkit-border-radius: 100%;
			-moz-border-radius: 100%;
			border-radius: 100%;
		}
	#main .wpb_single_image.withborder img{
		display: block;
		border: 3px solid #ff6600;
	}
	#main #toptitle{
		padding-bottom: 45px;
		text-align: center;
	}
		#main #toptitle h1{
			margin: 0;
		}
    #topbanner{
        /*background-image: url('images/banner01.jpg');*/
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        height: auto;
		overflow:hidden;
    }
	#main #top-banner{
        margin: 0;
	}
        #main #top-banner .vc_column_container > .vc_column-inner{
            padding-left: 0;
            padding-right: 0;
        }
		#main #top-banner .row{
			max-width: 100% !important;
			width: 100% !important;
		}
		#main #top-banner .wpb_content_element{
			margin: 0;
		}
		#main #top-banner .wpb_single_image{
			background-size: cover;
			background-position: top center;
			background-repeat: no-repeat;
			height: 600px;
		}
		#main #top-banner .wpb_single_image img{
			display: none !important;
		}
    #top-links{
        
        padding: 24px 0 10px 0;
        text-align: center;
    }
        #top-links .widgettitle{
            display: none;
        }
        #top-links .btn{
            background-color:crimson;
            color:#ffffff;
            font-weight: bold;
            font-size: 16px;
            padding: 20px 23px;
            margin-left: 15px;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        #top-links .btn:hover{
            color: #fff;
            background-color: #0f75bc;
        }



	/*** About ****/
	#main.about{
		padding-top: 0;
	}
		#main.about #toptitle{
			text-align: left;
		}
		#main #about-text{
			/*padding-top: 55px;*/
		}



	/*** Investor ****/
	#main.investor{
	}
		#main #topright-phone{
			text-align: right !important;
			padding-bottom: 30px;
			padding-top: 10px;
		}
		#main #investor-twocols{
		}
			#main #investor-twocols .vc_col-sm-3 ul{
				background: none #f8f8f8;
				border-left: 1px solid #e5e5e5;
				border-right: 1px solid #e5e5e5;
				border-top: 1px solid #e5e5e5;
				margin: 0;
				padding: 0;
			}
				#main #investor-twocols .vc_col-sm-3 ul li{
					border-bottom: 1px solid #e5e5e5;
					list-style-type: none;
					padding: 0;
					color: #ff6600;
					font-size: 18px;
					font-weight: bold;
				}
				#main #investor-twocols .vc_col-sm-3 ul li:before{
					display: none;
				}
				#main #investor-twocols .vc_col-sm-3 ul li a{
					display: block;
					padding: 14px 19px;
				}



	/*** Team ****/
	#main.team{
		padding-bottom: 40px;
	}
		#main.team #maincontent .row{
			max-width: 1033px;
		}
		#main.team #maincontent #team-toptext h3{
			font-weight: normal;
		}
		#main.team #maincontent .vc_col-sm-3{
			float: left;
			width: 25%;
			margin-bottom: 50px;
		}
		#main.team #maincontent .vc_col-sm-3 > .vc_column-inner{
			width: 90%;
			margin: 0 5%;
		}
		#main.team #maincontent .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper{
			border: 1px solid #595959;
		}
		#main.team #maincontent .vc_col-sm-3 .wpb_single_image{
			border-bottom: 1px solid #ff6600;
			display: block;
			margin: 0;
		}
		#main.team #maincontent .vc_col-sm-3 .wpb_single_image .vc_figure,
		#main.team #maincontent .vc_col-sm-3 .wpb_single_image .vc_single_image-wrapper,
		#main.team #maincontent .vc_col-sm-3 .wpb_single_image img{
			display: block;
			width: 100% !important;
			height: auto !important;
		}
		#main.team #maincontent .vc_col-sm-3 .wpb_text_column{
			margin: 0;
			padding: 19px 15px;
		}
			#main.team #maincontent .vc_col-sm-3 .wpb_text_column a{
				color: #272727;
			}
			#main.team #maincontent .vc_col-sm-3 .wpb_text_column p{
				margin: 0;
				padding-bottom: 7px;
			}
			#main.team #maincontent .vc_col-sm-3 .wpb_text_column h4{
				color: #272727;
				margin: 0;
				font-size: 20px;
				font-weight: normal;
				padding-bottom: 15px;
			}



	/*** Franchising ****/
	#main #franchising{
	}
	   #main #franchising .wpcf7{
       }
            #main #franchising .wpcf7 p{
                margin: 0;
                padding-bottom: 40px;
            }
            #main #franchising .wpcf7 p label{
                display: block;
                padding-bottom: 9px;
            }
            #main #franchising .wpcf7 p .col2-left{
                float: left;
                width: 47%;
            }
            #main #franchising .wpcf7 p .col2-right{
                float: right;
                width: 47%;
            }
            #main #franchising .wpcf7 p .if-yes{
                display: block;
                padding-bottom: 13px;
            }
   	        #main #franchising .wpcf7 input[type="text"],
            #main #franchising .wpcf7 input[type="tel"],
            #main #franchising .wpcf7 input[type="email"],
            #main #franchising .wpcf7 select,
            #main #franchising .wpcf7 textarea{
                border: 2px solid #ccc;
                padding: 10px 30px;
                width: 100%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
            }
            #main #franchising .wpcf7 select{
                background: none #fff;
                height: 43px;
                width: auto;
            }
            #main #franchising .wpcf7 textarea{
                height: 200px;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                border-radius: 30px;
            }
            #main #franchising .wpcf7 input[type="submit"]{
            	border: none;
            	color: #fff;
            	background: none #1a76ba;
            	font-size: 24px;
            	font-weight: bold;
            	line-height: 1em;
            	padding: 20px 50px;
            	text-transform: uppercase;
            	text-align: center;
            	-webkit-border-radius: 3px;
            	-webkit-border-radius: 3px;
            	-moz-border-radius: 3px;
            }
            #main #franchising .wpcf7 input[type="submit"]:hover{
            	background-color: #ff6600;
            }



/*** Contact Us ****/
#main.contact{
}
		#main.contact #toptitle h1{
			color: #ff6600;
		}
		#main #contact-twocols{
			margin: 0;
		}
			#main #contact-twocols .row{
				max-width: 980px;
			}
			#main #contact-twocols .wpb_content_element{
				margin: 0;
			}
			#main #contact-twocols .vc_col-sm-6 > .vc_column-inner{
				padding: 0;
			}
			#main #contact-twocols .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper{
				background: none #0f75bc;
				padding: 50px 24px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
				#main #contact-twocols .vc_col-sm-6:first-child .wpb_text_column{
					font-size: 20px;
				}
				#main #contact-twocols .vc_col-sm-6:first-child .wpb_text_column,
				#main #contact-twocols .vc_col-sm-6:first-child .wpb_text_column h2,
				#main #contact-twocols .vc_col-sm-6:first-child .wpb_text_column a{
					color: #fff;
				}
				#main #contact-twocols .vc_col-sm-6:first-child .wpb_text_column h2{
					padding-bottom: 14px;
				}
				#main #contact-twocols .vc_col-sm-6:first-child .wpb_text_column p{
					padding-bottom: 5px;
				}
			#main #contact-twocols .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper{
				background: none #f59231;
				color: #fff;
				padding: 50px 22px;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
				#main #contact-twocols .vc_col-sm-6:last-child .wpb_text_column,
				#main #contact-twocols .vc_col-sm-6:last-child .wpb_text_column h2{
					color: #fff;
				}
				#main #contact-twocols .vc_col-sm-6:last-child .wpb_text_column h2{
					padding-bottom: 14px;
				}
				#main #contact-twocols .vc_col-sm-6 form{
					color: #272727;
				}
				#main #contact-twocols .vc_col-sm-6 form p{
					margin: 0;
					padding-bottom: 9px;
				}
				#main #contact-twocols .vc_col-sm-6 form p.btn-submit{
					padding-bottom: 0;
				}
				#main #contact-twocols .vc_col-sm-6 form input[type="text"],
				#main #contact-twocols .vc_col-sm-6 form input[type="email"],
				#main #contact-twocols .vc_col-sm-6 form input[type="tel"],
				#main #contact-twocols .vc_col-sm-6 form textarea{
					border: none;
					width: 100%;
					font-size: 12px;
					padding: 12px 20px;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
				}
				#main #contact-twocols .vc_col-sm-6 form textarea{
					height: 240px;
				}
				#main #contact-twocols .vc_col-sm-6 form input[type="submit"]{
					display: inline-block;
					border: none;
					color: #fff;
					border: none;
					background: none #1a76ba;
					font-size: 12px;
					font-weight: bold;
					line-height: 1em;
					padding: 10px 40px;
					text-align: center;
					-webkit-border-radius: 4px;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
				}
				#main #contact-twocols .vc_col-sm-6 form input[type="submit"]:hover{
					text-decoration: underline;
				}


	/*** Blog ****/
	#main.blog{
	}
		#main.blog #blog-lists{
			display: block;
			font-size: 0;
			margin: 0 0 0 -30px;
			padding: 0;
		}
			#main.blog #blog-lists .blogitem{
				display: inline-block;
				font-size: 14px;
				list-style-type: none;
				margin: 0;
				padding: 0 0 70px 30px;
				width: 33.33%;
				vertical-align: top;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
			}
				#main.blog #blog-lists .blogitem h3{
					font-size: 20px;
					margin: 0;
					padding-bottom: 10px;
					line-height: 1.3em;
									}
				#main.blog #blog-lists .blogitem h3 a{
					display: block;
				}
				#main.blog #blog-lists .blogitem .blog-date{
					font-size: 18px;
					padding-bottom: 12px;
				}
				#main.blog #blog-lists .blogitem .blog-excerpt{
					padding-bottom: 22px;
				}
			#main.blog #postsnavigation{
				padding: 0;
				text-align: center;
			}
				#main.blog #postsnavigation .pages{
					display: none !important;
				}
				#main.blog #postsnavigation .wp-pagenavi a{
					display: inline-block;
					background: none #1a76ba;
					border: none;
					color: #fff;
					font-size: 14px;
					margin: 0 10px 0 0;
					padding: 6px 13px;
					width: 50px;
					height: 50px;
					line-height: 34px;
					vertical-align: top;
					text-align: center;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
				}
				#main.blog #postsnavigation .wp-pagenavi span,
				#main.blog #postsnavigation .wp-pagenavi a:hover{
					display: inline-block;
					background: none #ff6600;
					border: none;
					color: #fff;
					font-size: 14px;
					margin: 0 10px 0 0;
					padding: 6px 13px;
					width: 50px;
					height: 50px;
					line-height: 34px;
					text-decoration: none;
					vertical-align: top;
					text-align: center;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
				}
	#main.blog-single{
	}
		#main.blog-single #blogtitle{
			color: #157a37;
			font-size: 20px;
			margin: 0;
			padding-bottom: 14px;
			text-transform: uppercase;
		}
		#main.blog-single .blog-date{
			font-size: 18px;
			padding-bottom: 32px;
		}


	/*** Search ****/
	#main.blog.search{
	}
		#main.blog.search #blog-lists{
			margin: 0;
		}
		#main.blog.search #blog-lists .blogitem{
			display: block;
			float: none;
			padding-left: 0;
			width: auto;
		}



/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */
#footer{
	color: #fff;
	font-size: 15px;
}
	#footer a{
		color: #fff;
	}
	#footer-top{
		background: none #0f75bc;
		color: #fff;
		padding: 35px 0;
		text-align: center;
	}
	.page-template-about #footer-top{
		color: #ff6600;
		background: none #f8f8f8;
		border-top: 1px solid #e5e5e5;
	}
		#footer-top .widgettitle{
			display: none;
		}
		#footer-top h2{
			font-size: 42px;
			font-weight: bold;
			line-height: 1.1em;
			margin: 0;
		}
	#footer-main{
		background: none #272727;
		color: #fff;
		padding-top: 55px;
		padding-bottom: 15px;
	}
		#footer-main .widget{
			float: left;
			width: 22%;
			padding-right: 3%;
			padding-bottom: 35px;
		}
		#footer-main .widget:first-child{
			width: 40%;
			padding-right: 5%;
		}
		#footer-main .widget:last-child{
			padding-right: 0;
			width: 5%;
		}
		#footer-main .widgettitle{
			color: #999999;
			font-size: 14px;
			text-transform: uppercase;
			margin: 0;
			padding-bottom: 10px;
			line-height: 1.1em;
		}
		#footer-main .widget p{
			margin: 0;
			padding-bottom: 15px;
		}
		#footer-main .widget .icon-education,
		#footer-main .widget .icon-newsletter,
		#footer-main .widget .icon-search,
		#footer-main .widget_search .widgettitle{
			color: #999999;
			font-size: 14px;
			text-transform: uppercase;
			margin: 0;
			padding-bottom: 17px;
			position: relative;
			line-height: 1.1em;
		}
		#footer-main .widget .icon-education{
			padding-left: 27px;
		}
			#footer-main .widget .icon-education:before{
				content: "";
				background: url('images/footer-cta.png') no-repeat;
				display: block;
				width: 20px;
				height: 16px;
				position: absolute;
				left: 0;
				top: 0;
			}
		#footer-main .widget .icon-newsletter{
			padding-left: 29px;
		}
			#footer-main .widget .icon-newsletter:before{
				content: "";
				background: url('images/footer-email.png') no-repeat;
				display: block;
				width: 23px;
				height: 15px;
				position: absolute;
				left: 0;
				top: 0;
			}
		#footer-main .widget_search .widgettitle{
			padding-left: 20px;
		}
			#footer-main .widget_search .widgettitle:before{
				content: "";
				background: url('images/footer-search.png') no-repeat;
				display: block;
				width: 14px;
				height: 14px;
				position: absolute;
				left: 0;
				top: 2px;
			}
		#footer-main #subscription-form{
		}
			#footer-main #subscription-form ._label{
				display: none;
			}
		#footer-main #subscription-form form{
			position: relative;
			padding-right: 78px;
			width: 145px;
		}
			#footer-main #subscription-form p{
				margin: 0;
				padding: 0;
			}
			#footer-main #subscription-form form input[type="email"],
			#footer-main #subscription-form form input[type="text"]{
				color: #272727;
				border: none;
				font-size: 11px;
				width: 125px;
				height: 30px;
				line-height: 30px;
				padding: 0 10px;
				-webkit-border-top-left-radius: 3px;
				-webkit-border-bottom-left-radius: 3px;
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-bottomleft: 3px;
				border-top-left-radius: 3px;
				border-bottom-left-radius: 3px;
			}
			#footer-main #subscription-form form input[type="submit"]{
				border: none;
				color: #fff;
				background: none #1a76ba;
				font-size: 11px;
				font-weight: bold;
				position: absolute;
				top: 0;
				right: 0;
				width: 78px;
				height: 30px;
				line-height: 30px;
				text-transform: uppercase;
				text-align: center;
				-webkit-border-top-right-radius: 3px;
				-webkit-border-bottom-right-radius: 3px;
				-moz-border-radius-topright: 3px;
				-moz-border-radius-bottomright: 3px;
				border-top-right-radius: 3px;
				border-bottom-right-radius: 3px;
			}
		#footer-main #searchform{
			position: relative;
			width: 145px;
			position: relative;
			padding-right: 35px;
		}
			#footer-main #searchform label{
				display: none;
			}
			#footer-main #searchform #s{
				color: #272727;
				border: none;
				font-size: 11px;
				width: 125px;
				height: 30px;
				line-height: 30px;
				padding: 0 10px;
				-webkit-border-top-left-radius: 3px;
				-webkit-border-bottom-left-radius: 3px;
				-moz-border-radius-topleft: 3px;
				-moz-border-radius-bottomleft: 3px;
				border-top-left-radius: 3px;
				border-bottom-left-radius: 3px;
			}
			#footer-main #searchform #searchsubmit{
				border: none;
				color: #fff;
				background: none #1a76ba;
				font-size: 11px;
				font-weight: bold;
				position: absolute;
				top: 0;
				right: 0;
				width: 35px;
				height: 30px;
				line-height: 30px;
				text-transform: uppercase;
				text-align: center;
				-webkit-border-top-right-radius: 3px;
				-webkit-border-bottom-right-radius: 3px;
				-moz-border-radius-topright: 3px;
				-moz-border-radius-bottomright: 3px;
				border-top-right-radius: 3px;
				border-bottom-right-radius: 3px;
			}
		#footer-main .widget .icon-google{
			padding-top: 32px;
		}
	#footer-copyright{
		background: none #000;
		color: #fff;
		font-size: 13px;
		padding: 10px 0;
	}
		#footer-copyright .widgettitle{
			display: none;
		}




/* ==========================================================================
   SUPERFISH STYLES
   ========================================================================== */
.sf-menu{
	display: inline-block;
	vertical-align: top;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 9999;
	/*background: url('images/menu-bg-transparent.png') repeat;*/
    background: #003399;
}
.sf-menu > li > ul {
	top: 100%;
	left: 0;
}
.sf-menu > li {
	list-style-type: none;
	line-height: 100%;
	display: inline-block;
}
.sf-menu li > ul{
	display: block;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}
.sf-menu li.sfHover > ul, .sf-menu li:hover > ul{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=50) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0px;
	left: 100%;
}

.sf-menu {
	line-height: 100%;
	padding: 0;
	margin: 0;
}
.sf-menu .sub-menu{
	display: none;
}
.sf-menu ul {
	min-width: 100%; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	color: #272727;
	font-size: 13px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	zoom: 1; /* IE7 */
}
.sf-menu li {
	background: none transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu > li {
	float: left;
	margin: 0 1px;
	padding: 0;
	position: relative;
}
.sf-menu > li  > a{
    display: block;
    line-height: 1em;font-weight: 700;
    padding: 27px 15px;
    margin: 0;
    position: relative;
    text-align: center;
}
.sf-menu > li:first-child{
	margin-left: 0;
}
.sf-menu > li:last-child{
	margin-right: 0;
}
.sf-menu > li  > a:hover,
.sf-menu > li:hover  > a,
.sf-menu > li.sfHover  > a,
.sf-menu > li.current-menu-item  > a,
.sf-menu > li.current-menu-ancestor  > a,
.sf-menu > li.current_page_parent  > a{
	color: #000; font-weight: 700; text-decoration: none;
}
.sf-menu ul li {
	border: none;
}
.sf-menu ul ul li {
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}
.sf-menu li li a{
	color: #fff;
    padding: 10px 30px !important;
    text-align: left;
	-webkit-transition: color 0s ease-in 0s;
    -moz-transition: color 0s ease-in 0s;
    -o-transition: color 0s ease-in 0s;
    transition: color 0s ease-in 0s;
}
.sf-menu li li a:hover,
.sf-menu li li.current-menu-item  > a,
.sf-menu li li.current-menu-ancestor > a{
	color: #d0d0d0;
	text-decoration: none;
}
.sf-menu li li:last-child a{
	border-bottom: none;
}
#topbanner{position: relative;}
.topbanner-text{background: #003399;}
.topbanner-text h1{font-size: 35px;color:#fff; margin-top: 45px; margin-left: 25px}
.topbanner-text p{color: #fff;font-size: 20px; margin-left: 25px}
.topbanner-text a {color:#272727;background:#fff;padding: 25px 35px;
    border-radius: 5px; margin-bottom: 0; position: absolute; margin-top: 35px;bottom:0;}
.topbanner-text a:hover {text-decoration: none;}


/* ==========================================================================
   MEDIA QUERIES - RESPONSIVE
   ========================================================================== */
@media only screen and (max-width : 1300px) {
	#header-menu{margin-left: 0;}
	.sf-menu > li > a{padding: 27px 10px;}
}
@media only screen and (min-width : 1201px) {
	#mobile-nav-icon, #mobile-menu-container{
		display: none !important;
	}
	#header-menu{display: block !important;float: left;}
}

@media only screen and (max-width : 1200px) {
	body {
	}
	.row{
		width: 95% !important;
		margin: auto !important;
	}
	#header .row {width: 100%!important;}
	#wpadminbar{
		position: fixed !important;
	}
	#mobile-menu-container{
		background:#f2f5fa;
		display: none;
		position: absolute;
		top: 203px;
		left: 0;
		width: 100%;
		z-index: 999999;
	}
    .headerfixed #mobile-menu-container{
        position: fixed;
        top: 102px;
    }
		#mobile-menu-container ul#mobile-nav{
			padding: 15px 0 20px 0;
		}
		#mobile-menu-container ul{
			margin: 0;
			padding: 0;
		}
			#mobile-menu-container ul li{
				list-style-type: none;
			}
			#mobile-menu-container ul#mobile-nav > li > a{
				padding-left: 0;
				padding-right: 0;
			}
			#mobile-menu-container ul li a{
				font-size: 13px;
				font-weight: bold;
				display: block;
				letter-spacing: 1px;
				padding: 5px 0 5px 12px;
				color: #003399;
				text-decoration: none;
				text-transform: uppercase;
			}
			#mobile-menu-container ul > li > a{
				padding-left: 2.5%;
				padding-right: 2.5%;
			}
			#mobile-menu-container ul li li a{
				padding-left: 25px;
				text-transform: none;
			}
			#mobile-menu-container ul li li li a{
				padding-left: 40px;
			}
			#mobile-menu-container ul li.current-menu-item > a,
			#mobile-menu-container ul li a:hover{
				/*color: #0f75bc;*/
			}

	#mobile-nav-icon{cursor: pointer; display: block; position: absolute; top: 68px; right: 25px;}
		#mobile-nav-icon em{
			color: #fff;
			font-size: 20px;
			font-style: normal;
			font-weight: normal;
			text-transform: uppercase;
			display: inline-block;
			padding-right: 10px;
			vertical-align: top;display: none;		}
		#mobile-nav-icon span{
			display: inline-block;
			vertical-align: top;
		}
			#mobile-nav-icon span i{
				display: block;
				width: 30px;
				height: 2px;
				background: none #003399;
				margin: 5px 0;
			}
	#header{}

    .headerfixed #header{margin-bottom: 15px;}
     .headerfixed #header #header-topright{
                display: none;
        }
	#header-menu{display: none;}
	#header-logo {padding: 25px 0 0 0; width: 100%; text-align: left;margin:0 0 20px 45px;float:none;}
	#header-topright {width: 100%;display: block;position: relative;top: 0;}
	#header-topright p{display: flex;}	
	#main #home-slider .wpb_single_image,
	#main #top-banner .wpb_single_image,
    #topbanner{}
    #header-topright a.phone-button,#header-topright a.btn{height: auto;margin:0;}
    #header-topright a.phone-button{width: 20%;background: url(images/phone-icon-white.png) no-repeat left center #003399;    background-position: center; background-size: 30%;}
    #header-topright a.phone-button b{display: none;}
    #header-topright a.btn{width: 80%;}
    .topbanner-text h1{margin-bottom:0;margin-top: 0;}
    .topbanner-text a{position: relative;    display: inline-block;}
}

@media only screen and (min-width : 1025px) {

	#topbanner img{width: 100%; position: relative;}
	.topbanner-text{position: absolute; display: block;left: 0; top: 0; margin-top: 0; height: 90%;width: 39%; padding: 2% 2% 2% 0;}
	.topbanner-text-wrapper{border-left: 5px solid #ff6600;height: 80%;position: relative; padding-left: 45px;}
	.topbanner-text h2{margin-top: 30px;}
}
@media only screen and (max-width : 1024px) {
	#topbanner img{width: 177%;max-width:none!important;margin-left: -77%;}
	
	.topbanner-text{    padding: 15px 20px 15px;}
	#main #home-slider .wpb_single_image,
	#main #top-banner .wpb_single_image,
    #topbanner{
		
	}
	#main h1{
		font-size: 35px;
		line-height: 1em;
	}
	#main h2{
		font-size: 25px;
		line-height: 1em;
	}
	#main h3{
		font-size: 20px;
	}
	#main h4{
		font-size: 20px;
	}
	#main h5{
		font-size: 18px;
	}
	#main h6{
		font-size: 16px;
	}
	#main #home-cta .vc_col-sm-4 .wpb_single_image a h2{
		font-size: 25px;
	}
	#main #investor-twocols .vc_col-sm-3{
		width: 30%;
	}
	#main #investor-twocols .vc_col-sm-9{
		width: 70%;
	}
	#footer-top h2 {
		font-size: 35px;
	}
	#footer-main .widget {
		width: 30%;
		padding-right: 3%;
	}
	#footer-main .widget:first-child {
		width: 32%;
		padding-right: 2%;
	}
	#footer-main .widget.widget_search{
		width: 25%;
	}
}

@media only screen and (max-width : 767px) {
    body{
        margin-top: 120px !important;
    }
    body.admin-bar{
        margin-top: 33px !important;
    }
	.row{
		width: 90% !important;
    }
	body .vc_row{
        margin-left: 0;
        margin-right: 0;
    }
    body .vc_column_container>.vc_column-inner{
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-menu-bottomcontent{
        padding-bottom: 10px;
        text-align: center;
    }
    #mobile-menu-container .btn{
        background-color: #ff6600;
        padding: 9px 11px;
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    #mobile-menu-container .btn:hover{
        opacity: 0.85;
        text-decoration: none;
    }
    #mobile-menu-container .widget_polylang ul{
        margin: 0;
        padding: 0;
        text-align: center;
    }
        #mobile-menu-container .widget_polylang ul li{
            display: inline-block;
            vertical-align: top;
            margin-right: 10px
        }
        #mobile-menu-container .widget_polylang ul li a[lang="zh-CN"]{
            color: #fff;
            display: block;
            font-size: 12px;
            position: relative;
            padding-left: 38px;
            text-align: left;
            width: 75px;
            text-transform: uppercase;
        }
            #mobile-menu-container .widget_polylang ul li a[lang="zh-CN"]:before{
                content: "";
                display: block;
                background: url('images/icon-lang-chn.png') no-repeat 0 0 / contain;
                width: 28px;
                height: 18px;
                position: absolute;
                top: 2px;
                left: 0;
            }
        #mobile-menu-container .widget_polylang ul li a[lang="en-AU"]{
            color: #fff;
            display: block;
            position: relative;
            padding-left: 38px;
            font-size: 12px;
            width: 67px;
            text-align: left;
            text-transform: uppercase;
        }
            #mobile-menu-container .widget_polylang ul li a[lang="en-AU"]:before{
                content: "";
                display: block;
                background: url('images/icon-lang-au.png') no-repeat 0 0 / contain;
                width: 28px;
                height: 18px;
                position: absolute;
                top: 2px;
                left: 0;
            }
    #header{
    }
    #header-topleft,
    #header-topright{
    }
    #header{
        position: fixed !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        z-index: 9999999 !important;
    }
    #header-topright .btn{padding: 20px 13px;}
    #header-logo{
        padding: 7px 0 !important;
        text-align: left !important;margin: 0 0 0 30px;
    }
    #header #header-logo img{
    }
    #mobile-nav-icon{
        position: absolute !important;
        top: 27px !important;
    }
    #mobile-nav-icon em{
        display: none !important;
    }
    #mobile-menu-container{
        position: fixed !important;
        top: 132px;
        width: 100% !important;
        z-index: 999999999 !important;
    }
    .headerfixed #mobile-menu-container {top: 79px;}
	#main #home-slider .wpb_single_image,
	#main #top-banner .wpb_single_image,
    #topbanner{
	}
	#main h1,
	#main #home-welcome h1{
		font-size: 37px;
		line-height: 1em;
	}
	#main h2{
		font-size: 28px;
		line-height: 1em;
	}
	#main h3{
		font-size: 22px;
	}
	#main h4{
		font-size: 18px;
	}
	#main h5{
		font-size: 16px;
	}
	#main h6{
		font-size: 14px;
	}
    #top-links{
        padding: 10px 0 6px 0;
        text-align: center;
    }
    #top-links .btn{
        margin: 7px;
        font-size: 14px;
    }
	#main #home-cta{
		padding-bottom: 20px;
	}
	#main #home-cta .vc_col-sm-4 {
		padding-bottom: 30px;
		width: auto;
		margin: auto !important;
		text-align: center;
		max-width: 415px;
	}
	#main #home-twocols .vc_col-sm-8 {
		width: auto;
	}
	#main #home-twocols .vc_col-sm-4 {
		width: auto;
		float: none;
		padding-top: 20px;
	}
	#main #home-twocols ul#recent-posts{
		padding: 25px 15px;
		min-height: 0;
	}
	#main.team #maincontent .vc_col-sm-3{
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 260px;
	}
	#main.team #maincontent .vc_col-sm-3 > .vc_column-inner {
		width: 100%;
		margin: 0;
	}
	#main.team #maincontent .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper{
		min-height: 0 !important;
	}
	#main.team #maincontent #team-toptext h3 {
		font-weight: normal;
		font-size: 28px;
	}
    #main #franchising .wpcf7 p .col2-left{
        float: none;
        width: auto;
    }
    #main #franchising .wpcf7 p .col2-right{
        float: none;
        width: auto;
    }
    #main #franchising .wpcf7 p .col2-left{
        padding-bottom: 40px;
        display: block;
    }
	#main #contact-twocols .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper,
	#main #contact-twocols .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper{
		min-height: 0 !important;
	}
	#main #contact-twocols .vc_col-sm-6:first-child .wpb_text_column {
		font-size: 18px;
	}
	#main #investor-twocols .vc_col-sm-3{
		width: auto;
		padding-bottom: 20px;
	}
	#main #investor-twocols .vc_col-sm-9{
		width: auto;
	}
	#main #topright-phone{
		padding-bottom: 15px;
		padding-top: 0;
		text-align: left !important;
	}
	#main.blog #blog-lists .blogitem{
		width: 50%;
	}
	#footer-top h2 {
		font-size: 30px;
	}
	#footer-main{
		padding-bottom: 0;
	}
	#footer-main .widget {
		width: auto !important;
		padding-right: 0 !important;
		float: none !important;
		max-width: 230px !important;
		margin: auto !important;
	}
	#footer-main .widget .icon-google {
		padding-top: 5px;
	}
	#footer-copyright{
		text-align: center;
	}
}

@media only screen and (max-width : 640px) {
	.topbanner-text h2{font-size: 25px;color:#fff;margin: 0;}
.topbanner-text p{color: #fff;font-size: 16px;}
	#main #home-slider .wpb_single_image,
	#main #top-banner .wpb_single_image,
    #topbanner{
		
	}
}

@media only screen and (max-width : 480px) {
	#main #home-slider .wpb_single_image,
	#main #top-banner .wpb_single_image,
    #topbanner{
	}
	#main.blog #blog-lists .blogitem{
		width: 100%;
	}
	#footer-top h2 {
		font-size: 25px;
	}
}

@media only screen and (max-width : 390px) {
}




/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Print styles.
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
