/*!
Theme Name: Adzoo
Theme URI: https://www.adzoo.com.au
Author: Wayne Chandra
Author URI: https://www.adzoo.com.au
Description: Adzoo WordPress Theme Bootstrap 4
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adzoo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Adzoo is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
# Header
# Footer
# Back To Top
# Spacing
# Additional Layout
# Home Page
# Internal Page Header
# Contact Form Section
# Full Width Page

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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-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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #414042;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: #414042;
    margin-bottom: 1.2em;
}

h1 {
    font-size: 54.4px;
    font-size: 3.4rem;
    line-height: 1.3;
    color: #00C0FF;
}

@media (max-width: 1200px) {
    h1 {
        font-size: 35.2px;
        font-size: 2.2rem;
        line-height: 1.3;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.3;
    }
}

h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
}

@media (max-width: 1024px) {
    h2 {
        font-size: 28.8px;
        font-size: 1.8rem;
    }
}

h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
}

h4 {
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 0.9;
}

h5 {
    font-size: 25.6px;
    font-size: 1.6rem;
    line-height: 0.7;
}

h6 {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 0.5;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 12px solid #FF000A;
    padding-left: 1em;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-underline {
    text-decoration: underline !important;
}

.text-bold {
    font-weight: 700 !important;
}

.text-light {
    font-weight: 300 !important;
}

.text-normal {
    font-weight: 400 !important;
}

.text-small {
    font-size: 0.7em !important;
}

.super-lead {
    font-size: 28.8px;
    font-size: 1.8rem;
}

.lead {
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 1.4em !important;
    font-weight: 400 !important;
    margin-bottom: 1.6em;
}

.text-drop-shadow {
    text-shadow: 2px 2px 8px #000;
}

.text-white {
    color: #ffffff;
}

.text-yellow {
    color: #414042;
}

.text-red {
    color: red !important;
}

.text-black {
    color: #FF000A;
}

.text-orange {
    color: #FF0000;
}

.text-bold {
    font-weight: 700;
}

@media screen and (max-width: 991px) {
    .text-md-center {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .text-sm-center {
        text-align: center;
    }

    .text-sm-left {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .text-xs-center {
        text-align: center;
    }
}

.alt-text {
    font-family: "Montserrat", san-serif;
    color: #414042;
    display: block;
    font-style: italic;
    font-size: 26px !important;
    text-transform: none;
    margin-bottom: 0;
    font-weight: 300 !important;
}

.font-small {
    font-size: 80%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
    background-size: auto 1000px;
    background-repeat: repeat;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 2em 10px;
    list-style-type: circle;
}

ul li,
ol li {
    margin-bottom: 10px;
}

ul {
    list-style-type: circle;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 20px;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

.btn-dark-grey,
.btn-dark-grey:visited {
    display: inline-block;
    padding: 10px 50px;
    background-color: #414042;
    font-family: "Montserrat", serif;
    color: #ffffff;
    text-align: center;
    font-size: 12.8px;
    font-size: 0.8rem;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 700;
}

.btn-dark-grey:hover,
.btn-dark-grey:focus,
.btn-dark-grey:visited:hover,
.btn-dark-grey:visited:focus {
    background-color: #ffffff;
    color: #414042 !important;
}

.btn-dark-blue,
.btn-dark-blue:visited {
    display: inline-block;
    padding: 10px 50px;
    background-color: #414042;
    font-family: "Montserrat", serif;
    color: #ffffff;
    text-align: center;
    font-size: 12.8px;
    font-size: 0.8rem;
    text-transform: uppercase;
    border-radius: 0px;
    border: 0;
    font-weight: 700;
}

.btn-dark-blue:hover,
.btn-dark-blue:focus,
.btn-dark-blue:visited:hover,
.btn-dark-blue:visited:focus {
    background-color: #FF000A;
    color: #ffffff;
}

.btn-dark-blue-outline,
.btn-dark-blue-outline:visited {
    display: inline-block;
    padding: 8px 24px;
    background-color: transparent;
    font-family: "Montserrat", serif;
    color: #414042;
    text-align: center;
    font-size: 14.4px;
    font-size: 0.9rem;
    border-radius: 3px;
    border: 1px solid #414042;
    font-weight: 500;
}

.btn-dark-blue-outline:hover,
.btn-dark-blue-outline:focus,
.btn-dark-blue-outline:visited:hover,
.btn-dark-blue-outline:visited:focus {
    background-color: #FF000A;
    color: #ffffff;
    border: 1px solid #FF000A;
}

.btn-light-outline,
.btn-light-outline:visited {
    display: inline-block;
    padding: 8px 24px;
    background-color: transparent;
    font-family: "Montserrat", serif;
    color: #ffffff;
    text-align: center;
    font-size: 14.4px;
    font-size: 0.9rem;
    border-radius: 3px;
    border: 1px solid #ffffff;
    font-weight: 500;
}

.btn-light-outline:hover,
.btn-light-outline:focus,
.btn-light-outline:visited:hover,
.btn-light-outline:visited:focus {
    background-color: #FF000A;
    color: #ffffff;
    border: 1px solid #FF000A;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #01C0FF;
    font-weight: 400;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

a:visited {
    color: #00C0FF;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #333333;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.navbar {
    background-color: #ffffff;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
    margin-top: 18px;
}

@media (max-width: 1200px) {
    .navbar {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .navbar {
        margin-top: 6px;
        padding: 0;
    }
}

.navbar .navbar-brand {
    display: none;
    width: 100px;
}

@media (max-width: 1200px) {
    .navbar .navbar-brand {
        display: block;
    }
}

.navbar .adzoo-toggler {
    border: 0;
    border-radius: 0;
    background-color: #00C0FF;
}

.navbar .adzoo-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-default {
    border-radius: 0;
    background-color: #ffffff;
    border: 0;
    margin-top: 15px;
}

@media (max-width: 1200px) {
    #bbo-main-menu {
        padding-top: 24px;
    }
}

@media (max-width: 991px) {
    #bbo-main-menu {
        border-bottom: 0;
    }
}

#bbo-main-menu li {
    margin-bottom: 0;
}

#bbo-main-menu li a {
    font-size: 13px;
    padding: 0 1em;
    color: #414042;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat", san-serif;
}

@media (max-width: 1480px) {
    #bbo-main-menu li a {
        font-size: 13.76px;
        font-size: 0.86rem;
        padding: 0 0.8em;
    }
}

@media (max-width: 1200px) {
    #bbo-main-menu li a {
        font-size: 14.4px;
        font-size: 0.9rem;
        padding: 6px 0;
    }
}

#bbo-main-menu li a:hover,
#bbo-main-menu li a:focus {
    color: #00C0FF;
    background-color: transparent;
}

@media (max-width: 1480px) {
    #bbo-main-menu li.menu-icon {
        display: none;
    }
}

#bbo-main-menu li.menu-border-left {
    border-left: 1px solid #00C0FF;
}

@media (max-width: 1200px) {
    #bbo-main-menu li.menu-border-left {
        border-left: 1px solid #ffffff;
    }
}

#bbo-main-menu li.menu-border-right {
    border-right: 1px solid #00C0FF;
}

@media (max-width: 1200px) {
    #bbo-main-menu li.menu-border-right {
        border-right: 1px solid #ffffff;
    }
}

#bbo-main-menu li.active a {
    color: #00C0FF;
    background-color: transparent;
}

#bbo-main-menu li:last-child a {
    padding-right: 0;
}

#bbo-main-menu .menu-social a {
    padding: 6px 0;
    color: #ffffff;
    background-color: #414042;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: block;
    margin: 2em 0.2em 1em 0.2em;
    text-align: center;
}

#bbo-main-menu .menu-social a:hover,
#bbo-main-menu .menu-social a:focus {
    background-color: #00C0FF;
    color: #ffffff;
}

@media (max-width: 991px) {
    #bbo-main-menu .menu-social a {
        margin: 0.5em 8px;
    }
}

#menu-primary-menu li.active>.dropdown-menu li a {
    color: #fff;
}

#menu-primary-menu li.active>.dropdown-menu li a:hover,
#menu-primary-menu li.active>.dropdown-menu li a:focus {
    color: #414042;
}

.navbar-toggle {
    border: 0;
    border-radius: 3px;
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: 32px;
    padding: 9px 12px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active {
    background-color: #414042;
}

.navbar-toggle .icon-bar {
    background-color: #00C0FF;
    width: 25px;
    height: 3px;
}

.dropdown-menu {
    left: 0 !important;
    background-color: #efefef;
    border-radius: 0;
    padding: 10px;
    min-width: 220px;
    border: 0;
    box-shadow: none;
}

.dropdown-menu li a {
    color: #ffffff;
    padding: 12px !important;
    display: block;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    background-color: transparent;
    color: #414042;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: none;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.post-list h3 {
    font-weight: 300;
    margin-top: 8px;
    margin-bottom: 8px;
}

.post-list .post-feature-img {
    min-height: 180px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.post-list .post-date {
    font-size: 14.4px;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 0px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
#secondary section {
    margin-bottom: 60px;
}

#secondary section h2 {
    font-size: 22.4px;
    font-size: 1.4rem;
    margin-top: 10px;
}

#secondary section h3 {
    font-size: 17.6px;
    font-size: 1.1rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#secondary section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#secondary section ul li a {
    display: block;
    padding: 8px 40px 8px 0;
    color: #414042;
    position: relative;
    font-size: 16px;
    font-size: 1rem;
    border-bottom: 1px dotted #949494;
}

#secondary section ul li a:hover,
#secondary section ul li a:focus {
    color: #FF000A;
}

#secondary section input[type="search"] {
    background-color: #efefef;
    border: 0;
    border-radius: 0;
    padding: 8px 10px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

.img-100 {
    width: 100%;
}

.img-70 {
    width: 70% !important;
}

.img-center {
    margin: 0 auto !important;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.slider-circle {
    border-radius: 50%;
    width: 280px;
    height: 280px;
    background-color: rgba(241, 125, 51, 0.8);
    text-align: center;
}

@media (max-width: 991px) {
    .slider-circle {
        width: 200px;
        height: 200px;
    }
}

.slider-circle p {
    font-size: 20.8px;
    font-size: 1.3rem;
    margin-bottom: 0;
    padding: 33% 0;
    color: #ffffff;
}

@media (max-width: 991px) {
    .slider-circle p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.slider-circle p span.text-big {
    font-weight: 700;
    font-size: 32px;
    font-size: 2rem;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .slider-circle p span.text-big {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media (max-width: 1200px) {
    .bbo-slider {
        height: 520px;
    }
}

@media (max-width: 991px) {
    .bbo-slider {
        height: 380px;
    }
}

@media (max-width: 480px) {
    .bbo-slider {
        height: 360px;
    }
}

.flexslider {
    position: absolute !important;
    border-radius: 0 !important;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.flexslider .slides>li {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    display: none;
    -webkit-backface-visibility: hidden !important;
}

@media (max-width: 768px) {
    .flexslider .slides>li {
        background-position: 80% center;
    }
}

.flexslider .slides img {
    width: auto;
    height: 100%;
    display: block;
}

.flexslider-container,
.flexslider .slides,
.flex-viewport {
    height: 520px;
    position: relative;
}

@media (max-width: 1200px) {

    .flexslider-container,
    .flexslider .slides,
    .flex-viewport {
        height: 520px;
    }
}

@media (max-width: 991px) {

    .flexslider-container,
    .flexslider .slides,
    .flex-viewport {
        height: 380px;
    }
}

@media (max-width: 480px) {

    .flexslider-container,
    .flexslider .slides,
    .flex-viewport {
        height: 360px;
    }
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flex-caption {
    padding: 0 3em;
    margin-top: 18%;
}

@media (max-width: 768px) {
    .flex-caption {
        margin-top: 10%;
    }
}

@media (max-width: 480px) {
    .flex-caption {
        margin-top: 10px;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 320px) {
    .flex-caption {
        margin-top: 16px;
    }
}

.flex-caption p {
    color: #414042;
    font-size: 35.2px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1em;
}

@media (max-width: 991px) {
    .flex-caption p {
        font-size: 38.4px;
        font-size: 2.4rem;
    }
}

@media (max-width: 480px) {
    .flex-caption p {
        font-size: 22.4px;
        font-size: 1.4rem;
    }
}

.flex-direction-nav a {
    width: 50px !important;
    height: 50px !important;
}

.flex-direction-nav a:before {
    margin: 15px 0 0 0;
    color: rgba(255, 255, 255, 0.9) !important;
}

.flex-control-nav {
    bottom: 0px !important;
}

.flex-control-paging li a {
    background-color: transparent !important;
    border: 1px solid #ffffff;
}

.flex-control-paging li a.flex-active {
    background: #FF000A !important;
    border: 1px solid #FF000A;
}

#flexslider-container .custom-navigation .flex-prev {
    width: 50px;
    height: 50px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    padding: 12px 0 0 13px;
}

#flexslider-container .custom-navigation .flex-prev i {
    color: #FF000A;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#flexslider-container .custom-navigation .flex-prev:hover i,
#flexslider-container .custom-navigation .flex-prev:focus i {
    color: #414042;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#flexslider-container .custom-navigation .flex-next {
    width: 50px;
    height: 50px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -50px 0 0 0;
    padding: 12px 0 0 17px;
}

#flexslider-container .custom-navigation .flex-next i {
    color: #FF000A;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#flexslider-container .custom-navigation .flex-next:hover i,
#flexslider-container .custom-navigation .flex-next:focus i {
    color: #414042;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/*--------------------------------------------------------------
# Lightbox
--------------------------------------------------------------*/
.lightbox-grid,
.lightbox-grid ul,
.lightbox-grid li {
    /* position: relative;
     overflow: hidden; */
    list-style-type: none;
}

