/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    padding: 5px 5px;
    z-index: 1;
    margin-top: -15px;
    background-color: #00000094;
}

.dropdown:hover .dropdown-content {
    display: block;
    margin-left: -40px;
}

.dropdown a:hover {
    color: #eeeeee !important;
}

.dropdown-content p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dropdown-content p a {
    color: #eeeeee;
}

.overlay-container {
    height: 175px;
}

#blur-effect {
    filter: blur(6px);
    -webkit-filter: blur(6px);
}

.clients {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 120px;
}

.navbar {
    background-color: #0d0d0d;
}

.project-details {
    padding: 0;
    margin-left: 15px;
}

.product-title {
    padding: 8px 3px !important;
}