/*
* Component Stylesheet
* Created on : 31/01/2017, 9:17:37 PM
* Author : Duncan Cowan
* Copyright Image Direct 2017
*/

/*
*-----------------------------------------------------
* 
* Section
* 
*-----------------------------------------------------
*/


/*.isotope-wrapper,
.masonry-section {
    background-color: rgba(0,0,0,0.05);
    padding: 50px 15px;
    border-radius: 0.5ex;
}*/


/*
*-----------------------------------------------------
* 
* Masonry Tiles
* 
*-----------------------------------------------------
*/

/*.masonry-section .masonry-outer {
    padding: 10px;
}

.masonry-section .masonry--inner {
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 3px rgba(0,0,0,0.25); 
}*/


/*
*-----------------------------------------------------
* 
* Width
* 
*-----------------------------------------------------
*/



.masonry-section .grid-sizer {
    width: 25%;
    margin: 0;
}
/*
.masonry-section .masonry-block {
    width: 100%;
    min-height: 1px;
}



@media screen and (min-width: 580px) {
    .masonry-section .masonry-block {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .masonry-section .masonry-block {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .col-md-9 .masonry-section .masonry-block {
        width: 50%;
    }
    .masonry-section .masonry-block {
        width: 33.275%;
    }
}

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

    .masonry-section .masonry-block {
        width: 25%;
    }
    .col-md-9 .masonry-section .masonry-block {
        width: 33.275%;
    }
}*/


/*
*-----------------------------------------------------
* 
* Width 1 items per row
* 
*-----------------------------------------------------
*/
/*


.module-grid--width-1 .masonry-section .grid-sizer {
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 580px) {
    .module-grid--width-1 .masonry-section .masonry-block {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .module-grid--width-1 .masonry-section .masonry-block {
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .col-md-9 .module-grid--width-1 .masonry-section .masonry-block,
    .module-grid--width-1 .masonry-section .masonry-block {
        width: 100%;
    }
}

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

    .module-grid--width-1 .masonry-section .masonry-block,
    col-md-9 .module-grid--width-1 .masonry-section .masonry-block {
        width: 100%;
    }
}*/

/*
*-----------------------------------------------------
* 
* Width 2 items per row
* 
*-----------------------------------------------------
*/


/*
.module-grid--width-2 .masonry-section .grid-sizer {
    width: 50%;
}

@media screen and (min-width: 992px) {
    .col-md-9 .module-grid--width-2 .masonry-section .masonry-block,
    .module-grid--width-2 .masonry-section .masonry-block {
        width: 50%;
    }
}
@media screen and (min-width: 1200px) {
    .module-grid--width-2 .masonry-section .masonry-block,
    col-md-9 .module-grid--width-2 .masonry-section .masonry-block {
        width: 50%;
    }
}*/

/*
*-----------------------------------------------------
* 
* Width 3 items per row
* 
*-----------------------------------------------------
*/
/*


.module-grid--width-3 .masonry-section .grid-sizer {
    width: 33.275%;
}

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

    .module-grid--width-3 .masonry-section .masonry-block,
    .col-md-9 .module-grid--width-3 .masonry-section .masonry-block {
        width: 33.275%;
    }
}*/

/*
*-----------------------------------------------------
* 
* Width 5 items per row
* 
*-----------------------------------------------------
*/


/*
.module-grid--width-5 .masonry-section .grid-sizer {
    width: 20%;
}

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

    .module-grid--width-5 .masonry-section .masonry-block,
    .col-md-9 .module-grid--width-5 .masonry-section .masonry-block {
        width: 20%;
    }
}*/



/*
*-----------------------------------------------------
* 
* Image / Icon
* 
*-----------------------------------------------------
*/

/*.masonry-section .masonry--image {
    display: block;
    position: relative;
    background-color: #bbb;
    height: 200px;
    -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;
}

.masonry-section .masonry--image:hover,
.masonry-section .masonry--image:focus,
.masonry-section .masonry--image:active {
    background-color: #999;
    -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;
}

.masonry--image  {
    overflow: hidden;
}

.masonry-outer {
    min-width: 100%;
}


.masonry--inner:hover .id-masonry-image,
.masonry--inner:focus .id-masonry-image,
.masonry--inner:active .id-masonry-image {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

    -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;
}


.id-masonry-icon,
.masonry-section .id-masonry-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.id-masonry-icon {
    display: inline-block;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


.id-masonry-icon .fa {
    background-color: rgba(0,0,0,0.15);
    color: #fff;
    display: inline-block;
    display: block;
    border-radius: 50%;
    font-size: 3em;
    height: 2.5em;
    width: 2.5em;
    text-align: center;
    padding: 0.75em 0.5em;
    vertical-align: middle;
    margin: auto;
}

.no-flexbox .id-masonry-icon {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 25px;
    width: 60%;
}

.no-flexbox .id-masonry-icon .fa {
    background: transparent;
    display: table-cell;
}*/

/*
*-----------------------------------------------------
* 
* Masonery Content
* 
*-----------------------------------------------------
*/

/*.masonry-section .masonry--content {    
    padding: 15px;    
    display: block;
}


.masonry-section .masonry--excerpt {
    margin: 15px auto;
}

.masonry-section .btn-masonry {

}

.masonry-section .btn-masonry.active {
}

.masonry-section .masonry-block .lead {
    font-size: 1em;
}

.masonry-section .masonry--title {
    text-transform: uppercase;
    border: none;
    padding: 1ex 0;
    margin: auto;
}*/


/*
*-----------------------------------------------------
* 
* Filter Select
* 
*-----------------------------------------------------
*/


.isotope-select-filter {
    font-size: 0;
}

.isotope-select-filter >* {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1rem;
    margin: auto;
}

.isotope-select-filter h3 {
}

.isotope-select-filter label {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
/*
*-----------------------------------------------------
* 
* Spinner
* 
*-----------------------------------------------------
*/



.id-masonry-spinner > img {
    max-width: 100px;
    margin: auto;
}


.no-flexbox .id-masonry-spinner {
    display: table-cell;
}

.id-masonry-spinner {
    background-color: rgba(0,0,0,0.75);
    background-color: rgba(255,255,255,0.85);
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-wrap: nowrap;
    -ms-flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: start;

    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -o-align-content: center;
    -ms-align-content: center;
    -moz-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}



/*






















*-----------------------------------------------------
* 
* GALLERY
* 
*-----------------------------------------------------


.our-places-lightbox-wrapper {
    background-color: #222;
    font-size: 0;
    overflow: auto;
    margin: 15px auto;

}

ul.our-places-lightbox {
    padding: 0;
    margin: 0;
    width: 250%;
    overflow: scroll;
}


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


    ul.our-places-lightbox {
        width: 100%;
        overflow: hidden;
    }
}

.id-gallery-thumbnail {
    display: inline-block;
    width: 25%;
    font-size: 14px;
    font-size: 1rem;
}

.id-gallery-thumbnail>span {
    display: block;
    padding-bottom: 100%;
    position: relative;
}

.id-gallery-thumbnail>span>a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.id-gallery-thumbnail a::after {
    content: '\f00E';
    font-family: fontAwesome;
    font-size: 1.5em;
    color: rgba(255,255,255,0.33);
    margin: auto 1ex;
    position: absolute;
    bottom: 0;
    right: 0;
}
.id-gallery-thumbnail a:hover::after,
.id-gallery-thumbnail a:hover {
    color: #fff;
    text-decoration: none;
}*/
