/*!
Theme Name: Ploming Child theme
Theme URI: https://bracketweb.com/plomingwp/
Template: ploming
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Ploming WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ploming-child
*/


.main-header__logo img {
    height: 120px !important;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.service-card__title {
    text-transform: none !important;
}

.main-menu .main-menu__list li a {
    text-transform: none !important;
}

.urgent-contact-one__call__top-title {
    text-transform: none !important;
}

.urgent-contact-one__call__title {
    text-transform: none !important;
}

.blog-card__title {
    text-transform: none !important;
}

.ploming-breadcrumb {
    display: none !important;
}

.page-header__title {
    text-transform: none !important;
}

.ta-label {
    width: 100%;
}

.ta-label textarea {
    width: 100%;
    border-radius: 20px 20px 0px 20px;
    background: #ffffff;
    border: 1px solid #CFD7E0;
    display: block;
}

.submit-btn {
    background-color: #004DA1 !important;
    color: #ffffff !important;
    border-radius: 20px 20px 0px 20px;
    margin-top: 10px;
    padding: 10px 25px !important;
    border: none !important;
}

.main-menu .main-menu__list > li.current > a {
    color: #004DA1 !important;
}

.about-one__experience {
    display: none !important;
}

@media (max-width: 700px) {
    .main-header__logo img {
        height: 70px !important;
    }
    
    .prijava-form label {
        color: #ffffff;
    }
}

@media (max-width: 575px) {
    .main-header__inner {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

.blog-card__image__hover-group {
    pointer-events: none !important;
}