<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
------------------------------------------------------------------------------

Theme Name: Image Direct Boilerplate
        Theme URI: http:// wpbp.dev.imagedirect.com/
        Description: ID-Boilerplate 3.0 Structural CSS
        Author: Image Direct Pty Ltd
        Author URI: http://www.imagedirect.com.au
        Version: 3.0
        Copyright : Â©2013 Image Direct Pty Ltd
        Text Domain: image-direct-boilerplate


        Built on:
                Theme Name: HTML5 Blank
                Theme URI: http://html5blank.com
                Description: HTML5 Blank WordPress Theme
                Version: 1.4.2
                Author: Todd Motto (@toddmotto)
                Author URI: http://toddmotto.com
                Tags: Blank, HTML5, CSS3

                License: MIT
                License URI: http://opensource.org/licenses/mit-license.php

------------------------------------------------------------------------------
*/
/* 
* ------------------------------------------------------------------------------
* 
* Root
* 
* ------------------------------------------------------------------------------ 
*/

html {
    height: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}

.body-wrapper {
    min-height: 100%;
    position: relative;
}


#content {
    padding-top: 2em;
    padding-bottom: 2em;
}


.id-footer-widget-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
}

.id-copyright-wrapper {
    padding-top: 1em;
    text-align: center;
}


@media screen and (min-width: 768px) {
    .id-copyright-wrapper {
        text-align: left;
    }    
}


@media screen and (min-width: 992px) {
    .id-copyright-wrapper .attribution {
        text-align: right;
    }    
}

.sidebar-widget .widget {
    margin-bottom: 2em;
}

img {
    max-width: 100%;
    height: auto;
}


/*svg, img[src*=".svg"] {*/
/*    width: 100%;*/
/*}*/

a {
    color: #03c;
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
    text-decoration: none;
}

a:hover {
    color: #e80;
    -webkit-transition: all 250ms ease-in .05s;
    -moz-transition: all 250ms ease-in .05s;
    -o-transition: all 250ms ease-in .05s;
    transition: all 250ms ease-in .05s;
}

a:focus {
    outline: 0;
}

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

.btn-inverse {
    background-color: #222;
    border: 1px solid #333;
    color: #999;
}
.btn-inverse:active,
.btn-inverse:hover {
    background-color: #111;
    border: 1px solid #333;
    color: #fff;
}

#menu.panel {
    background: #222;
    z-index: 99999;
    position: fixed;
    left: -15.625em; /*left or right and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}

#menu.panel .navbar-off-canvas &gt; li {
    display: block;
    width: 100%;
}

.post .date,
.post .author,
.post .comment,
.post .comments {
    font-size: smaller;
    font-size: .85rem;
}

/* 
* ------------------------------------------------------------------------------
* 
* navbar
* 
* ------------------------------------------------------------------------------ 
*/

/* navbar-page-width */
.navbar-page-width {
    margin: 0 auto;
}

/* navbar */
.navbar {
    margin-bottom: 0;
}

/* navbar parent */
.navbar-nav {
    font-size: 0;
}

/* navbar child */
.navbar-nav &gt; * {
    font-size: 12pt;
    font-size: 1rem;
}

/* full-width wrapper */
.navbar-full-width .menu-wrapper {
    max-width: 100%;
}


/* wrapper */
.menu-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
/*dropdown-menu*/
.dropdown-menu &gt; li &gt; a {
    -webkit-font-smoothing: subpixel-antialiased; 
    padding: 15px 20px;
    margin: 0;
}



/* 
* ------------------------------------------------------------------------------
* 
* Sidebar
* 
* ------------------------------------------------------------------------------ 
*/

/* sidebar Navbar */
.sidebar .navbar-static-top {
    z-index: 990;
}
.sidebar .navbar-collapse {
    max-height: 100%;
}
/* make sidebar menu items full width*/
.sidebar .navbar-nav &gt; li {
    width: 100%;
}


/* 
* ------------------------------------------------------------------------------
* 
* Glyphicon
* 
* ------------------------------------------------------------------------------ 
*/

a.ddownload-button::after {
    content: '\f019';
    display: inline-block;
    margin-left: 1ex;
    font-family: fontAwesome;
}

.navbar .glyphicon {
    margin-right: 0.25em;
    top: 0;
}

.navbar .glyphicon .fa {
    top: 0px;
}

/* 
* ------------------------------------------------------------------------------
* 
* @ Attribution
* 
* ------------------------------------------------------------------------------ 
*/


