@charset "utf-8";
/* CSS Document */
/*
Theme Name: 	auswideXero
Theme URI: 		http://www.auswidexero.com.au
Description: 	A responsive theme built with Bootstrap
Author: 		Abdel
Author URI: 	http://www.wpexperts.com.au
Version: 		1.0
Tags: 			responsive, dark, accounting, xero, bootstrap

License: 
License URI: 

*/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic);

@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700);

@import url('bootstrap/css/bootstrap.min.css');

/*
	*** Magnum Stylesheet ***

	Contents:
	01 - Basic Settings
	02 - Menu
	03 - Home
	13 - Footer
	16 - Responsive Settings
*/


/* 1.0 - Basic Settings */
::selection {
	color: #ffffff;
	background: #1a1a1a;
}

::-moz-selection {
	color: #ffffff;
	background: #1a1a1a;
}

body {
	font-family: 'Roboto', sans-serif;
    line-height: 1.4;
  	color: #000000;
 	 -webkit-font-smoothing: antialiased;
  	-moz-hyphens: manual;
	 background-color: #f5f5f0;
	}

html,
body{
	height:100%;
	font-weight:400;
	font-size:100%;
	-webkit-text-size-adjust:100%
}

/* Normal headings and typography */


h1, h2, h3, h4, h5, h6, .title, .title a {
    color: #241d1c;
}

h1, h2, h3, h4, h5, h6, .title-font {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin-bottom: 18px;
    font-weight: 400;
}

h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight:700;
	margin-bottom: 18px;
}

h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 700;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 700;
}

