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

    Created on : 06/04/2014, 8:28:05 AM
    Author     : airmax
*/


.tp-bgimg {
    z-index: 0 !important;
}
.tp-caption {
    z-index: 999 !important;
}

#dynamic-to-top {
    height: 0px;
    width: 0px;
    visibility: hidden;
}

/**
* -----------------------------------------------------------------------------
*
* feature tile
*
* -----------------------------------------------------------------------------
*/
.feature-tile-background > .feature-tile-content>img[src*=".svg"]{
    height: 100%;
}

.feature-tile-canvas > .feature-tile-item{
    height: 100%;
    min-height: 350px;
}

.feature-tile-background > .feature-tile-content>.feature-tile--excerpt{
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}