/*
Theme Name: HMG 2018 v1
Template: hoag-base04

IE10+ specific styles */ 
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  

    .ie-width{ width:100%;}
    .ie-height{ height:100%; }

    .ie-row{ width:100%; display:block; }

    .ie-hide{ display:none; }

    .ie-dropin { left:0px;  margin-left:0px !important;}

    .custom-object-fit {
        position: absolute;
        background-size: cover;
        background-position: center right;
    }
    .featured-thumb {
        opacity: 0;
    }
}

@media screen and (-ms-high-contrast: active) and (min-width:768px), screen and (-ms-high-contrast: none) and (min-width:768px) { 
    .ie-flexfix{ display:table !important; }
    .ie-logo{ padding-top:25px; }
    .ie-navbar{ margin-top:-65px; }

    .hover-lg a:hover  img{
        -moz-transform: none !important;
        -webkit-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important; 
        opacity: 0 !important; 
    }     
    .ie-card{
        padding-bottom:200px;
    }
    .ie-card-text{
        top:120px;
    }
}
