body.pagelayer-body{
    background-color: #ededed !important;
}
.wrap{
    .pagelayer-col-holder{
        flex-wrap: nowrap;
        padding: 0 !important;
    }
}
.W48{
    width: 48.59%;
}
.BPata{
    height: 120px;
}
.DmenuPata{
    .pagelayer-col-holder{
        position: relative;
    }
    .current-menu-item{
         border-radius: 5px 5px 0 0;
    }
    .current-menu-item::after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #20a0db;
        position: absolute;
    }
}
.FPata{
    .SFPata{
        .pagelayer-col-holder{
            justify-content: flex-end;
            padding: 0 !important;
            .pagelayer-icon{
                width: auto !important;
                margin-right: 30px;
            }
            .pagelayer-icon:last-of-type{
                margin-right: 0;
            }
        }
    }
}

@media only screen and (max-width: 768px){
    .DmenuPata{
        .pagelayer-wp_menu-ul{
            margin-top: 20px;
            .menu-item{
                a{
                    justify-content: flex-start !important;
                    span{
                        text-align: left;
                    }
                }
            }
            > li{
                > a{
                    > span{
                        white-space: nowrap;
                    }
                }
            }
        }
        .current-menu-item{
             border-radius: 0;
        }
        .current-menu-item::after{
            content: '';
            display: none;
        }
        .p-i8k3001 .pagelayer-menu-type-dropdown{
            background-color: #191b1c;
        }
    }
    .FPata{
        .FLPata{
            a{
                text-align: left;
            }
        }
        .SFPata{
            .pagelayer-col-holder{
                justify-content: flex-start;
            }
        }
    }
    .wrap{
        .pagelayer-col-holder{
            flex-wrap: wrap;
        }
    }
    .W48{
        width: 100%;
    }
}
@media only screen and (max-width: 500px){
    .DmenuPata{
        .pagelayer-wp_menu-ul{
            top: 0 !important;
            transform: translateY(0) !important;
            margin-top: 60px;
        }
        .p-i8k3001 .pagelayer-menu-type-dropdown{
            width: 60%;
        }
    }
}
body.pagelayer-body .site-main{
    background-color: #ededed;
    color: #000 ;
}