/*
Theme Name: Prax Child Theme
Description: This is a custom child theme for Prax
Theme URI:   https://www.web-designlondon.co.uk/
Author: Reactive Graphics
Author URI:  https://www.web-designlondon.co.uk/
Template: prax
Version: 1.0.2
*/
@media only screen and (min-width: 1000px) {
    html #header-outer:not([data-format="left-header"]) #top > .container > .row nav {
        margin-left: 5px!important;
        margin-right: 3px;
    }
    html #header-outer[data-lhe="animated_underline"] #top nav>ul>li>a {
        margin-left: 5px!important;
        margin-right: 6px!important;
    }
}

html .nectar_image_with_hotspots .nectar_hotspot_wrap .nectar_hotspot {
    background-color: #8dbc33!important;
    height: 30px !important;
    width: 30px !important;
    line-height: 30px !important;
}

html .nectar_image_with_hotspots[data-stlye="color_pulse"][data-color="extra-color-3"] .nectar_hotspot_wrap .nectar_hotspot{
    background-color: #8dbc33!important;
}

html .nectar_image_with_hotspots[data-stlye="color_pulse"] .nectar_hotspot_wrap .nectar_hotspot::before {
    display:block;
}


.nectar_image_with_hotspots .nectar_hotspot_wrap .nectar_hotspot span{
    visibility: visible!important;
}

/*
.nectar_hotspot_wrap:nth-child(14), .nectar_hotspot_wrap:nth-child(13), .nectar_hotspot_wrap:nth-child(12), .nectar_hotspot_wrap:nth-child(9), .nectar_hotspot_wrap:nth-child(8), .nectar_hotspot_wrap:nth-child(7),
.nectar_hotspot_wrap:nth-child(5), .nectar_hotspot_wrap:nth-child(6),
.nectar_hotspot_wrap:nth-child(11) {
    display: none;
}
*/

html .blog-recent[data-style="minimal"] .col >a {
    position: absolute;
}