/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

button.mapplic-zoomin-button::before,
button.mapplic-zoomout-button::before,
button.mapplic-clear-button::before,
button.mapplic-fullscreen-button::before,
button.mapplic-fullscreen-button-exit::before {
    content: "Zoom In" !important;
    height: 20px;
    color: #222;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    right: 36px !important;
    text-align: right;
    top: 3px !important;
    width: 80px;
    z-index: 9999;
}

button.mapplic-zoomout-button::before {
    content: "Zoom Out" !important;
}

button.mapplic-clear-button::before {
    content: "Reset" !important;
}

button.mapplic-fullscreen-button::before {
    content: "Full Screen" !important;
    left: 36px;
    right: auto !important;
    text-align: left;
}

button.mapplic-fullscreen-button-exit::before {
    content: "Exit Full Screen" !important;
    left: 36px;
    right: auto !important;
    text-align: left;
}

.mapplic-list-category h4 {
    width: calc(100% - 40px);
}


.mapplic-list-category .mapplic-thumbnail-placeholder {
position:relative;
    font-size: 12px !important;
    line-height: 16px !important;
}

.mapplic-list-category > a {
    margin: 0 10px !important;
    padding: 6px !important;
}

.mapplic-list-category h4.mapplic-margin {
    margin-top: 5px !important;
}

.mapplic-list-category .mapplic-thumbnail {
    width: 30px !important;
    height: 30px !important;
}

.mapplic-list-category .mapplic-thumbnail-placeholder:before {
    content: "";
    width: 30px;
    height: 30px;
    z-index: 999;
    left: 0;
    top: 0;
    position: absolute;
    background-size: cover !important;
      -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}

.mapplic-list-category[data-category="location"]  .mapplic-thumbnail-placeholder:before {
    background: #fff url(https://webzine.sapuraenergy.com/wp-content/uploads/2020/02/icon-location.png) top center no-repeat;
}

.mapplic-list-category[data-category="engineering"]  .mapplic-thumbnail-placeholder:before {
    background: #fff url(https://webzine.sapuraenergy.com/wp-content/uploads/2020/02/icon-engineering.png) top center no-repeat;
}

.mapplic-list-category[data-category="installation"]  .mapplic-thumbnail-placeholder:before {
    background: #fff url(https://webzine.sapuraenergy.com/wp-content/uploads/2020/02/icon-installation.png) top center no-repeat;
}

.mapplic-list-category[data-category="geo"]  .mapplic-thumbnail-placeholder:before {
    background: #fff url(https://webzine.sapuraenergy.com/wp-content/uploads/2020/02/icon-geo.png) top center no-repeat;
}

.mapplic-list-category[data-category="marine"]  .mapplic-thumbnail-placeholder:before {
    background: #fff url(https://webzine.sapuraenergy.com/wp-content/uploads/2020/02/icon-marine.png) top center no-repeat;
}

.mapplic-list-category[data-category="oper"]  .mapplic-thumbnail-placeholder:before {
    background: #fff url(https://webzine.sapuraenergy.com/wp-content/uploads/2020/02/icon-operation.png) top center no-repeat;
}

.mapplic-list-category[data-category="drilling"]  .mapplic-thumbnail-placeholder:before {
    background: #fff url(https://webzine.sapuraenergy.com/wp-content/uploads/2020/02/icon-drill.png) top center no-repeat;
}

.mapplic-list-category[data-category="Fabrication"]  .mapplic-thumbnail-placeholder:before {
    background: #fff url(https://webzine.sapuraenergy.com/wp-content/uploads/2020/02/icon-fabrication.png) top center no-repeat;
}

.mapplic-list-category[data-category="exploration"]  .mapplic-thumbnail-placeholder:before {
    background: #fff url(https://webzine.sapuraenergy.com/wp-content/uploads/2020/02/icon-exploration.png) top center no-repeat;
}

.mapplic-list-category[data-category="hook-up-commissioning"]  .mapplic-thumbnail-placeholder:before {
    background: #fff url(https://webzine.sapuraenergy.com/wp-content/uploads/2020/11/icon-hook.png) top center no-repeat;
}

.mapplic-list-category[data-category="our-location"] .mapplic-thumbnail-placeholder:before {
    background: #fff url(https://webzine.sapuraenergy.com/wp-content/uploads/2020/02/icon-location.png) top center no-repeat;
}