.lightbox-grid li {
    /*width: 18%;*/
    float: left;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
}

.lightbox-grid li:hover .background-image-holder {
    opacity: 0.1;
}

.square-thumbs ul {
    margin: 0 !important;
    padding: 0 !important;
}

.square-thumbs li {
    height: 220px;
    padding: 0 !important;
    margin: 0;
}

@media (max-width: 1200px) {
    .square-thumbs li {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .square-thumbs li {
        height: 150px;
    }
}

.feature-img {
    overflow: hidden !important;
    background: #FF000A;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
}

.feature-img .fi-button {
    position: absolute;
    padding: 15px 0px;
    bottom: -25%;
    left: 0;
    padding: 0;
    z-index: auto;
    display: inline-block;
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0 0 0 0px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.feature-img .fi-button i {
    color: #fff;
    font-size: 22px;
    opacity: 1;
}

.feature-img:hover .fi-button,
.lightbox-grid li:hover>.fi-button {
    -webkit-transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
}

.background-image-holder .fadeIn {
    opacity: 1;
}

.background-image-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #414042;
    background-size: cover !important;
    background-position: 50% 50% !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 1;
}

.background-image-holder img {
    display: none;
}

.lb-outerContainer {
    background: transparent !important;
}

.lb-container {
    background-color: #fff;
    padding: 0 !important;
}

.lightbox .lb-image {
    border-radius: 0 !important;
}

.lb-dataContainer {
    background-color: #fff;
    border-radius: 0 !important;
}

.lb-data .lb-details {
    width: 100% !important;
    text-align: center !important;
    padding: 10px 0 20px 0 !important;
}

.lb-data .lb-caption {
    color: #cb171e !important;
}

.lb-data .lb-closeContainer {
    display: none !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    padding: 20px 10px;
    position: absolute;
    top: -15px;
    margin: 12px 0;
    z-index: 999;
    max-width: 160px;
}

.top-header {
    text-align: right;
    padding-top: 12px;
    display: block;
    width: 100%;
}

@media (max-width: 1200px) {
    .top-header {
        text-align: center;
    }
    
    .logo {
    	display: none;
    }
}

@media (max-width: 768px) {
    .top-header {
        display: none;
    }
    #masthead{
        height: 80px;
    }
    .logo{
        top: 0;
        margin: 0;
        padding: 10px;
    }
    .navbar{
        margin-top: 30px;
        z-index: 99;
    }
    .navbar-nav {
    	background-color: #f0ffff;
        padding: 0px 10px;
    }
    .navbar-nav .dropdown-menu {
    	background-color: #f0ffff;
    }
    .footer-contact,
    section#nav_menu-2, 
    section#nav_menu-3, 
    section#nav_menu-5, 
    section#text-3,
    #site-footer .footer-social ul,
    #site-footer .made-by-adzoo {
        text-align: center;
    }
    
    .home-cover-menu strong:after,
    .home-cover-menu a:after {
        display: block;
        white-space: pre;
        content: "";
    }
    
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        margin: auto;
    }
    
    h5, h6 {
        line-height: 1.2em;
    }
}