a.credit-id {
    color: #888;
    text-decoration: none;
}

.attribution,
.copyright {
    font-size: smaller;
}

.credit-id em {
    color: orange;
    font-style: italic;
    font-weight: bold;
}
a.credit-id:hover {
    text-decoration: underline;
}

/* 
* ------------------------------------------------------------------------------
* 
* @ Form Fields
* 
* ------------------------------------------------------------------------------ 
*/


input[type="url"], 
input[type="text"], 
input[type="tel"], 
input[type="password"], 
input[type="email"], 
#comment, 
select,
textarea {
    max-width: 100%;
    width: 100%;
}
input[type="url"], 
input[type="text"], 
select,
input[type="tel"], 
input[type="password"], 
input[type="email"], 
#comment, 
textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: inherit;
    height: auto;
    padding: 1ex;
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #ccc;

}

.input[type="url"], 
select, 
input[type="text"], 
input[type="tel"], 
input[type="password"], 
input[type="email"] {
    height: 46px;
}

input[type="url"]:focus, 
#comment:focus, 
select:focus, 
textarea:focus, 
input[type="tel"]:focus, 
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    transition: background-color 0.2s linear 0s, background 0.2s linear 0s;
}

.form-control {
    font: inherit;
}




/* 
* ------------------------------------------------------------------------------
* 
* Typography
* 
* ------------------------------------------------------------------------------ 
*/

html {
    font-size: 1em;
    /*-webkit-font-smoothing: antialiased;*/
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #5c5c5c;
    font-weight: normal;
    font-weight: 300;
    font-size: 100%;
}


body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
    font-size-adjust: none;
}


/* Body Content */

.content-main {
    font-size: 1em;
    font-size: 1rem;
    line-height: 1.5;
}

@media (min-width: 43.75em) {

    .content-main {
        font-size: 1em;
        font-size: 1rem;
        line-height: 1.6;
    }
}

.content-main h1 {
    margin-bottom: 1ex;
}

.content-main p {
    margin-bottom: 1em;
}



h1,h2,h3,h4 {	
    margin-bottom: 0.15em;
}

h1,h2 {
    letter-spacing: -0.033em
}

h3,h4 {
    letter-spacing: -0.0013em
}

h1 {
    font-size: 2em;
    line-height: 1.25;
}

@media (min-width: 43.75em) {
    h1 {
        font-size: 2.5em;
        line-height: 1.125;
    }
}

@media (min-width: 56.25em) {
    h1 {
        font-size: 3em;
        line-height: 1.05;
    }
}

h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
    /* 30px / 26px */
}

@media (min-width: 43.75em) {
    h2 {
        font-size: 2em;
        line-height: 1.25;
    }
}

@media (min-width: 56.25em) {
    h2 {
        font-size: 2.25em;
        line-height: 1.25;
    }
}

h3 {
    font-size: 1.375em;
    line-height: 1.13636364;
    /* 25px / 22px */
}

@media (min-width: 43.75em) {
    h3 {
        font-size: 1.5em;
        line-height: 1.25;
    }
}

@media (min-width: 56.25em) {
    h3 {
        font-size: 1.75em;
        line-height: 1.25;
    }
}


h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
}

@media (min-width: 43.75em) {
    h4 {
        line-height: 1.22222222;
    }
}

blockquote {
    font-size: 1.25em;
    line-height: 1.25;
}

@media (min-width: 43.75em) {
    blockquote {
        font-size: 1.5em;
        line-height: 1.45833333;
    }
}

/*
* ----------------------------------------------------------------
* 
* ID Content Lists 
* 
* ----------------------------------------------------------------
*/

ul.id-unordered-list {}

ol.id-ordered-list&gt;li,
ul.id-unordered-list&gt;li {
    margin-bottom: 1ex;
    padding-left: 3em;
}


ol.id-ordered-list {
    counter-reset: section;
}


ul.id-unordered-list&gt;li::before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    margin-top: -6px;
    /*color: inherit;*/
}

ul.id-unordered-list&gt;li::before,
ol.id-ordered-list&gt;li::before {
    margin-right: 1em;
    position: absolute;
    top: 50%;
    left: 1em;
    right: auto;
    bottom: auto;
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    line-height: 1;
}

ol.id-ordered-list&gt;li::before {
    counter-increment: section;
    content: counters(section,".") " ";
    min-width: 10px;
    padding: 3px 7px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.5);
    background-color: #0080A2;
    border-radius: 10px;
    margin-top: -8px;    
}


