/*
Theme Name:     Winwood Child-theme
Theme URI:      https://demo2.wpopal.com/winwood/
Description:    Winwood child theme.
Author:         Duc Pham (Opal Team)
Template:       winwood
Version:        1.0.0
*/

@import url("../winwood/style.css");




h1, h2, #respond #reply-title, h3, h4, h5, h6 {
    line-height: normal !important;
}

.hotspots_style-1 .opal-image-hotspots-main-icons .opal-image-hotspots-icon {
    cursor: pointer;
    display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    height: 20px !important;
    width: 20px !important;
    position: relative;
}

.hotspots_style-1 .opal-image-hotspots-main-icons .opal-image-hotspots-icon:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    top: 5px !important;
    left: calc(50% - 1px);
    background: #000;
}

.hotspots_style-1 .opal-image-hotspots-main-icons .opal-image-hotspots-icon:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 10px;
    top: 5px !important;
    left: calc(50% - 1px);
    background: #000;
}