/*
Theme Name: Diyer Child
Template:   diyer
Theme URI: https://1.envato.market/diyer-wp
Description: Diyer Child Theme
Author: Awaiken Themes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: diyer-child
*/

a.request__btn.btn_default {
    background-color: #3797e4;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    fill: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    text-align: center;
    transition: all .3s;
    border-width: 1px 1px 1px 1px;
    transition: 0.6s all;
}
a.request__btn.btn_default:hover {
    background-color: #3797E400;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    transition: 0.6s all;
}
header.main-header {
    position: relative;
    border-bottom: 1px solid var(--e-global-color-darkdivider);
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px !important;
}
.service-item:hover .icon-box-content .box-body h3, .service-item:hover .icon-box-content .box-body p {
    color: #000 !important;
}
.page-header {
    position: relative;
    background: var(--e-global-color-primary);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 245px 0 190px;
    margin-top: 0px;
}
.footer_copyright-right_sec {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
ul#menu-privacy-policy-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#menu-privacy-policy-menu li {
    color: #fff;
    display: none;
}
li#menu-item-15946 {
    display: block !important;
}
header#masthead .navbar-brand {
    width: 300px;
}
header#masthead .navbar-brand img {
    width: 100% !important;
    object-fit: cover;
}
.footer-main {
    background-color: var(--e-global-color-primary);
    padding: 40px 0;
}
.footer-logo {
    margin-bottom: 0px;
}
@media (max-width: 767px) {
    .elementor-widget:not(:last-child) {
        margin-block-end: 0px;
    }
    .e-con .elementor-widget:not(:last-child) {
        --kit-widget-spacing: 0px;
    }
    .elementor-element.ekit-equal-height-enable.icon-box-content.elementor-widget.elementor-widget-elementskit-icon-box {
        height: auto;
    }
    .footer_copyright-right_sec {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 524px) {
    header#masthead .navbar-brand {
        width: 190px;
    }
}
@media (max-width: 480px) {
    header#masthead .navbar-brand {
        width: 150px;
        padding: 0;
        margin: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 10px;
    }
}