/*
 Theme Name:   Image Direct Boilerplate Child
 Theme URI:    http://wpbp.dev.imagedirect.com/
 Description:  ID-Boilerplate Child CSS
 Author:       Image Direct Pty Ltd
 Author URI:   http://www.imagedirect.com.au
 Template:     id-boilerplate-master
 Version:      3.5
Tags:			
Copyright:     ©2014 Image Direct Pty Ltd
Text Domain:   id-boilerplate-child
*/

/*@import url("../id-boilerplate-master/style.css");*/

/* =Theme customization starts here
-------------------------------------------------------------- */


/*-----------------------------*/
/* @root */
/*-----------------------------*/
.navbar-toggle .fa:before {
    color:  #005880;
}

html {
    font-size: 1em;
}

body {
    padding-top: 0;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

#content  {
    padding-top: 0;
}
#content .content {
    border-top: 1px dotted rgba(255,255,255,0.25);
    padding-top: 2em;
}

/*-----------------------------*/
/* @Content Typography */
/*-----------------------------*/
input[type="url"], select, input[type="text"], input[type="email"], #comment, textarea {
    color: #222;
}


a {
    color: #b3a014;
}

a:hover {
    color: #bbb;
}


.id-coming-soon-msg {
    text-align: center;
}

.id-coming-soon-msg .magic_widget_content h3 {
    /*font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;*/
    font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
    font-size: 3em;
    font-style: italic;
    font-weight: normal;
}

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

    .id-coming-soon-msg .magic_widget_content h3 {
        font-size: 4em;
    }   
}
.hentry > .lead {
    font-size: 1.3em;
    margin: 1em 0;
}

.content-main {
    font-size: 1em;
}


h4.widgettitle {
    font-weight: 500;
    margin-bottom: 2ex;
    border-bottom: 1px dotted rgba(255,255,255,0.15);
    padding-bottom: 1ex;
}


/*-----------------------------*/
/* @Header */
/*-----------------------------*/

.navbar-logo {
    max-width: 180px;
    padding: 10px;
    display: inline-block;
}

/*.header .navbar-nav > li {
    margin-top: 20px;
}*/

.header .navbar-nav  > li.menu-item-phone {
    /*margin-top: 10px;*/
}

.id-navbar-telephone {
    font-size: 1.6em;
    font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
    .navbar-logo {
        max-width: 250px;
        padding: 15px;
    }
    .navbar-nav {
        float: none;
    }
    .right-navbar .navbar-nav {
        text-align: right;
    }
}

/*-----------------------------*/
/* @nav navbar-nav */
/*-----------------------------*/
.navbar-nav > li > a {
    font-weight: 500;
    font-size: 80%;
}
/* @INVERSE */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li.active > a,
.navbar-inverse .navbar-nav > li > a:focus {
    /*	background-color: inherit;
            color: inherit;*/
}
/* @DEFAULT */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:focus {
    /*	background-color: inherit;
            color: inherit;*/
}

/*-----------------------------*/
/* @Footer Menu Sitemap */
/*-----------------------------*/

.footer ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer ul.menu li {
    padding: 1ex 0;
}

.footer ul.menu li {
    border-bottom: 1px dotted rgba(255,255,255,0.15);
    border-bottom: 1px dotted rgba(0,0,0,0.15);
}

.footer li ul li {
    border-bottom: none;
}

/*-----------------------------*/
/* @Custom button */
/*-----------------------------*/

/* Base */

.btn-primary,
.btn-primary:hover,
.btn-primary:active {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #B4A800;
}

/* Default */
.btn-primary {
    background-repeat: repeat-x;
    background-image: linear-gradient(top, #009ED2 0%, #007DA7 100%);
}

/* Hover */
.btn-primary:hover {
    background-position: 0 -15px;
}

/*
*************
* Slider padding and Fade Animation
*************
*/


.home div.carousel-inner div.item {
    padding-bottom: 100%;
    background-position: center center;
}
div.carousel-inner div.item {
    padding-bottom: 50%;
    background-position: center center;
}

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

    .home div.carousel-inner div.item {
        padding-bottom: 100%;
    }

    div.carousel-inner div.item {
        padding-bottom: 60%;
    }
}
@media screen and (min-width: 768px) {

    .home div.carousel-inner div.item {
        padding-bottom: 75%;
    }

    div.carousel-inner div.item {
        padding-bottom: 30%;
    }
}
@media screen and (min-width: 992px) {

   .home  div.carousel-inner div.item {
        padding-bottom: 50%;
    }
}
@media screen and (min-width: 1400px) {

    .home div.carousel-inner div.item {
        padding-bottom: 50%;
    }
}

