/*   
Theme Name: My Home Automation
Author: Synergy Creative
Description: My Home Automation
Version: 0.0.1
Tags: Custom Wordpress
*/

* {
    margin: 0;
}
html,
body {
    min-height: 100%;
    background: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;Synergy3w4e5r
    background: #ffffff;
}
body {
    font-family: "Roboto Condensed", helvetica, arial, sans-serif !important;
    background: #FCFCFC;
    font-size: 14px;
    overflow-x: hidden;
    font-weight: 400 !important;
}
.container {
    margin: auto !important;
}
a {
    color:#30271d !important;
    font-weight: 500;
    font-family: "Montserrat", helvetica, arial, sans-serif !important;
}
a:hover,
a:focus {
    text-decoration: none !important;
    /*color:#333333 !important;*/
}
p,
div,
.contact-about a {
    font-family: "Roboto Condensed", helvetica, arial, sans-serif !important;
    font-size: 1.5rem;
    line-height: 1.625;
    font-weight: 400;
}
h1, h2, h3, h4, h5 {
    font-weight: 300;
    text-transform: none;
    font-size: 2.5rem;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 1.5rem 0;
    color: #30271d;
}
.pos-rel {
    position: relative !important;
}
.image-center {
    position: relative;
    display: block;
    height: 0px;
    overflow: hidden;
    padding-bottom: 66%;
}
.image-center > img {
    position: absolute;
    display: block;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    margin: auto;
    height: auto;
    width: 100% !important;
    min-width: 100% !important;
}
.image-center.byheight > img {
    height: 160% !important;
    width: auto !important;
}
.image-center img {
    width: 100% !important;
    height: auto !important;
}
.txt-left {
    text-align: left !important;
}
.txt-right {
    text-align: right !important;
}
.txt-center {
    text-align: center !important;
}
.txt-justify {
    text-align: justify !important;
}
.pos-rel {
    position: relative !important;
}
.full-height {
    height: 100% !important;
}
.table {
    display: table;
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}
.table-cell {
    display: table-cell;
    height: 100% !important;
    width: 100% !important;
    vertical-align: middle;
}
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
.btn:focus,
a:focus {
    outline: 0px !important;
    -webkit-appearance: none;
}
.stdw-pd {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}
.row.stdw-pd {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.std-pd {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.row.std-pd {
    margin-left: -5px !important;
    margin-right: -5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.md-pd {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}
.row.md-pd {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.dbl-pd {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.row.dbl-pd {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.xl-pd {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.row.xl-pd {
    margin-left: -30px !important;
    margin-right: -30px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.stretch {
    min-width: 100%;
}
.image-center.byheight img {
    height: 160% !important;
    width: auto !important;
}
.txt-montserrat {
    font-family: "Montserrat", helvetica, arial, sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.325rem;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-menu {
    height: 40px;
    line-height: 40px;
    background: #006db8;
    margin: 0px -15px;
    padding: 0px 15px;
}
header .top-menu .quote,
header .top-menu .call {
    display:inline-block;
}
header .top-menu .call {
    color:#ffffff !important;
}
header .top-menu .quote {
    height: 28px;
    line-height: 27px;
    padding: 0px 14px;
    border-radius: 15px;
    font-size: 1.3255rem;
    margin-top: 6px;
}
header {
    width: 100%;
    background: #ffffff;
    height: 100px;
    line-height: 100px;
    padding: 0px 30px;
    font-weight: 700;
    position: absolute;
    z-index: 999;
    top: 45px;
}
.menu-header-menu-container {
    text-align:right;
}
header nav {
    position: relaive;
    z-index:20;
}
header nav li {
    display: inline-block;
    margin: 0px 1.125rem;
    position:relative;
}
header nav li:first-child {
    margin-left:0;
}
header nav li:last-child {
    margin-right: 0px;
}
header nav li a {
    color: #30271d;
    font-size: 1.425rem;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 57px !important;
    display: block;
    position:relative;
}
header nav li:after {
    display:none;
}
li.current-menu-item:after {
    content: " ";
    background: #006db8;
    position: absolute;
    left: -3px;
    right: -3px;
    bottom: -10px;
    height: 2px;
    border-radius: 3px;
    display:block;
}
footer li.current-menu-item:after,
.sub-menu li.current-menu-item:after {
    display:none;
}
header nav li:hover > a {
    color:#006db8 !important;
}
.menu-item-has-children {
    margin-right:2rem;
}
li.menu-item-has-children a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    right: -20%;
    bottom: -2px;
    margin: auto;
    font-size: 1.5rem;
    left: 0;
    display: block !important;
}
header nav li.menu-item-has-children:hover:after {
     color:#006db8 !important;
}
.sub-menu {
    position: absolute;
    display: none;
    background: transparent;
    border: 0px solid #000000;
    padding: 0px;
    left: -1;
    top: 70px;
    padding-top: 20px;
    min-width: 235px;
}
header nav .sub-menu li {
    display: block;
    text-align: left;
    background: #ffffff;
    width: 100%;
    margin: 0px;
    padding: 0px 17px;
}
header nav .sub-menu li:first-child {
    padding-top:10px;
}
header nav .sub-menu li:last-child {
    padding-bottom:10px;
}
header nav .sub-menu li a {
    line-height: 1;
    padding: 0 !important;
    height: 34px;
    line-height: 34px;
    text-align: left;
    display: block;
    font-size: 1.325rem;
}
header nav .sub-menu li a:after {
    display:none !important;
}
.sub-menu li .sub-menu {
    position: static;
    border: 0px;
    padding: 0;
    display: block;
}

.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:hover > .sub-menu:hover {
    display: block !important;
}
.sub-menu li.menu-item-has-children > a:nth-child(1) {
    position: relative;
    font-weight: 700;
}
.sub-menu li.menu-item-has-children > a:nth-child(1):after {
    content: " ";
    background: #000000;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: auto;
    position: absolute;
    z-index: 99;
}
.sub-menu li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0.725em;
}
.logo {
    height: 65px;
    margin-top: -7px;
}
/* HEADER MENU END*/

.page-wrap {
    min-height: 100%;
    height: 100%;
    margin-bottom: -300px;
    background: #ffffff;
}
.page-wrap:after {
    content: "";
    display: block;
}
footer,
.page-wrap:after {
    height: 300px;
}
footer {
    color: #ffffff;
    background: #343434;
    position: relative;
    height: 300px;
    padding:30px 0;
}
.flexslider {
    margin: 0px;
    border: 0px !important;
    background: transparent;
}
.flexslider.thumbs {
    padding: 5rem 0 4rem 0;
}
.flex-control-nav {
    display: none;
}
.flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #888888;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    cursor: default;
    box-shadow: 0px 0px 0px;
    border: 0px;
    color: #cdcdcd !important;
}
.flex-control-nav li {
    margin: 0 3px;
}
.flex-control-paging li a {
    color: #ffffff;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 9;
}
.flex-direction-nav {
    display: none;
}
.flexslider .flex-direction-nav .flex-prev {
    /* opacity: 1 !important;*/
    
    left: 25px !important;
}
.flexslider .flex-direction-nav .flex-next {
    /* opacity: 1 !important;*/
    
    right: 25px !important;
}
.flexslider .prev,
.flexslider .thumb-prev  {
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    cursor:pointer;
}
.flexslider .next,
.flexslider .thumb-next {
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    cursor: pointer;
}
.cta-position {
        text-align:center !important;
    }
.mha-cta {
    display: inline-block;
    text-align: right;
    height: 100px;
    line-height: 100px;
}
.mha-cta a {
    line-height: 1;
    display:block;
}
header .call {
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    color: #006db8 !important;
    display: block;
    margin-bottom: 10px;
    font-size: 1.5rem;
}
header .quote,
.call-banner .quote {
    background: #8dc63f;
    height: 30px;
    line-height: 29px;
    padding: 0px 14px;
    border-radius: 15px;
    color: #ffffff !important;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    margin-top:0;
} 
.call-banner .quote {
    display: inline-block;
    margin-top: 1rem;
}
header .quote .fa,
.call-banner .quote .fa {
    vertical-align: middle;
    margin-top: -1px;
    margin-left:4px;
}
#footer_logos img {
    vertical-align: bottom;
    margin-right:10px;
}
#footer_logos span {
    font-size:10px;
    font-family: "Montserrat", sans-serif
}
#footer_logos div, 
#footer_logos a {
    font-size: 11.5px;
    color: #888888 !important;
    margin-top: 5px;
    font-weight: 300 !important;
    font-family: "Montserrat", sans-serif;
}
#footer_logos figure {
    padding:0px 30px;
    margin-top: 2rem;
}
#footer_logos figure img:first-child {
    margin-right:15px;
}
footer .menu {
    padding-top: 24px;
}
footer .menu li {
    line-height:1.5;
}
footer .menu li a {
    color: #888888 !important;
    font-weight: 300;
    font-size: 1.25rem;
}
footer .menu li a:hover {
    color:#2a6496 !important;
} 
.call-banner {
    position:relative;
}
.call-banner .image-center {
    padding-bottom: 29% !important;
}
.call-banner .image-center img {
    height: 100% !important;
    width:auto !important;
}
.call-banner figcaption {
    position: absolute;
    z-index: 99;
    bottom: 20%;
    margin: auto;
    left: 22%;
    height: 100px;
    width: 400px;
}
.call-banner.security figcaption {
    left: 37%;
    bottom: 52%;
}
.call-banner a {
    color: #ffffff !important;
    display: block;
    font-weight: 300;
    font-size: 2.5rem;
}
.brands-banner {
    text-align:center;
    height:350px;
}
.testimonials-banner {
    height:auto;
    padding:6rem 0;
}
.testimonials-banner h1 {
    font-size:2rem;
}
.brands-banner h1 {
    font-family: "Montserrat", sans-serif;
    font-weight:300;
    font-size:2.5rem;
    text-transform: none;
    letter-spacing:0px;
    margin:0px;
}
.brands-banner a,
.testimonials-banner a,
.call-banner.security a {
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    color: #006db8 !important;
    display: block;
    font-size: 1.5rem;
}
.testimonials-banner a {
    margin-top: 1.5rem;
}
.brands-banner a .fa,
.testimonials-banner a .fa {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 1.5rem;
    margin-top: -1px
}
.brands-banner .container,
.testimonials-banner .container {
    width:600px;
}
.three_blocks {
    padding:8rem 0;
}
.services_blocks {
    padding:5rem 0 0 0;
}
.three_blocks figure {
    border: 1px solid #b9b9ba;
    border-radius: 25px;
    text-align: center;
    padding: 5rem 2.5rem;
}
.services_blocks .row.std-pd {
    border: 1px solid #b9b9ba;
    height: 130px;
    border-radius: 15px;
    text-align:center;
}
.three_blocks img {
    height: 10rem;
}
.services_blocks img {
    height: 100px;
    width: auto !important;
    vertical-align: middle;
    display: block;
    position: relative;
    margin-top: 14px !important;
    margin:auto !important;
}
.three_blocks figcaption {
    margin: 2.5rem 0 0 0;
}
.services_blocks h1 {
    font-size:2rem !important;
}
.three_blocks h1 {
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom:1.5rem;
}
.three_blocks a,
.services_blocks a {
    color:#98cb50 !important;
    font-weight:400;
    font-size:1.5rem;
}
.three_blocks a .fa,
.services_blocks a .fa {
    font-size:1.25rem;
    color:#98cb50 !important;
}
.carbon h1,
.security h1 {
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin: 0;
    font-size: 2.5rem;
    text-transform: none;
    letter-spacing: 0px;
}
.carbon.home-theatre h1,
.security h1  {
    color:#000000;
}
.carbon a,
.security a {
    font-size: 1.5rem !important;
    color: #0072bc !important;
    font-weight:500;
    margin-top:1rem;
}
.carbon a .fa {
    font-size: 1.25rem;
}
.call-banner.carbon figcaption {
    right: 0;
    top: 13%;
    left: 44%;
}
.call-banner.carbon.home-theatre figcaption {
    right: 0;
    top: -27%;
    left: -13%;
}
.home-intro {
    padding: 6rem 0px;
}
.home-intro h1 {
    margin-bottom:3.5rem;
}
.home-intro a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #006db8 !important;
    margin-top: 1.5rem;
    display: block;
}
.home-intro a .fa {
    font-size: 1.125rem;
}
.home-intro img {
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    max-width:50%;
}
.page-template-template_about .home-intro img,
.page-template-template_entertainment .home-intro img{
    margin-top:4rem;
}
.flexslider.slide .slides img {
    width: 150px !important;
}
.contact-about {
    margin: 4rem auto 0 auto;
}
.contact-about a {
    color:#000000 !important;
    margin:0px;
}
.client-stories .row {
    height: 200px;
    margin: 3rem 0;
}
.inner-hero .image-center {
    padding-bottom:38%;
}
#map {
     height: 300px;
    width: 100%;
}
.client-stories {
    margin:2rem auto !important;
}
.contact-intro {
    padding: 6rem 0 4rem 0;
}
.contact-intro a {
    color: #006db8 !important;
    display: block;
    margin: 0.5rem 0;
    font-size: 2.5rem;
}
.contact-intro h1 {
    margin:0rem;
}
.contact-form {
    padding-bottom:6rem;
}
.contact-form label {
    margin-bottom:1.5rem;
    font-weight:400;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    width:100%;
    height:40px;
    border:1px solid #a1a1a1;
    border-radius:8px;
    margin-bottom:1.5rem;
    padding:0px 10px;
}
.contact-form input[type=checkbox], 
.contact-form input[type=radio] {
    margin: 7px 20px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.contact-form input[type="checkbox"]:hover, 
.contact-form input[type="checkbox"]:focus {
    outline: 0px !important;
-webkit-appearance: checkbox !important;
}
.contact-form textarea {
    height:150px;
    border:1px solid #a1a1a1;
    border-radius:8px;
    width:100%;
    margin-bottom:1.5rem;
    padding:10px;
}
.mha-content {
    padding:6rem 0;
}
/* START CUSTOM */
.contact-form input[type=checkbox] {
    position: relative;
}
.contact-form input[type=checkbox]:after {
    position: absolute;
    top: -8px;
    left: 0;
    content: '';
    width: 25px;
    height: 25px;
    z-index: 1;
    border: 1px solid #a1a1a1;
    background: #ffffff;
    cursor: pointer;
    border-radius: 3px;
}
.contact-form input[type=checkbox].bg-switch:after {
    font-family: 'FontAwesome';
    content: "\f00c";
    display: inline-block;
    vertical-align: top;
    line-height: 23px;
    margin-right: 0.3em;
    text-align: center;
    color: #a1a1a1;
}
.contact-form .wpcf7-checkbox span {
    margin-right: 2.125rem;
}
span.wpcf7-list-item {
    margin: 5px 0 1.5rem 0em;
}
.contact-form input[type="submit"] {
    float: right;
    border: 0px;
    border-radius: 15px;
    background: #8dc63f;
    height: 35px;
    line-height: 29px;
    padding: 0px 19px;
    border-radius: 17px;
    color: #ffffff !important;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    margin-top:1.5rem;
}
div.wpcf7-validation-errors {
    border: 0px solid #f7e700;
}
div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14;
}
div.wpcf7-response-output {
    margin: 0px;
    padding: 0px;
}
 .mha-content h1 {
    margin-bottom:4rem;
 }
