/*
Theme Name: Deppex Child Theme
Theme URI: https://shtheme.com/demosd/deppex
Description: This is child theme of deppex
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain:  deppex-child
Template: deppex
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



p.comment-form-cookies-consent{
    display: none;
}
span.ajax-loader{
    display: none!important;
}
div.wpcf7-response-output{
    color: #111;
    margin:30px 0 0 0;
}
.search-custom form input{
    width: 100%;
    padding: 9px 12px;
    margin-top: 10px;
    border: 1px solid #d1d1d1;
    color: #111;
}
.search-custom form button{
    border: 1px solid #111;
    color: #fff;
    font-size: 18px;
    height: 50px;
    position: relative;
    width: 50px;
    cursor: pointer;
    float: right;
    background: #111;
    margin-top: -50px;
    padding: 0;
}
.search-custom form button:hover{
    background: #fff;
    border: 1px solid #111;
    color: #111;
}
.search-custom h4{
    font-weight: 600;
    font-size: 20px;
    color: #5f5f5f;
    text-transform: inherit;
    margin-bottom: 20px;
}

.comments  article:last-child{
    margin-bottom: -125px;
}

h3.comment-reply-title,
.comment-title{
    margin: -10px 0 -5px 15px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -0.02em;
    color: #111;
    width: 100%;
    line-height: 1.5;
}
#form input.submit{
    border:none;
    position: relative;
    text-transform: uppercase;
    padding: 5px 30px 5px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}
p.form-submit{
    text-align: center;
    margin-bottom: 100px;
}
p.logged-in-as{
    margin-top: 30px;
}
.blog-sidebar-wrapper br{
    display: none;
}
.main-title a:hover,
.main-title a:focus,
.main-title a:visited{
    font-weight: 900;
}
.error{
    opacity: 1;
}
nav.navigation-menu li.current-menu-item a ,
nav.navigation-menu li.active a
{
    color: transparent;
    -webkit-text-stroke: 1px #5f5f5f;
    text-stroke: 1px #5f5f5f;
    text-shadow: none;
}
nav.navigation-menu.navigation-menu-home li.current-menu-item a
{
    color: transparent;
    -webkit-text-stroke: 1px #e0e0e0;
    text-stroke: 1px #e0e0e0;
    text-shadow: none;
}
.wpcf7-form #form input.wpcf7-submit{
    width: auto;
    font-weight: 700;
}

.hero-fullscreen{
    position:relative;
    height:100vh;
}

.blog-comments .comments > div:last-child{
    height: 0;
}

.recentcomments ,
.recentcomments a{
    color: #fff;
}

ul#recentcomments{
    padding-left: 0;
}

.elementor-lightbox{
    display: none!important;
}