/* 
* ------------------------------------------------------------------------------
* 
* @ 320
* 
* ------------------------------------------------------------------------------ 
*/


@media only screen and (min-width : 320px) {


    /*added by thomas*/
    .navbar-brand img{
        height: 100%;
        width: auto;
    }

    .navbar-phone-icon a,
    .navbar-nav &gt; li.menu-item-phone &gt; a {
        margin-bottom: 0;
        margin-top: 0;
    } 

    .navbar-phone-icon p {
        margin: 0 auto;
        line-height: .25rem;
    }

    h3.id-navbar-telephone {
        margin: auto;
        line-height: 0.725;
        letter-spacing: -0.025em;
        display: inline-block;
    }

    .navbar-toggle-phone {
        float: left;
        margin-left: 10px;
    }
    /*	.menu-item-phone h3:before {
                    content: '\f095';
                    color: #666;
                    display: inline-block;
                    font-family: fontawesome;
            }*/


    .id-navbar-telephone a:hover {
        text-decoration: none;
    }



    /* Large Navbar TelePhone and Menu Toggle Button */

    .navbar-toggle {
        position: relative;
        float: right;        
        padding: 15px 15px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
        font-size: 1.5em;
    }
    .navbar-toggle-phone {
        padding: 10px 13px;
    }
    /* End Button */
}


@media screen and (min-width: 992px) {
    .navbar-toggle {
        position: relative;
        float: right;        
        /*padding: 35px 15px;*/
    }
    .scroll-small .navbar-toggle {
        padding: 15px 15px;
    }
}

/* 
* ------------------------------------------------------------------------------
* 
* @ 768
* 
* ------------------------------------------------------------------------------ 
*/
@media only screen and (min-width : 768px) {
    .navbar-page-width {
        max-width: 750px;
    }
    /* navbar-nav */
    .navbar-nav {
        width: 100%;
    }
}

/* 
* ------------------------------------------------------------------------------
* 
* @ 992
* 
* ------------------------------------------------------------------------------ 
*/
@media only screen and (min-width : 992px) {
    /* navbar-page-width */
    .navbar-page-width {
        max-width: 970px;
    }




}

/* 
* ------------------------------------------------------------------------------
* 
* @ 1200
* 
* ------------------------------------------------------------------------------ 
*/

@media only screen and (min-width : 1200px) {

    .navbar-page-width {
        max-width: 1170px;
    }

    /*Navbar-alignment-fix DJC*/
    .right-navbar .navbar-nav &gt; * ,
    .center-navbar .navbar-nav &gt; * ,
    .left-navbar .navbar-nav &gt; * {
        float: none;
        display: inline-block;
    }
    /* navbar-nav &gt; li */
    .navbar-nav &gt; li {
        /*float: none;*/
        vertical-align: middle;
        display: inline-block;
    }

    /* navbar-nav */
    .navbar-nav {
        float: none;
    }
    /* left-navbar */
    .left-navbar .navbar-nav {
        text-align: left;
    }

    /* center-navbar */
    .center-navbar .navbar-nav {
        text-align: center;
    }
    /* right-navbar */
    .right-navbar .navbar-nav {
        text-align: right;
    }

}





/* 
* ------------------------------------------------------------------------------
* 
* PRINT
* 
* ------------------------------------------------------------------------------ 
*/

@media print {

}



/* 
* ------------------------------------------------------------------------------
* 
* OFF-Canvas
* 
* ------------------------------------------------------------------------------ 
*/