.carousel .item .id-slideshow-caption {
    -webkit-animation: id-fade 3s; /* Safari 4+ */
    -moz-animation:    id-fade 3s; /* Fx 5+ */
    -o-animation:      id-fade 3s; /* Opera 12+ */
    animation:         id-fade 3s; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes id-fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes id-fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes id-fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes id-fade {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}


/*ADDITIONAL CSS*/

.menu-item-phone .navbar-text{
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: .9em;
    color: #264e79;
    letter-spacing: -1px;
}

.menu-item-phone .navbar-text:hover {
    color: #b4a800;
}

.menu-item-phone .navbar-text .fa{
    display: none;
}

.navbar{
    border-radius: 0;
    border:0;
}

.navbar-default .navbar-nav > li > a{
    border-left: 1px solid #cdc7c4;
    color: #264e79;
}

.navbar-nav > li:last-child > a{
    border-right: 1px solid #cdc7c4;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
    background-color: #b4a800;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li.active > a, 
.navbar-default .navbar-nav > li > a:focus{
    background-color: #b4a800;
    color: #ffffff;
}

.id-home-title{
    text-align: center;
    padding: 1.5em 0;
}

.id-home-title h4{
    color:#ffffff;
    font-size: 1.3em;
    margin:0;
}

.navbar-logo img{
    background: #00537c none repeat scroll 0 0;
}


/*Banner*/
.id-main-banner-wrapper .id-dynamic-widget-content{
    padding:0;
}

.id-home-banner-wrapper .id-dynamic-widget-content{
    padding:0;
}

.id-main-banner-wrapper .id-main-banner{
    padding:0;
}

.carousel-indicators{
    display: none;
}

.style1 .id-slideshow-caption{
    background-color: rgba(255, 255, 255, 0.4);
    bottom:23%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding:1em;
}

.id-slideshow-caption h3{
    font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
    font-size: 4em;
    font-weight: normal;
    color:#000000;
}

.id-slideshow-caption p{
    font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 1.3em;
    color:#000000;
}

.style1 .id-slideshow-caption .btn{
    background-color: #00537c;
    border: medium none;
    border-radius: 0;
    bottom: -39px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    width: 190px;
}

.style1 .id-slideshow-caption .btn:hover
{
    background-color:#B4A800;
}

/*Home Content*/
.id-home-content-right h3{
    text-transform: uppercase;
    color:#000000;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.id-home-content-left img{
    margin-top: 2em;
}

.btn-primary{
    background-color: #00537C;
    border:none;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 15px;
}

.home .id-post-title{
    display: none;
}

/*Footer*/
footer p{
    color:#274e7a;
    margin-bottom: 0;
}

.footer_links{
    margin-bottom: 10px;
    margin-top: -4px;
}

.footer_links li{
    display: inline;
    margin-right: 1.5em;
    border-bottom: 0 !important;
    padding: 0 !important;
}

.footer_links li a{
    color: #274e7a;
    font-size: smaller;
    padding: 0 !important;
}

.home #content{
    padding-bottom: 0;
}

/*Product Slider*/
.id-product-slider-wrapper{
    margin-bottom: 2em;
}

.id-product-slider-wrapper h4{
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1em;
}

.wps_title{
    border-bottom: 1px solid #c0c0c0;
    color: #264d78;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px 5px;
    text-align: left;
    width:90%;
    margin-left:auto;
    margin-right: auto;
}

.wps_foo_con{
    margin-bottom: 10px;
}

.wps_title a {
    color: #264D78;
}

.wps_foo_content br {
    display: none;
}

.wps_foo_content p {
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    text-align: left;
    width: 90%;
}

.wps_foo_content .sold{
    background: #942824 none repeat scroll 0 0;
    font-weight: bold;
    padding: 10px 55px;
    position: absolute;
    right: -46px;
    text-transform: uppercase;
    top: 10px;
    transform: rotate(45deg);
    z-index: 999;
}

.wps_more{
    display: block;
    padding: 1em;
}

.wps_more:hover a{
    background-color: #b4a800;
    text-decoration:none;
}

.wps_more a i{
    margin-left: 1.5em;
}

.wps_more a{
    background-color: #00537C;
    border:none;
    border-radius: 0;
    padding: 10px 15px;
    color:#ffffff;
    font-size:1.2em;
}

.wps_foo_content{
    border-radius:5px;
    border:1px solid #c0c0c0;
    padding:0;
    overflow: hidden;
}

.fa-chevron-right{
    margin-left: 2em !important;
}

.wps_overlay{
    background-color: rgba(0, 83, 124, 0.4);
    height: 48%;
    position: absolute;
    width: 100%;
    z-index: 333;
    left: 0;
    display: none;
}

.wps_overlay::before{
    content: url("img/astoria-logo.png");
    left: 50%;
    margin-left: -90px;
    margin-top: -85px;
    position: absolute;
    top: 79%;
}

.wps_foo_content .wps_img{
    padding:1em;
}

/*.wps_foo_content:hover .wps_img a::before{
    opacity:1;
}*/


/*
* ----------------------------------------------------
* 
* Module factory
* 
* ----------------------------------------------------
*/


.module-canvas.owl-carousel .module-thumbnail::before {
    padding-bottom: 55%;
    content: '';
    display: block;
}

.module-canvas.owl-carousel i.fa[class*="fa-"] {
    width: auto;
    height: auto;
    text-align: center;
}

.module-canvas.owl-carousel .module-thumbnail {
    background-color: #fff;
}

.module-canvas.owl-carousel .module-content {
    text-align: center;
}

.module-canvas.owl-carousel .module-image {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat; 
}

/*
* ----------------------------------------------------
* 
* Module factory
* 
* ----------------------------------------------------
*/



/*Footer Banner*/
.id-before-footer-wrapper{
    background-image: url("img/life-layered.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    padding: 3em 2em;
    text-align: center;
}

.id-before-footer-wrapper h3{
    font-size: 2.3em;
    margin-bottom: 0.7em;
    text-transform: uppercase;
}

.id-before-footer-wrapper h3 a{
    color: #ffffff;
}

.id-before-footer-wrapper h3 a:hover{
    text-decoration: none;
}

.id-before-footer-wrapper p{
    color:#ffffff;
    text-transform: uppercase;
}
.id-before-footer-content{
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

.id-before-footer-content .btn-primary{
    margin-top: 2.5em;
    text-transform: capitalize;
    font-weight: normal;
}

.id-footer-widget-wrapper{
    padding:0;
}

.id-copyright-wrapper {
    padding: 1.3em 0 0.5em;
}

/*WOOCOMMERCE*/
.product_title{
    font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
    font-size: 3em;
    font-weight: normal;
}

.out-of-stock{
    background: #942824 none repeat scroll 0 0;
    color: #ffffff !important;
    font-size: 1.3em !important;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}

ul.products li a .price{
    display: none !important;
}

ul.products li h3{
    border-bottom: 1px solid #c0c0c0;
    color: #264d78;
    font-weight: bold;
    margin-bottom: 10px !important;
}

ul.products li form{
    text-align: center;
}

.single_add_to_cart_button{
    padding: 7px 15px;
    text-transform: none;
    font-size: 0.8em !important;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.outofstock::before{
    background: #942824;
    color: #ffffff;
    content: "Sold";
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    z-index:999;
}

.single-product .cart{
    display: none;
}

.single-product .in-stock{
    display: none;
}

.catalog_overlay{
    background-color: rgba(0, 83, 124, 0.4);
    height: 55.5%;
    position: absolute;
    width: 100%;
    z-index: 333;
    left: 0;
    display: none;
}

.catalog_overlay::before{
    content: url("img/astoria-logo.png");
    left: 50%;
    margin-left: -90px;
    margin-top: -135px;
    position: absolute;
    top: 85%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    min-height: 350px;
}

.woocommerce ul.products li.product p{
    height: 55px;
    overflow: hidden;
}

.wps_image_carousel .wps_prev, .wps_image_carousel .wps_next {
    background: rgb(39, 91, 165) none repeat scroll 0 0;
    color: rgb(253, 253, 253);
    font-size: 32px;
    height: 42px;
    line-height: 39px;
    margin-top: -32px;
    width: 42px;
}


.wps_image_carousel .wps_prev, .wps_image_carousel .wps_next {
    display: block;
    font-weight: normal;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    z-index: 4;
}

.wps_image_carousel .wps_prev {
    background-position: 0 0;
    left: 0;
}

.wps_image_carousel .wps_next {
    background-position: -18px 0;
    right: 0;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
    .navbar-logo{
        left: 8%;
        min-width: 320px;
        position: absolute;
        z-index: 999;
    }
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-logo{
        left: 8%;
        min-width: 310px;
        position: absolute;
        z-index: 999;
    }

    .style1 .id-slideshow-caption{
        bottom:18%;
    }

    .id-slideshow-caption h3{
        font-size: 3.5em;
    }

    .catalog_overlay{
        height:46%;
    }

    .catalog_overlay::before{
        top:95%;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .footer_links li{
        display: block;
        margin:10px 0;
    }

    .footer_links{
        margin: 0;
    }

    .navbar-logo{
        min-width: 250px;
        position: absolute;
        z-index: 999;
    }

    .right-navbar{
        float:right;
    }

    .id-slideshow-caption h3{
        font-size: 3.5em;
    }

    .style1 .id-slideshow-caption .btn{
        width:190px;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        width:46%;
        margin: 5% 2%;
    }

    .catalog_overlay{
        height:65.5%;
    }

    .catalog_overlay::before{
        top:78%;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .footer_links li{
        display: block;
        margin:10px 0;
    }

    .footer_links{
        margin: 0;
    }

    .navbar-logo {
        min-width: 210px;
        position: absolute;
        z-index: 999;
    }

    .id-slideshow-caption h3{
        font-size: 3em;
    }

    .style1 .id-slideshow-caption p{
        display: block;
    }

    .style1 .id-slideshow-caption .btn{
        width:180px;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        float: none !important;
        margin: 0 auto 3em;
        width: 310px;
    }

    .catalog_overlay{
        height:310px;
    }

    .catalog_overlay::before{
        top:78%;
    }

    .navbar-collapse{
        padding-top: 2em;
    }

    .id-before-footer-wrapper{
        background-position: 75% top;
    }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
    .footer_links li{
        display: block;
        margin:10px 0;
    }

    .footer_links{
        margin: 0;
    }

    .navbar-logo {
        min-width: auto;
        position: relative;
        width: 100%;
    }

    .style1 .id-slideshow-caption{
        bottom: 23%;
    }

    .id-slideshow-caption h3 {
        font-size: 1.5em;
        margin-bottom: 0 !important;
    }

    .style1 .id-slideshow-caption p {
        display: block;
        font-size: 0.7em;
        margin-top: 5px;
    }

    .style1 .id-slideshow-caption .btn{
        width:150px;
    }

    div.carousel-inner div.item{
        padding-bottom:40%;
    }

    .btn-primary{
        font-size: 0.7em;
    }

    .navbar-toggle{
        margin-right: 5px;
    }

    .id-before-footer-wrapper h3{
        font-size: 1.5em;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        float: none !important;
        margin: 0 auto 3em;
        width: 250px;
    }

    .catalog_overlay{
        height:250px;
    }

    .catalog_overlay::before{
        top:86%;
    }

    .navbar-collapse{
        padding-top: 0;
    }

    .id-before-footer-wrapper{
        background-position: 70% top;
    }
}


.owl-carousel-block.outofstock .module-inner::before {
    content: none;
}

/*
* -----------------------------------------------------------------------------
* 
* _2018 Stockdale & Leggo
* 
* -----------------------------------------------------------------------------
*/

.sidebar .id-client-centre-class {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .sidebar .id-client-centre-class {
        text-align: left;
    }
}
.widget_media_image img,
.id-client-centre-class > .logo > a > img {
    width: 280px;
}

/*
* -----------------------------------------------------------------------------
* 
* _Woo
* 
* -----------------------------------------------------------------------------
*/
.woocommerce ul.products[class*=columns-] {
    display: block;
    float: none;
    font-size: 0;
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
}


@media screen and (min-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48%;
        margin: 0 0 2.992em;
        clear: none;
    margin: 1%;
    }
}


@media screen and (min-width: 992px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
    padding: 0;
    position: relative;
    width: 23%;
    }
}