.top-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-header ul li {
    display: inline-block;
    margin: 0 12px;
}

.top-header ul li a {
    text-transform: uppercase;
    color: #414042;
    font-weight: 700;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.top-header ul li a:hover,
.top-header ul li a:focus {
    color: #00C0FF;
}

.top-header ul li a span.top-header-icon img {
    width: 28px;
    margin-right: 12px;
}

.top-header ul li.tp-icon {
    display: none;
}

@media (max-width: 1480px) {
    .top-header ul li.tp-icon {
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .top-header .top-search {
        display: none;
    }
}

.top-header .top-search .widget {
    margin: 0 !important;
}

header {
    padding: 0 3em;
    margin-bottom: 20px;
}

@media (max-width: 1480px) {
    header {
        padding: 0;
    }
}

@media (max-width: 991px) {
    header {
        position: relative;
    }
}

#topbar-menu-right ul li {
    padding: 5px 0;
}

#topbar-menu-right ul li a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 6px;
}

#topbar-menu-right ul li a:hover {
    color: #FF000A;
}

@media (max-width: 768px) {
    #topbar-menu-right {
        display: none;
    }
}

#top-bar-mobile {
    padding: 10px 0 0 0;
    background-color: transparent;
    z-index: 9;
    display: none;
}

#top-bar-mobile ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#top-bar-mobile ul li {
    display: inline-block;
    color: #ffffff;
}

#top-bar-mobile ul li a {
    color: #ffffff;
    font-size: 17.6px;
    font-size: 1.1rem;
    display: inline-block;
    padding: 8px 10px 0 10px;
    font-weight: 700;
}

#top-bar-mobile ul li a:hover {
    color: #414042;
}

.header-promo {
    background-color: #414042;
    padding: 14px 0;
}

@media (max-width: 768px) {
    .header-promo {
        display: none;
    }
}

.header-promo .hp-content {
    text-align: left;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .header-promo .hp-content {
        padding: 12px 0;
    }
}

.header-promo .hp-content h4 {
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .header-promo .hp-content h4 {
        font-size: 19.2px;
        font-size: 1.2rem;
    }
}

@media (max-width: 991px) {
    .header-promo .hp-content h4 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.header-promo .hp-content p {
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .header-promo .hp-content p {
        font-size: 12.8px;
        font-size: 0.8rem;
    }
}

@media (max-width: 991px) {
    .header-promo .hp-content p {
        font-size: 9.6px;
        font-size: 0.6rem;
    }
}

.header-promo .hp-icon {
    max-width: 40px;
    margin-right: 32px;
}

@media (max-width: 1200px) {
    .header-promo .hp-icon {
        max-width: 45px;
    }
}

@media (max-width: 991px) {
    .header-promo .hp-icon {
        max-width: 32px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#site-footer {
    background-color: #414042;
    background-image: url('/wp-content/uploads/2018/08/footer-bg.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;

    padding-top: 80px;
    padding-bottom: 60px;
    font-family: "Montserrat", san-serif;
    font-weight: 300;
    color: #ffffff;
}

#site-footer .footer-logo {
    max-width: 220px;
    margin-bottom: 20px;
}

#site-footer .footer-contact h4 {
    font-size: 16.8px;
    font-size: 1.05rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 8px;
}

#site-footer .footer-contact a.phone-contact {
    font-size: 28.8px;
    font-size: 1.8rem;
    color: #FEF200;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 12px;
}

#site-footer .footer-contact a.phone-contact i {
    color: #ffffff;
    font-size: 16px;
    font-size: 1rem;
    margin-right: 8px;
}

#site-footer .footer-contact ul {
    list-style-type: none;
    margin: 0;
    padding: 16px 0;
}

#site-footer .footer-contact ul li {
    margin-bottom: 0px;
}

#site-footer .footer-contact a {
    font-size: 12px;
    color: #ffffff;
	display:block;
}

#site-footer .footer-contact a:hover,
#site-footer .footer-contact a:focus {
    color: #00C0FF;
}

#site-footer h2, #site-footer a.widget-title {
    color: #FEF200;
    text-transform: uppercase;
    font-size: 19.2px;
    font-size: 1.2rem;
	font-weight:bold;
}

#site-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#site-footer ul li a {
    display: block;
    text-transform: uppercase;
}

#site-footer p {
    font-size: 13.6px;
    font-size: 0.85rem;
}

#site-footer p strong {
    color: #ffffff;
}

#site-footer .footer-social ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#site-footer .footer-social ul li {
    display: inline-block;
}

#site-footer .footer-social ul li a {
    display: block;
    margin-right: 6px;
    font-size: 19.2px;
    font-size: 1.2rem;
}

#site-footer .made-by-adzoo {
    margin-top: 48px;
}

#site-footer .made-by-adzoo p {
    margin-bottom: 5px;
}

#site-footer .made-by-adzoo a img {
    max-width: 140px;
}

#site-footer a {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #ffffff;
}

#site-footer a:hover,
#site-footer a:focus {
    color: #00C0FF;
}

#sub-footer {
    background-color: #282828;
    padding-top: 10px;
    padding-bottom: 12px;
}

#sub-footer p {
    color: #fff;
    font-size: 11.2px;
    font-size: 0.7rem;
    margin: 5px 0;
    font-family: "Montserrat", san-serif;
}

