a,
ins {
    text-decoration: none
}
a,
hr {
    padding: 0
}
#header-title>a,
#main-form>header>span,
#main-menu {
    text-transform: uppercase
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}
ins,
mark {
    background-color: #ff9;
    color: #000
}
body {
    line-height: 1;
    font-family: 'Droid Sans', sans-serif
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
nav ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}
a {
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}
#header-phone>a,
#header-title>a {
    font-family: Oswald, sans-serif;
    display: block;
    font-size: 2rem;
    line-height: 2rem
}
mark {
    font-style: italic;
    font-weight: 700
}
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 #ccc;
    margin: 1em 0
}
input,
select {
    vertical-align: middle
}
@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Droid Sans'), local('DroidSans'), url(http://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(http://fonts.gstatic.com/s/droidsans/v6/s-BiyweUPV0v-yRb-cjciBsxEYwM7FgeyaSgU71cLG0.woff) format('woff')
}
@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Droid Sans Bold'), local('DroidSans-Bold'), url(http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMYWiMMZ7xLd792ULpGE4W_Y.woff2) format('woff2'), url(http://fonts.gstatic.com/s/droidsans/v6/EFpQQyG9GqCrobXxL-KRMQFhaRv2pGgT5Kf0An0s4MM.woff) format('woff')
}
@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 400;
    src: local('Oswald Regular'), local('Oswald-Regular'), url(http://fonts.gstatic.com/s/oswald/v10/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2'), url(http://fonts.gstatic.com/s/oswald/v10/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff')
}
@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'), local('Oswald-Bold'), url(http://fonts.gstatic.com/s/oswald/v10/bH7276GfdCjMjApa_dkG6VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2'), url(http://fonts.gstatic.com/s/oswald/v10/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')
}
.centre-wrap {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 5px;
position : relative;
}
.clear-after:after {
    clear: both;
    content: "";
    display: block
}
.dark-link {
    color: #1A1A1A!important
}
#header-wrap {
    padding: 30px 0;
    background-color: #333
}
#header-title {
    float: left;
    padding: 5px 0;
}
#header-title>a {
    color: #ff6632;
    font-weight: 700;
    letter-spacing: 2px
}
#header-title>a>span {
    color: #fff;
    font-weight: 400
}
#header-phone {
    float: right;
    padding: 5px 0
}
#header-phone>a {
    float: right;
    color: #fff;
    padding: 0 0 0 50px;
    background-image: url(images/interface/circle-phone-icon.png);
    background-repeat: no-repeat
}
#main-menu-wrap {
    background-color: #ff6632
}
#main-menu-toggle {
    display: none
}
#main-menu {
    letter-spacing: 1px;
    font-size: .9rem;
    border-radius: 15px
}
#main-menu>li {
    float: left
}
#main-menu>li>a {
    display: block;
    padding: 15px 12px;
    color: #fff;
    font-size: .8rem
}
#main-menu>.current-menu-item>a,
#main-menu>li:hover>a {
    background-color: #666;
    color: #fff
}
#main-menu>.menu-item-has-children {
    position: relative
}
#main-menu>.menu-item-has-children>ul {
    position: absolute;
    display: none;
    background-color: #ffd500;
    z-index: 998;
    width: 300px
}
#main-menu>.menu-item-has-children:hover>ul {
    display: block
}
#main-menu>.menu-item-has-children>ul>li>a {
    display: block;
    padding: 10px 15px;
    color: #000
}
#main-menu>.menu-item-has-children>ul>li:hover>a {
    background-color: #f33;
    color: #fff
}
#main-menu>.menu-item-has-children>ul>.current-menu-item>a {
    background-color: #ccc;
    color: #333
}
#main-menu>.menu-item-has-children>div {
    display: none
}
#lp-header-phone>a,
#lp-header-title>a {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5rem;
    background-repeat: no-repeat
}
#lp-header-wrap {
    background-color: #262626;
    padding: 5px 0;
    margin: 0 0 80px;
    position: fixed;
    width: 100%;
    z-index: 999
}
#lp-header-wrap>div {
    position: relative
}
#lp-header-title {
    width: 50%;
    float: left;
    font-family: Oswald, sans-serif
}
#lp-header-title>a {
    padding: 5px 0 5px 45px;
    color: #999;
    font-weight: 500;
    background-image: url(images/awnings-melbourne-logo-lp.png);
    background-position: 0 5px
}
#lp-header-phone>a,
#main-form>header>span {
    color: #fff;
    font-family: Oswald, sans-serif
}
#lp-header-title>a>span {
    font-weight: 300
}
#lp-header-phone {
    width: 50%;
    float: right
}
#lp-header-phone>a {
    float: right;
    padding: 5px 0 5px 40px;
    background-image: url(images/interface/circle-phone-icon.png);
    background-position: 0 1px
}
#lp-header-sidebar {
    width: 25%;
    position: absolute;
    right: 0;
    top: 89px;
    z-index: 998
}
#banner-wrap {
    background-image: url(images/plantation-shutters-banner.png);
    background-position: center top;
    background-repeat: repeat-x;
    margin: 0 0 50px;
    min-height: 340px
}
#banner-form {
    width: 280px;
    position: relative;
    margin: 0 auto;
    height: 340px
}
.widget-wrap #main-form {
    position: static
}
#banner-form #main-form {
    bottom: 10px
}
#main-form {
    background-color: #262626;
    position: absolute;
    width: 100%;
    border-radius: 12px;
    overflow: hidden
}
#main-form>header {
    background-color: #8c0
}
#main-form>header>span {
    display: inline-block;
    font-size: 2.2rem;
    line-height: 2.2rem;
    padding: 10px 0 10px 55px;
    background-image: url(images/interface/form-header-arrow.png);
    background-repeat: no-repeat;
    background-position: 3px 0;
    border-radius: 10px;
    letter-spacing: 10px
}
#main-form>div {
    padding: 15px
}
#banner-form #main-form>div {
    display: none
}
#main-form .form-element {
    margin: 0 0 15px
}
#main-form .form-element>span>input,
#main-form .form-element>span>textarea {
    border: none;
    font-size: 14px !important;
    line-height: 1rem;
    width: 96%;
    margin: 0;
    padding: 2px 2%
}
#main-form .form-element>span {
    display: block
}
#main-form .form-element>span>textarea {
    font-family: 'Droid Sans', sans-serif;
    height: 3rem
}
#main-form .form-element>span>span {
    padding: 5px 0 10px
}
#main-form .form-captcha {
    margin: 0 0 15px
}
#main-form .form-captcha>img {
    height: 22px;
    display: block;
    float: left
}
#main-form .form-captcha>span {
    display: block;
    float: left
}
#main-form .form-captcha>span>input {
    display: block;
    border: none;
    margin: 0;
    padding: 2px 2%;
    font-size: 1rem;
    line-height: 18px !important;
    width: 72px
}
#main-form .form-captcha>span>span {
    width: 100px;
    padding: 5px 0 10px
}
#main-form .form-submit {
    margin: 0
}
#main-form .form-submit>input {
    display: block;
    margin: 0;
    padding: 5px 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-family: Oswald, sans-serif;
    letter-spacing: 2px;
    background-color: #8c0;
    color: #262626;
    cursor: pointer;
    border: none;
    border-radius: 12px 12px 6px 6px
}
#clixpert-link,
.body-text .table-header-left th:first-child {
    text-align: right
}
#main-form .form-submit>img {
    display: none
}
#main-form form>.wpcf7-validation-errors {
    border: none;
    color: red;
    margin: 15px 0 0;
    padding: 0
}
#testimonial-widget {
    background-color: #fcc;
    border-radius: 10px;
    position: relative;
    margin: 10px 0 0;
    background-image: url(images/interface/testimonial-quote.png);
    background-repeat: no-repeat;
    background-position: 10px 10px
}
#testimonial-widget:after {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    height: 20px;
    width: 100%;
    background-image: url(images/interface/testimonial-arrow.png);
    background-repeat: no-repeat;
    background-position: top center
}
#testimonial-widget>li {
    list-style: none;
    line-height: 1.2rem;
    display: block;
    padding: 30px 10px 10px 30px
}
#testimonial-widget>li>span {
    display: block;
    text-align: right;
    margin: 20px 0 0;
    font-weight: 700
}
.body-text h1,
.body-text h2,
.body-text h3 {
    margin: 0 0 15px;
    font-family: 'Droid Sans', sans-serif
}
.body-text h1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
    color: #ff6632
}
.body-text h2,
.body-text h3 {
    padding: 40px 0 0;
    color: #333
}
.body-text h2 {
    font-size: 1.8rem;
    line-height: 2rem
}
.body-text h3 {
    font-size: 1.4rem;
    line-height: 1.6rem
}
.main-column-text header {
    margin: 0 0 15px
}
.main-column-text header>h1,
.main-column-text header>h2 {
    margin: 0
}
.body-text ol,
.body-text p,
.body-text ul {
    margin: 0 0 15px
}
.main-column-text header>span {
    font-size: .9rem;
    color: grey
}
.body-text p {
    line-height: 1.2rem
}
.body-text ol>li>ol,
.body-text ul>li>ul {
    margin: 15px 0
}
.body-text ol>li,
.body-text ul>li {
    margin: 0 0 10px 30px;
    line-height: 1.2rem
}
.body-text .list-two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0 0 30px;
    padding: 15px 0 0
}
.body-text a {
    color: #37f
}
.body-text a:hover {
    color: #f33
}
.img-full-width {
    width: 100%;
    display: block;
    padding: 10px 0
}
.img-centre {
    max-width: 100%;
    display: block;
    margin: 10px auto
}
.body-text table {
    margin: 0 0 15px
}
.body-text table td,
.body-text table th {
    padding: 0 10px;
    line-height: 1.4rem
}
#body-main-column {
    float: left;
    width: 65%;
    margin: 50px 0 0
}
#body-side-column {
    float: right;
    width: 30%;
    margin: 50px 0 0
}
.body-post-wrap {
    margin: 0 0 15px;
    border-style: solid;
    border-color: #ccc;
    border-top-width: 1px
}
.body-post-wrap>.read-more-button {
    display: inline-block;
    padding: 4px 12px;
    background-color: #37f;
    color: #fff!important;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc
}
.body-post-wrap>.read-more-button:hover {
    background-color: #f33
}
#lp-body-wrap {
    padding: 94px 0 0
}
#lp-body-main-column {
    float: left;
    width: 70%
}
.widget-wrap {
    padding: 0 0 15px
}
.widget-wrap>header {
    margin: 0 0 15px;
    font-size: 1.8rem;
    line-height: 2rem;
    color: #991f1f;
    font-family: Oswald, sans-serif
}
#footer-menu-wrap {
    background-color: #262626;
    margin: 100px 0 0
}
#footer-menu {
    letter-spacing: 2px;
    font-size: .9rem;
    line-height: .9rem;
    width: 76%;
    float: left
}
#footer-menu>li {
    float: left
}
#footer-menu>li>a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}
#footer-menu>li:hover>a {
    color: red
}
#footer-menu>.current-menu-item>a {
    color: grey
}
.footer-social {
    float: right;
    margin-top: 10px
}
.footer-social a {
    margin-left: 5px
}
.footer-social a:hover {
    opacity: .4;
    filter: alpha(opacity=40)
}
#footer-info-wrap {
    padding: 20px 0;
    background-color: #262626
}
#copyright {
    width: 40%;
    float: left;
    color: #fff
}
#clixpert-link {
    width: 40%;
    float: right
}
#clixpert-link>a {
    color: #fff
}
#micro-data {
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    color: #fff
}
#micro-data>div {
    position: absolute;
    display: none;
    width: 310px;
    padding: 5px;
    background-color: #262626;
    top: -321px;
    color: #fff
}
#micro-data:hover>div {
    display: block
}
#micro-data>div>img {
    width: 310px;
    height: 144px
}
#micro-data>div>div {
    font-size: 1.5rem;
    padding: 10px 0
}
#micro-data>div>table tr {
    padding: 0 0 5px;
    font-size: .9rem
}
#micro-data>div>table th {
    text-align: left;
    padding: 0 5px 0 0
}
#micro-data>div>table td {
    text-align: left
}
#micro-data>div>a {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 10px auto 0;
    width: 160px;
    background-color: #f33;
    color: #fff
}
#envira-gallery-124,
#envira-gallery-88 {
    min-height: 144px!important
}
@media only screen and (min-width: 769px) {
    #main-menu {
        display: block!important
    }
}
@media only screen and (max-width: 768px) {
    #main-menu>.menu-item-has-children>a,
    #main-menu>li>a {
        padding: 12px 15px;
        border-color: #fff;
        border-width: 1px 0 0
    }
    #header-title {
        width: 60%
    }
    #header-menu {
        line-height: .95rem;
        position: relative
    }
    #header-phone {
        width: 40%
    }
    #main-menu-toggle {
        display: block;
        width: 40px;
        height: 40px;
        background-image: url(images/interface/mobile-menu-button.png);
        background-repeat: no-repeat;
        float: right;
        margin: 0 0 5px
    }
    #main-menu {
        display: none;
        position: absolute;
        z-index: 999;
        width: 97%;
        background-color: #262626;
        top: 40px
    }
    #main-menu>li {
        float: none
    }
    #main-menu>li>a {
        border-radius: 0;
        border-style: solid;
        color: #fff
    }
    #main-menu>.menu-item-has-children {
        position: relative
    }
    #main-menu>.menu-item-has-children>div {
        display: block;
        right: 0;
        position: absolute;
        width: 40px;
        height: 40px;
        background-image: url(images/interface/mobile-menu-arrow.png);
        background-repeat: no-repeat
    }
    #main-menu>.menu-item-has-children>ul {
        width: 75%
    }
    #main-menu>.menu-item-has-children:hover>ul {
        display: none
    }
    #main-menu>.menu-item-has-children>ul>li {
        float: none;
        width: 100%
    }
    #main-menu>.menu-item-has-children>ul>li>a {
        padding: 12px 15px;
        text-align: left
    }
    #banner-form,
    #lp-header-sidebar {
        width: 30%
    }
    #lp-body-main-column {
        width: 65%
    }
}
@media only screen and (max-width: 480px) {
    #header-menu-wrap {
        margin: 0
    }
    #header-title {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 0 10px;
        padding-left: 0
    }
    #header-title>a,
    #lp-header-title>a {
        display: inline-block
    }
    #header-phone {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 0 5px
    }
    #header-phone>a,
    #lp-header-phone>a {
        display: inline-block;
        float: none
    }
    #body-main-column,
    #body-side-column,
    #footer-menu,
    #header-menu {
        width: 100%;
        float: none
    }
    #lp-header-wrap {
        position: static;
        margin: 0
    }
    #lp-header-phone,
    #lp-header-title {
        width: 100%;
        float: none;
        text-align: center
    }
    #lp-header-sidebar {
        width: 100%;
        position: static;
        margin: 20px 0 0
    }
    #banner-form {
        width: 100%;
        float: none;
        padding: 5px 0 0
    }
    #main-form {
        border-radius: 10px;
        position: static;
        top: 0
    }
    #main-form>header {
        cursor: pointer;
        text-align: center;
        background-color: #8c0
    }
    #main-form>header>span {
        color: #fff
    }
    #lp-body-wrap {
        padding: 20px 0 0
    }
    #lp-body-main-column {
        float: none;
        width: 100%
    }
    #footer-menu>li {
        width: 100%
    }
    #footer-menu>li>a {
        text-align: center;
        border-radius: 10px
    }
    .footer-social {
        float: none;
        margin: 0 auto;
        width: 134px
    }
    #clixpert-link,
    #copyright,
    #micro-data {
        width: 100%;
        float: none;
        text-align: center;
        padding: 10px 0
    }
}
#main-form form>.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: none!important
}
#main-form .wpcf7-not-valid-tip {
    background: #fff;
    font-size: 13px!important;
    left: 2px;
    line-height: 16px!important;
    position: absolute;
    top: 2px;
    width: auto!important;
    padding: 0!important
}
#main-form form>.form-captcha .wpcf7-not-valid-tip {
    font-size: 9px!important
}

@media only screen and (max-width: 768px) {
#micro-data { display :none !important;}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
#banner-form, #lp-header-sidebar {  width: 255px !important; }
#main-menu {  width: 98% !important;  }

}
@media only screen and (max-width: 767px) {
	#main-form > header > span { font-size: 15px; letter-spacing: 3px;}
	#body-main-column {width: 100%;}
	#body-side-column { float: none; clear: both; width: 300px; margin: 0 auto;}
	#main-form .form-captcha > span > input { width: 112px;}
	#banner-form #main-form > header > span { font-size: 30px; letter-spacing: 3px;}
}