/*
 Theme Name:   Aglet Child
 Theme URI:    http://aglet.co.za/
 Description:  Aglet Child Theme
 Author:       Aglet
 Author URI:   http://aglet.co.za
 Template:     aglet
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  citton-cars
*/


a.custom-logo-link img {
    width: 150px;
}


.ai-cp-impact-row {
    padding: 2em 1em;
    display: flex;
}



.map-col div#ai-interactive-maps {
	position: relative;
    width: 97%;
		top: initial;
    height: 66vh !important;
    margin-top: 1.5em !important;
    transition: top 1s ease 0s;

}

.col-md-6.col-lg-6.col-sm-12.col-xs-12.ai-interactive-maps-posts-view {
    min-height: 75vh;
}

a.ai-update-impacts {
    font-size: 12px !important;
}

div#ai-i-maps-view-small p {
    font-size: 12px;
}

#ai-maps-holder.stick{
	position: fixed !important;
	top: 9em;
	transition: top 1s ease 0s;
}

#ai-maps-holder.stickBottom {
    position: absolute !important;
    width: 95%;
    margin-top: 0;
    top: initial;
    bottom: 3em !important;
    transition: bottom 1s ease 0s;
}

/* div#ai-interactive-maps.stickTop {
	position: fixed !important;
	width: 40%;
	top: 9em;
	transition: top .5s ease;
} */

div#ai-maps-holder {
    width: 41vw !important;
}

@media all and (-ms-high-contrast:none)
 {
   .map-col div#ai-interactive-maps {
       width: 100% !important;
    }

    div#ai-maps-holder {
        width: 42vw !important;
    }
 }
