/*!
Theme Name: Skkills
Theme URI: https://underscores.me/
Author: Me
Author URI: https://automattic.com/
Description: A custom WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Skkills
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
.img-responsive{
    display: block;
    width: 100%;
}
.box-newsletter .wpcf7-form-control-wrap{
    display: inline-block;
}
.box-newsletter .wpcf7-form-control-wrap input{
    height: initial;
    border: none;
}
.wpcf7-submit{
    border: none;
}
.bnr-about p {
    font-size: 25px;
    margin-bottom: 20px;
    color: var(--color1);
}
.md-content{
    font-weight: 700;
}
.contact .s1-btn {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 15px 0px;
    background-color: var(--color7);
    color: var(--color1);
    font-size: 18px;
    font-weight: 600;
    padding: 15px 35px;
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
}
.contact  .s1-btn:hover {
    background-color: var(--color6);
    color: var(--color1);
}
.category-prod.h-category-prod ul {
    padding: 0;
}
.category-prod.h-category-prod ul li{
    margin-bottom: 12px;
}
.l1-list-prod li{
    padding: 0;
}
.l1-list-prod{
    overflow: hidden;
}
.footer ul#footer-menu li a {
    font-size: 24px;
    color: var(--color1);
    text-decoration: none;
    padding: 0;
    text-transform: lowercase;
}
.slide-home{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.l2-list-prod{
    margin:0 !important;
}
.container-iframe{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.container-iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.search-page h1{
    font-size: 45px;
    color: var(--color6);
}
.search-page article{
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.062745098);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.062745098);
    border-radius: 20px;
    -webkit-transition: 0.35s ease all;
    transition: 0.35s ease all;
}
.search-page .top-bn {
    padding: 36px 36px 0 36px;
    border-radius: 20px 20px 0 0;
    background-color: var(--color1);
    position: relative;
}
.top-bn h2 a {
    color: var(--color6);
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.top-bn .short {
    color: #4B4B4B;
    font-size: 14px;
    padding-bottom: 30px;
    letter-spacing: 0.42px;

}
.widget-area h2{
    color: var(--color6);
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top: 30px;
}
.wp-block-latest-posts__post-title{
    color: #4B4B4B;
    font-size: 14px;
    margin-bottom: 10px;
}
.widget-area ul li{
    margin-bottom: 15px;
}
.category-prod.h-category-prod ul.l3-list-prod {
    padding-left: 30px;
    list-style-type: none;
}