h4 {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h5{
	font-size: 0.9em;
	font-weight:600;
	}
h6{
	font-size: 0.8em;
	font-weight:600;
	}
	

ul, menu, dir{ 
	margin-bottom: 20px; 
	margin-left: 30px; 
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}


ul {
	list-style: disc;
	margin: 0 0 18px 0em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 0em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

img {
	 vertical-align: middle;
	 border: 0;
	 page-break-inside: avoid;
	 max-width: 100% !important;
 }

p {
	display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	font-size:	1rem
}

p {
    margin-bottom: 20px;
}

/* Links */

a {
    color: #c1002a;
	text-decoration: none;
}

a:hover {
    color:none!important;
	text-decoration:underline;
}

a:active, a:focus {
    color:none!important;
	text-decoration:none;
}

.small,
small {
	font-size: 12px;
}

.italic,
em {
	font-style: italic;
}

.bold,
strong,
b {
	font-weight: 700;
}

.thin {
	font-weight: 300;
}


/* More control over your headings */
.no-uppercase {
	text-transform: none;
}

.uppercase {
	text-transform: uppercase;
}

.letterspace {
	letter-spacing: 0.1em;
}

/* Quotes */
blockquote {
	font-family: 'Oxygen', sans-serif;
	font-style: italic;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 0;
	border-left: 2px solid #cccccc;
}

blockquote.left {
	text-align: left;
	padding-left: 15px;
	padding-right: 0;
	border-left: 2px solid #cccccc;
}

blockquote.right {
	text-align: right;
	padding-left: 0;
	padding-right: 15px;
	border-right: 2px solid #cccccc;
}

q {
	quotes : "\"" "\"" """ """;
}

q:before {
	content: '\201C';
}

q:after {
	content: '\201D';
}

q.colorq:before {
	content: '\201C';
	color: #bba454;
}

q.colorq:after {
	content: '\201D';
	color: #bba454;
}

/* Aligning */
.alignleft,
img.alignleft {
	text-align: left;
}

.alignright,
img.alignright {
	text-align: right;
}

.aligncenter,
img.aligncenter {
	text-align: center;
}

.alignnone,
img.alignnone {
	text-align: inherit;
}

img.alignleft {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

img.alignright {
	display: inline-block;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

img.aligncenter {
	display: block;
	margin: 0 auto 0px;
}

img:after {
	clear: both;
}

#top_notice{display:none;}
/*--- button ---*/
input[type="submit"], input[type="button"]{ -webkit-appearance: none; color:#fff; }

.button, input[type="button"], input[type="submit"]{ display: inline-block; font-size: 13px; padding: 10px 25px; 
	margin-bottom: 0px; margin-right: 5px; outline: none; cursor: pointer; text-transform: uppercase; 
	font-weight: 700; letter-spacing: 1px; border: none; color:#fff!important; }
	
.button.small{ font-size: 11px; padding: 11px 16px; }
.button.large{ font-size: 14px; padding: 13px 25px; margin-top:25px;}
.button.with-border{ border-bottom-width: 3px; border-bottom-style: solid; }
.button .icon { margin-right: 5px; letter-spacing: 1px; }

.button, input[type="button"], input[type="submit"]{ 
	background-color: #00469e !important;
	color:#fff!important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	}
	
input[type=text], input[type=email], input[type=tel], select, textarea, .textarea  {
	color:#202020!important;
}

.validation_error, .gfield_description, .validation_message{
	color:#fff;
}

/* Fade */
.fade {
	filter: alpha(opacity=30);
	opacity: 0.3;
}

/* Margins */

.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

/* Paddings */

.padding {
	padding-top: 25px;
	padding-bottom: 25px;
}

.no-padding {
	padding:0;
}



/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
 
.body-wrapper{
	background-color: #ffffff;
	overflow: hidden;
}

.header-wrapper {
	position: relative;
    z-index: 99;
    left: 0px;
    right: 0px;
}

.content-wrapper {
    position: relative;
    z-index: 89;
}

.footer-wrapper {
    color: #b0afaf;
    background-color: #222222;
}

.copyright-wrapper {
	color: #808080;
    background-color: #000;
}

.color-wrapper,
.parallax-wrapper {
    overflow: hidden;
    background-position: center 0px;
    background-repeat: repeat;
    position: relative;
	padding-bottom: 30px;
	padding-top: 35px;
}
.ncolor-wrapper{
    overflow: hidden;
    background-position: center 0px;
    background-repeat: repeat;
    position: relative;
	padding-bottom: 0px;
	padding-top: 0px;
}

.item-start-content{
    padding-top: 35px;	
}

.body-wrapper:before,
.body-wrapper:after,
.header-wrapper:before,
.header-wrapper:after,
.content-wrapper:before,
.content-wrapper:after,
.footer-wrapper:before,
.footer-wrapper:after,
.copyright-wrapper:before,
.copyright-wrapper:after,
.color-wrapper:before,
.color-wrapper:after,
.parallax-wrapper:before,
.parallax-wrapper:after{
	display: table;
  	content: " ";	
}

.body-wrapper:after,
.header-wrapper:after,
.content-wrapper:after,
.footer-wrapper:after,
.copyright-wrapper:after,
.color-wrapper:after,
.parallax-wrapper:after{
	clear: both;
}

table {
	width:100%;
}

.widget-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.widget.widget {
    margin-bottom: 50px;
}

.item {
    margin: 0px 0px 10px;
    min-height: 1px;
}

.item.center {
    text-align: center;
}


/* genarally this is for large class */
.item-title-wrapper.item {
    margin-bottom: 35px;
    position: relative;
}

.item-title-wrapper.center {
    text-align: center;
}

.item-title-wrapper.extra-large {
     margin-bottom: 25px;
}

.item-title-wrapper.medium {
    margin-bottom: 10px;
}

.item-title-wrapper.small {
    margin-bottom: 8px;
}

/* genarally this is for large font size */

.item-title-wrapper .item-title {
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 600;
}

.item-title-wrapper.extra-large .item-title {
    font-size: 30px;
	margin-top:0px;
}

.item-title-wrapper.medium .item-title {
    font-size: 24px;
}

.item-title-wrapper.small .item-title {
    font-size: 18px;
}

.sidebar {
    border-color: #eeeeee;
}

/**
 * Header
 * -----------------------------------------------------------------------------
 */
 
.top-navigation-wrapper{
	background-color: #4b98dc;
	position: relative;
    z-index: 98;
	color:#ffffff;
 }
 
.header-inner{
	background-color: #fff;
}
.contactset{margin-top: 20px;padding-left: 58px;}
.header-container {
        position: relative;
	z-index: 97;
        margin: 10px 0;
        width: 100%;
        overflow:hidden;
}
 
.top-navigation-left{
	float: left;
    margin: 0px 15px;
 }
 
.top-navigation-right{
    float: right;
    margin: 0px 15px;
 }
 
.top-navigation-left-text {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 18px;
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	font-weight:700;
}
 
.top-navigation-right-text{
	padding: 12px 0px 10px;
        line-height: 18px;
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
 }
 
.top-navigation-right-text a,
.top-navigation-left-text a {
    color: #fff;
	text-decoration: none;
}

.top-navigation-right-text a:hover,
.top-navigation-left-text a:hover {
        color: #fff!important;
	text-decoration: none;
}

.top-navigation-left-text span {
	color:#4b98dc;
	padding-left:10px;	
}
 
.text-block {
    display: inline-block;
    margin-right: 25px;
}

.parallax-wrapper{
    background-image: url('images/opengraph.jpg');
	background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 45px;
    padding-bottom: 30px;	
}

.header-right {
    float: right;
    margin: 10px 5px 0;
}

.header-social-wrapper {
    padding-top: 11px;
    padding-bottom: 8px;
    line-height: 18px;
    float:right;
}

.header-social-wrapper a{
	margin:0px;

}

.parallax-left{
	float: left;
    margin: 0px 15px;
}

.parallax-left-text {
    padding: 20px 40px;
    line-height: 18px;
	background-color:#464c5c;
	color:#ffffff;
}

.parallax-left-text .item .item-title{
	color:#ffffff;
}

/* page title */
.page_title {
	z-index: 1;
	position: relative;
	float: left;
	width: 100%;
	margin-top: 0px;
	padding: 0.875em 0 2em;
	background: #4b98dc;
}

.page_title .title {
	width: 100%;
	float: left;
	margin: 0px;
	margin-left: 20px;
}

.page_title .title h1 {
	color:#ffffff;
	float: left;
	clear: none;
	margin-bottom: 0;
	font-weight: bold;
}

.page_title .pagenation {
	float:right;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-align:right;
	font-weight: normal;
	color: #ffffff;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

.page_title .pagenation i {
	color: #ffffff;
	margin: 0px 2px 0px 2px;
}

.page_title .pagenation a {
	padding: 0px 0px 0px 0px;
	color:#ffffff
}

.page_title .pagenation a:hover {
	color: #e95644;
}

/**
 * sidebar
 * -----------------------------------------------------------------------------
 */
 
.sidebar .widget-title {
    color: #4b5c72;
}

.sidebar .widget-title {
    display: inline-block;
    padding-right: 4px;
}


/**
 * Footer
 * -----------------------------------------------------------------------------
 */
 
.footer-container {
    padding-top: 30px;
}
 
.copyright-container {
	padding: 15px 0px;	
}

.copyright-container a{
	color:#fff!important;
}

.copyright-container a:hover,
.copyright-container a:link,
.copyright-container a:active,
.copyright-container a:focus{
	color:#fff!important;
}

.footer-wrapper .widget-title, 
.footer-wrapper .widget-title a {
    color: #fff;
}

.footer-wrapper .widget-title a:hover,
.footer-wrapper .widget-title a:active,
.footer-wrapper .widget-title a:focus{
    color: #fff;
}

.footer-wrapper .widget-title {
    margin-bottom: 15px;
}

.footer-wrapper .widget.widget {
    margin-bottom: 30px;
}

.footer-wrapper a {
    color: #969595 !important;
}

.footer-wrapper a:hover {
    color: #4B98DC !important;
}

.footer-wrapper .widget.widget ul{
	list-style:none;	
}


/**
 * logo
 * -----------------------------------------------------------------------------
 */
 
 .logo {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/**
 * Body/content
 * -----------------------------------------------------------------------------
 */
 
.icon-box {
    float: left;
    margin-right:4px;
}

.box-content-wrapper {
    overflow: hidden;
}

 .item-title-wrapper .item-title {
    color: #4b5c72;
    border-color: #4b5c72;
}

.item-title-wrapper .item-title {
    font-size: 32px;
    margin-bottom: 0px;
    font-weight: 600;
}

/**
 * Home Body
 * -----------------------------------------------------------------------------
 */

.step{
	color:#ffffff;	
}

.step .item-title{
	color:#ffffff;
	text-transform:uppercase;
}

.business .item-title{
	color:#ffffff;
}

.step a{
	color:#ffffff;
}


/**
 * widget
 * -----------------------------------------------------------------------------
 */
 
 
.widget ul, .widget ol {
    list-style: disc;
    margin: 0;
    padding: 0 0px 0 0px;
}
 

/**
 * Navbar
 * -----------------------------------------------------------------------------
 */
 
.navigation-wrapper {
    margin-top: 50px;
}

.navbar {
	border:0 none;
	border-radius:0;
	margin:0;
	padding:0;
	min-height:40px;
	background:none;
	font-size:15px;
	font-family: 'Oxygen', sans-serif;
}

.navbar-default .navbar-nav > li {	
    text-align:left;
    position: relative;
    padding: 0;
    margin-right: 10px;
}

.navbar-default .navbar-nav > li > a {
	color:#fff;	
	line-height: 50px;
	font-size:1em;
	padding:0 10px;	
	text-transform:uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color:#4B98DC;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:#fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color:#fff;
	background-color:#00357B;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}


.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
    color: #000;
    background-color: #f23c7e;
}

.dropdown-menu > li > a {
	display: block;
	padding: 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.22857143;
	white-space: nowrap;
	font-size: 0.98083em;
	text-align:left;
	border-bottom: 1px solid rgba(0,0,0,.05);
	background-color: #000000;
	color:#ffffff;
	text-transform:uppercase;
}




/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: relative;
	z-index: 1;
}

.entry-title {
	font-size:36px;
	font-weight: 700;
	line-height: 1.2909090909;
	margin: 0 0 15px 0;
	color:#333333;
	text-transform:uppercase;
}

.entry-title a {
	color: #252525;
}

.entry-title a:hover {
	color: #252525;
}

.entry-title2 {
	font-size:28px;
	font-weight: 700;
	line-height: 1.2909090909;
	margin: 0 0 18px 0;
	color:#333333;
	text-transform:uppercase;
}

.entry-title2 a {
	color: #252525;
}

.entry-title2 a:hover {
	color: #252525;
}

.content .entry-header {
	padding:0;
}

.color-wrapper .entry-title {
	color:#ffffff;
}

.color-wrapper .entry-title2 {
	color:#ffffff;
}

/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}
.testcl{list-style-type: square; font-size:14px}
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}
 
/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */
 
.entry-content,
.entry-summary {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.content .entry-content,
.content .entry-summary {
	padding:0;
}

.entry-content img,
.entry-summary img {
	  display: block;
	  height: auto;
	  max-width: 100%;
}

.entry-content,
.entry-content p,
.entry-summary,
.entry-summary p {
	line-height: 2;
}

.entry-content p,
.entry-summary p {
	margin: 0 0 26px 0;
}

/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.archive-header,
.page-header {
	margin: 24px auto;
}

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}


/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

.widget_search #s {
	width: 62%;
}
.widget_search #searchsubmit{
	width: 34%;
}


.widget_search label {
	display: none;
}

.label {
  color: #000;
}

/* #breadcrumbs ---------*/

.breadcrumb {
	background-color:transparent !important;
	color: #ffffff;
	border-radius: 0px;
	text-align:right;
}

.breadcrumb > li + li:before {
	padding-right:0;
  	color: #ffffff;
}

.breadcrumb a{
	color: #ffffff;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Woocommerce */
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background:#4b98dc !important;

background-color:#4b98dc !important;

color:white !important;

text-shadow: transparent !important;

box-shadow: none;

border-color:#ca0606 !important;

}

.woocommerce #content input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover {

background:#4b98dc !important;

background-color:#4b98dc !important;

color:white !important;

text-shadow: transparent !important;

box-shadow: none;

border-color:#ca0606 !important;

}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button {

background: #464c5c !important;

color:white !important;

text-shadow: transparent !important;

border-color:#ca0606 !important;

}

.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {

background: #4b98dc !important;

box-shadow: none;

text-shadow: transparent !important;

color:white !important;

border-color:#ca0606 !important;

}

/* Comments form */
input[type="submit"] {
	color: #333;
}

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

.gf_progressbar_title{
	color:#fff;
}
.top_notice_text_box{display:none !important;}
.newserv li{
	color:#fff !important;	
	font-size: 19px !important;
}
.paddf{padding:80px 0  !important;}
.paddfe{padding:80px 0  !important;}
.bgd{background-color: #0e1364;}
.spbg{background-image: url(http://www.auswidexero.com.au/wp-content/uploads/2018/02/bgcon1-2.jpg);background-size: cover;}
.top_notice_close {
    cursor: pointer;
    float: right;
    font-size: 18px;
    margin-right: 13px;
    padding: 5px 0 3px;
    float: right;
    color: #4b98dc;
    text-align: center;
    display: none !important;
}
.toptel a{color:#00449f !important; font-style:italic; font-weight:bold; font-size:19px;}
.testcl{list-style-type: square; font-size:14px;}






/*----------------------------------------- media screens ----------------------*/








@charset "utf-8";
/* CSS Document */
/* Medium */
@media only screen and (min-width: 640px) and (max-width: 767px) {		
	.padding {
		padding-top:15px;
		padding-bottom: 15px;
	}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #00469E;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color:transparent;
}
.navbar-default .navbar-toggle:hover {
    background-color: #000 !important;
}
.spbg {
    background-image: url(http://www.auswidexero.com.au/wp-content/uploads/2018/02/bgcon1-2.jpg);
    background-size: cover;
}
.footer-wrapper {
    color: #b0afaf;
    background-color: #222222;
}
.footer-wrapper a, .footer-wrapper a:hover {
    color: #969595 !important;
}
	.item, .item-title h2{color:#fff !important;}
	#top_notice{display:none;}
.toptel a{color:#00449f !important; font-style:italic; font-weight:bold; font-size:19px;}
.testcl{list-style-type: square; font-size:14px}
	.bgcontainer {
	background-color: #12203b;
background-image: url(http://www.auswidexero.com.au/wp-content/uploads/2018/02/bannernew-1.jpg);
background-position: 0 center;
height: 765px;
background-size: cover;
	
	}
}

/* Small */
@media only screen and (max-width: 639px) {
.navbar-default .navbar-toggle {
    border-color:transparent;
}
.footer-wrapper a, .footer-wrapper a:hover {
    color: #969595 !important;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #00469E;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.spbg {
    background-image: url(http://www.auswidexero.com.au/wp-content/uploads/2018/02/bgcon1-2.jpg);
    background-size: cover;
}
	#top_notice{display:none;}
.item, .item-title h2{color:#fff !important;}
	.padding {
		padding-top:10px;
		padding-bottom:10px;
	}
.footer-wrapper {
    color: #b0afaf;
    background-color: #222222;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
	.toptel a{color:#00449f !important; font-style:italic; font-weight:bold; font-size:19px;}
.testcl{list-style-type: square;}
	.bgcontainer {
	background-color: #12203b;
background-image: url(http://www.auswidexero.com.au/wp-content/uploads/2018/02/bannernew.jpg);
background-position: 0 center;
background-size: cover;
height: 765px;
	
	}
	.navbar-default .navbar-toggle:hover {
    background-color: #000 !important;
}
}

/* Customize container */
@media (min-width: 1200px) {
.navbar-default .navbar-toggle {
    border-color:transparent;
}
.navbar-default .navbar-toggle:hover {
    background-color: #000 !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.footer-wrapper a, .footer-wrapper a:hover {
    color: #969595 !important;
}
.spbg {
    background-image: url(http://www.auswidexero.com.au/wp-content/uploads/2018/02/bgcon1-2.jpg);
    background-size: cover;
}
  .container {
    width: 1200px;
  }
.footer-wrapper {
    color: #b0afaf;
    background-color: #222222;
}
.item, .item-title h2{color:#fff !important;}
  .toptel a{color:#00449f !important; font-style:italic; font-weight:bold; font-size:19px;}
.testcl{list-style-type: square; font-size:14px}
  .slider-container {
	background-color: #12203b;
  }
  
  .bgcontainer {
background-color: #12203b;
background-image: url(http://www.auswidexero.com.au/wp-content/uploads/2018/02/bannernew-1.jpg);
background-position: 0 center;
height: 765px;
background-size: cover;
}
}
@media(min-width:768px) {
	ul.nav li.dropdown:hover ul.dropdown-menu{ 
		display: block; 
		background-color: #050708;
		height:100%;
	}
	
	ul.nav li.dropdown:hover ul.dropdown-menu .sub-menu{
		position: absolute;	
		display: none;  
		top: 0;
		left: 100%;
		margin-top:0px;
		margin-left:-1px;
	}
	
	.nav > li > a { 
		padding: 15px 15px; 

		text-transform:capitalize; 
		font-weight:600;
		border-right:0;
	}	
}

/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 959px) {
	ul.nav li.dropdown:hover ul.dropdown-menu{ 
		background-color: #000000;
	}
	
	.navbar-default .navbar-nav > li > a {
		line-height: 50px;
		font-size:1.2em;
	}
}

/* Medium */

@media only screen and (min-width: 640px) and (max-width: 767px) {	
	ul.nav li.dropdown:hover ul.dropdown-menu{ 
		background-color: #000000;
	}
	
	.navbar-default .navbar-nav > li > a {
		line-height:2em;
		font-size:1.2em;
	}
}

/* Small */
@media only screen and (max-width: 639px) {	
	ul.nav li.dropdown:hover ul.dropdown-menu{ 
		background-color: #000000;
	}
	
	.navbar-default .navbar-nav > li > a {
		line-height:2em;
		font-size:1.2em;
	}
}

/* Small */

@media only screen and (max-width: 479px) {	
	ul.nav li.dropdown:hover ul.dropdown-menu{ 
		background-color: #000000;
	}
	.contactset{margin-top: 20px;padding-left: 0px !important;}
	.navbar-default .navbar-nav > li > a {
		line-height:2.0em;
		font-size:1.2em;
	}
}
/*--- tablet ---*/
@media only screen and (max-width: 1099px) {
	.logo { margin: 0px auto !important; padding-top: 40px; padding-bottom: 30px; float: none; }
	.navigation-wrapper { float: none; text-align: center; margin-top: 10px !important; line-height: 0; }
	.navigation-wrapper .navigation { display: inline-block; text-align: left; line-height: 1.7; }
	.navigation-wrapper .main-menu > li > a{ padding-left: 12px; padding-right: 12px; padding-bottom: 19px; }
	
	.body-wrapper.header-transparent .header-wrapper { position: relative; background: #111; }
	.body-wrapper.header-transparent .page-title-wrapper{ padding-top: 56px; }
}

@media only screen and (max-width: 959px) {
	body .container{ max-width: 768px; }	
	body .slider-container { max-width: 768px; }	
	body .body-wrapper.boxed-style { max-width: 808px; }

	
}

/*--- mobile landscape style ---*/
@media only screen and (max-width: 767px) {
	body .container{ max-width: 420px; }
	body .slider-container{ max-width: 420px; }
	body .body-wrapper.boxed-style { max-width: 460px; }
	body .body-wrapper{ overflow: hidden; }

	
	/*--- header ---*/
	.top-navigation-container{ text-align: center; line-height: 1; }
	.top-navigation-left{ float: none; padding-top: 10px; }
	.top-navigation-right{ float: none; }
	.top-navigation-right-text{ float: none; padding: 10px 0px; }
	.top-navigation-right .text-block { margin: 0px 10px 5px; }
	.top-social-wrapper{ float: none; margin-left: 0px; display: inline-block; padding: 0px; }
	
	
	body .logo{ float: left; position: relative; display: block; 
		padding-right: 5px; padding-top: 5px; padding-bottom: 5px; padding-left: 15px; }
	body .logo.align-left #responsive-navigation .dl-trigger,
	body .logo.align-right #responsive-navigation .dl-trigger{ top: 5px; margin-top: 0px; }

}

/*--- mobile portrait style ---*/
@media only screen and (max-width: 419px) {
	body .container{ max-width: 300px; }
	body .slider-container{ max-width: 300px; }
	body .body-wrapper.boxed-style { max-width: 340px; }
	

}
@media only screen and (min-width: 240px) and (max-width: 480px) {
.bgcontainer {
background-color: #12203b;
background-image: url(http://www.auswidexero.com.au/wp-content/uploads/2018/02/bannernew-1.jpg) !important;
background-position: 0 center;
background-size: cover;
}
}
@media only screen and (min-width: 480px) and (max-width: 700px) {
.bgcontainer {
background-color: #12203b;
background-image: url(http://www.auswidexero.com.au/wp-content/uploads/2018/02/bannernew-1.jpg) !important;
background-position: 0 center;
background-size: cover;
height: 765px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
.bgcontainer {
background-color: #12203b;
background-image: url(http://www.auswidexero.com.au/wp-content/uploads/2018/02/bannernew-1.jpg) !important;
background-position: 0 center;
height: 765px;
background-size: cover;
}
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 7px !important;
    border: 1px solid #D3D3D3 !important;
    text-align: center !important;
    background-color: #ffffff !important;
}