.last-updated {
    font-style: italic;
    margin: 1.5rem 0 1.5rem 0;
    display: block;
}
.mha-content a {
font-family:"Roboto Condensed", helvetica, arial, sans-serif !important;
color:#006db8 !important;
}
.content_blocks h2 {
    font-weight:700;
    font-family:"Roboto Condensed", sans-serif;
    font-size:1.725rem;
    margin:5rem 0 1.5rem 0;
}
.mha-content ol {
    padding: 0 0 0 15px
}
.mha-content ol li {
    padding-left: 10px;
    padding: 10px 0 10px 10px;
}
.services_intro {
    padding:8rem 0 0 0;
}
.services_intro img {
    margin-top:1.5rem;
}
.services_intro_text {
    padding: 1.5rem 0 1.5rem 0;
}
.services_intro li {
    line-height: 2;
}
.services_intro li .fa,
.services_wire_banner li .fa,
.lighting_control_banner li .fa
 {
    color:#006db8;
    margin-right:5px;
    display:inline-block;
}
.services_wire_banner,
.lighting_control_banner,
.multi_room_audio {
    min-height:400px;
    background-size:cover;
    color:#ffffff;
}
.services_wire_banner {
    margin-top:5rem;
}
.lighting_control_banner {
        background-image:url('http://myhomeautomation.com.au/wp-content/uploads/2017/05/lighting_banner.jpg');
}
.multi_room_audio {
       background-image:url('http://myhomeautomation.com.au/wp-content/uploads/2017/05/multi_room_audio.jpg');
       background-position:center center;
}
.services_wire_banner h1,
.lighting_control_banner h1,
.home-cinema h1,
.security-interfaces h1,
.climate-control-block h1 {
    color:#ffffff !important;
}
.multi_room_audio h1 {
    color:#000000;
}
.services_wire_banner .content,
.lighting_control_banner .content,
.multi_room_audio .content {
    padding: 6rem 3.5rem 6rem 0;
    width: 55%;
    float: right;
}
.multi_room_audio .content {
    float:left;
    color:#000000;
}
.lighting_control_banner .content {
    padding-right:0px;
}
.lighting_control_banner .content,
.multi_room_audio .content {
    width:49%;
}
.services_wire_banner ul,
.lighting_control_banner ul {
    margin:0.725rem 0 1.5rem 0;
}
.energy-intro {
    padding: 12rem 0 6rem 0;
}
.entertainment-intro {
    padding: 0;
    margin-bottom: -2rem !important;
}
.entertainment-intro span {
    display: block;
    padding: 25% 0;
}
.energy-intro img {
    max-width: 300px;
    margin: -5rem 0 0 auto;
}
.entertainment-intro img {
    margin: -9rem 0 -2rem auto;
}
.call-banner.climate-control figcaption {
    color: #ffffff;
    left:0;
    right:0;
    margin:auto;
}
.call-banner.climate-control figcaption span {
    bottom: 45%;
    left: 0;
    width: 350px;
    display:block;
}
.call-banner.climate-control figcaption {
       bottom: 55%; 
}
.call-banner.windows figcaption,
.call-banner.interfaces.entertainment figcaption {
    color: #000000;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    max-width: 100%;
    height: 120px;
}
.call-banner.interfaces.entertainment figcaption {
    height:auto;
}
.call-banner.interfaces.entertainment figcaption span {
    display: block;
    width: 300px;
}
.call-banner.windows span {
    width: 400px;
    display: block;
    float: right;
}
.call-banner.windows.communications span {
    width: 320px;
}
.call-banner.windows.lighting figcaption {
    height: auto;
    padding: 7% 0;
}
.call-banner.windows.communications figcaption {
    height: auto;
    padding: 6% 0;
}
.call-banner.windows.lighting span {
    width: 330px;
    display: block;
    float: right;
    color:#ffffff;
}
.call-banner.climate-control h1,
.call-banner.windows.lighting h1 {
    color:#ffffff;
}
.call-banner.climate-control.windows h1,
.call-banner.climate-control.interfaces figcaption,
.call-banner.climate-control.interfaces figcaption h1 {
    color:#000000 !important;
}
.call-banner.climate-control.windows .image-center img {
    right:-65% !important;
}
.page-template-template_energy .container,
.page-template-template_entertainment .container,
.page-template-template_security .container {
    max-width: 900px !important;
}
.call-banner.windows .image-center img {
    left:-40%;
}
.call-banner.windows.lighting .image-center img,
.call-banner.windows.communications .image-center img {
    left:-50%;
}
.security-intro {
    padding: 6rem 0;
}
.security-intro img {
    position: absolute;
    max-width: 500px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.security-intro a {
    color:#006db8 !important;
    font-family:'Roboto Condensed', sans-serif !important;
}
/* TABLE STRIPES */

.interfaces-entertainment,
.communications,
.home-cinema,
.security-windows,
.security-interfaces,
.climate-control-block,
.windows-energy {
    height:400px;
    background-image:url('http://myhomeautomation.com.au/wp-content/uploads/2017/05/hammock_lady.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.communications {
    background-image:url('http://myhomeautomation.com.au/wp-content/uploads/2017/05/communications-banner.jpg');
}
.security-windows {
    background-image:url('http://myhomeautomation.com.au/wp-content/uploads/2017/05/security-windows.jpg');  
    height:350px;
}
.home-cinema {
    height:350px;
    background-image:url('http://myhomeautomation.com.au/wp-content/uploads/2017/05/cinema-banner-new.jpg');
}
.security-interfaces {
    background-image:url('http://myhomeautomation.com.au/wp-content/uploads/2017/05/security-interfaces-banner.jpg');
}
.climate-control-block {
    background-image:url('http://myhomeautomation.com.au/wp-content/uploads/2017/05/air-banner.jpg');
    height:450px;
}
.windows-energy {
    background-image: url('http://myhomeautomation.com.au/wp-content/uploads/2017/05/windows_coverings.jpg');
}
.interfaces-entertainment span,
.communications span,
.security-windows span  {
    width: 325px !important;
    display: block;
}
.windows-energy span {
    width:390px;
    display:block;
}
.home-cinema span,
.security-interfaces span,
.climate-control-block span {
    color:#ffffff;
    width: 260px !important;
    display: block;
}
.interactive-home-elements {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.interactive-home-elements figcaption {
    position: absolute;
    bottom: 2rem;
    background: #ffffff;
    padding: 9px 30px;
    border-radius: 23px;
    text-align: center;
    margin: auto;
    display: inline-block;
    font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    width: auto;
    left: 0;
    right: 0;
    width: 700px;
    max-width: 100%;
}
.interactive-home-elements figcaption img {
    height: 30px;
    margin-right: 10px;
}
.interactive-home-elements .icon .icon-button {
    background: #006db8;
    border: 4px solid #ffffff;
    height: 50px;
    width: 50px;
    line-height: 39px;
    border-radius: 100%;
    display: block;
    text-align: center;
    cursor:pointer;
    position:relative;
    z-index:99;
    box-shadow: 3px 5px 5px rgba(0,0,0,0.3);
}
.interactive-home-elements .icon .icon-button img {
    height:22px;
}
.interactive-home-elements .icon {
    position: absolute;
}
.info-box {
    position: absolute;
    display: none;
    background: #ffffff;
    padding: 1.25rem;
    min-width: 300px;
    font-size: 1.125rem;
    left: 52px;
    top: 32px;
    z-index: 9999;
    box-shadow: 3px 5px 5px rgba(0,0,0,0.3);
}
.info-box .fa {
    vertical-align: middle;
    margin-left:2px;
}
.fancybox-inner .info-box {
    position:static;
    display:block !important;
}
.info-box.left {
    left: -240px;
    top: -162px;
}
.info-box h1,
.mobile-box-info h1 {
    font-size:1.5rem;
    margin-bottom:1rem;
    font-weight:500;
    color:#006db8;
}
.info-box a,
.mobile-box-info a {
    color:#006db8 !important;
}
.info-box p,
.mobile-box-info p {
    font-size:1.25rem;
}
.icon:hover .info-box {
    display:block !important;
}
.interactive-home-elements .icon.lights {
    left: 39%;
    top: 31%;
}
.interactive-home-elements .icon.audio {
    left: 17%;
    top: 48%;
}
.interactive-home-elements .icon.security-icon {
    left: 30%;
    top: 57%;
}
.interactive-home-elements .icon.wifi {
    left: 44%;
    top: 77%;
}
.interactive-home-elements .icon.window-icon {
    left: 47%;
    top: 56%;
}
.interactive-home-elements .icon.climate-icon {
    left: 74.5%;
    top: 49%;
}
.interactive-home-elements .icon.tv {
    left: 86%;
    top: 53%;
}
html.fancybox-lock {
    overflow: visible !important;
}
.mobile-box-info {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: auto;
    background: transparent;
    min-height: 100px;
    padding: 1rem;
    margin: auto;
    left: 0;
    right: 0;
    top: 15px;
    padding:15px;
}
.mobile-box-info a {
    font-size:1.25rem !important;
    margin-top:0.5rem;
}
.trigger-info-here {
    background: #ffffff;
    padding: 15px !important;
}
.mha-close {
    position: absolute;
    top: 0px;
    right: 10px;
    display: block;
    z-index: 99;
    font-size: 25px;
    cursor:pointer;
}
.mobile-box-info.open {
    display:none;
}
.error404 h1 {
margin-top:8rem;
}
div.wpcf7-mail-sent-ng {
    border: 0px solid #ff0000;
}
/* END TABLE STRIPS */
@media (max-width: 480px) {
    .call-banner figcaption {
        bottom:15%;
    }
    .call-banner.carbon.home-theatre figcaption,
    .call-banner.security figcaption {
    left: 0;
    }
    .call-banner.security figcaption {
    bottom: 46%;
    }
    .brands-banner .container,
    .testimonials-banner .container {
        width:100%;
        max-width:100%;
    }
    .inner-hero .image-center {
        padding-bottom:70%;
    }
    .page-template-template_entertainment .inner-hero .image-center img {
        right: -33%;
    }
    .mobile-box-info {
    top: 0px;
}
}
@media (min-width:480px) and (max-width:767px) {
    .brands-banner .container,
    .testimonials-banner .container {
        width:100%;
        max-width:100%;
    }
    .inner-hero .image-center {
        padding-bottom:55%;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0px 30px !important;
    }
    #footer_logos figure {
        padding: 0;
        margin-top: 0;
        margin: 1rem 0;
    }
    .call-banner figcaption {
        left: 0% !important;
        padding:0px 30px;
    }
    .call-banner .image-center {
        padding-bottom: 70% !important;
    }
    .call-banner a {
        font-size: 2.25rem;
    }
    .brands-banner {
        height: 300px;
    }
    .testimonials-banner {
        height:auto;
    }
    .flexslider.slide .flex-control-nav {
        display: block;
        bottom: -45px;
    }
    .flex-control-nav {
        display:block;
        bottom: 8px;
    }
    .next,
    .thumb-next,
    .prev,
    .thumb-prev {
        display: none;
    }
.flexslider.thumbs {
    padding: 3rem 0 5rem 0;
}
.call-banner.carbon figcaption {
    right: 0;
    top: 13%;
    left: 0%;
}
.call-banner .image-center img {
    width: auto !important;
    height: 122% !important;
    left: -133%;
} 
.call-banner.home-theatre .image-center img,
.call-banner.security .image-center img {
    left: -56%;
}
.testimonials-banner .slides img {
    margin:0 auto 2rem auto ;
}
.call-banner figcaption {
    max-width: 100%;
}
.page-template-template_about .home-intro img,
.page-template-template_entertainment .home-intro img {
    margin-top:0rem;
}
.client-stories .row {
    height: auto;
    margin: 2.5rem 0;
}
.client-stories img {
    margin: 0 auto 2rem auto;
    max-width: 200px;
}
.inner-hero .image-center img{
    height:100% !important;
    width:auto !important;
}
.contact-about {
    margin: 2rem auto 3rem auto;
}
.client-stories h1 {
    font-size:2rem;
}
span.wpcf7-list-item {
    display: block;
}
.contact-intro {
    padding: 4rem 0 1rem 0;
}
.mha-content,
.energy-intro {
    padding: 4rem 30px !important;
}
.services_wire_banner .content {
    width: 100%;
}
.services_wire_banner {
    background-image:none;
    background:#356577;
}
.services_wire_banner img {
    margin: 3.5rem -30px 0 -30px;
    width: 100%;
    max-width: 400px;
}
.services_wire_banner .content, 
.lighting_control_banner .content {
    padding: 4rem 0rem 4rem 0;
    width: 100%;
}
.lighting_control_banner .content {
    padding-bottom:2rem;
}
.lighting_control_banner {
    background:#0a0c0a !important;
}
.call-banner.climate-control figcaption {
    position: static;
    background: #505458;
    height: auto;
    padding: 30px !important;
    width: 100%;
}
.call-banner.climate-control figcaption span,
.call-banner.windows.communications figcaption span {
    width: 100%;
}
.call-banner.windows figcaption {
    background: #d4cbc4;
    width: 100%;
    height: auto;
    padding: 30px !important;
    position: static;
}
.call-banner.windows.communications figcaption {
    background:#f1f1ef;
}
.call-banner.windows.lighting figcaption {
    background: #52504e;
}
.call-banner.climate-control.interfaces figcaption {
    background: #b4b4b4;
    width: 100%;
}
.call-banner.windows .image-center {
    padding-bottom:40% !important;
}
.call-banner.windows .image-center img {
    left:-50%;
    width:100% !important;
    height:auto !important;
}
.call-banner.windows span {
    width: 100%;
    display: block;
    float: right;
}
    .call-banner.windows.lighting span,
    .multi_room_audio .content {
    width: 100%;
    }
    .entertainment-intro img {
        margin: 0rem 0 0rem auto;
    }
    .entertainment-intro span {
    display: block;
    padding: 4rem 0;
}
.multi_room_audio {
    background:#f1f1f0;
}
.multi_room_audio .content {
    padding:4rem 0;
}
.security-intro img {
    position: static;
    max-width: 100%;
    margin:2rem auto;
}
/* TABLE STRIPES */

.interfaces-entertainment,
.communications,
.home-cinema,
.security-windows,
.security-interfaces,
.climate-control-block,
.windows-energy  {
    height:auto;
    background-image:none;
    background:#f5f5f6;
    padding:30px 0 0 0;
}
.interfaces-entertainment {
    background:#d9ef7e;
}
.home-cinema {
    background:#52504e;
}
.security-windows {
    background:#86ade9;
}
.security-interfaces {
    background:#dd3228;
}
.climate-control-block  {
    background:#5f6267;
}
.windows-energy {
    background:#ddd8d4;
}
.interfaces-entertainment span,
.communications span,
.home-cinema span,
.security-windows span,
.security-interfaces span,
.climate-control-block span,
.windows-energy span {
    width: 100% !important;
}
.interfaces-entertainment .image-center,
.communications .image-center,
.home-cinema .image-center,
.security-windows .image-center,
.security-interfaces .image-center,
.climate-control-block .image-center,
.windows-energy .image-center {
    margin-top:30px;
}
.home-cinema .image-center img,
.security-windows .image-center img,
.communications .image-center img,
.interfaces-entertainment .image-center img,
.security-interfaces .image-center img,
.climate-control-block .image-center img,
.windows-energy .image-center img {
    height:120% !important;
    width:auto !important;
}
/* END TABLE STRIPS */
.security-intro {
    padding:4rem 30px !important;
}
.container.hero-instructions {
    padding: 15px 30px !important;
    background: #f5f5f5;
}
.icon:hover .info-box {
    display:none !important;
}
.mobile-box-info.open {
    display:block;
}
}
@media (min-width: 767px) and (max-width:992px) {
#footer_logos figure {
    margin: 2rem 0 0.5rem 0 !important;
    padding: 0;
    margin-top: 0;
}
.call-banner figcaption {
    left: 15%;
}
    .call-banner .image-center {
        padding-bottom: 35% !important;
    }
    .call-banner.carbon.home-theatre figcaption {
    left: -20%;
}
.services_blocks .row.std-pd {
    margin-left: -30px !important;
    margin-right: -30px !important;
}
.services_wire_banner {
    background-position: -190px;
}
.services_wire_banner .content {
    width: 67%;
    width: 50%;
}
.lighting_control_banner .content {
    width: 60%;
    padding-right: 0px;
}
.lighting_control_banner {
    background-position: -320px;
}
.call-banner.climate-control figcaption {
    width: 240px;
}
.call-banner.climate-control figcaption {
    width: 245px;
    bottom: 49%;
}
.call-banner.climate-control.interfaces figcaption {
    width: 350px;
    bottom: 53%;
}
.call-banner.climate-control.interfaces .image-center img {
    left:-35% !important;
}
.page-template-template_energy .call-banner.windows figcaption.container,
.page-template-template_entertainment .call-banner.windows figcaption.container,
.page-template-template_energy .call-banner.climate-control figcaption.container,
.page-template-template_entertainment .call-banner.interfaces.entertainment figcaption.container {
    width:720px;
}
.call-banner.climate-control figcaption span {
    width: 276px;
}
.call-banner.climate-control.interfaces figcaption span {
    width: 380px;
}
.energy-intro {
    padding: 6rem 0 6rem 0;
}
.entertainment-intro img {
    margin: 0rem 0 -1rem auto;
}
.call-banner.windows.lighting span {
    width: 275px;
}
}
@media (max-width: 992px) {
    #mha-menu,
    .mha-cta {
        display:none;
    }
    .cta-position {
        text-align:right !important;
    }
header {
    width: 100%;
    background: #ffffff;
    height: 110px;
    line-height: 66px;
    padding: 0px 15px;
    font-weight: 700;
    position: absolute;
    z-index: 999;
    top: 0;
}
.fa-bars {
    font-size: 3rem;
    color: #006db8;
    line-height: 74px;
    cursor: pointer;
}
.logo {
    height: 47px;
    margin-top: -2px;
}
#mha-menu {
    position: absolute;
    top: 110px;
    background: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 1px solid #eeeeee;
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}
#mha-menu.show {
    display:block;
}
    header nav li {
        display: block;
        text-align: center;
        margin:0px;
    }
    header nav li a {
        padding: 0px !important;
        height: 40px;
        line-height: 40px;
    }
    .current-menu-item a {
        color:#006db8 !important;
    }
    li.current-menu-item:after {
        display:none;
    }
    .menu-item-has-children {
        margin-right: 0;
    }
    .menu-item-has-children:after {
        display:none;
    }
    .menu-item-has-children a {
        position: relative;
        display: inline-block;
    }
    li.menu-item-has-children a:after {
        right: -125%;
        bottom: 0px;
    }
    .sub-menu {
        position: static;
        display: none;
        background: transparent;
        border: 0px solid #000000;
        padding: 0px;
        left: -1;
        top: 0;
        padding-top: 0;
        text-align: center !important;
    }
    header nav .sub-menu li a {
        text-align: center;
    }
    header nav .sub-menu li:first-child {
        padding-top: 0px;
    }
    footer {
        height: auto;
    }
    .call-banner .image-center img {
        width:auto !important;
        height:100% !important;
    }
    .three_blocks,
    .services_blocks {
        padding: 1rem 30px 4rem 30px !important;
    }
    .three_blocks figure {
        margin:3rem 0 0 0;
    }
    .home-intro {
    padding: 3.5rem 30px !important;
}
    .home-intro img {
    position:static;
    max-width:100%;
    margin-top:0;
}
    .home-intro h1 {
        margin-bottom: 3rem;
    }
    .services_blocks .row.std-pd {
        height:auto !important;
        padding: 30px;
        margin-top:4rem;
    }
    .services_blocks .row.std-pd .txt-left {
        text-align:center !important;
    }
    .services_blocks h1 {
        margin-top: 2rem;
    }
    .energy-intro img {
        max-width: 250px;
        margin:1.5rem auto 0 auto;
    }
    .home-hero .image-center {
        padding-bottom: 64% !important;
        margin-top: 110px;
    }
    .interactive-home-elements .icon {
        height: 30px;
        width: 30px;
    }
    /* ICONS */
    .interactive-home-elements .icon .icon-button {
        border: 2px solid #ffffff;
        height: 35px;
        width: 35px;
        line-height: 28px;
    }
    .interactive-home-elements .icon .icon-button img {
        height: 16px;
    }
    .interactive-home-elements .icon.wifi {
        left: 44%;
        top: 70%;
    }
    .info-box.left {
        left: -213px;
    }
    .interactive-home-elements .icon.window-icon {
        top: 50%;
    }
    /* ICONS END */
} 
@media (min-width: 767px) {
    body {
        font-size: 13px;
    }
    .call-banner.security figcaption {
        left: 50%;
    }
}
@media (min-width: 992px) {
    body {
        font-size: 14px;
    }
    .brands-banner .container,
    .testimonials-banner .container {
        width:800px;
    }
    .call-banner.security figcaption {
        left: 46%;
        bottom: 52%;
    }
    #map {
     height: 350px;
    }
    .client-stories .row {
        margin: 1rem 0;
    }
    .services_intro img {
        margin-top:-4rem;
    }
    .lighting_control_banner {
        background-position: -210px;
    }
    .page-template-template_energy .call-banner.windows figcaption.container,
    .page-template-template_entertainment .call-banner.windows figcaption.container,
    .page-template-template_energy .call-banner.climate-control figcaption.container,
    .page-template-template_entertainment .call-banner.interfaces.entertainment figcaption.container {
        width:100%;
    }
}    
@media(min-width:992px) and (max-width:1200px) {
.lighting_control_banner {
    background-position: -270px;
}
.lighting_control_banner .content {
    width: 53%;
}
.call-banner.climate-control figcaption {
    width: 265px;
    bottom: 49%;
}
.call-banner.climate-control.interfaces figcaption {
    bottom: 57%;
    width: 315px;
}
}
@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }
    header,
    .top-menu {
        padding: 0px 60px;
    }
    .brands-banner .container,
    .testimonials-banner .container {
        width:900px;
    }
    .three_blocks h1 {
    font-size: 2.25rem;
    }
    .call-banner.carbon.home-theatre figcaption {
    right: 0;
    top: -26%;
    left: -21%;
    }
    .call-banner.carbon figcaption {
    right: 0;
    top: 4%;
    left: 34%;
    }
    .call-banner .image-center {
        padding-bottom: 27% !important;
    }
