/*
 Theme Name:   abahoth child 1
 Theme URI:    abahoth.com
 Description:  abahoth Child Theme
 Author:       abahoth
 Author URI:   abahoth.com
 Template:     abahoth
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  abahoth-child
*/

.finder-map .map.c27-map .marker-container .marker-icon i {
    display: none;
}
.finder-map .map.c27-map .marker-container .marker-img,
.block-field-job_location .map.c27-map .marker-container .marker-img {
    text-align: center;
    height: 22px !important;
    border-radius: 4px;
    line-height: 22px;
    width: 60px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    background: #fff;
}
.finder-map .map.c27-map .marker-container .marker-img:before {
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top: 5px solid #fff;
    content: "";
    position: absolute;
    bottom: -4px;
    transform: translateX(-50%);
    left: 50%;
}

.gallery-grid-block .gallery-grid.custom-grid a {
    width: 100%;
    padding-bottom: 47%;
}

.gallery-module_images-container {
    background-color: #fff;
    bottom: 0;
    height: calc(100% + 100px);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}

.gallery-module_images-container.active {
    display: block;
}

.gallery-module_images-container .gallery-module_images-header {
    align-items: center;
    background: #fff;
    box-shadow: 0 0 0 1px #d3d3d3;
    display: flex;
    font-size: 20px;
    height: 56px;
    justify-content: center;
    margin-bottom: 10px;
    position: fixed;
    width: 100%;
}

.gallery-module_images-container .gallery-module_images-header img {
    cursor: pointer;
    height: 50px;
    outline: none;
    position: absolute;
    right: 20px;
    width: 35px;
}

.gallery-module_images-container .gallery-module_images-wrapper {
    height: calc(100% - 66px);
    overflow: scroll;
    padding: 0 10px;
    position: fixed;
    top: 66px;
}

.gallery-module_images-container .gallery-module_images-wrapper img {
    margin-bottom: 10px;
    width: 100%;
}

.gallery-module_see-all {
    bottom: 0;
    padding: 20px;
    position: absolute;
    cursor: pointer;
}

.gallery-module_see-all {
    bottom: 28px;
    padding: 10px;
}

.button-module_button {
    align-items: center;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    color: #a0a0a0;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    justify-content: center;
    min-height: 38px;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
}

.gallery-module_see-all button {
    border: none;
    color: #4d4d4d;
}

.button-module_button:hover {
    filter: brightness(97%);
}

.button-module_button .button-module_buttonContent {
    align-items: center;
    display: inline-flex;
    font-size: x-large;
    justify-content: space-between;
    padding: 0 5px;
}

.button-module_button .button-module_buttonContent {
    font-size: 15px;
}

.button-module_button img {
    margin-left: 10px;
}

.button-module_button img {
    height: 15px;
    width: 15px;
}


.mapdrag-switch,
#explore-map-location-ctrl,
#explore-map-location-ctrl + div {
   display: none !important;
}
