/*!
Theme Name: World Production Service
Theme URI: https://encoderit.net/
Author: encoderit.net
Author URI: https://encoderit.net/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: world-production-service
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

World Production Service is based on Underscores https://encoderit.net/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/

/* ultimate member plugin css  start*/
.um .um-profile-body {
    max-width: 100% !important;
    width: 100%;
}

.projects-list a {
    border: none !important;
}

/* ultimate member plugin css end*/
.tool-tip {
    display: inline-block;
    position: relative;
    margin-left: 0.5em;
}

.tool-tip .tool-tip__icon {
    background: #767676;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    font-family: times new roman;
    height: 20px;
    line-height: 1.3em;
    text-align: center;
    width: 20px;
    color: #fff;
}

.tool-tip .tool-tip__info {
    display: none;
    background: #262626;
    border: 1px solid #27b1f0;
    border-radius: 3px;
    font-size: 0.875em;
    padding: 1em;
    position: absolute;
    left: 30px;
    top: -20px;
    width: 250px;
    z-index: 2;
}

.tool-tip .tool-tip__info:before,
.tool-tip .tool-tip__info:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 7px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #27b1f0;
}

.tool-tip .tool-tip__info:after {
    left: -8px;
    border-right-color: #262626;
}

.tool-tip .tool-tip__info .info {
    display: block;
}

.tool-tip .tool-tip__info .info__title {
    color: #27b1f0;
}

.tool-tip:hover .tool-tip__info,
.tool-tip:focus .tool-tip__info {
    display: inline-block;
}

a:focus+.tool-tip .tool-tip__info {
    display: inline-block;
}

.modal {
    z-index: 99999999;
}

.swal2-container {
    z-index: 9999999999 !important;
}

#user-profile-portfolio .iti {
    width: 100%;
}

.select2-container.select2-container--open {
    z-index: 9999999999 !important;
}

.select2-close-mask {
    z-index: 99999999999;
}

.select2-dropdown {
    z-index: 99999999999;
}

.wps-add-testimonial .recommendation {
    display: inline-block;
    width: auto;
}