.id-shop-sidebar-header&gt;* {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

.sidebar-shop .navbar-toggle {
    display: inline-block;
}

.row-offcanvas {
    position: relative;
}

.navbar-offcanvas,
.open.navbar-offcanvas,
.row-offcanvas,
.active.row-offcanvas {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


@media screen and (max-width: 1199px) {



    .navbar-offcanvas {
        box-shadow:  0 0 3px rgba(0,0,0,.5);
        background-color: inherit;
        -webkit-overflow-scrolling: touch;
        z-index: 9991;
        position: fixed;
        top: 0;
        left: auto;
        right: auto;
        bottom: 0;
        width: 100%;
        max-width: 600px;
        overflow-y: auto;
        overflow-x: hidden;
        min-height: 100%;
    }


    .offcanvas-right.navbar-offcanvas {
        right: -100%;
    }    
    .open.offcanvas-right.navbar-offcanvas {
        right: 0;
    }

    .offcanvas-left.navbar-offcanvas {
        left: -100%;
    }    
    .open.offcanvas-left.navbar-offcanvas {
        left: 0;
    }

    .offcanvas-left .id-navbar-close {
        text-align: right;        
    }


    .offcanvas-right .id-navbar-close {
        text-align: left;
    }


    .id-navbar-close {
        outline: none;
        border: none;
        margin: 0;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 8px 20px;
        z-index: 10000;
        background: transparent;
        font-size: 32px;
    }

    .navbar-fixed-top .navbar-offcanvas {
        padding-top: 60px;
        top: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100%;
        min-height: 100%;
        position: fixed;
        z-index: 9999;
    }

    /* // Fixed Top Nav Off Canvas  // */

    .navbar-offcanvas .navbar-nav {
        margin: 0 auto;
        overflow-y: scroll;
        height: 100%;
        padding: 80px 15px;
    }

    .navbar-fixed-top.offcanvas-navbar {
        position: fixed;
        top: 0;        
        left: 0;
        right: 0;
        -webkit-transform: none;
        -o-transform: none;
        transform: none; 
        padding: 0;
        border: 0;
    }

    .navbar-fixed-top.offcanvas-navbar .navbar-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        background: inherit;
        z-index: 999;
    }

    .navbar-page-width.offcanvas-navbar {
        margin: 0;
    }

    .row-offcanvas-left #header .navbar-static  .navbar-offcanvas {
        padding-top: 0;
    }
}

/* 
* ------------------------------------------------------------------------------
* 
* SHop OFF-Canvas
* 
* ------------------------------------------------------------------------------ 
*/

.id-shop-sidebar-header&gt;* {
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}

.sidebar-shop .navbar-toggle {
    display: inline-block;
}

.row-offcanvas {
    position: relative;
}

.navbar-offcanvas,
.open.navbar-offcanvas,
.row-offcanvas,
.active.row-offcanvas {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


@media screen and (max-width: 1199px) {
    


.sidebar-shop .navbar-offcanvas {
    box-shadow:  0 0 3px rgba(0,0,0,.5);
    background-color: inherit;
    -webkit-overflow-scrolling: touch;
    z-index: 9991;
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100%;
}


.sidebar-shop .offcanvas-right.navbar-offcanvas {
    right: -100%;
}    
.sidebar-shop .open.offcanvas-right.navbar-offcanvas {
    right: 0;
}

.sidebar-shop .offcanvas-left.navbar-offcanvas {
    left: -100%;
}    
.sidebar-shop .open.offcanvas-left.navbar-offcanvas {
    left: 0;
}

.sidebar-shop .offcanvas-left .id-navbar-close {
    text-align: right;        
}


.sidebar-shop .offcanvas-right .id-navbar-close {
    text-align: left;
}


.sidebar-shop .id-navbar-close {
    outline: none;
    border: none;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 20px;
    z-index: 10000;
    background: transparent;
    font-size: 32px;
}

.sidebar-shop .navbar-fixed-top .navbar-offcanvas {
    padding-top: 60px;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 9999;
}

/* // Fixed Top Nav Off Canvas  // */

.sidebar-shop .navbar-offcanvas .navbar-nav {
    margin: 0 auto;
    overflow-y: scroll;
    height: 100%;
    padding: 80px 15px;
}

.sidebar-shop .navbar-fixed-top.offcanvas-navbar {
    position: fixed;
    top: 0;        
    left: 0;
    right: 0;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; 
    padding: 0;
    border: 0;
}

.sidebar-shop .navbar-fixed-top.offcanvas-navbar .navbar-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background: inherit;
    z-index: 999;
}

.sidebar-shop .navbar-page-width.offcanvas-navbar {
    margin: 0;
}

.sidebar-shop .row-offcanvas-left #header .navbar-static  .navbar-offcanvas {
    padding-top: 0;
}
}




/*
* ----------------------------------------------------------------
* 
* Collapse Menu
* 
* ----------------------------------------------------------------
*/

@media (max-width: 1199px) {


    .navbar-toggle {
        display: block;
    }
    .navbar-phone-icon {
        display: block!important;
    }

    .navbar-header {
        float: none;
    }

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

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

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

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }

    .navbar-nav&gt;li {
        float: none;
    }

    .navbar-nav&gt;li&gt;a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: rgba(0,0,0,0.15);
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu&gt;li&gt;a {
        padding: 1ex 20px;
        font-weight: 400;
        line-height: 1.42857143;
        color: #ccc;
    }
}


address.id-client-address-widget i.fa {
    margin-right: 0.5ex;
}