.call-banner.security figcaption {
    left: 55%;
}
    .client-stories .row {
        margin: 3rem 0;
    }
    .services_blocks h1 {
        font-size:2.5rem !important;
    }
    .energy-intro img {
        max-width: 250px;
    }
    .lighting_control_banner {
        background-position: 0;
    }
    .call-banner.windows.communications figcaption {
        padding: 7% 0;
    }
    .windows-energy {
    background-position: -120px;
}
}   
@media(min-width:1600px) {
.carbon h1,
.security h1,
.brands-banner h1,
h1,
.call-banner a {
    font-size: 3rem;
}
.carbon a, 
.security a,
.three_blocks a,
.home-intro a,
.testimonials-banner a,
.brands-banner a {
    font-size: 1.725rem !important;
    }
header nav li {
    margin: 0px 1.5rem;
}
header nav li a {
    color: #30271d;
    font-size: 1.725rem;
/*    padding-top: 55px !important;*/
}
header nav .sub-menu li a {
    font-size:1.5rem;
}
header .quote, .call-banner .quote {
    background: #8dc63f;
    height: 32px;
    line-height: 31px;
    padding: 0px 14px;
    font-size: 1.725rem;
}
header .call {
    font-size: 2rem;
}
.contact-intro a {
    font-size: 3rem;
}
.lighting_control_banner .content {
    width: 43%;
}
.lighting_control_banner .content {
    padding: 6rem 0rem 6rem 0;
}
.page-template-template_energy .container {
    max-width: 1200px !important;
}
.brands-banner .container, .testimonials-banner .container {
    width:1080px;
}
.call-banner.windows.lighting span {
    width: 275px;
    display: block;
    float: right;
}
    .call-banner.windows.communications figcaption {
        padding: 8% 0;
    }
        .windows-energy {
    background-position: center center;
}
.interactive-home-elements .icon {
    height: 60px;
    width: 60px;
}
}
@media (min-width: 2000px) {
body {
    font-size: 18px;
}
.call-banner.carbon figcaption {
    left: 30%;
}
}