@media (max-width: 991px) {
    #sub-footer {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Back To Top
--------------------------------------------------------------*/
.topbutton {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    background-color: #00C0FF;
    display: none;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-size: 9.6px;
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
}

.topbutton i {
    font-size: 14.4px;
    font-size: 0.9rem;
    color: #ffffff;
    padding: 15px 17px 0px 17px;
}

.topbutton:hover,
.topbutton:focus {
    background-color: #414042;
    color: #ffffff;
}

/*--------------------------------------------------------------
# Spacing
--------------------------------------------------------------*/
.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pr-60 {
    padding-right: 60px;
}

.pl-60 {
    padding-left: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-70 {
    margin-right: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.pl-70 {
    padding-left: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.ml-80 {
    margin-left: 80px;
}

.mr-80 {
    margin-right: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pr-80 {
    padding-right: 80px;
}

.pl-80 {
    padding-left: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.ml-90 {
    margin-left: 90px;
}

.mr-90 {
    margin-right: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pr-90 {
    padding-right: 90px;
}

.pl-90 {
    padding-left: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-100 {
    margin-right: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mb-110 {
    margin-bottom: 110px;
}

.ml-110 {
    margin-left: 110px;
}

.mr-110 {
    margin-right: 110px;
}

.pt-110 {
    padding-top: 110px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pr-110 {
    padding-right: 110px;
}

.pl-110 {
    padding-left: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.ml-120 {
    margin-left: 120px;
}

.mr-120 {
    margin-right: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pr-120 {
    padding-right: 120px;
}

.pl-120 {
    padding-left: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mb-130 {
    margin-bottom: 130px;
}

.ml-130 {
    margin-left: 130px;
}

.mr-130 {
    margin-right: 130px;
}

.pt-130 {
    padding-top: 130px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pr-130 {
    padding-right: 130px;
}

.pl-130 {
    padding-left: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mb-140 {
    margin-bottom: 140px;
}

.ml-140 {
    margin-left: 140px;
}

.mr-140 {
    margin-right: 140px;
}

.pt-140 {
    padding-top: 140px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pr-140 {
    padding-right: 140px;
}

.pl-140 {
    padding-left: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-150 {
    margin-bottom: 150px;
}

.ml-150 {
    margin-left: 150px;
}

.mr-150 {
    margin-right: 150px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pr-150 {
    padding-right: 150px;
}

.pl-150 {
    padding-left: 150px;
}

.mt-160 {
    margin-top: 160px;
}

.mb-160 {
    margin-bottom: 160px;
}

.ml-160 {
    margin-left: 160px;
}

.mr-160 {
    margin-right: 160px;
}

.pt-160 {
    padding-top: 160px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pr-160 {
    padding-right: 160px;
}

.pl-160 {
    padding-left: 160px;
}

.mt-170 {
    margin-top: 170px;
}

.mb-170 {
    margin-bottom: 170px;
}

.ml-170 {
    margin-left: 170px;
}

.mr-170 {
    margin-right: 170px;
}

.pt-170 {
    padding-top: 170px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pr-170 {
    padding-right: 170px;
}

.pl-170 {
    padding-left: 170px;
}

.mt-180 {
    margin-top: 180px;
}

.mb-180 {
    margin-bottom: 180px;
}

.ml-180 {
    margin-left: 180px;
}

.mr-180 {
    margin-right: 180px;
}

.pt-180 {
    padding-top: 180px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pr-180 {
    padding-right: 180px;
}

.pl-180 {
    padding-left: 180px;
}

.mt-190 {
    margin-top: 190px;
}

.mb-190 {
    margin-bottom: 190px;
}

.ml-190 {
    margin-left: 190px;
}

.mr-190 {
    margin-right: 190px;
}

.pt-190 {
    padding-top: 190px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pr-190 {
    padding-right: 190px;
}

.pl-190 {
    padding-left: 190px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-200 {
    margin-bottom: 200px;
}

.ml-200 {
    margin-left: 200px;
}

.mr-200 {
    margin-right: 200px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pr-200 {
    padding-right: 200px;
}

.pl-200 {
    padding-left: 200px;
}

@media screen and (max-width: 991px) {
    .pt-md-0 {
        padding-top: 0px !important;
    }

    .pr-md-0 {
        padding-right: 0px !important;
    }

    .pb-md-0 {
        padding-bottom: 0px !important;
    }

    .pl-md-0 {
        padding-left: 0px !important;
    }

    .mt-md-0 {
        margin-top: 0px !important;
    }

    .mr-md-0 {
        margin-right: 0px !important;
    }

    .mb-md-0 {
        margin-bottom: 0px !important;
    }

    .ml-md-0 {
        margin-left: 0px !important;
    }

    .pt-md-10 {
        padding-top: 10px !important;
    }

    .pr-md-10 {
        padding-right: 10px !important;
    }

    .pb-md-10 {
        padding-bottom: 10px !important;
    }

    .pl-md-10 {
        padding-left: 10px !important;
    }

    .mt-md-10 {
        margin-top: 10px !important;
    }

    .mr-md-10 {
        margin-right: 10px !important;
    }

    .mb-md-10 {
        margin-bottom: 10px !important;
    }

    .ml-md-10 {
        margin-left: 10px !important;
    }

    .pt-md-20 {
        padding-top: 20px !important;
    }

    .pr-md-20 {
        padding-right: 20px !important;
    }

    .pb-md-20 {
        padding-bottom: 20px !important;
    }

    .pl-md-20 {
        padding-left: 20px !important;
    }

    .mt-md-20 {
        margin-top: 20px !important;
    }

    .mr-md-20 {
        margin-right: 20px !important;
    }

    .mb-md-20 {
        margin-bottom: 20px !important;
    }

    .ml-md-20 {
        margin-left: 20px !important;
    }

    .pt-md-30 {
        padding-top: 30px !important;
    }

    .pr-md-30 {
        padding-right: 30px !important;
    }

    .pb-md-30 {
        padding-bottom: 30px !important;
    }

    .pl-md-30 {
        padding-left: 30px !important;
    }

    .mt-md-30 {
        margin-top: 30px !important;
    }

    .mr-md-30 {
        margin-right: 30px !important;
    }

    .mb-md-30 {
        margin-bottom: 30px !important;
    }

    .ml-md-30 {
        margin-left: 30px !important;
    }

    .pt-md-40 {
        padding-top: 40px !important;
    }

    .pr-md-40 {
        padding-right: 40px !important;
    }

    .pb-md-40 {
        padding-bottom: 40px !important;
    }

    .pl-md-40 {
        padding-left: 40px !important;
    }

    .mt-md-40 {
        margin-top: 40px !important;
    }

    .mr-md-40 {
        margin-right: 40px !important;
    }

    .mb-md-40 {
        margin-bottom: 40px !important;
    }

    .ml-md-40 {
        margin-left: 40px !important;
    }

    .pt-md-50 {
        padding-top: 50px !important;
    }

    .pr-md-50 {
        padding-right: 50px !important;
    }

    .pb-md-50 {
        padding-bottom: 50px !important;
    }

    .pl-md-50 {
        padding-left: 50px !important;
    }

    .mt-md-50 {
        margin-top: 50px !important;
    }

    .mr-md-50 {
        margin-right: 50px !important;
    }

    .mb-md-50 {
        margin-bottom: 50px !important;
    }

    .ml-md-50 {
        margin-left: 50px !important;
    }
}

@media screen and (max-width: 768px) {
    .pt-sm-0 {
        padding-top: 0px !important;
    }

    .pr-sm-0 {
        padding-right: 0px !important;
    }

    .pb-sm-0 {
        padding-bottom: 0px !important;
    }

    .pl-sm-0 {
        padding-left: 0px !important;
    }

    .mt-sm-0 {
        margin-top: 0px !important;
    }

    .mr-sm-0 {
        margin-right: 0px !important;
    }

    .mb-sm-0 {
        margin-bottom: 0px !important;
    }

    .ml-sm-0 {
        margin-left: 0px !important;
    }

    .pt-sm-10 {
        padding-top: 10px !important;
    }

    .pr-sm-10 {
        padding-right: 10px !important;
    }

    .pb-sm-10 {
        padding-bottom: 10px !important;
    }

    .pl-sm-10 {
        padding-left: 10px !important;
    }

    .mt-sm-10 {
        margin-top: 10px !important;
    }

    .mr-sm-10 {
        margin-right: 10px !important;
    }

    .mb-sm-10 {
        margin-bottom: 10px !important;
    }

    .ml-sm-10 {
        margin-left: 10px !important;
    }

    .pt-sm-20 {
        padding-top: 20px !important;
    }

    .pr-sm-20 {
        padding-right: 20px !important;
    }

    .pb-sm-20 {
        padding-bottom: 20px !important;
    }

    .pl-sm-20 {
        padding-left: 20px !important;
    }

    .mt-sm-20 {
        margin-top: 20px !important;
    }

    .mr-sm-20 {
        margin-right: 20px !important;
    }

    .mb-sm-20 {
        margin-bottom: 20px !important;
    }

    .ml-sm-20 {
        margin-left: 20px !important;
    }

    .pt-sm-30 {
        padding-top: 30px !important;
    }

    .pr-sm-30 {
        padding-right: 30px !important;
    }

    .pb-sm-30 {
        padding-bottom: 30px !important;
    }

    .pl-sm-30 {
        padding-left: 30px !important;
    }

    .mt-sm-30 {
        margin-top: 30px !important;
    }

    .mr-sm-30 {
        margin-right: 30px !important;
    }

    .mb-sm-30 {
        margin-bottom: 30px !important;
    }

    .ml-sm-30 {
        margin-left: 30px !important;
    }

    .pt-sm-40 {
        padding-top: 40px !important;
    }

    .pr-sm-40 {
        padding-right: 40px !important;
    }

    .pb-sm-40 {
        padding-bottom: 40px !important;
    }

    .pl-sm-40 {
        padding-left: 40px !important;
    }

    .mt-sm-40 {
        margin-top: 40px !important;
    }

    .mr-sm-40 {
        margin-right: 40px !important;
    }

    .mb-sm-40 {
        margin-bottom: 40px !important;
    }

    .ml-sm-40 {
        margin-left: 40px !important;
    }

    .pt-sm-50 {
        padding-top: 50px !important;
    }

    .pr-sm-50 {
        padding-right: 50px !important;
    }

    .pb-sm-50 {
        padding-bottom: 50px !important;
    }

    .pl-sm-50 {
        padding-left: 50px !important;
    }

    .mt-sm-50 {
        margin-top: 50px !important;
    }

    .mr-sm-50 {
        margin-right: 50px !important;
    }

    .mb-sm-50 {
        margin-bottom: 50px !important;
    }

    .ml-sm-50 {
        margin-left: 50px !important;
    }
}

/*--------------------------------------------------------------
# Additional Layout
--------------------------------------------------------------*/
.container-lg {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1200px) {
    .container-lg {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.bg-lightgrey {
    background-color: #f4f4f4;
}

.bg-light {
    background-color: #f6f6f5;
}

.bg-white {
    background-color: #ffffff;
}

.bg-cream {
    background-color: #faf8ee;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    z-index: 0;
}

.bg-lightblue {
    background-color: #FF000A;
}

.bg-lightblue h2,
.bg-lightblue h3,
.bg-lightblue h4 {
    color: #ffffff;
}

.bg-lightblue p {
    color: #ffffff;
}

.width-1400 {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 1200px) {
    .width-1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.site-content-dark h2 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.site-content-dark p {
    color: #ffffff;
}

.site-content .container h1,
.site-content .container h2,
.site-content .container h3 {
    color: #414042;
    margin-top: 10px;
    text-transform: uppercase;
    line-height: 1em;
}

.site-content .container h4 {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 1.2em;
    font-weight: 700;
}

.site-content .container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.site-content .container ul li {
    position: relative;
    padding-left: 30px !important;
    margin-bottom: 10px;
}

.site-content .container ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f00c";
    color: #FF0000;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
#home-page .pre-heading {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35.2px;
    font-size: 2.2rem;
    margin-bottom: 0px;
}

#home-page h1 {
    color: #FF0000;
    text-transform: uppercase;
    font-size: 44.8px;
    font-size: 2.8rem;
    margin-top: 0;
}

.product-icon {
    text-align: center;
}

.product-icon .product-icon-img {
    max-width: 150px;
    margin: 0 auto;
}

.product-icon h3 {
    font-size: 20.8px;
    font-size: 1.3rem;
    padding: 18px 30px;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Internal Page Header
--------------------------------------------------------------*/
.page-header {
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 20em;
    margin-bottom: 40px;
}
.page-header.responsive{height: auto !important}

@media (max-width: 991px) {
    .page-header {
        height: 250px;
    }
    .page-header.responsive{height: auto !important}
}

.adzoo-breadcrumb {
    color: #414042;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.6px;
    font-size: 0.85rem;
}

.adzoo-breadcrumb a {
    color: #414042;
    font-weight: 700;
    text-transform: uppercase;
}

.adzoo-breadcrumb a:hover,
.adzoo-breadcrumb a:focus {
    color: #FF0000;
}

.adzoo-breadcrumb span.current {
    color: #414042;
    font-weight: 700;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# Contact Form Section
--------------------------------------------------------------*/
.enquiry .gform_body input {
    border-radius: 0px !important;
    height: 48px;
    background-color: #dadada;
    padding: 8px 20px !important;
    border: 0;
}

.enquiry .gform_body ul {
    margin-bottom: 0 !important;
}

.enquiry .gform_body ul li {
    margin: 0 !important;
    background-image: none !important;
    margin-top: 15px !important;
}

.enquiry .ginput_container_textarea {
    padding-top: 15px;
    border-radius: 0;
}

.enquiry .gform_body textarea {
    padding: 15px 20px !important;
    height: 180px !important;
    margin-bottom: 0 !important;
    border-radius: 0;
    background-color: #dadada;
    border: 0;
}

.enquiry #input_1_5 label {
    display: none;
}

.enquiry #input_3_1 label {
    display: none;
}

.enquiry #field_3_4 {
    margin-top: 16px !important;
}

.enquiry #field_3_4 .gfield_label {
    color: #fff;
}

.enquiry #input_2_1 label {
    display: none !important;
}

.enquiry #input_2_6 i {
    display: none !important;
}

.enquiry #input_2_6 label {
    display: none !important;
}

.enquiry #field_2_6 .gfield_time_minute label {
    display: none !important;
}

.enquiry #field_2_6 input {
    padding: 8px 10px !important;
}

.gform_wrapper .gform_footer {
    margin-top: 0 !important;
    padding: 0 !important;
    padding-right: 16px !important;
}

@media (max-width: 768px) {
    .gform_wrapper .gform_footer {
        padding-right: 0 !important;
    }
}

.enquiry .gform_footer input[type=submit],
#enquiry_gform_submit_button {
    width: 100% !important;
    font-family: "Montserrat", serif;
    font-size: 1.2em !important;
    height: 55px;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    background-color: #FF000A !important;
    box-shadow: none;
    text-shadow: none;
    padding: 8px 20px;
    margin-top: 15px !important;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.enquiry .gform_footer input[type=submit]:hover,
#enquiry_gform_submit_button:hover {
    background-color: #FF0000 !important;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .enquiry {
        padding-top: 45px;
    }
}

.gform_wrapper.gf_browser_chrome .gform_body {
    width: 100% !important;
}

::-webkit-input-placeholder {
    color: #333;
}

:-moz-placeholder {
    opacity: 1;
    color: #333;
}

/* Firefox 18- */
::-moz-placeholder {
    opacity: 1;
    color: #333;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #333;
}

/* ie */
input:-moz-placeholder {
    color: #333;
}

select:-moz-placeholder {
    color: #333;
}

select::-webkit-input-placeholder {
    color: #333;
}

text-area::-webkit-input-placeholder {
    color: #333;
}

text-area:-moz-placeholder {
    color: #333;
}

.quote-form .gform_body input {
    border-radius: 3px !important;
    height: 48px;
    background-color: #efefef;
    padding: 8px 20px !important;
    border: 0;
    width: 100%;
}

.quote-form .gform_body select {
    border-radius: 0px !important;
    height: 48px;
    background-color: #efefef;
    padding: 8px 20px !important;
    border: 0;
}

.quote-form .gform_body textarea {
    padding: 15px 20px !important;
    height: 200px;
    margin-bottom: 0 !important;
    border-radius: 3px;
    background-color: #efefef;
    border: 0;
}

.quote-form .gform_footer input[type=submit],
#enquiry_gform_submit_button {
    width: calc(100% - 16px) !important;
    font-family: "Montserrat", serif;
    font-size: 1.2em !important;
    height: 55px;
    color: #ffffff;
    border: 0px;
    border-radius: 3px;
    background-color: #414042 !important;
    box-shadow: none;
    text-shadow: none;
    padding: 5px 0px;
    margin-top: 15px !important;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.quote-form .gform_footer input[type=submit]:hover,
#enquiry_gform_submit_button:hover {
    background-color: #FF000A !important;
    color: #ffffff;
}

.quote-form .gform_body ul {
    margin-bottom: 0 !important;
}

.quote-form .gform_body ul li {
    padding-right: 0;
    background-image: none !important;
}

.subscribe-form .gform_body input {
    border-radius: 0px !important;
    height: 48px;
    background-color: #fff;
    padding: 8px 20px !important;
    border: 0;
}

.subscribe-form .gform_body select {
    border-radius: 0px !important;
    height: 48px;
    background-color: #efefef;
    padding: 8px 20px !important;
    border: 0;
}

.subscribe-form .gform_body textarea {
    padding: 15px 20px !important;
    height: 200px;
    margin-bottom: 0 !important;
    border-radius: 3px;
    background-color: #efefef;
    border: 0;
}

.subscribe-form .gform_footer input[type=submit] {
    font-family: "Montserrat", serif;
    font-size: 1.1em !important;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
    background-color: #FF000A !important;
    box-shadow: none;
    text-shadow: none;
    padding: 15px 45px;
    margin-top: 0 !important;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.subscribe-form .gform_footer input[type=submit]:hover {
    background-color: #414042 !important;
    color: #ffffff;
}

#sidebar-form form {
    background-color: #FF000A;
    padding: 1.2em;
    margin-top: 50px;
}

#sidebar-form form li {
    padding-right: 0;
    margin-top: 0;
}

#sidebar-form form li .ginput_container {
    margin-top: 0;
}

#sidebar-form form li #input_1_5 span {
    width: 100%;
}

#sidebar-form form li #input_1_5 span:first-child {
    margin-bottom: 8px;
}

#sidebar-form form li #input_1_5 label {
    display: none;
}

#sidebar-form form li.gf_left_half {
    width: 100% !important;
}

#sidebar-form form li.gf_right_half {
    width: 100% !important;
}

#sidebar-form form li.hidden_label input {
    margin-top: 0;
}

#sidebar-form form input {
    border-radius: 0px !important;
    height: 38px;
    background-color: #ffffff;
    padding: 8px 20px !important;
    border: 0;
}

#sidebar-form form textarea.large {
    height: 120px;
    border-radius: 0px !important;
    background-color: #ffffff;
    padding: 8px 20px !important;
    border: 0;
}

#sidebar-form form .gform_footer {
    margin: 0;
    padding: 0;
}

#sidebar-form form .gform_footer input[type=submit] {
    font-family: "Montserrat", serif;
    font-size: 1.1em !important;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
    background-color: #414042 !important;
    box-shadow: none;
    text-shadow: none;
    padding: 15px 45px;
    margin-top: 0 !important;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#sidebar-form form .gform_footer input[type=submit]:hover {
    background-color: #ffffff !important;
    color: #414042;
}

.enquiry-contact-us .gform_body input {
    border-radius: 0px !important;
    height: 48px;
    background-color: #ffffff;
    padding: 8px 20px !important;
    border: 1px solid #bfbfbf;
}

.enquiry-contact-us .gform_body ul {
    margin-bottom: 0 !important;
}

.enquiry-contact-us .gform_body ul li {
    margin: 0 !important;
    background-image: none !important;
}

.enquiry-contact-us .ginput_container_textarea {
    margin-top: 16px !important;
    border-radius: 0;
    border: 1px solid #bfbfbf;
    background-color: #fff;
}

.enquiry-contact-us .gform_body textarea.large {
    padding: 15px 20px !important;
    height: 180px !important;
    margin-bottom: 0 !important;
    border-radius: 0;
    background-color: #ffffff;
    border: 0;
}

.enquiry-contact-us #input_1_5 label {
    display: none;
}

.enquiry-contact-us #input_3_1 label {
    display: none;
}

.enquiry-contact-us #field_3_4 {
    margin-top: 16px !important;
}

