.fg_left_form_container{
display: none;
position: fixed;
right:-427px;
-webkit-transition: all 1s ease;  
-moz-transition: all 1s ease;  
-ms-transition: all 1s ease;  
-o-transition: all 1s ease;  
transition: all 1s ease;
top:0px;	
width:460px;
height:100%;
z-index: 20000;
}
.left_toggle_first{
width:34px;
height:100%;
float:left;
position: relative;
z-index: 10;
}
.left_toggle_second{
width: 410px;
height:100%;
}
div.fg_left_form_container.open
{
-webkit-transform: translate3d(-350px, 0 , 0);
-moz-transform: translateX(-350px);
-ms-transform: translate(-350px, 0);
-ms-transform: translateX(-350px);
}
div.fg_left_form_container.open
{
right: -350px;
-webkit-transition: all 1s ease;  
-moz-transition: all 1s ease;  
-ms-transition: all 1s ease;  
-o-transition: all 1s ease;  
transition: all 1s ease;
}
div.fg_left_form_display{
background-color: white;
width: 350px;
height:450px;  
margin-left:0px;
padding-top:10px;
-webkit-box-sizing: border-box;
box-shadow: 1px 4px 19px 3px #888888;
z-index: 1000;
}
div.fg_left_contact_button{  height: auto !important;
cursor: pointer;
z-index: 20000;
background-color: rgb(162, 178, 61);
color: #fff;
font-family: 'Source Sans Pro';
text-shadow: -0px -1px -0px #131313;
font-size: 16px;
-webkit-text-stroke: 0.2px;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-style: solid none solid solid;
border-top-color: rgb(255, 255, 255);
border-bottom-color: rgb(255, 255, 255);
border-left-color: rgb(255, 255, 255);
border-top-left-radius: 4px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 4px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 2px;
text-align: center;
-webkit-box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
-mox-box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
width: 31px;
}
@media only screen and (max-width : 600px){
div.fg_left_form_container.open
{
-webkit-transform: translate3d(-280px, 0 , 0);
-moz-transform: translateX(-280px);
-ms-transform: translate(-280px, 0);
-ms-transform: translateX(-280px);
}
div.fg_left_form_container.open
{
right: -280px;
-webkit-transition: all 1s ease;  
-moz-transition: all 1s ease;  
-ms-transition: all 1s ease;  
-o-transition: all 1s ease;  
transition: all 1s ease;
}
div.fg_left_form_display{
background-color: white;
width:280px;
height:400px;  
margin-left:0px;
padding-top:10px;
-webkit-box-sizing: border-box;
box-shadow: 1px 4px 19px 3px #888888;
z-index: 1000;
}
} .fg_right_form_container{
display: none;
position: fixed;
left:-425px;
-webkit-transition: all 1s ease;  
-moz-transition: all 1s ease;  
-ms-transition: all 1s ease;  
-o-transition: all 1s ease;  
transition: all 1s ease;
top:0px;	
width:460px;
height:100%;
z-index: 20000;
}
.right_toggle_first{
width:35px;
height:100%;
float:right;
position: relative;
}
.right_toggle_second{
width: 425px;
height:100%;
}
div.fg_right_contact_button{  cursor: pointer;
z-index: 20000;
height: auto !important;
background-color: rgb(162, 178, 61);
color: #fff;
font-family: 'Source Sans Pro';
text-shadow: -0px -1px -0px #131313;
font-size: 16px;
-webkit-text-stroke: 0.2px;
border-top-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-style: solid solid solid none;
border-top-color: rgb(255, 255, 255);
border-bottom-color: rgb(255, 255, 255);
border-right-color: rgb(255, 255, 255);
border-top-left-radius: 0px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 0px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 2px;
text-align: center;
-webkit-box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
-mox-box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
width: 31px; 
}
div.fg_right_form_display{
background-color: white;
width: 350px;
height:450px;   
margin-right:0px;
padding-top: 10px;
float: right;
-webkit-box-sizing: border-box;
box-shadow: 1px 4px 19px 3px #888888;
z-index: 1000;
}
div.fg_right_form_container.open
{
-webkit-transform: translate3d(345px, 0 , 0);
-moz-transform: translateX(360px);
-ms-transform: translate(360px, 0);
-ms-transform: translateX(360px);   
}
div.fg_right_form_container.open
{
right: -345px;
-webkit-transition: all 1s ease;  
-moz-transition: all 1s ease;  
-ms-transition: all 1s ease;  
-o-transition: all 1s ease;  
transition: all 1s ease;
}
@media only screen and (max-width : 600px){
div.fg_right_form_display{
background-color: white;
width: 280px;
height:400px;   
margin-right:0px;
padding-top: 10px;
float: right;
-webkit-box-sizing: border-box;
box-shadow: 1px 4px 19px 3px #888888;
z-index: 1000;
}
div.fg_right_form_container.open
{
-webkit-transform: translate3d(280px, 0 , 0);
-moz-transform: translateX(310px);
-ms-transform: translate(310px, 0);
-ms-transform: translateX(310px);   
}
div.fg_right_form_container.open
{
right: -310px;
-webkit-transition: all 1s ease;  
-moz-transition: all 1s ease;  
-ms-transition: all 1s ease;  
-o-transition: all 1s ease;  
transition: all 1s ease;
}
} .fg_bottom_form_container{
display: none;
position: fixed;
bottom: -465px;
width:100%;
height:500px;
z-index: 20000;
left:0px;
-webkit-transition: all 1s ease;  
-moz-transition: all 1s ease;  
-ms-transition: all 1s ease;  
-o-transition: all 1s ease;  
transition: all 1s ease;
}
.bottom_toggle_first{
height:36.4px;
width:100%;
float:left;
position: relative;
z-index: 10;
}
.bottom_toggle_second{
height: 465px;
width:100%;
}
div.fg_bottom_contact_button{ width:150px;
margin-left:0px;
height: 25px;
float:right;
margin-right:168.5px;
margin-bottom:0px;
cursor: pointer; 
z-index: 0;
-webkit-box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
-mox-box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
color: #fff;
font-family: 'Source Sans Pro';
text-shadow: -0px -1px -0px #131313;
font-size: 16px;
-webkit-text-stroke: 0.2px;
border-top-width: 1px;
border-right-width: 1px;
border-left-width: 1px;
border-style: solid solid none solid;
border-top-color: rgb(255, 255, 255);
border-right-color: rgb(255, 255, 255);
border-left-color: rgb(255, 255, 255);
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
text-align: center;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}
div.fg_bottom_form_display{
background-color: white;
width: 300px;
height:460px;
float: right;   
margin-right: 40px;
margin-top:0px;
padding-top:10px;
-webkit-box-sizing: border-box;
box-shadow: 1px 4px 19px 3px #888888;
z-index: 1000;
}
div.fg_bottom_form_container.open
{
-webkit-transform: translate3d(0, -460px, 0);
-moz-transform: translateY(-460px);
-ms-transform: translate(0, -460px); 
}
div.fg_bottom_form_container.open
{
bottom: -460px;
-webkit-transition: all 1s ease;  
-moz-transition: all 1s ease;  
-ms-transition: all 1s ease;  
-o-transition: all 1s ease;  
transition: all 1s ease;
}
.color_selector input.color{
width:150px!important;
}
.fg_pro_div{
width: 1158px;
margin-top: 20px;
margin-bottom: 20px;
position: relative;
z-index: 100;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 0 0 15px rgba(0,0,0,0.04);
-moz-box-shadow: inset 0 0 15px rgba(0,0,0,0.04);
box-shadow: inset 0 0 15px rgba(0,0,0,0.04);
overflow: hidden;
cursor: pointer;
}  ::-webkit-scrollbar {
width: 8px;
} ::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
-webkit-border-radius: 8px;
border-radius: 8px;
} ::-webkit-scrollbar-thumb {
-webkit-border-radius: 8px;
border-radius: 8px;
background: rgba(218,218,218,0.3); 
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(218,218,218,0); 
}div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//ezitow.com.au/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}body { -ms-overflow-style: none  !important; } #wpcs_main_div .gform_wrapper {
overflow: hidden;
}
.wpcs-slide-out-div .gform_wrapper {
overflow: hidden;
} a.wpcs_contact_label {
text-indent: 0 !important;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
writing-mode: lr-tb;
text-align: center;
font-weight: bold !important;
font-size: 15px !important;
position: absolute;
min-width: 175px !important;
line-height: 21px;
text-decoration:none  !important;
}
a#wpcs_handle {
top: 25% !important;
width: 170px !important;
overflow: hidden;
cursor: pointer;
}
a.wpcs_left {
padding-top: 7px;
padding-bottom: 5px;
padding-right: 8px;
padding-left: 8px;
margin: 0px;
}
a.wpcs_right {
padding-top: 7px;
padding-bottom: 5px;
padding-right: 8px;
padding-left: 8px;
margin: 0px;  
}
.wpcs_inner_div {
overflow: scroll !important;
}
.wpcs-slide-out-div {
padding: 0px;
max-width: 600px;
min-height: 50%;
max-height: 80%;
}
.wpcs_content {
padding: 20px;
z-index: 99999999999;
}
a.wpcs_contact_label:hover {text-decoration:none;} .wpcs_sr {
width: 420px;
}
div.wpcs_scroll_div {
overflow: scroll;
overflow-x: hidden;
max-height: 100%;
max-width: 100%;
z-index: 99999999999;
position: relative;
}
.wpcs_sr_photo {
width: 40%;
margin-left: 40px;
text-align: center;
float: left;
}
.wpcs_sr_photo img{
overflow: hidden;
max-width: 130px;
max-height: 130px;
}
.wpcs_sr_info {
width: 50%;
float: left;
margin-top: 15px;
line-height: 50px;
text-align: center;
}
span.wpcs_sr_name {
font-weight: bold;
font-size: 17px;
}
.wpcs_sr_profile {
width: 100%;
float: left;
margin-left: 30px;
max-width: 90%;
text-align: center;
font-size: 13px;
margin-bottom: 15px;
} .wpcs_content div.wpcf7 {
margin: 0;
padding: 0;
width: 400px;
text-align: center;
}
.wpcs_content div.wpcs-gf{
width: 400px;
text-align: center;
}
@media screen and (max-width: 700px) {
.wpcs-slide-out-div {
max-width: 80% !important;
}
} @media screen and (max-width: 450px) {
#wpcs_outer_div {
display: none !important;
}
}html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } 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; vertical-align: baseline; } 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: 0.67em 0;
} 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; font: inherit; margin: 0; } button {
overflow: visible;
} button,
select {
text-transform: none;
} button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } 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; padding: 0; } input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
} input[type="search"] {
-webkit-appearance: textfield; box-sizing: content-box; } 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; padding: 0; } textarea {
overflow: auto;
} optgroup {
font-weight: bold;
}  table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}.tl-loader-wrapper{position:fixed;top:0;width:100%;height:100%;background:#f2a720;z-index:999995}.tl-loader{width:60px;height:60px;background-color:#fff;z-index:999999;-webkit-animation:rotateplane 1.2s infinite ease-in-out;-moz-animation:rotateplane 1.2s infinite ease-in-out;-o-animation:rotateplane 1.2s infinite ease-in-out;animation:rotateplane 1.2s infinite ease-in-out;top:40%;position:absolute;left:50%;margin-left:-25px}.no-js .tl-loader-wrapper{display:none}@-webkit-keyframes rotateplane{0{transform:perspective(120px) -webkit-transform:perspective(120px)}50%{transform:perspective(120px) rotateY(180deg) -webkit-transform:perspective(120px) rotateY(180deg)}100%{transform:perspective(120px) rotateY(180deg) rotateX(180deg) -webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes rotateplane{0{transform:perspective(120px) rotateX(0) rotateY(0);-webkit-transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.ie8 .tl-loader,.ie9 .tl-loader{background:url(//ezitow.com.au/wp-content/themes/handyman-craftsman-business-wordpress-theme/assets/images/preloader.gif) no-repeat center center;width:120px;background-color:transparent}.page-loaded .tl-loader-wrapper{display:none}.tl-loader-wrapper.animated{webkit-animation-duration:300ms;animation-duration:300ms}.flexnav{-webkit-transition:none;-moz-transition:none;-ms-transition:none;transition:none;-webkit-transform-style:preserve-3d;overflow:hidden;margin:0 auto;width:100%;max-height:0}.flexnav.opacity{opacity:0}.flexnav.flexnav-show{max-height:2000px;opacity:1;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.flexnav.one-page{position:fixed;top:50px;right:5%;max-width:200px}.flexnav li{font-size:100%;position:relative;overflow:hidden}.flexnav li a{position:relative;display:block;padding:.96em;z-index:2;overflow:hidden;color:#222;background:#a6a6a2;border-bottom:1px solid rgba(0,0,0,0.15)}.flexnav li ul{width:100%}.flexnav li ul li{font-size:100%;position:relative;overflow:hidden}.flexnav li ul.flexnav-show li{overflow:visible}.flexnav li ul li a{display:block;background:#b2b2af}.flexnav ul li ul li a{background:#bfbfbc}.flexnav ul li ul li ul li a{background:#cbcbc9}.flexnav .touch-button{position:absolute;z-index:999;top:0;right:0;width:50px;height:50px;display:inline-block;background:#acaca1;background:rgba(0,0,0,0.075);text-align:center}.flexnav .touch-button:hover{cursor:pointer}.flexnav .touch-button .navicon{position:relative;top:1.4em;font-size:12px;color:#666}.menu-button{position:relative;display:block;padding:1em;background:#a6a6a2;color:#222;cursor:pointer;border-bottom:1px solid rgba(0,0,0,0.2)}.menu-button.one-page{position:fixed;top:0;right:5%;padding-right:45px}.menu-button .touch-button{background:transparent;position:absolute;z-index:999;top:0;right:0;width:50px;height:50px;display:inline-block;text-align:center}.menu-button .touch-button .navicon{font-size:16px;position:relative;top:1em;color:#666}@media all and (min-width:800px){body.one-page{padding-top:70px}.flexnav{overflow:visible}.flexnav.opacity{opacity:1}.flexnav.one-page{top:0;right:auto;max-width:1080px}.flexnav li{position:relative;list-style:none;float:left;display:block;background-color:#a6a6a2;overflow:visible;width:20%}.flexnav li a{border-left:1px solid #acaca1;border-bottom:0}.flexnav li>ul{position:absolute;top:auto;left:0}.flexnav li>ul li{width:100%}.flexnav li ul li>ul{margin-left:100%;top:0}.flexnav li ul li a{border-bottom:0}.flexnav li ul.open{display:block;opacity:1;visibility:visible;z-index:1}.flexnav li ul.open li{overflow:visible;max-height:100px}.flexnav li ul.open ul.open{margin-left:100%;top:0}.menu-button{display:none}}.oldie body.one-page{padding-top:70px}.oldie .flexnav{overflow:visible}.oldie .flexnav.one-page{top:0;right:auto;max-width:1080px}.oldie .flexnav li{position:relative;list-style:none;float:left;display:block;background-color:#a6a6a2;width:20%;min-height:50px;overflow:visible}.oldie .flexnav li:hover>ul{display:block;width:100%;overflow:visible}.oldie .flexnav li:hover>ul li{width:100%;float:none}.oldie .flexnav li a{border-left:1px solid #acaca1;border-bottom:0;overflow:visible}.oldie .flexnav li>ul{background:#acaca1;position:absolute;top:auto;left:0;display:none;z-index:1;overflow:visible}.oldie .flexnav li ul li ul{top:0}.oldie .flexnav li ul li a{border-bottom:0}.oldie .flexnav li ul.open{display:block;width:100%;overflow:visible}.oldie .flexnav li ul.open li{width:100%}.oldie .flexnav li ul.open ul.open{margin-left:100%;top:0;display:block;width:100%;overflow:visible}.oldie .flexnav ul li:hover ul{margin-left:100%;top:0}.oldie .menu-button{display:none}.oldie.ie7 .flexnav li{width:19.9%}html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; list-style: none;}
body {line-height: 1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:''; content:none;}
a{margin:0; padding:0; vertical-align:baseline; background:transparent; text-decoration: none;}
ins{text-decoration:none;}
mark{font-style:italic; font-weight:bold;}
del{text-decoration: line-through;}
abbr[title], dfn[title]{border-bottom:1px dotted; cursor:help;}
table{border-collapse:collapse; border-spacing:0;}
hr{display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select{vertical-align:middle;}   .clearfix:before, .clearfix:after{content: " "; display: table;}
.clearfix:after{clear: both;}
.clearfix {*zoom: 1;}
.row:before, .row:after{content: " "; display: table;}
.row:after{clear: both;}
.row{*zoom: 1;}
.button-group:before, .button-group:after{content: " "; display: table;}
.button-group:after{clear: both;}
.button-group{*zoom: 1;}
.form-row:before, .form-row:after{content: " "; display: table;}
.form-row:after{clear: both;}
.form-row{*zoom: 1;}
.title:before, .title:after{content: " "; display: table;}
.title:after{clear: both;}
.title{*zoom: 1;}
.story:before, .story:after{content: " "; display: table;}
.story:after{clear: both;}
.story{*zoom: 1;}
nav:before, nav:after{content: " "; display: table;}
nav:after{clear: both;}
nav{*zoom: 1;}   *{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html{
font-size: 62.5%;
overflow-x: hidden;
-webkit-text-size-adjust: none;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
}
body{
overflow-x: hidden;
font-size: 1.5rem;
line-height: 1.5;
background-color: #454545;
color: rgba(0, 0, 0, 0.55);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6{
color: rgba(0, 0, 0, 0.85);
font-weight: 400;
}
code{
display: inline;
padding: 4px 6px;
background-color: #eee;
color: #8f8f8f;
font-size: 85%;
font-weight: 700;
font-family: "Courier New", Courier, monospace;
}
pre{
padding: 20px 20px 0;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #ddd;
color: #323232;
font-size: 85%;
font-weight: 700;
font-family: "Courier New", Courier, monospace;
}
strong{
font-weight: 700;
}
small{
color: rgba(0, 0, 0, 0.5);
font-size: 1.2rem;
}
a{
color: rgba(0, 0, 0, 0.75);
}
a:hover{
color: rgba(0, 0, 0, 1);
}
img{
max-width: 100%;
height: auto;
}
iframe,
embed,
object{
max-width: 100%;
}
.desktop-collapse{display: none;}
.cursor-clickable{cursor: pointer;}
.cursor-resizable{cursor: ew-resize;}
.cursor-grabable{cursor: -webkit-grab; cursor: -moz-grab;}
.hide{display: none;}
.animate{transition: all 0.2s ease-in-out;}
.post-date{
display: block;
font-size: 1.2rem;
}     .column{
margin-bottom: 20px;
position: relative;
max-width: 100%;
}
.column-flush{
margin: 0;
position: relative;
}
.row .column:last-child{
margin-right: 0;
}
.middled,
.row .column.middled{
float: none;
margin: auto;
}
.no-gutter{
margin-right: 0 !important;
}  .container.list-masonry{
max-width: 1000px;
padding: 0;
position:relative;
}
.container.list-masonry > *:not(.masonry-loading){
opacity: 0;
}
.container.list-masonry.loaded > *:not(.masonry-loading){
opacity: 1;
}
.container.list-masonry .masonry-loading{
width: 48px;
height: 48px;
margin: -25px 0 0 -25px;
position: absolute;
left: 50%;
top: 50px;
background: rgba(0, 0, 0, 0.7) url(//ezitow.com.au/wp-content/themes/layerswp/assets/css/images/spinner.gif) no-repeat center center;
border-radius: 100%;
overflow: hidden;
opacity: 0;
}
.container.list-masonry .column{
margin-right: 0;
}    #wrapper-site,
.wrapper-site{
width: 100%;
position: relative;
left: 0;
top: 0;
transition: left 0.3s ease-in-out 0s, top 0.3s ease-in-out 0s, width 0.3s ease-in-out 0s;
z-index: 2;
}
.wrapper-content{
position: relative;
}  .container{
max-width: 1040px;
margin: auto;
padding: 0 20px;
}
.wrapper-site.container{
max-width: 1140px;
}  .content{
padding: 20px;
}
.content-main{
padding: 6% 20px;
}
.content-small{
padding: 10px;
}
.content-large{
padding: 3%;
}
.content-extra-large{
padding: 4%;
}
.content-massive{
padding: 6%;
}  .content-vertical{
padding-top: 2%;
padding-bottom: 2%;
}
.content-vertical-large{
padding-top: 3%;
padding-bottom: 3%;
}
.content-vertical-extra-large{
padding-top: 4%;
padding-bottom: 4%;
}
.content-vertical-massive{
padding-top: 6%;
padding-bottom: 4%;
}
.inset-top{
padding-top: 2%;
}
.inset-top-small{
padding-top: 1%;
}
.inset-top-medium{
padding-top: 3%;
}
.inset-top-large{
padding-top: 6%;
}
.inset-bottom{
padding-bottom: 2%;
}
.inset-bottom-small{
padding-bottom: 1%;
}
.inset-bottom-medium{
padding-bottom: 3%;
}
.inset-bottom-large{
padding-bottom: 6%;
}  .no-inset{
padding: 0;
}
.no-inset-top{
padding-top: 0;
}
.no-inset-bottom{
padding-bottom: 0;
}  .pull-left{
float: left;
}
.column .pull-right,
.pull-right{
float: right;
}
.clearit{
clear: both;
}
.image-left{}
.image-right{}
.image-top{}    .push-top{
margin-top: 2%;
}
.push-top-small{
margin-top: 1%;
}
.push-top-medium{
margin-top: 3%;
}
.push-top-large{
margin-top: 6%;
}
.push-bottom{
margin-bottom: 2%;
}
.push-bottom-small{
margin-bottom: 1%;
}
.push-bottom-medium{
margin-bottom: 3%;
}
.push-bottom-large{
margin-bottom: 6%;
}  .no-push{
margin: 0;
}
.no-push-bottom{
margin-bottom: 0;
}
.no-push-right{
margin-right: 0;
}  .header-site{
background-color: #f3f3f3;
background-position: 50% 50%;
background-repeat: no-repeat;
}
.header-site .container{
padding: 10px;
}
.header-inline .inline-right-nav{
position: relative;
z-index: 2;
}  .nav-horizontal ul{
display: none;
}  .responsive-nav{
float: right;
padding: 0;
margin: 0 0 0 20px;
}
.responsive-nav .l-menu{
display: block;
font-size: 24px;
line-height: 40px;
color: #454545;
}  .header-site nav{
float: right;
margin: 0;
line-height: 40px;
}
.header-left .logo{
float: left;
overflow: hidden;
}
.header-left .sitename{
margin: 0 10px 0 0;
}  .header-right .logo{
float: right;
overflow: hidden;
}
.header-right .sitename{
margin: 0 10px 0 0;
}
.header-right nav{
float: left;
}  .header-sticky{
width: 100%;
z-index: 100;
margin-top: 0;
transition: background .1s ease-in-out, margin-top .15s ease-in-out, opacity .15s ease-in-out;
}
.header-sticky.is_stuck{
opacity: 0;
}
.header-sticky.is_stuck.is_stuck_show{
opacity: 1;
}
.header-site.header-sticky{
background-color: rgba(243, 243, 243, 0.5);
}
.header-overlay{
position: absolute;
width: 100%;
z-index: 100;
}
.header-overlay-no-push .header-overlay:not(.is_stuck){
background-color: transparent;
}  .header-secondary{
display: none;
background: #333;
}
.header-secondary nav{
margin: 0;
font-size: 1.2rem;
}
.header-secondary .sub-menu{
display: none;
}  .footer-site{
clear: both;
padding-top: 20px;
padding-bottom: 20px;
background-color: #f3f3f3;
}
.footer-site .row{
padding-top: 40px;
padding-bottom: 40px;
}
.footer-site .section-nav-title{
margin-bottom: 15px;
color: #323232;
}
.link-list li{margin: 0 0 6px;}  .copyright{
color: rgba(0, 0, 0, 0.45);
font-size: 1.2rem;
}
.row.copyright{
padding-top: 0;
padding-bottom: 0;
}
.copyright .column{
margin-bottom: 0;
}
.copyright .nav-horizontal li{
margin: 0 0 0 20px;
}
.copyright .nav-horizontal a{
padding: 0;
font-size: 1.2rem;
font-weight: 700;
}
.copyright .nav-horizontal a:hover{
background: none;
}
.row + .copyright{
padding-top: 20px;
border-top: 2px solid rgba(0, 0, 0, 0.15);
}
.invert .copyright .nav-horizontal a{
color: rgba(255, 255, 255, 0.75);
}
.invert .copyright .nav-horizontal a:hover{
color: rgba(255, 255, 255, 1);
}  .created-using-layers{
display: none;
}    .title-container{
background-color: #f3f3f3;
}
.title-container .excerpt{
max-width: 745px;
margin-top: 1.5%;
}
.title-container .heading{
color: #323232;
font-size: 4.5rem;
line-height: 5rem;
}
.title-container .excerpt{
color: #8f8f8f;
font-size: 2.5rem;
}
.title-container .excerpt + .button-group{
margin-top: 3%;
}
.title-container .excerpt + .btn-collection{
margin-top: 3%;
}
.title .text-center .excerpt{
margin-left: auto;
margin-right: auto;
}
.title-container .title{
padding: 3% 20px;
max-width: 1040px;
margin: auto;
}  .title.small{
padding: 1%;
}
.title.large{
padding: 3%;
}
.title.extra-large{
padding: 4%;
}
.title.massive{
padding: 6%;
}  .section-title{
margin-bottom: 30px;
}
.section-title .excerpt{
max-width: 745px;
}
.section-title .heading + .excerpt{
margin-top: 10px;
}
.section-title .button{
margin-top: 15px;
}  .section-title.large .excerpt{
max-width: 830px;
}
.section-title.small{
margin-bottom: 15px;
}
.section-title.tiny{
margin-bottom: 15px;
}
.section-title.tiny .excerpt{
margin-top: 0 !important;
}  .section-title.large .heading{
font-size: 4rem;
line-height: 1.25;
}
.section-title.large .excerpt{
font-size: 2.5rem;
}
.section-title.large .excerpt p:not(:first-child){
margin-top: 1.5rem;
}
.section-title.large .excerpt ul,
.section-title.large .excerpt ol {
margin: 0 0 0 5rem;
}
.section-title.large .excerpt ul:not(:first-child),
.section-title.large .excerpt ol:not(:first-child){
margin-top: 1.5rem;
}  .section-title.small .heading{
font-size: 2.5rem;
}
.section-title.small .excerpt{
font-size: 1.5rem;
}
.section-title.small .excerpt p:not(:first-child){
margin-top: .5rem;
}
.section-title.small .excerpt ul,
.section-title.small .excerpt ol {
margin: 0 0 0 3rem;
}
.section-title.small .excerpt ul:not(:first-child),
.section-title.small .excerpt ol:not(:first-child){
margin-top: .5rem;
}  .section-title .heading{
color: rgba(0, 0, 0, 0.85);
font-size: 3rem;
}
.section-title .heading a{
color: rgba(0, 0, 0, 0.85);
}
.section-title .heading a:hover{
color: rgba(0, 0, 0, 1);
}
.section-title .excerpt{
color: rgba(0, 0, 0, 0.55);
font-size: 2rem;
}
.section-title .excerpt p:not(:first-child){
margin-top: 1rem;
}
.section-title .excerpt ul,
.section-title .excerpt ol {
margin: 0 0 0 4rem;
}
.section-title .excerpt ul:not(:first-child),
.section-title .excerpt ol:not(:first-child){
margin-top: 1rem;
}  .section-title.tiny .heading{
font-size: 1.5rem;
font-weight: 700;
}
.section-title.tiny .excerpt{
font-size: 1.3rem;
}
.section-title.tiny .excerpt p:not(:first-child){
margin-top: .5rem;
}
.section-title.tiny .excerpt ul,
.section-title.tiny .excerpt ol {
margin: 0 0 0 3rem;
}
.section-title.tiny .excerpt ul:not(:first-child),
.section-title.tiny .excerpt ol:not(:first-child){
margin-top: 1.5rem;
}
.section-title + .container{
margin-top: 60px;
}
.section-title.text-right .excerpt{
float: right;
}  .section-title.text-center .excerpt{
margin-left: auto;
margin-right: auto;
}  .section-nav-title{
margin: 0 0 10px 0;
color: #8f8f8f;
font-size: 1.2rem;
font-weight: 700;
text-transform: uppercase;
}  .sidebar{
overflow: hidden;
}    .close-canvas{
background: #555;
color: #999;
}
.close-canvas:hover{
color: #fff;
}
section[class*=' off-canvas-']{
padding-top: 20px;
position: fixed;
top: 0;
z-index: 1;
opacity: 0;
-webkit-transform: scale(0.95);
transform: scale(0.95);
transition: all 0.3s ease-in-out 0s;
font-size: 1.4rem;
}
.off-canvas-right{
width: 240px;
height: 100%;
right: 0;
}
.off-canvas-left{
width: 240px;
height: 100%;
}
.off-canvas-top{
width: 100%;
height: 200px;
}
.open[class*=' off-canvas-']{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
overflow-y: scroll;
}  .off-canvas-right.open + .wrapper-site{
left: -240px;
}
.off-canvas-left.open + .wrapper-site{
left: 240px;
}
.off-canvas-top.open + .wrapper-site{
top: 200px;
}  .close-canvas{
padding: 10px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
z-index: 100;
}
.admin-bar section[class*=' off-canvas-'] .close-canvas{
top: 32px;
}  section[class*=' off-canvas-'] .sub-menu li{
width: auto;
}
section[class*=' off-canvas-'] li{
padding: 5px 0;
}
section[class*=' off-canvas-'] li a{
color: rgba(255, 255, 255, 0.8);
}
section[class*=' off-canvas-'] .section-nav-title{
color: #888;
}
section[class*=' off-canvas-'] .widget.widget_nav_menu{
padding: 20px;
}
section[class*=' off-canvas-'] .widget.widget_nav_menu li{
display: block;
margin: 0;
text-align: left;
}
section[class*=' off-canvas-'] .searchform label{
display: none;
}
section[class*=' off-canvas-'] .searchform input[type="text"]{
background: none repeat scroll 0% 0% rgb(51, 51, 51);
border: 2px solid rgb(85, 85, 85);
}
section[class*=' off-canvas-'] .searchform input[type="submit"]{
display: block;
width: 100%;
height: 32px;
background: #555;
color: #ccc;
font-size: 1.2rem;
}  section[class*=' off-canvas-'] .nav-mobile{
margin-top: -20px;
}
section[class*=' off-canvas-'] .nav-vertical li{
padding: 0;
}
section[class*=' off-canvas-'] .nav-vertical .sub-menu{
display: block;
width: auto;
visibility: visible;
opacity: 1;
position: static;
border: none;
box-shadow: none;
font-size: 1.2rem;
}
section[class*=' off-canvas-'] .nav-vertical .sub-menu li{
border: none;
}     textarea,
input,
select,
button{
width: 100%;
background-color: #fff;
border: 2px solid #eee;
color: #8f8f8f;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.5rem;
}
textarea:focus,
input:focus,
select:focus{
border-color: #ccc;
-webkit-appearance: none;
outline: 0;
}
input[type=email],
input[type=text],
input[type=url],
input[type=search],
input[type=password],
input[type=number],
input[type=tel],
input[type=date]{
max-width: 500px;
padding: 0 8px;
height: 36px;
-webkit-appearance: none;
-moz-appearance: none;
font-size: 1.5rem;
}
textarea{
padding: 10px 8px;
max-width: 660px;
-webkit-appearance: none;
-moz-appearance: none;
}
select{
max-width: 500px;
padding: 0 6px;
height: 36px;
}  input[type=button],
input[type=submit],
button{
display: inline-block;
width: auto;
padding: 5px 10px;
vertical-align: middle;
background-color: #454545;
border: none;
text-align: center;
color: #fff;
font-size: 1.5rem;
font-weight: 700;
font-style: normal;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
transition: all 0.2s ease-in-out;
}
input[type=button]:hover,
input[type=submit]:hover,
button:hover{
cursor: pointer;
background-color: #ccc;
color: #999;
}
input[type=button]:disabled,
input[type=submit]:disabled{
background-color: #ccc;
color: #999;
}
input[type=submit] + span{
float: left;
margin: 2px 0 0 10px;
font-size: 1.1rem;
font-style: italic;
}  input[type=checkbox]{
border: none;
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
}
input[type=radio]{
border: none;
-webkit-appearance: radio;
-moz-appearance: radio;
}  input[type=upload],
input[type=file]{
max-width: 500px;
padding: 4px;
background-color: #eee;
border: none;
font-size: 1.5rem;
}  label{
clear: both;
display: block;
margin-bottom: 4px;
font-size: 1.5rem;
font-weight: 700;
}
fieldset{
margin-bottom: 10px;
}
legend{
margin: 0 0 10px;
font-size: 1.9rem;
}  form small{
display: block;
margin-top: 5px;
}
form label + small{
max-width: 500px;
margin: 0 0 5px;
}  .form-row{
margin-bottom: 15px;
vertical-align: top;
}
.form-row:last-child{
margin-bottom: 0;
}  form.large label{
font-size: 1.5rem;
}
form.large input[type=email],
form.large input[type=text],
form.large input[type=password]{
height: 47px;
font-size: 2.0rem;
}
form.large .input-append .add-on,
form.large .input-prepend .add-on{
line-height: 43px;
}
form.large .input-append input[type=submit],
form.large .input-append input[type=button],
form.large .input-append button{
height: 47px;
}  form.small .form-row{margin-bottom: 5px;}
form.small input[type=email],
form.small input[type=text],
form.small input[type=password]{
height: 32px;
font-size: 1.3rem;
}
form.small .input-append .add-on,
form.small .input-prepend .add-on{
line-height: 28px;
}
form.small .input-append input[type=submit],
form.small .input-append input[type=button],
form.small .input-append button{
height: 32px;
}  input[type=checkbox]{
width: auto;
height: 14px;
width: 14px;
padding: 0;
margin: 0 5px 0 5px;
vertical-align: middle;
font-size: 1.2rem;
font-weight: 400;
}
.checkbox{
clear: both;
margin: 0;
overflow: hidden;
}
.checkbox input[type=submit],
.checkbox button{
display: inline-block;
margin: 0;
}
.checkbox label{
display: inline-block;
margin-left: 10px;
vertical-align: middle;
}
.checkbox .btn-large + label{
padding-top: 10px;
font-size: 1.3rem;
}  .checkbox-list .checkbox{margin-bottom: 5px;}
.checkbox-list .checkbox label{
margin-left: 0;
font-size: 1.3rem;
}  input[type=radio]{
width: auto;
height: 14px;
width: 14px;
padding: 0;
margin: 0 5px 0 5px;
vertical-align: bottom;
}
.radio-button-group{
display: block;
overflow: hidden;
}
.radio-button-group label{
overflow: hidden;
clear: none;
float: none;
padding: 8px 0;
margin-bottom: 0;
font-size: 1.2rem;
font-weight: 400;
}  .input-prepend,
.input-append{
overflow: hidden;
display: block;
line-height: 32px;
white-space: nowrap;
font-size: 0;
}
.input-prepend .add-on{
display: inline-block;
padding: 0 12px;
background-color: #eee;
border: 2px solid #eee;
border-right-width: 0px;
font-size: 1.5rem;
}
.input-prepend input{
display: inline-block;
vertical-align: top;
}
.input-append .add-on{
display: inline-block;
padding: 0 12px;
background-color: #eee;
border: 2px solid #eee;
border-left-width: 0px;
font-size: 1.5rem;
}
.input-append input[type=text],
.input-append input[type=password],
.input-append input[type=email]{
display: inline-block;
vertical-align: top;
border-right: none;
}
.input-append input[type=submit],
.input-append input[type=button],
.input-append button{
display: inline-block;
height: 36px;
margin: 0;
vertical-align: top;
border-left: none;
}
.input-prepend.input-append input{
border-right-width: 0;
border-right-width: 0;
}
.input-prepend.input-append .add-on:first-child{
border-left-width: 2px;
border-right-width: 0;
}     .button{
display: inline-block;
padding: 5px 15px;
background-color: #454545;
border: none;
color: #fff;
text-align: center;
vertical-align: middle;
cursor: pointer;
transition: all 0.2s ease-in-out;
font-weight: 700;
}
.button:hover{
background-color: #323232;
color: #fff;
}  .button.btn-small{
padding: 2px 10px;
font-size: 1.2rem;
}
.button.btn-large{
padding: 10px 25px;
font-size: 1.8rem;
}
.button.btn-massive{
padding: 15px 30px;
font-size: 2.0rem;
}
.button.btn-full{
display: block;
width: 100%;
}    input.button{
height: 36px;
padding-top: 0;
padding-bottom: 0;
}  .btn-primary{
background-color: #fc0;
color: #5E2500;
}
.btn-primary:hover{
background-color: #f93;
color: #5E2500;
}  .btn-secondary{
background-color: #A3C567;
color: #37451D;
}
.btn-secondary:hover{
background-color: #93B25E;
color: #37451D;
}  .btn-subtle{
background-color: #eee;
color: #454545;
}
.btn-subtle:hover{
background-color: #eee;
color: #323232;
}  .btn-link{
background: none;
text-decoration: underline;
color: #454545;
}
.btn-link:hover{
background: none;
color: #323232;
}  .button.btn-invert{
background-color: #fff;
color: #454545;
}
.button.btn-invert:hover{
background-color: #454545;
color: #fff;
}  .button-group{
display: inline-block;
margin-bottom: 10px;
vertical-align: middle;
}
.button-group + .button-group{margin-right: 10px;}
.pull-right .button-group + .button-group{
margin-left: 10px;
margin-right: 0;
}
.button-group .button{
float: left;
margin: 0;
}  .button-collection{
overflow: hidden;
}
.title-container .button-group{
margin-bottom: 0;
}     .badge{
padding: 1px 8px;
background-color: #000;
color: #fff;
}
.button .badge{
margin: 0 2px 0 -10px;
}    .badge.badge-primary{
background-color: #5E2500;
color: #fff;
}  .badge.badge-secondary{
background-color: #37451D;
color: #fff;
}  .badge.badge-subtle{
background-color: #8f8f8f;
color: #fff;
}  .badge.badge-blank{
background-color: #ddd;
color: #323232;
}  .label{
padding: 1px 6px;
background-color: #454545;
color: #fff;
white-space: nowrap;
font-size: 1.2rem;
font-weight: 700;
font-style: normal;
}    .label.label-primary{
background-color: #5E2500;
color: #fff;
}  .label.label-secondary{
background-color: #A3C567;
color: #fff;
}  .label.label-subtle{
background-color: #c0c0c0;
color: #fff;
}  .label.label-error{
background-color: #E2574C;
color: #fff;
}  .label.label-blank{
background-color: #ddd;
color: #323232;
}  .label.label-nofrill{
background: none;
color: #999;
}  .label.label-nofrill{
display: block;
padding: 0;
}  .label-group{
overflow: hidden;
font-size: 0;
}
.label-group .label{
margin: 0;
}   table{
width: 100%;
margin-bottom: 20px;
vertical-align: top;
overflow: hidden;
border: 2px solid rgba(0, 0, 0, 0.08);
}
table th{
padding: 10px;
text-align: left;
vertical-align: middle;
border-bottom: 2px solid rgba(0, 0, 0, 0.08);
color: #454545;
font-size: 1.2rem;
font-weight: 700;
text-transform: uppercase;
}
table td{
padding: 10px;
vertical-align: top;
border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}
table tr:last-child td{
border-bottom: none;
}
table .button-group{
margin-bottom: 0;
}
.section-table-title td{
padding-top: 2px;
padding-bottom: 0;
background-color: #f3f3f3;
color: #8f8f8f;
font-size: 1.1rem;
font-weight: 700;
text-transform: uppercase;
}
table.table-comfortable td{
padding: 14px 10px;
}     #wrapper-site,
.wrapper-site{
background-color: #fff;
}  .well{
background-color: rgba(0, 0, 0, 0.05);
}
.well-block{
background-color: #fff;
border: 3px solid rgba(0, 0, 0, 0.08);
}  .panel{
overflow: hidden;
margin-bottom: 20px;
}
.panel ul{
border: 2px solid #ddd;
}
.panel li{
padding: 10px;
background-color: #fff;
border-top: 2px solid #ddd;
}
.panel li:first-child{
border-top: none;
}
.panel .panel-title{
padding: 8px 10px;
background-color: #454545;
color: #fff;
}
.panel .panel-title + ul{
border-top: none;
}
.panel li .heading{
margin-bottom: 5px;
color: #999;
}     .header-site .column{
margin-bottom: 0;
}  .logo{
float: left;
padding: 0;
}
.sitename{
font-size: 1.8rem;
font-weight: 700;
}
.site-logo-link + .site-description .sitename{
font-size: 1.6rem;
}
.tagline{
font-size: 1.2rem;
font-weight: 700;
}
.site-logo-link,
.mark{
display: inline-block;
vertical-align: middle;
margin: auto;
font-size: 0;
}
.site-logo-link img,
.mark img{
display: inline-block;
max-height: 40px;
margin: auto;
width: auto;
}
.site-description{
display: inline-block;
vertical-align: middle;
}
.site-logo-link + .site-description{
margin-left: 10px;
}
.mark + .sitename{
margin-top: 10px;
}
.column .logo{
float: none;
}   .nav{
vertical-align: middle;
display: inline-block;
}
.nav li{
position: relative;
}
.nav-small a,
.nav-small span{
font-size: 1.2rem;
}
.nav a{
color: #323232;
transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.nav a:hover{
color: #8f8f8f;
}
.nav.large{
font-size: 2.0rem;
}
.nav.medium{
font-size: 1.5rem;
}  .nav-horizontal > ul{
float: left;
}
.nav-horizontal li{
float: left;
margin: 0 10px;
}
.nav-horizontal li a{
display: block;
color: #323232;
text-align: center;
font-weight: 700;
}
.nav-horizontal li a:hover{
color: #8f8f8f;
}
.nav-horizontal .special{
padding: 2px 0;
font-size: 1.2rem;
}  .nav-centered{
text-align: center;
width: 100%;
}
.nav-centered li{
float: none;
display: inline-block;
margin: 0;
}  .nav-vertical{clear: both;}
.nav-vertical a{
display: block;
padding: 5px 0;
font-weight: 700;
}
.nav-vertical a:hover{
background-color: #eee;
color: #323232;
}  .nav-inline li{
display: inline;
margin: 0 15px;
font-size: 1.2rem;
}
.nav-inline a{
color: rgba(255, 255, 255, 0.65);
}
.nav-inline a:hover{
color: #fff;
}  .nav-tabs{
padding: 20px 20px 0;
background-color: #eee;
}
.nav-tabs ul{
overflow: hidden;
max-width: 1000px;
margin: auto;
}
.nav-tabs li{
float: left;
margin-right: 10px;
}
.nav-tabs a{
display: block;
padding: 6px 15px;
background-color: #f3f3f3;
color: #8f8f8f;
font-weight: 700;
}
.nav-tabs a:hover{
color: #454545;
background-color: #f3f3f3;
}
.nav-tabs .active a{
background-color: #fff;
color: #454545;
}
.nav-small a,
.nav-small span{
padding: 3px 8px;
}  .nav-pills a{
border: 2px solid #ddd;
color: #8f8f8f;
font-weight: 700;
}
.nav-pills a:hover{
background-color: #8f8f8f;
border-color: #454545;
color: #fff;
}
.nav-pills .active a{
background-color: #8f8f8f;
border-color: #454545;
color: #fff;
}
.nav-pills span{
color: #323232;
font-weight: 700;
}  .sub-menu{
background-color: #fff;
visibility: hidden;
opacity: 0;
position: absolute;
top: 30px;
left: 0;
border: 2px solid #ddd;
z-index: 5;
transition: all 0.4s ease-in-out;
line-height: normal;
}
.sub-menu li{
clear: both;
display: block;
width: 180px;
margin: 0;
border: none;
border-bottom: 1px dotted #ddd;
}
.sub-menu li:last-child{
border-bottom: none;
}
.sub-menu li a{
display: block;
padding: 8px 10px;
background: none;
color: #454545;
text-transform: none;
text-align: left;
}
.sub-menu li a:hover{
background-color: #333;
color: #fff;
}
.nav li:hover > .sub-menu{
visibility: visible;
opacity: 1;
top: 40px;
transition: all 0.2s ease-in-out;
}
.nav > ul > li .sub-menu .sub-menu,
.nav li:hover > .sub-menu .sub-menu{
left: 185px;
top: -3px;
}
.nav > ul > li:last-child .sub-menu{
right: 0;
left: auto;
}
.nav li:last-child .sub-menu .sub-menu{
right: 185px;
left: auto;
}
.nav-vertical .sub-menu{
left: 180px;
right: auto;
top: -3px;
box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.05);
}
.nav-vertical li:hover > .sub-menu{
top: -3px; left: 140px;
}
.nav-vertical li:hover > .sub-menu .sub-menu{
left: 155px;
right: auto;
top: -3px;
}
#footer .sub-menu{
display: none;
}  .header-site .menu-item-has-children > a:after{
margin-left: 8px;
content: "\e605";
font-family: 'layers-icons';
font-weight: normal;
font-style: normal;
text-decoration: inherit;
opacity: 0.4;
font-weight: normal;
font-size: 0.8rem;
}
.header-site .sub-menu .menu-item-has-children > a:after{
float: right;
padding: 5px 0 0;
content: "\e600";
}
.header-site .menu-item-has-children > a:hover:after{
opacity: 0.8;
}  .nav-absolute{
position: absolute;
width: 100%;
padding: 5px 10px;
color: #999;
font-size: 1.2rem;
}
.nav-absolute li{
display: inline;
}
.nav-absolute a{
color: #ccc;
}
.nav-absolute a:hover{
color: #fff;
}  .sticky-nav{
width: 100%;
padding: 8px 0;
position: fixed;
top: -50px;
overflow: hidden;
z-index: 11;
opacity: 0;
visibility: hidden;
transition: all 0.2s ease-in-out;
background-color: rgba(255, 255, 255, 0.95);
box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.sticky-nav.sticky-nav-on{
opacity: 1;
visibility: visible;
top: 0;
}
.sticky-nav h4{
padding: 2px 0;
font-size: 2.0rem;
}
.sticky-nav h4 small{
margin-left: 10px;
text-transform: uppercase;
}  .bread-crumbs{
display: inline-block;
margin: 0 0 15px;
overflow: hidden;
color: rgba(0, 0, 0, 0.55);
font-size: 1.2rem;
}
.bread-crumbs li{
float: left;
margin-right: 10px;
}
.bread-crumbs a{
color: rgba(0, 0, 0, 0.75);
}
.bread-crumbs a:hover{
color: rgba(0, 0, 0, 0.85);
text-decoration: underline;
}
.title-small .bread-crumbs{
margin: -30px 0 25px;
}  .pagination{
clear: both;
display: inline-block;
overflow: hidden;
margin: 0 20px 20px 0;
}
.pagination li{
float: left;
border-right: 1px solid #eee;
overflow: hidden;
font-size: 1.3rem;
font-weight: 700;
}
.pagination li:last-child{
border-right: none;
}
.pagination a,
.pagination span{
display: inline-block;
min-width: 38px;
padding: 4px 10px;
background-color: #f5f5f5;
color: #454545;
text-align: center;
}
.pagination a:hover{
background-color: #454545;
color: #fff;
}
.pagination .current{
border-color: #323232;
}
.pagination .current{
background-color: #454545;
color: #fff;
}
.pagination li.next{
margin-right: 10px;
border: none;
}     #back-to-top{
display: none;
position: fixed;
bottom: 30px;
right: 30px;
z-index: 10;
}
#back-to-top a{
display: block;
width: 32px;
height: 32px;
background: url(//ezitow.com.au/wp-content/themes/layerswp/assets/css/images/arrow-up-small.png) no-repeat;
background-size: 32px 32px;
text-indent: -999px;
overflow: hidden;
}  .media{
overflow: hidden;
display: block;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.media-image{
text-align: center;
margin-right: auto;
margin-left: auto;
}
.media-image img{
display: block;
margin: auto;
}
.media-image.small img{
max-width: 64px;
}
.image-rounded img,
.media-image.image-rounded img{
border-radius: 100%;
}
.media .media-body{
display: block;
overflow: hidden;
}
.column:not(.span-12) .media .excerpt{
max-width: 745px;
}
.media .text-center .excerpt{
margin-left: auto;
margin-right: auto;
}  .media.image-top .media-body{
float: none;
width: 100%;
}
.has-image .media-body{
margin-top: 15px;
}  .media.small .heading + .excerpt{
margin-top: 5px;
}
.has-image .small .media-body{
margin-top: 10px;
}
.media.small p:not(:first-child),
.media.small .button{
margin-top: 1.3rem;
}
.media.small .heading{
font-size: 1.5rem;
font-weight: 700;
}
.media.small .excerpt{
font-size: 1.3rem;
}
.media.small .excerpt ul,
.media.small .excerpt ol {
margin: 0 0 0 3rem;
}
.media.small .excerpt ul:not(:first-child),
.media.small .excerpt ol:not(:first-child){
margin-top: 1.3rem;
}  .media.medium .heading + .excerpt{
margin-top: 10px;
}
.media .heading{
font-size: 2.0rem;
}
.media .heading + .excerpt{
font-size: 1.5rem;
}
.media.medium p:not(:first-child),
.media.medium .button{
margin-top: 1.5rem;
}
.media.medium .excerpt ul,
.media.medium .excerpt ol {
margin: 0 0 0 3rem;
}
.media.medium .excerpt ul:not(:first-child),
.media.medium .excerpt ol:not(:first-child){
margin-top: 1.5rem;
}  .media.large .heading + .excerpt{
margin-top: 10px;
}
.media.large .text-center .excerpt{
margin-left: auto;
margin-right: auto;
}
.media.large p:not(:first-child),
.media.large .button{
margin-top: 2rem;
}
.media.large .heading{
font-size: 2.8rem;
}
.media.large .excerpt{
font-size: 2rem;
}
.media.large .excerpt ul,
.media.large .excerpt ol {
margin: 0 0 0 4rem;
}
.media.large .excerpt ul:not(:first-child),
.media.large .excerpt ol:not(:first-child){
margin-top: 2rem;
}  .thumbnail{
display: block;
position: relative;
overflow: hidden;
}
.thumbnail-title{
padding: 0 20px 20px;
}
.thumbnail-title.small{
padding: 0 10px 10px;
}
.thumbnail-media{
display: block;
overflow: hidden;
position: relative;
z-index: 1;
}
.thumbnail-media img{
display: block;
margin: auto;
-webkit-transform: scale(1);
transform: scale(1);
transition: 0.2s all ease-in-out, 4s transform ease-in-out;
}
.thumbnail-media:hover img{
-webkit-transform: scale(1.08);
transform: scale(1.08);
}
.thumbnail-body{
padding: 20px;
overflow: hidden;
position: relative;
z-index: 2;
background-color: #f5f5f5;
}
.thumbnail-body .heading{
margin: 0;
color: #000;
font-size: 2rem;
font-weight: 400;
}
.thumbnail-body .heading.small{
font-size: 1.2rem;
}
.thumbnail-body .excerpt{
color: rgba(0, 0, 0, 0.55);
}
.thumbnail-body p{
margin: 10px 0 0;
}
.thumbnail-body p + .feature-list{
margin: 20px 0 0;
}
.thumbnail-body .button{
margin-top: 20px;
}
.thumbnail-body.body-small{
padding: 0 10px 10px;
}
.thumbnail .button-group{
margin: 20px 0 0;
}
.thumbnail .btn-collection{
margin: 20px 0 0;
}   .copy{
font-size: 1.5rem;
}
.copy.small{
font-size: 1.3rem;
}
.copy p{
margin-bottom: 16px;
}
.copy a{
border-bottom: 1px solid #ddd;
}
.copy a:hover{
border-color: #999;
}
.copy ul{
list-style: disc;
margin: 0 0 26px;
}
.copy ul li{
list-style: disc;
margin: 0 0 6px 30px;
}
.copy ol{
list-style: decimal;
margin: 0 0 26px;
}
.copy ol li{
list-style: decimal;
margin: 0 0 6px 20px;
}
.copy ul ul,
.copy ul ol,
.copy ol ol,
.copy ol ul{
margin-bottom: 0;
}
.copy dl{
margin: 0 0 26px;
}
.copy dd{
margin-left: 36px;
}
.copy img{
display: block;
max-width: 98%;
height: auto;
}
.copy h1{
margin-bottom: 26px;
font-size: 3.2rem;
font-weight: 700;
}
.copy h2{
margin-bottom: 26px;
font-size: 2.2rem;
font-weight: 700;
}
.copy h3{
margin-bottom: 26px;
font-size: 1.8rem;
font-weight: 700;
}
.copy h4{
margin-bottom: 26px;
font-size: 1.5rem;
font-weight: 700;
}
.copy h5{
margin-bottom: 26px;
font-size: 1.3rem;
font-weight: 700;
}
.copy h6{
margin-bottom: 26px;
font-size: 1.3rem;
}
.copy blockquote{
padding-left: 26px;
margin-bottom: 20px;
font-size: 2.0rem;
font-weight: 700;
}
.copy a.button{
border-bottom: none;
}   .excerpt li{
list-style-type: inherit;
}
.excerpt li ul,
.excerpt li ol {
margin:0 1.5rem;
}
.excerpt ul,
.excerpt ol {
margin: 0 0 0 3rem;
}
.text-center ul, .text-right ul,
.text-center ol, .text-right ol{
margin-left: 0 !important;
margin-right: 0 !important;
}
.text-center ul li, .text-right ul li,
.text-center ol li, .text-right ol li {
list-style-position: inside;
}
.excerpt ul:not(:first-child),
.excerpt ol:not(:first-child){
margin-top: 1.5rem;
}
.excerpt ul {
list-style-type:disc;
}
.excerpt ol {
list-style-type:decimal;
}
.excerpt ol ol {
list-style: upper-alpha;
}
.excerpt ol ol ol {
list-style: lower-roman;
}
.excerpt ol ol ol ol {
list-style: lower-alpha;
}   .no-fill{
background: none !important;
}   .text-left{
text-align: left;
}
.text-right{
text-align: right;
}
.text-center{
text-align: center;
}
.text-justify{
text-align: justify;
}   .wp-caption{
max-width: 100%;
padding: 10px;
background: #f0f0f0;
}
.wp-caption-text{
padding: 10px 5px 5px;
margin: 0;
color: #777;
font-size: 1.4rem;
}
.gallery-caption{
display: block;
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
padding: 5px 5px 10px;
margin: 0;
background: rgba(255, 255, 255, 0.95);
color: #777;
font-size: 1.2rem;
opacity: 0;
}
.alignleft{
float: left;
}
.alignright{
float: right;
}
.aligncenter{
text-align: center;
}
.bypostauthor{
color: #777;
}
.wp-caption p.wp-caption-text{
font-size: 1.4rem;
}   .invert{
border: none;
color: rgba(255, 255, 255, 0.85);
}
.invert h1,
.invert h2,
.invert h3,
.invert h4,
.invert h5,
.invert h6{
color: rgba(255, 255, 255, 0.95);
}
.invert code{
background: rgba(255, 255, 255, 0.2);
color: #fff;
padding: 2px 4px;
}
.invert label,
.invert legend{
color: #fff;
}
.invert small{
color: rgba(255, 255, 255, 0.7);
}
.invert a{
color: #fff;
}
.invert a:hover{
color: #fff;
}
.invert .copy a:not(.button),
.invert .story a:not(.button) {
color: rgba(255, 255, 255, 0.7);
border-bottom-color: rgba(255, 255, 255, 0.7);
}
.invert blockquote{
background: rgba(255, 255, 255, 0.15);
color: rgba(255, 255, 255, 0.55);
}
.invert input,
.invert textarea,
.invert select{
border-color: transparent;
}
.invert .input-prepend .add-on,
.invert .input-append .add-on{
border-color: transparent;
background: #323232;
color: #fff;
}  .invert .section-title .heading,
.invert.section-title .heading{
color: #fff;
}
.invert .section-title .excerpt,
.invert.section-title .excerpt{
color: rgba(255, 255, 255, 0.8);
}
.invert .section-title .heading a,
.invert.section-title .heading a{
color: #fff;
}  .invert .sitename{
color: #fff;
}
.invert .tagline{
color: #fff;
opacity: 0.9;
}  .invert .heading{
color: #fff;
}
.invert .sub-header{
color: #fff;
opacity: 0.9;
}
.invert .excerpt{
color: #fff;
opacity: 0.9;
}  .invert .nav > li > a{
color: #fff;
opacity: 0.8;
}
.invert .nav > li > a:hover{
color: #fff;
opacity: 1;
}  .header-site.invert .nav-horizontal > ul > li > a{
color: rgba(255, 255, 255, 1);
}
.header-site.invert .nav-horizontal > ul > li > a:hover{
color: rgba(255, 255, 255, 0.7);
}
.header-site.invert .responsive-nav .l-menu{
color: rgba(255, 255, 255, 1);
}  .invert .bread-crumbs{
color: rgba(255, 255, 255, 0.55);
}
.invert .bread-crumbs a,
.invert .bread-crumbs a:hover{
color: rgba(255, 255, 255, 0.75);
}  .invert-block{
background: #323232;
overflow: hidden;
color: #ccc;
}
.thumbnail .invert-block{
margin: 20px -20px -20px;
}  .invert .nav-vertical li a:hover{
background: none;
color: #fff;
}
.invert .sub-menu{
background: none;
}
.invert .sub-menu li a{
background: none;
}
.header-site.invert .sub-menu li a{
background: #fff;
color: #000;
}
.header-site.invert .sub-menu li a:hover{
background-color: #323232;
color: #fff;
}
.invert .responsive-nav .l-menu{
color: #fff;
}    .invert-block .btn-link{
color: #ccc;
}
.invert-block .btn-link:hover{
color: #fff;
}  .invert .btn-primary{
color: #5E2500;
}
.invert .btn-primary:hover{
color: #5E2500;
}  .invert-block .btn-subtle{
background-color: #454545;
color: #fff;
}
.invert-block .btn-subtle:hover{
background-color: #009EEC;
color: #fff;
}  .invert .comment {
color: rgba(255, 255, 255, 0.75);
}  .invert .copyright {
color: rgba(255,255,255,0.55);
}
.footer-site.invert .section-nav-title{
color: rgba(255,255,255,0.55);
}.advanced-layout{
display: flex;
flex-direction: row;
}
.advanced-layout-left header{
order: 1;
width: 20%;
}
.advanced-layout-left .wrapper-content{
order: 2;
width: 80%;
}
.advanced-layout-right header{
order: 2;
width: 20%;
}
.advanced-layout-right .wrapper-content{
order: 1;
}     .swiper-container.container{
padding: 0;
max-width: 1000px;
transform-style: preserve-3d;
}
.swiper-slide .overlay{
height: 100%;
}
.swiper-slide .overlay.darken{
background-color: rgba(0, 0, 0, 0.2);
}
.swiper-slide .container{
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.swiper-slide.image-left .container,
.swiper-slide.image-right .container{
-webkit-transform: none;
transform: none;
}
.swiper-slide .copy-container{
max-width: 1040px;
margin: auto;
padding: 0;
position: relative;
}
.swiper-slide.image-left .copy-container,
.swiper-slide.image-right .copy-container{
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.swiper-slide .copy-container .section-title{
margin-bottom: 0;
}
.swiper-slide .image-container{
position: relative;
text-align: center;
}
.swiper-slide.image-left .image-container,
.swiper-slide.image-right .image-container{
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-slide .swiper-slide{
width: 100%;
}
.swiper-slide .section-title.large .excerpt{
max-width: none;
}
.swiper-slide.image-top.text-center .excerpt{
max-width: 745px;
}
.slide:not(.single-slide) .swiper-slide{
cursor: -webkit-grab;
cursor: -moz-grab;
}  .image-left .copy-container{
float: right;
width: 49%;
}
.image-left .image-container{
float: left;
width: 49%;
}
.image-right .copy-container{
float: left;
width: 49%;
}
.image-right .image-container{
float: right;
width: 49%;
}
.has-image.image-top .container{
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.has-image.image-top .copy-container{
top: auto;
-webkit-transform: none;
transform: none;
}
.has-image.image-top .image-container{
top: auto;
-webkit-transform: none;
transform: none;
}
.image-top .copy-container + .image-container{
margin-top: 40px;
}  .swiper-slide.text-center .excerpt{
margin-top: 15px;
margin-left: auto;
margin-right: auto;
}    .swiper-container .pages{
position: absolute;
bottom: 0;
opacity: 0;
z-index: 2000;
width: 100%;
text-align: center;
}
.swiper-container:hover .pages{
bottom: 16px;
opacity: 1;
}
.swiper-container .swiper-pagination-switch{
display: inline-block;
width: 8px;
height: 8px;
margin: 8px;
background: #fff;
border: 2px solid transparent;
border-radius: 100px;
overflow: hidden;
text-indent: -999px;
cursor: pointer;
-webkit-transform: scale(1);
transform: scale(1);
transition: all 0.2s ease-in-out;
}
.swiper-container .swiper-pagination-switch:hover{
-webkit-transform: scale(1.5);
transform: scale(1.5);
background: transparent;
border: 2px solid #fff;
}
.swiper-container .swiper-pagination-switch.swiper-visible-switch.swiper-active-switch{
-webkit-transform: scale(1.5);
transform: scale(1.5);
background: transparent;
border: 2px solid #fff;
}  .swiper-container .arrows{
position: absolute;
top: 50%;
width: 100%;
z-index: 2000;
margin-top: -25px;
}
.swiper-container .arrows a{
position: absolute;
opacity: 0;
display: block;
overflow: hidden;
color: #fff;
font-size: 32px;
line-height: 50px;
}
.swiper-container .arrows .l-left-arrow{
left: 0;
}
.swiper-container .arrows .l-right-arrow{
right: 0;
}
.swiper-container:hover .arrows .l-left-arrow{
left: 10px;
opacity: 1;
}
.swiper-container:hover .arrows .l-right-arrow{
right: 10px;
opacity: 1;
}   .avatar{
display: block;
position: relative;
}
.avatar .avatar-image{
display: block;
float: left;
margin-right: 10px;
max-width: 54px;
border-radius: 100%;
position: relative;
z-index: 1;
}
.avatar .avatar-image img{
display: block;
margin: auto;
border-radius: 100%;
}
.avatar .avatar-body{
overflow: hidden;
padding: 5px 0;
}
.avatar .avatar-body .avatar-name{
display: block;
font-weight: 700;
}
.avatar.middled{
margin-left: auto;
margin-right: auto;
text-align: center;
}
.avatar.middled .avatar-image{
float: none;
margin: auto;
}   .story{
font-size: 1.6rem;
}
.story p{
margin-bottom: 26px;
}
.story address{
margin-bottom: 26px;
}
.story a:not(.button){
border-bottom: 1px solid #ddd;
}
.story a:not(.button):hover{
border-color: #999;
}
.story ul{
list-style: disc;
margin: 0 0 26px 35px;
}
.story ul li{
list-style: disc;
margin: 0 0 6px;
}
.story ol{
list-style: decimal;
margin: 0 0 26px 35px;
}
.story ol li{
list-style: decimal;
margin: 0 0 6px;
}
.story ul ul,
.story ul ol,
.story ol ol,
.story ol ul{
margin-bottom: 0;
}
.story .feature-list{
list-style: none;
margin-left: 15px;
}
.story dl{
margin: 0 0 26px;
}
.story dd{
margin-left: 36px;
}
.story img{
display: block;
max-width: 98%;
height: auto;
}
.story h1{
margin-bottom: 26px;
font-size: 3.2rem;
font-weight: 700;
}
.story h2{
margin-bottom: 26px;
font-size: 2.2rem;
font-weight: 700;
}
.story h3{
margin-bottom: 26px;
font-size: 2.0rem;
font-weight: 700;
}
.story h4{
margin-bottom: 26px;
font-size: 1.8rem;
font-weight: 700;
}
.story h5{
margin-bottom: 26px;
font-size: 1.4rem;
font-weight: 700;
}
.story h6{
margin-bottom: 26px;
font-size: 1.4rem;
}
.story table{
font-size: 1.4rem;
}
.story blockquote{
padding: 20px;
margin-bottom: 26px;
background: rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, 0.55);
}
.story blockquote p:last-child{
margin-bottom: 0;
}  .wp-caption{
max-width: 100%;
padding: 10px;
}
.wp-caption.alignright,
.story img.alignright{
float: right;
max-width: 320px;
margin: -10px 0 10px 20px;
}
.wp-caption.alignleft{
float: left;
max-width: 320px;
margin: 0 20px 10px 0;
}
.wp-caption p.wp-caption-text{
padding: 10px 5px 5px;
margin: 0;
}
.wp-caption.alignnone{
margin: 5px 20px 20px 0;
}     .meta-info{
clear: both;
color: rgba(0, 0, 0, 0.65);
font-size: 1.2rem;
}
.meta-info + .heading{
margin-top: 15px;
}
.meta-info p{
margin: 0;
}
.meta{
overflow: hidden;
color: #8f8f8f;
font-size: 1.2rem;
text-transform: uppercase;
}
.meta-list{
overflow: hidden;
}
.meta-list li{
padding: 5px 0px;
color: #777;
}
div + .meta-list{
margin-top: 10px;
}
.meta-item{
display: block;
margin-top: 2px;
}
.meta-item:first-child{
margin-top: 0;
}
.meta-item i{
display: inline-block;
width: 16px;
}
.meta-info + .heading,
.excerpt + .meta-info{
margin-top: 15px;
}
.meta-info p{
margin: 0;
}  .single .meta-item{
display: inline-block;
margin-right: 15px;
}   .comment{
clear: both;
}
.comment .comment{
margin-top: 20px;
}
.comment .comment:last-child{
margin-bottom: 0;
}   .comment-notes{
margin-bottom: 20px;
color: #999;
font-size: 1.2rem;
}
.comment-respond{
clear: both;
margin-top: 6%;
}
.comment-list .comment-respond{
margin-top: 0;
padding: 20px;
background: rgba(0, 0, 0, 0.05);
}
.comment-list .comment .comment-respond{
margin-top: 20px;
}
.comment-reply-title{
color: #323232;
font-size: 2.5rem;
}
.logged-in-as{
margin-bottom: 20px;
}
p[class*='comment-form'] .required{
color: #900;
}
p[class*='comment-form'] input{
margin-bottom: 15px;
}
.form-allowed-tags{
max-width: 660px;
margin-bottom: 15px;
font-size: 1.2rem;
}
.form-allowed-tags code{
padding: 0;
background: none;
}
.form-submit input[type=submit]{
display: inline-block;
padding: 4px 14px;
vertical-align: middle;
background: #454545;
border: none;
color: #fff;
text-align: center;
font-weight: 700;
cursor: pointer;
transition: all 0.2s ease-in-out;
}
.form-submit input[type=submit]:hover{
background: #323232;
color: #fff;
}   .sidebar .widget li:not(:last-child){
padding: 0 0 6px;
margin: 0 0 6px;
border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}
.sidebar .widget li ul{
margin: 6px 0 0 10px;
}
#footer .widget li{
margin-bottom: 8px;
}
#footer .widget li:last-child{
border-bottom: none;
}  .widget.widget_nav_menu{
max-width: none;
margin: 0;
}
.wrapper-site .menu-main-menu-container{
max-width: 1040px;
padding: 20px 0;
margin: auto;
overflow: hidden;
text-align: center;
}
.menu-main-menu-container li{
display: inline;
margin: 0 10px;
}
.menu-main-menu-container li a{
display: inline-block;
color: #323232;
text-align: center;
font-weight: 700;
}
.menu-main-menu-container li a:hover{
color: #8F8F8F;
}  .sidebar .widget.widget_nav_menu{
margin-bottom: 20px;
}
.sidebar .menu-main-menu-container{
padding: 0;
}
.sidebar .menu-main-menu-container li{
display: block;
font-weight: normal;
}
.sidebar .menu-main-menu-container li a{
display: block;
text-align: left;
}  .screen-reader-text{
display: none;
}
.search-form{
overflow: hidden;
}
.search-form label{
margin-bottom: 0;
}
aside .search-submit{
display: block;
width: 100%;
}
aside .search-field{
margin-bottom: 5px;
}  #wp-calendar{
font-size: 1.2rem;
}
#wp-calendar caption{
text-align: left;
text-transform: uppercase;
font-size: 1rem;
font-weight: 700;
}
#wp-calendar th,
#wp-calendar td{
padding: 5px;
}   .layers-contact-widget img.google-map-img{
width: 100%;
}
.row.has-map{
padding-top: 0;
}
.layers-map img{
width: auto;
max-width: none;
display: block;
}   .tooltip{
cursor: help;
position: relative;
}
.tooltip:after{
width: 220px;
padding: 15px;
border-radius: 4px;
position: absolute;
left: -15px;
bottom: 40px;
z-index: 98;
background: rgba(0, 0, 0, 0.85);
content: attr(title);
visibility: hidden;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.tooltip:before{
border: solid;
content: "";
position: absolute;
left: 15px;
bottom: 34px;
z-index: 99;
border: solid;
border-color: rgba(0, 0, 0, 0.85) transparent;
visibility: hidden;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.tooltip:hover:after{
opacity: 1;
visibility: visible;
bottom: 35px;
}
.tooltip:hover:before{
opacity: 1;
visibility: visible;
bottom: 29px;
}     .wpcf7-form p{
margin-bottom: 15px;
vertical-align: top;
font-weight: bold;
}
.wpcf7-form br{
display: none;
}
.wpcf7-form-control-wrap{
display: block;
margin-top: 4px;
font-weight: normal;
}
@media only screen and (min-width: 769px) {
.sidebar .search-field{
width: 65%;
float: left;
}
.sidebar .search-submit{
float: left;
width: 35%;
height: 36px;
}
}   .invert .meta-info{
color: rgba(255, 255, 255, 0.65);
}
.invert .meta-info a{
color: rgba(255, 255, 255, 0.85);
}
.invert .meta-info a:hover{
color: rgba(255, 255, 255, 1);
}@media only screen and (max-width: 480px){    .column.span-1{
float: left;
width: 15%;
margin-right: 2%;
}
.column-flush.span-1{
float: left;
width: 16.6667%;;
}
.column.span-1:nth-child(6n+6),
.column-flush.span-1:nth-child(6n+6){
margin-right: 0;
}  .column.span-2{
float: left;
width: 48%;
margin-right: 4%;
}
.column-flush.span-2{
float: left;
width: 50%;
margin-right: 0%;
}
.column.span-2:nth-child(2n),
.column-flush.span-2:nth-child(2n+2){
margin-right: 0;
}  .column.span-1:nth-child(6n+7),
.column.span-2:nth-child(2n+3){
clear: left;
}  .container.list-masonry{
padding: 0 20px;
}
.container.list-masonry .column{
position: static !important;
}    .nav-tabs{
padding: 5px;
}
.nav-tabs li{
width: 50%;
padding: 5px;
margin: 0;
}  .nav-vertical{
display: block;
}
.nav-vertical .sub-menu{
width: auto;
position: static;
visibility: visible;
opacity: 1;
left: auto;
right: auto;
top: auto;
box-shadow: none;
border: none;
font-size: 1.2rem;
}
.nav-vertical .sub-menu .sub-menu{
margin-left: 10px;
}
.nav-vertical .sub-menu li{
border: none;
width: auto;
}    .swiper-slide .container{
top: 50% !important;
-webkit-transform: translateY(-50%) !important;
transform: translateY(-50%) !important;
}
.swiper-slide .copy-container{
float: none !important;
width: auto !important;
text-align: center !important;
-webkit-transform: translateY(0) !important;
transform: translateY(0) !important;
}
.swiper-slide .image-container{
float: none !important;
width: auto !important;
text-align: center !important;
-webkit-transform: translateY(0) !important;
transform: translateY(0) !important;
}  .swiper-container .pages{
bottom: 16px;
opacity: 1;
}
.swiper-container .arrows{
display: none;
}  .single-slide{
height: auto !important;
}
.single-slide .overlay{
padding-top: 40px;
padding-bottom: 40px;
}
.single-slide .swiper-slide .container,
.single-slide .swiper-slide .copy-container,
.single-slide .swiper-slide .image-container{
top: auto;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.single-slide .swiper-slide .copy-container + .image-container{
margin-top: 40px;
}    .single .meta-item{
display: block;
}    .media.image-right .media-image,
.media.image-left .media-image{
float: none;
max-width: none;
margin: 0 0 20px;
}    .copyright .column{
margin-bottom: 10px;
}
.copyright .column:last-child{
margin-bottom: 0;
}
.copyright .logo{
display: none;
}
.copyright .t-right{
text-align: left;
}
.copyright .pull-right{
float: none;
}
.copyright .nav-horizontal{
margin-top: 10px;
}
.copyright .nav-horizontal li{
margin: 0 10px 0 0;
}
}   @media only screen and (min-width: 481px){  .column{
float: left;
margin-right: 2%;
}
.column-flush{
float: left;
}  .column.span-3:nth-child(4n+4),
.column-flush.span-4:nth-child(4n+4){
margin-right: 0;
}  .column.span-4{
float: left;
width: 32%;
margin-right: 2%;
}
.column-flush.span-4{
float: left;
width: 33.33333%;
}
.column.span-4:last-child,
.column.span-4:nth-child(3n+3),
.column-flush.span-4:nth-child(3n+3){
margin-right: 0;
}  .column.span-6{
width: 49%;
margin-right: 2%;
}
.column-flush.span-6{
width: 50%;
}
.column.span-6:nth-child(2n+2),
.column-flush.span-6:nth-child(2n+2){
margin-right: 0;
}  .header-secondary{
display: block;
}    .image-left .media-image{
float: left;
max-width: 49%;
margin-right: 20px;
}
.image-right .media-image{
float: right;
max-width: 49%;
margin-right: 0;
margin-left: 20px;
}
.image-left .media-body,
.image-right .media-body{
margin-top: 0;
}  .span-3 .image-left .media-image,
.span-4 .image-left .media-image{
max-width: 33%;
}
.span-3 .image-right .media-image,
.span-4 .image-right .media-image{
max-width: 33%;
}
}   @media only screen and (min-width: 481px) and (max-width: 640px){    .image-left .media-image,
.image-right .media-image{
float: none;
max-width: none;
margin-left: 0;
margin-right: 0;
}
.span-3 .image-left .media-image,
.span-4 .image-left .media-image,
.span-3 .image-right .media-image,
.span-4 .image-right .media-image{
max-width: none;
}
.image-left .media-body,
.image-right .media-body{
margin-top: 10px;
}
}   @media only screen and (min-width: 481px) and (max-width: 768px){  .column.span-2{
float: left;
width: 32%;
margin-right: 2%;
}
.column-flush.span-2{
float: left;
width: 33.33333%;
}
.column.span-2:nth-child(3n+3),
.column-flush.span-2:nth-child(3n+3){
margin-right: 0;
}  .column.span-3{
float: left;
width: 49%;
margin-right: 2%;
}
.column-flush.span-3{
float: left;
width: 50%;
}
.column.span-3:nth-child(2n+2),
.column-flush.span-3:nth-child(2n+2){
margin-right: 0;
}   .sidebar.span-3{
width: 31.3%;
}
.sidebar.span-3 + .span-6{
width: 66.7%;
}
.sidebar.span-3 + .span-6 + .span-3{
width: 100%;
}
.sidebar.span-3 + .span-6 + .span-3 .widget{
float: left;
width: 31.3%;
margin-right: 2%;
margin-bottom: 2%;
}
.sidebar.span-3 + .span-6 + .span-3 .widget:nth-child(3n+3){
margin-right: 0;
}
.sidebar.span-3 + .span-6 + .span-3 .widget:nth-child(3n+4){
clear: left;
}   .sidebar.span-4{
width: 100%;
clear: left;
float: none;
}
.sidebar.span-4 .widget{
float: left;
width: 31.3%;
margin-right: 2%;
margin-bottom: 2%;
}
.sidebar.span-4 .widget:nth-child(3n+3){
margin-right: 0;
}
.sidebar.span-4 .widget:nth-child(3n+4){
clear: left;
}  .column.span-7,
.column.span-8,
.column.span-9,
.column.span-10,
.column.span-11,
.column.span-12{
float: none;
}
.column-flush.span-7,
.column-flush.span-8,
.column-flush.span-9,
.column-flush.span-10,
.column-flush.span-11,
.column-flush.span-12{
float: none;
}  .column.span-2:nth-child(3n+4),
.column.span-3:nth-child(2n+3){
clear: left;
}
}   @media only screen and (min-width: 601px) and (max-width: 782px){  .admin-bar .header-sticky.is_stuck.is_stuck_show{
margin-top: 46px;
}
}   @media only screen and (max-width: 768px){
.header-inline .inline-right-nav{
float: right;
margin-right: 0;
}
.pull-left,
.pull-right{
float: none;
}  .created-using-layers{
display: block;
margin: 20px 0 -20px;
padding: 5px 10px;
background: rgba(0, 157, 243, 1);
color: #fff;
font-size: 0.9rem;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
}
.created-using-layers:hover{
color: #fff;
background: #3D454C;
}  .form-row{
margin-bottom: 15px;
}
}
@media only screen and (min-width: 601px) and (max-width: 860px){  .column.span-5{
width: 49%;
margin-right: 2%;
}
.column-flush.span-5{
width: 50%;
}
.column.span-5 + .span-5{
margin-right: 0;
}  .column.span-10,
.column-flush.span-10{
width: 100%;
margin-right: 0;
}  .column.span-5 + .span-5 + .span-2{
width: 100%;
}
.column.span-7 + .span-5{
width: 40.5%;
}
.column-flush.span-7 + .span-5{
width: 41.66665%;
}
.column.span-10 + .span-2{
width: 49%;
}
}   @media only screen and (min-width: 769px) {    .span-1{width: 6.5%;}
.span-2{width: 15%;}
.span-3{width: 23.5%;}
.span-4{width: 33.33333%;}
.span-5{width: 40.5%;}
.span-7{width: 57.5%;}
.span-8{width: 66%;}
.span-9{width: 74.5%;}
.span-10{width: 83%;}
.span-11{width: 91.5%;}
.span-12{
clear: both;
float: none;
}  .column-flush.span-1{width: 8.333333%;}
.column-flush.span-2{width: 16.6667%;}
.column-flush.span-3{width: 25%;}
.column-flush.span-5{width: 41.66665%;}
.column-flush.span-7{width: 58.1%;}
.column-flush.span-8{width: 66.65%;}
.column-flush.span-9{width: 74.7%;}
.column-flush.span-10{width: 83%;}
.column-flush.span-11{width: 91.3%;}
.column-flush.span-12{width: 100%;}  .offset-1{margin-right: 8.5%;}
.offset-2{margin-right: 17%;}
.offset-3{margin-right: 25.5%;}
.offset-4{margin-right: 34%;}
.offset-5{margin-right: 42.5%;}
.offset-6{margin-right: 51%;}
.offset-7{margin-right: 59.5%;}
.offset-8{margin-right: 68%;}
.offset-9{margin-right: 76.5%;}
.offset-10{margin-right: 85%;}
.offset-11{margin-right: 93.5%;}
.offset-left-1{margin-left: 8.5%;}
.offset-left-2{margin-left: 17%;}
.offset-left-3{margin-left: 25.5%;}
.offset-left-4{margin-left: 34%;}
.offset-left-5{margin-left: 42.5%;}
.offset-left-6{margin-left: 51%;}
.offset-left-7{margin-left: 59.5%;}
.offset-left-8{margin-left: 68%;}
.offset-left-9{margin-left: 76.5%;}
.offset-left-10{margin-left: 85%;}
.offset-left-11{margin-left: 93.5%;}
.pull-left-1{margin-left: -8.5%;}
.pull-left-2{margin-left: -17%;}
.pull-left-3{margin-left: -25.5%;}
.pull-left-4{margin-left: -34%;}
.pull-left-5{margin-left: -42.5%;}
.pull-left-6{margin-left: -51%;}
.pull-left-7{margin-left: -59.5%;}
.pull-left-8{margin-left: -68%;}
.pull-left-9{margin-left: -76.5%;}
.pull-left-10{margin-left: -85%;}
.pull-left-11{margin-left: -93.5%;}
.pull-right-1{margin-right: -8.5%;}
.pull-right-2{margin-right: -17%;}
.pull-right-3{margin-right: -25.5%;}
.pull-right-4{margin-right: -34%;}
.pull-right-5{margin-right: -42.5%;}
.pull-right-6{margin-right: -51%;}
.pull-right-7{margin-right: -59.5%;}
.pull-right-8{margin-right: -68%;}
.pull-right-9{margin-right: -76.5%;}
.pull-right-10{margin-right: -85%;}
.pull-right-11{margin-right: -93.5%;}  .row .span-1:nth-child(12n+12),
.row .span-2:nth-child(6n+6),
.row .span-4:nth-child(3n+3),
.row .span-6:nth-child(2n+2){
margin-right: 0;
}  .row .span-2:nth-child(6n+7),
.row .span-3:nth-child(4n+5),
.row .span-4:nth-child(3n+4),
.row .span-6:nth-child(2n+3){
clear: left;
}  .column.span-3 + .column.span-6 + .column.span-3{
margin-left: 2%;
}
.column.span-9 + .column.span-3{
margin-right: 0;
}
.column.span-12,
.column-flush.span-12{
margin-right: 0;
}  .header-site .container{
padding: 20px;
}  .nav-horizontal ul{
display: inline-block;
}
.responsive-nav{
display: none;
}  .header-center{
text-align: center;
}
.header-center .logo{
float: none;
}
.header-center .site-description{
display: block;
margin: 0;
}
.header-center .site-logo-link + .site-description{
margin: 10px 0 0;
}
.header-center .site-logo-link + .tagline{
margin-top: 10px;
}
.header-center nav{
clear: both;
float: none;
margin-top: 20px;
text-align: center;
line-height: 20px;
}  .header-inline .logo{
text-align: center;
}
.header-inline .site-description{
display: block;
margin: 0;
}
.header-inline .site-logo-link + .site-description{
margin-top: 10px;
}
.header-inline .column{
margin: 0;
}
.header-inline .inline-left-nav{
float: left;
width: 40.5%;
text-align: right;
}
.header-inline .inline-right-nav{
float: right;
width: 40.5%;
text-align: left;
position: relative;
z-index: 2;
}
.header-inline .inline-right-nav nav{
float: none;
}
.header-inline .inline-site-logo{
width: 15%;
margin: 0 2%;
z-index: 1;
}  .nav-clear .logo{
float: none;
}
.nav-clear .site-logo-link + .sitename{
margin-top: 10px;
}
.nav-clear .site-logo-link + .tagline{
margin-top: 10px;
}
.nav-clear nav{
display: block;
float: none;
clear: both;
margin: 20px 0 0;
line-height: 20px;
}    .header-sticky.is_stuck.header-center .logo{
display: none;
}
.header-sticky.is_stuck.header-center nav{
margin-top: 0;
}  .header-sticky.is_stuck.nav-clear .logo{
display: none;
}
.header-sticky.is_stuck.nav-clear nav{
margin-top: 0;
}  .header-sticky.is_stuck.header-inline .site-description{
display: none;
}  .admin-bar .header-sticky.is_stuck.is_stuck_show{
margin-top: 30px;
}    .with-overlay{
overflow: hidden;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}
.with-overlay .thumbnail-body{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
visibility: hidden;
opacity: 0;
transition: 0.2s all ease-in-out;
text-align: center;
}
.with-overlay .overlay{
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.with-overlay .thumbnail-body{
background: rgba(0, 0, 0, 0.65);
}
.with-overlay .heading{
opacity: 0;
color: #fff;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
transition: 0.2s all ease-in-out 0.1s;
}
.with-overlay .heading a{
color: #fff;
}
.with-overlay .button{
margin-top: 15px;
position: relative;
opacity: 0;
background: none;
border: 2px solid #fff;
position: relative;
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
transition: transform 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.25s;
}
.with-overlay .excerpt{display: none;}
.with-overlay .meta-info{display: none;}  .with-overlay:hover .thumbnail-media img{
-webkit-transform: scale(1.08);
transform: scale(1.08);
}
.with-overlay:hover .thumbnail-body{
visibility: visible;
opacity: 1;
}
.with-overlay:hover .heading{
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.with-overlay:hover .button{
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}  .has-image .image-left.small .media-body,
.has-image .image-right.small .media-body{
margin-top: 0;
}    section[class*=' off-canvas-'] .nav-mobile{
display: none;
}
}
@media only screen and (min-width: 1100px){  .created-using-layers{
display: block;
position: fixed;
bottom: 20px;
right: 20px;
width: 30px;
height: 27px;
z-index: 99;
background: url(//ezitow.com.au/wp-content/themes/layerswp/assets/css/images/created-using-layers.png) top no-repeat;
background-size: 30px 56px;
transition: all 0.15s ease-in-out;
}
.created-using-layers span{
display: none;
}
.created-using-layers:after{
padding: 4px 6px;
position: absolute;
bottom: 6px;
left: -136px;
z-index: 1;
content: attr(tooltip);
background: rgba(0, 157, 243, 0.85);
color: rgba(255, 255, 255, 0.8);
border-radius: 100px;
opacity: 0;
visibility: hidden;
transition: all 0.1s ease-in-out 0.1s;
font-size: 0.9rem;
line-height: 1.1rem;
text-transform: uppercase;
letter-spacing: 2px;
}
.created-using-layers:hover{
background-position: bottom;
}
.created-using-layers:hover:after{
opacity: 1;
visibility: visible;
left: -140px;
}
}
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {  #back-to-top{
display: none;
}
}@font-face {
font-family: 'layers-icons';
src:url(//ezitow.com.au/wp-content/themes/layerswp/assets/css/icon-fonts/layers-icons.eot);
src:url(//ezitow.com.au/wp-content/themes/layerswp/assets/css/icon-fonts/layers-icons.eot?#iefix) format('embedded-opentype'),
url(//ezitow.com.au/wp-content/themes/layerswp/assets/css/icon-fonts/layers-icons.woff) format('woff'),
url(//ezitow.com.au/wp-content/themes/layerswp/assets/css/icon-fonts/layers-icons.ttf) format('truetype'),
url(//ezitow.com.au/wp-content/themes/layerswp/assets/css/icon-fonts/layers-icons.svg?#layers-icons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="l-"], [class*=" l-"] {
font-family: 'layers-icons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.l-search:before {
content: "\f002";
}
.l-shopping-cart:before {
content: "\f07a";
}
.l-user:before {
content: "\f008";
}
.l-clock-o:before {
content: "\f018";
}
.l-tags:before {
content: "\f02d";
}
.l-comment-o:before {
content: "\f0e6";
}
.l-folder-open-o:before {
content: "\f116";
}
.l-menu:before {
content: "\e601";
}
.l-top-arrow:before {
content: "\e604";
}
.l-bottom-arrow:before {
content: "\e605";
}
.l-right-arrow:before {
content: "\e600";
}
.l-left-arrow:before {
content: "\e602";
}
.l-close:before {
content: "\e603";
}