/*
Theme Name: Arden Estate Pakenham
Theme URI: http://www.ardenestate.com.au
Author: Bounty Digital
Author URI: http://www.bounytdigital.com
Description: Custom website for Arden. KR PETERS.
Version: 1.0
Text Domain: understrap


Resource Licenses:
Understrap: https://understrap.com | UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

.hlpack {
    margin-bottom: 50px;
}

.bannersoldout {
    position: absolute;
    text-decoration: none;
    right: 0px;
}

.headroom--top .bannersoldout {
    /*top: 132px;*/
}

.headroom--not-top .bannersoldout {
    /*top: 70px;*/
}


@media (max-width: 991px) {
    .headroom--top .bannersoldout {
        top: 0px;
    }

    .headroom--not-top .bannersoldout {
        top: 43px;
    }

}

@media (max-width: 543px) {
    .bannersoldout img {
        width: 219px;
        height: 100px;
    }

    .headroom--top .bannersoldout {
        top: 0px;
    }

    .headroom--not-top .bannersoldout {
        top: 43px;
    }

}