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


.id-cc-store-location{
    display: inline-block;
}

.id-cc-store-locator-canvas,
.id-cc-store-location,
.id-cc-store-location-outer,
.id-cc-store-location-inner {
    display: inline-block !important;
    border: 4px solid red;
}

.id-cc-store-location-inner > *{
    display: block !important;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    flex-negative: none;
    -ms-flex-negative: none;
    flex-positive: none;
    -ms-flex-positive: none;
    flex-preferred-size: none;
    -ms-flex-preferred-size: none;  
}
.id-cc-store-location-inner header,
.id-cc-store-location-inner address,
.id-cc-store-location-inner .acf-map
{
    height: 100%;
    display: block;
    float: none;
    clear:both;

    -ms-flex-positive: none;
    -ms-flex-negative: none;
    -ms-flex-preferred-size: none;
}




.treatment-wrapper.factory-grid .accordion .module-feature-title,
.fac-conditions-index.factory-grid .accordion .module-feature-title{
    font-size: 1rem;
}

.treatment-wrapper.factory-grid .accordion .module-toggle > i.fa,
.fac-conditions-index.factory-grid .accordion .module-toggle > i.fa{
    position: absolute;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 15px;
}