/*
Theme Name: Torfa Child
Theme URI: https://neuronthemes.com/torfa
Description: This is a child theme of Torfa.
Author: NeuronThemes
Author URI: https://neuronthemes.com
Template: torfa
Version: 1.0.0
*/

@media (min-width: 1025px) {
    .pll-parent-menu-item > a > span {
        display: none !important;
    }
}
footer .widget {
    margin-bottom: 3rem !important;
}

.nt029377 {
    color: #029377 !important;
}
.nt-black {
    color: #333333 !important;
}

.tenders .box {
    border: 1px solid rgba(204, 204, 204, 0.36);
    background-color: #f7f8f9;
    padding: 20px;
}
.tenders .tender-title {
    min-height: 46px;
}
.tenders .tender-title a {
    color: #333333;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.tenders .tender-title a:hover {
    color: #029377;
}
.tenders .amount {
    font-size: 18px;
    color: #029377;
    background-color: #ffffff;
    border: 1px solid #029377;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.tenders small {
    color: #333333;
}
.tenders .forward-link {
    text-align: right;
    margin-bottom: 0 !important;
}
.tenders .forward-link a {
    font-size: 20px;
    color: #029377;
    background-color: #ffffff;
    border: 1px solid #029377;
    padding: 5px 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.tenders .forward-link a:hover {
    color: #ffffff;
    background-color: #029377;
}
.o-breadcrumb .o-breadcrumb__holder {
    display: block !important;
}
.l-portfolio-wrapper .l-portfolio-wrapper__items-holder.l-portfolio-wrapper__items-holder--meta-outside .o-portfolio-item:hover .o-neuron-hover-holder__header__overlay,
.l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-outside .o-blog-post:hover .o-neuron-hover-holder__header__overlay {
    opacity: 0.1 !important;
}
.o-portfolio-item__title a {
    color: #333333;
    text-align: center;
}
.pll-parent-menu-item > a {
    margin: 5px 8px;
    padding: 5px 8px !important;
    border: 2px solid #029377;
    border-radius: 6px;
}
.pll-parent-menu-item > a:hover {
    border-color: #cccccc;
}