address.id-client-address-widget i.fa {
    margin-right: 0.5ex;
}

/* 
* ------------------------------------------------------------------------------
* 
* Contact Form Notices
* 
* ------------------------------------------------------------------------------ 
*/

div.wpcf7-mail-sent-ok::before,
div.wpcf7-validation-errors::before {
    font-family: fontAwesome;
    color: #fff;
    content: '\f00d';
    float: right;
}


div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background-color: #398f14;
    color: #fff;    
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 25px;
    display: block;
    z-index: 999999;
}

div.wpcf7-validation-errors {
    border: 2px solid #e30;
    background-color: #e30;
    color: #fff;    
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 25px;
    display: block;
    z-index: 999999;
}

.post-edit-link {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background: #222;
    padding: 1ex 1em;
    color: #fff;
    font-weight: bolder;
}
.post-edit-link:hover {
    color: #bbb;
}


/* 
* ------------------------------------------------------------------------------
* 
* @Facebook Widget Responsive Fix
* 
* ------------------------------------------------------------------------------ 
*/


.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}

.fb_iframe_widget span {
    width: 100%!important;
}

.fb_iframe_widget {
    width: 100%!important;
}

.fb_iframe_widget iframe {
    position: absolute;
}

.fb_iframe_widget iframe {
    width: 100%!important;
}



/* 
* ------------------------------------------------------------------------------
* 
* Search
* 
* ------------------------------------------------------------------------------ 
*/
.id-search-box-container .well {
    background-color: rgba(0,0,0,0.35);
    margin: auto;
    border: none;
    border-radius: 0;
}

.navbar-default .id-search-box-container .well {
    background-color: #eee;
}

.navbar-inverse .id-search-box-container .well {
    background-color: #111;
}


.navbar-search-toggle:focus {
    outline: none;
}

.navbar-search-toggle {
    position: relative;
    float: right;
    /*margin-right: 15px;*/
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    /*padding: 35px 25px;*/
    -webkit-transition: all 250ms ease-out .1s;
    -moz-transition: all 250ms ease-out .1s;
    -o-transition: all 250ms ease-out .1s;
    transition: all 250ms ease-out .1s;
}


@media screen and (min-width: 1200px) {
    .navbar-search-toggle {
        margin-top: 0;
        font-size: 1.5em;
    }
}

.scroll-small .navbar-search-toggle {
    /*padding: 6px 25px;*/
}

.navbar-search-toggle:hover .fa-search:before,
.search-toggle:hover .fa-search:before {
    content: "\f00e";
}

.navbar-search-toggle[aria-expanded="true"] .fa-search:before,
.search-toggle[aria-expanded="true"] .fa-search:before {
    content: "\f010";
}

.navbar-search-toggle:hover,
.search-toggle:hover {
    background-color: silver;
    color: #fff;
}

.navbar-search-toggle[aria-expanded="true"],
.search-toggle[aria-expanded="true"] {
    background-color: #396;
    color: #fff;
}

/*
* ------------------------------------------
* 
* Weather Widget / Footer Cart
* 
* ------------------------------------------
*/


.id-footer-cart,
.id-weather-widget {
    position: fixed;
    top: auto;
    left: 10px;
    right: 0;
    bottom: 0;
    width: 300px;
    z-index: 9999;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
}

@media screen and (min-width: 480px) {
    .id-footer-cart,
    .id-weather-widget {
        left: auto;
        right: 30px;
    }
}

.id-footer-cart &gt; .widget ,
.id-weather-widget &gt; .widget {
    padding: 0;
    background-color: #0065ba;
}

.id-footer-cart h4.widgettitle,
.id-weather-widget h4.widgettitle {
    color: #fff;
    margin: 0;
    border: none;
    padding: 15px;
}


.id-footer-cart h4.widgettitle::before,
.id-weather-widget h4.widgettitle::before {
    float: right;
    background-color: transparent;
    color: #fff;
    content: "\f0c9";
    font-family: fontAwesome;
    display: inline-block;
}

.id-weather-widget.active h4.widgettitle::before,
.id-footer-cart.active h4.widgettitle::before {
    content: "\f00d";
}

.id-footer-cart .widget_shopping_cart_content,
.widget_ww_widget &gt; div {
    display: none;
}

.id-footer-cart .widget_shopping_cart_content.open,
.widget_ww_widget.open &gt; div {
    display: block;
}

.id-footer-cart .widget_shopping_cart_content {
    background-color: #fff;
    padding: 15px;
}</pre></body></html>