.enquiry-contact-us #field_3_4 .gfield_label {
    color: #fff;
}

.enquiry-contact-us .gform_wrapper .gform_footer {
    padding: 0 16px 0 0 !important;
}

.enquiry-contact-us .gform_footer input[type=submit] {
    width: 100% !important;
    font-family: "Montserrat", serif;
    font-size: 1.2em !important;
    height: 55px;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    background-color: #414042 !important;
    box-shadow: none;
    text-shadow: none;
    padding: 8px 20px;
    margin-top: 15px !important;
    text-transform: uppercase;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.enquiry-contact-us .gform_footer input[type=submit]:hover {
    background-color: #FF000A !important;
    color: #ffffff;
}

/*--------------------------------------------------------------
# Full Width Section
--------------------------------------------------------------*/
.icon {
    padding: 0 1em;
}

.icon i {
    font-size: 72px;
    font-size: 4.5rem;
    color: #FF000A;
    margin-bottom: 8px;
}

/*--------------------------------------------------------------
# Parallax
--------------------------------------------------------------*/
.parallax-window {
    min-height: 32vh;
}

.home-banner {
    height: 100vh;
}

@media (max-width: 768px) {
    .home-banner {
        height: 100vh;
        background-position: right bottom !important;
    }
}

.internal-page-banner {
    height: 32vh;
    padding-top: 180px;
    min-height: 360px;
}

.internal-page-banner h1 {
    color: #ffffff;
    text-transform: uppercase;
}

.not-found-page-banner {
    height: 55vh;
}

.parallaw-wrapper h2 {
    color: #ffffff;
}

.parallaw-wrapper p {
    color: #ffffff;
}

.bbo {
    min-height: 20em;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.content-area {
    float: right;
    margin: 0 0 0 -25%;
    width: 100%;
}

.site-main {
    margin: 0 0 0 25%;
}

.site-content .widget-area {
    /*float: left;*/
    overflow: hidden;
    /*width: $size__site-sidebar;*/
}

.site-footer {
    clear: both;
    width: 100%;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.map {
    display: block;
}

.map #wpgmza_map {
    float: none !important;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page-contact {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}

.contact-page-contact li {
    display: block;
}

.contact-page-contact li a {
    font-size: 20.8px;
    font-size: 1.3rem;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Search Box 
--------------------------------------------------------------*/
#searchform input[type="text"] {
    background-color: #efefef;
    border: 0;
    padding: 8px 12px;
    height: 38px;
    width: 80%;
    margin: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14.4px;
    font-size: 0.9rem;
}

#searchform button.search-submit {
    background-color: #00C0FF;
    color: #ffffff;
    padding: 12px;
    border: 0;
    height: 38px;
    width: 20%;
    margin: 0;
    float: right;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#searchform button.search-submit:hover,
#searchform button.search-submit:focus {
    background-color: #414042;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#searchform button.search-submit i {
    font-size: 16px;
    font-size: 1rem;
    color: #ffffff;
}

/*--------------------------------------------------------------
# Pop Up Contact  
--------------------------------------------------------------*/
.pop-up-contact {
    height: 48px;
    border-radius: 4px;
    position: fixed;
    right: 80px;
    bottom: 30px;
    z-index: 99;
    display: none;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pop-up-contact i {
    color: #ffffff;
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-right: 10px;
}

@media (max-width: 991px) {
    .pop-up-contact i {
        margin-right: 0;
    }
}

.pop-up-contact a {
    color: #ffffff;
    font-weight: 700;
    border-radius: 4px;
    background-color: #FF000A;
    margin: 0 5px 0 0;
    padding: 12px 15px;
    display: inline-block;
    min-width: 48px;
    font-family: "Montserrat", san-serif;
    text-align: center;
}

.pop-up-contact a:hover,
.pop-up-contact a:focus {
    background-color: #414042;
}

/*--------------------------------------------------------------
# How To Section  
--------------------------------------------------------------*/
.how-to {
    background-color: #FF0000;
    padding: 80px 0;
}

.how-to h2 {
    text-transform: uppercase;
}

.how-to p {
    color: #ffffff;
}

.how-to .how-to-icon {
    background-color: #414042;
    text-align: center;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 1em;
    margin: 2em auto 1em auto;
}

.how-to h4 {
    text-transform: uppercase;
    font-size: 19.2px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1em;
    margin-bottom: 2em;
}

.how-to h4 span {
    display: block;
}

/*--------------------------------------------------------------
# Help Section
--------------------------------------------------------------*/
.help {
    background-image: url('/wp-content/uploads/2018/08/help-bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    padding-bottom: 20px;
    display: none;
}

.help a:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.single-product-icon img {
    max-width: 100%;
}

.woocommerce-page div.product {
    margin-bottom: 32px;
}

.woocommerce-page div.product div.images {
    width: 100%;
}

.woocommerce-page div.product div.summary {
    width: 100%;
    margin-top: 0;
}

.woocommerce-page div.product p.price {
    font-size: 32px;
    font-size: 2rem;
    color: #FF0000;
    font-weight: 700;
    border-top: 1px dotted #FF000A;
    padding-top: 12px;
    text-align: right;
}

.woocommerce-page div.product p.price span.price-title {
    font-size: 22.4px;
    font-size: 1.4rem;
    margin-right: 15px;
    text-transform: uppercase;
    color: #414042;
}

.woocommerce-page ul.products {
    list-style-type: none;
}

.woocommerce-page ul.products li {
    padding-left: 0 !important;
}

.woocommerce-page ul.products li h2.woocommerce-loop-product__title {
    text-transform: uppercase !important;
}

.woocommerce-page ul.products li:before {
    display: none;
}

.woocommerce ul.products li.product h2 {
    text-transform: uppercase !important;
}

.woocommerce ul.products li.product a.button {
    display: inline-block;
    padding: 10px 50px;
    background-color: #FF0000;
    font-family: "Montserrat", serif;
    color: #ffffff;
    text-align: center;
    font-size: 12.8px;
    font-size: 0.8rem;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 700;
}

.woocommerce ul.products li.product a.button:hover {
    background-color: #414042;
}

.single-product-content .gform_wrapper {
    margin-top: 0 !important;
}

.single-product-content h3 {
    margin-top: 0;
    font-weight: 700 !important;
    font-size: 28.8px;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-product-content .form-step-heading h4 {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.single-product-content .blinds-type li {
    border: 2px solid transparent;
}

.single-product-content .blinds-type li .image-choices-choice-text {
    text-transform: uppercase;
    font-weight: 700;
}

.single-product-content .blinds-type li:nth-child(2) .image-choices-choice-image-wrap {
    width: 183px;
    background-size: contain !important;
}

.single-product-content .blinds-type .image-choices-choice-selected {
    border: 2px solid #FF0000;
}

.single-product-content .blinds-type .image-choices-choice-selected .image-choices-choice-text {
    color: #FF0000;
}

.single-product-content .bbo-radio li {
    border: 2px solid transparent;
}

.single-product-content .bbo-radio li .image-choices-choice-text {
    text-transform: uppercase;
    font-weight: 700;
}

.single-product-content .bbo-radio .image-choices-choice-selected {
    border: 2px solid #FF0000;
}

.single-product-content .bbo-radio .image-choices-choice-selected .image-choices-choice-text {
    color: #FF0000;
}

.single-product-content .product_totals {
    border-top: 1px solid #FF0000;
    margin-top: 32px;
}

.single-product-content .product_totals ul li {
    padding-left: 0;
}

.single-product-content .product_totals ul li:before {
    display: none;
}

.woocommerce-tabs {
    background-color: #efefef;
    padding: 2em;
    margin-left: 15px;
    margin-right: 15px;
}

.woocommerce-tabs .tabs {
    display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
    display: none;
}

.product-additional-content {
    background-color: #efefef;
    padding: 2em;
    margin-bottom: 48px;
}

.product-additional-content h3 {
    font-size: 32px;
    font-size: 2rem;
}

.product-additional-content ul {
    padding-left: 20px;
}

.product-additional-content ul li {
    position: relative;
    padding-left: 20px !important;
    margin-bottom: 10px;
}

.product-additional-content ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    content: "\f00c";
    color: #06B4ED;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    width: 100%;
}

.wpc-product-form {
    display: block;
}

.woocommerce div.product form.cart div.quantity {
    margin-top: 15px;
}

.woocommerce div.product form.cart div.quantity input[type="number"] {
    border-radius: 0;
    height: 45px;
}

.woocommerce div.product form.cart .button {
    background-color: #00C0FF;
    margin-top: 15px;
    border-radius: 0;
    height: 45px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #414042;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.wooprice-form #aws_price_calc_label_6 {
    display: none;
}

.wooprice-form .aws_price_calc_radio {
    display: block;
    text-indent: -9999999px;
}

.wooprice-form .aws_price_calc_radio br {
    display: none;
}

.wooprice-form .aws_price_calc_radio img {
    max-height: 120px;
    display: inline-block;
}

.wooprice-form .aws_price_calc_radio span.label-hidden {
    display: none;
}

.wooprice-form .wooprice-radio-img {
    width: 128px;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.wooprice-form .wooprice-radio-img input {
    float: left;
    margin-right: 20px;
}

.wooprice-form .wooprice-radio-img img {
    float: right;
}

.wooprice-form .wooprice-label {
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: smaller;
}

.wooprice-form input[type="text"] {
    border-radius: 0;
    height: 45px;
    background-color: #efefef;
    padding: 8px;
    width: 82%;
}

.wooprice-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 82%;
    height: 45px;
    border-radius: 0;
    padding: 0 10px;
    background: url("https://bbo.beta.adzoo.com.au//wp-content/uploads/2018/07/select-form-arrow.png") no-repeat 96% 0;
    background-color: #efefef;
}

.wooprice-form #blinds-type-form input {
    display: inline-block;
}

.wooprice-form #blinds-type-form .input_hidden {
    position: absolute;
    left: -9999px;
}

.wooprice-form #blinds-type-form label {
    display: inline-block;
    cursor: pointer;
}

.wooprice-form #blinds-type-form label img {
    padding: 8px;
    max-height: 140px;
    width: auto;
}

.wooprice-form h3 {
    font-size: 22.4px;
    font-size: 1.4rem;
}

.gf-off-screen {
    position: absolute;
    left: -999em;
}

/*--------------------------------------------------------------
# DIY HUB
--------------------------------------------------------------*/
.diy-hub-list-custom-heading h3 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.diy-hub-list-custom-heading h3 a {
    font-weight: 700 !important;
}

.diy-hub-list-btn {
    margin-bottom: 10px !important;
}

.diy-hub-list-btn a {
    display: inline-block;
    padding: 10px 50px;
    background-color: #414042 !important;
    font-family: "Montserrat", serif !important;
    color: #ffffff !important;
    text-align: center;
    font-size: 12.8px;
    font-size: 0.8rem;
    text-transform: uppercase;
    border-radius: 0px;
    font-weight: 700;
}

.diy-hub-list-btn a:hover {
    background-color: #FF0000 !important;
    color: #414042 !important;
}


.woocommerce-loop-product__link img {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.woocommerce-loop-product__link:hover img {
    -webkit-filter: unset !important;
    filter: unset !important;
    border: 4px solid #FEF200;
}








.attachment-woocommerce_thumbnail {
    border-radius: 50%;
    border: 4px solid #00c0ff;
}

/* Turn off button for product */
.product_type_simple,
.product_type_variation {
    display: none !important;
}



/* button */
.daisy-selector-btn {
    padding: 20px 10px;
    color: #333333 !important;
    background-color: #FEF200;
    font-weight: bold;
    border-radius: 30px;
}

.daisy-selector-btn:hover {
    background-color: #00c0ff;
    color: #ffffff !important;
}



/* Title on pages on the left side */
.title_left {
    margin-top: 0px !important;
    padding-top: 0px !important;
    line-height: 1 !important;
}

/* Short info on product loop */
.short_info {
    font-size: 12px !important;
}

/* Single Product Page */
.aws_price_calc_radio input[type="radio"] {
    display: none !important
}

.awspc-field-row {
    margin-bottom: 10px;
}

.wooprice-radio-img {
    border: 4px solid #fff;
    margin: 0px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wooprice-radio-img:hover {
    border-color: #999;
    cursor: pointer;
}

.pt_active {
    border: 4px solid #ff0000;
}

.awspc-field-widget input,
.awspc-field-widget select {
    border: 0px;
    background-color: #FFDADA !important;
    text-align: center;
    font-weight: bold;
    color: #ff0000;
    max-width: 120px;
}

.awspc-field-error {
    font-size: small;
}

.termotech {
    padding: 0;
    margin: 0 auto 40px;
    display: block;
    text-align: center;
}

.termotech li {
    list-style: none;
    display: inline-block;
    margin: 0 25px;
}

/* Blog/News Page */
.daisy-blog-posts .vc-gitem-zone-height-mode-auto::before {
    content: "";
    display: block;
    padding-top: 20% !important;
}

.daisy-blog-posts .vc_grid-pagination ul li a {
    border: 1px solid #ffffff !important;
    font-size: 20px !important;
    color: #000000 !important;
}

.daisy-blog-posts .vc_grid-pagination ul li {
    color: #000000 !important;
}

.daisy-blog-posts .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h5 a {
    line-height: 25px !important;
}

/* Single Blog/News Post */
.single .content-area {
    float: none;
}

.single .content-area,
.single .site-main {
    margin: 0;
}

.single .entry-header {
    padding: 0;
}

.single .cat-links,
.single .tag-links,
.single .edit-link {
    display: block;
}

.single .nav-previous a,
.single .nav-next a {
    background-color: #333333;
    padding: 10px;
    display: inline-block;
    color: #FEF200;
    font-weight: bold;
}

.single h1.entry-title {
    margin-bottom: 20px;
}


/* FAQ */
.daisy-faq-tab .vc_tta-tabs-list {
    margin-bottom: 30px !important;
}

/* Default Margin */
.daisy-default-mgn {
    margin-top: 50px !important;
}


/* Gallery Page */
.daisy_gallery .vc_tta-tabs-list li a {
    font-size: 15px;
    background-color: #00c0ff !important;
    font-weight: 700;
    padding: 5px 18px !important;
}

/* Contact Form */
.gform_button.button {
    background-color: #FEF200 !important;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px !important;
    padding: 10px 50px;
}

.gform_button.button:hover {
    background-color: #00c0ff !important;
    color: #ffffff !important;
}

/* Cart */
.woocommerce .checkout-button {
    background-color: #FEF200 !important;
    color: #333333 !important;
    text-transform: uppercase;
}

.woocommerce .checkout-button:hover {
    background-color: #00c0ff !important;
    color: #ffffff !important;
}

.woocommerce .cross-sells {
    float: none !important;
    width: 100% !important;
}

.woocommerce .cart_totals {
    float: none !important
}

.woocommerce .product,
.woocommerce .cross-sells ul.products li.product a img {
    width: auto !important;
}

.woocommerce-page div.product-type-variable p.price {
    display: none;
}

.product-type-variable .single_variation_wrap .woocommerce-variation-price span.total {
    font-size: 22px;
    margin-right: 15px;
    text-transform: uppercase;
    color: #414042;
    font-weight: 700;
}

.product-type-variable .single_variation_wrap .woocommerce-variation-price span.price {
    font-size: 33px;
    color: #FF0000;
    font-weight: 700;
    text-align: right;
}

.woocommerce div.product form.cart {
    position: relative;
}

.product-type-variable .single_variation_wrap .woocommerce-variation {
    position: absolute;
    margin: 0px auto;
    right: 15px;
    top: 100%;
    width: 100%;
    text-align: right;
    border-top: 1px dotted rgb(255, 0, 10);
    padding-top: 12px;
    max-width: 635px;
    margin-top: 30px;
}

#product-1280 {
    margin-bottom: 82px !important;
}

/* Checkout */
.woocommerce #place_order {
    width: 100%;
    text-transform: uppercase;
    background-color: #FEF200 !important;
    color: #333333;
    font-size: 20px;
}

.woocommerce #place_order:hover {
    background-color: #00c0ff !important;
    color: #ffffff !important;
}

