/*
Theme Name: Custom Theme
Author: HIDDENX
Description: Custom Starter Theme CMS Team (Website)
Version: 2.0
License: MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel, PHP, LD
Text Domain: Custom Theme
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/


 .comment-respond textarea#comment {
    border: 1px solid;
    padding: 20px;
    width: 60%;
}


.comment-respond p.comment-form-comment label {
    display: block;
}


.comment-respond p.form-submit input#submit {
    background: #181818;
    border: 0;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    /* width: 130px; */
    flex: 0 0 auto;
}


.comment-respond p.logged-in-as a {
    color: #FF002A;
}


.comment-respond input {border: 1px solid;padding: 10px;margin-left: 10px;}


.comment-respond h3#reply-title a {
    color: #181818;
}

.comment-respond h3#reply-title {
    font-size: 28px;
      color: #181818;
    margin-bottom: 20px;
    font-weight: bold;
}



section.s3.spad ul.custom_list p {
    font-weight: 100;
    font-size: 16px;
}


.page-template-Home .mainBanner .mb_2 {
    width: 50%;
}


.video_wrap a::before,
.video_wrap a:after {
    display:none !important;
}



section.defpage {
    padding: 50px 50px;
}
.page-id-342 .Titlt,
.page-id-343 .Titlt {
    display: none;
}

.empcntbt .wpcf7-submit {
    width: auto;
    background: #FF002A;
    border: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}