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

/* ========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: #fff;
    margin:10px 0 0 0;
}
.search-custom form input{
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #d1d1d1;
    color: #111;
}
.search-custom form button{
    border: 1px solid #111;
    color: #fff;
    font-size: 18px;
    height: 45px;
    position: relative;
    width: 45px;
    cursor: pointer;
    float: right;
    background: #111;
    margin-top: -45px;
    padding: 0;
    letter-spacing: 0;

}

span.wpcf7-not-valid-tip{
    padding-top: 10px;
}

.search-custom form button:hover{
    background: #fff;
    border: 1px solid #111;
    color: #111;
}
.search-custom h4{
    font-weight: 600;
    font-size: 20px;
    color: #2e2e2e;
    text-transform: inherit;
    margin-bottom: 20px;
}

li.recentcomments{
    font-weight: 600;
}

h3.comment-reply-title,
.comment-title{
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    text-transform: none;
    letter-spacing: -0.02em;
    color: #2e2e2e;
    width: 100%;
    line-height: 1;
    margin-bottom: 150px;
}
#form input.submit{
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    border: 2px dashed  #111;
    width: auto;
    position: relative;
    width: 120px!important;
    max-width: 120px;
    height: 120px;
    display: block;
    transform: translate(-50%, -50%);
    top: 80px;
    left: 60px;
    border-radius: 50%;
}

p.form-submit{
    text-align: center;
}

p.logged-in-as{
    margin-top: 30px;
}

.comments p{
    padding: 20px 0 0 0;
}

.the-button-submit{
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 768px){
.comment-form .the-button {
    top: 30px;
}
}

ul#recentcomments{
    padding-left: 0;
}

.blog-sidebar-wrapper a{
    color: #2e2e2e;
}

.modal-body h4> a{
    color: #000;
}

#form  input.wpcf7-submit,
#subscribe  input.wpcf7-submit{
    color: #ff264a;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.25em;
    padding: 0 40px;
    border: 1px solid #ff264a;
    width: 205px;
}

.sign-up-form-submit-wrapper,
#subscribe  input.wpcf7-submit{
    width: 217px;
}

.error{
    font-size: 11px;
    letter-spacing: 0.25em;
    padding: 12px 40px;
    font-weight: 600;
    text-transform: uppercase;
    border:1px solid #fff;
}

ul.pagination a{
    position: relative;
    width: 50px;
    height: 50px;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    padding: 0;
    border-radius: 50%!important;
    margin: 0 4px;
    background-color: #fff;
    border: 1px solid #ddd;

}

ul li span.dots:hover{
    background: #fff;
}

ul.pagination a:hover{
    z-index: 2;
    color: #23527c;
    background-color: #eee;
}

ul.pagination span.current{
    position: relative;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background-color: #111;
    padding: 0;
    border-radius: 50%;
    margin: 0 4px;
}

.hero-fullscreen-thumbnail-slider .swiper-container{
    position: absolute;
}

.hero-fullscreen-thumbnail-slider .swiper-container.swiper-slider-bottom{
    z-index: 10;
}

.col-md-6.nopadding .slick-slide{
    height: 700px;
}

.img-author img{
    border-radius: 50%!important;
    display: inline-block!important;
}

.dialog-type-lightbox{
    display: none!important;
}

.upper-page{
    height: 100vh;
}
.elementor-html .hero-bg #vimeo-videoContainment iframe{
    height: inherit;
}