.woocommerce .checkout h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.woocommerce .checkout .woocommerce-input-wrapper {
    width: 100% !important;
}

.woocommerce .checkout input {
    background-color: #e7e7e7;
    border: none;
    padding: 10px;
}

.woocommerce .checkout .select2-container .select2-selection--single {
    box-sizing: border-box;
    background-color: #efefef;
    height: 40px;
    border: 0;
    border-radius: 0;
    padding: 9px 8px;
}

.woocommerce-shipping-fields {
    margin-top: 20px;
}

.woocommerce .checkout textarea {
    box-sizing: border-box;
    background-color: #efefef !important;
    border: 0 !important;
    padding: 15px 12px !important;
    height: 120px !important;
}

.woocommerce-shipping-fields h3 {
    margin-bottom: 0;
}


/* Dropdown */
#menu-primary-menu li.active>.dropdown-menu li a {
    color: #000000;
}

/* Woocommerce Spacing */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 49px;
}

.woocommerce-loop-product__title {
    max-width: 185px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 30px 20px 0;
    min-width: 200px;
}

.woocommerce-cart .page-header,
.woocommerce-checkout .page-header {
    height: 7em;
}

.single-product .pages-breadrumbs {
    margin-bottom: 30px;
}

/* Product */
.single-product-title span {
    font-size: 1rem;
    text-transform: capitalize;
    line-height: 1.5;
}
.page-template-default .woocommerce-loop-product__title a span {
    display: none;
}
.page-template-default .woocommerce-loop-product__title a strong.text-orange {
    display: none !important;
}
.page-template.page-id-1206 a:focus{
	color: #fff;
}


#related-products-carousel{margin-bottom: 70px;}
#related-products-carousel .item{text-align: center;}
#related-products-carousel .thumbnail:hover img{opacity: .7}
#related-products-carousel .link{display: block; margin-top: 20px;}
#related-products-carousel .button{
    background-color: #FF0000;
    color: #ffffff;
    width: 100%;
    margin-top: 15px;
}
#related-products-carousel .button:hover{background-color: #333333}
