/*!
Theme Name: Conexco
Theme URI: http://underscores.me/
Author: Iddrak
Author URI: https://www.templatemonster.com/authors/iddrak/
Description: Conexco - Business Consultation & IT Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: conexco
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Conexco is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

#commentform label,
.comment-form-cookies-consent {
    display: none;
}

.comment-form-author,
.comment-form-email {
    float: left !important;
    width: 50%;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url #url,
.comment-form-comment textarea {
    width: 100%;
    padding: 13px;
    border-radius: 2px;
    border: none;
    margin-top: 30px;
    border: 1px solid #ced4da;
    background: transparent;
}

.comment-form-comment textarea {
    height: 180px;
}

.comment-form-author {
    padding-right: 15px;
}

.comment-form-email {
    padding-left: 15px;
}

.comment-form-url #url {
    display: none;
}

.form-submit {
    margin-top: 30px;
}

.form-submit #submit {
    width: 200px;
    background: var(--main-color-two);
    color: var(--color-white);
    border: none;
    padding: 17px 26px;
    transition: all linear .3s;
    cursor: pointer;
    border: 1px solid var(--main-color-two);
    border-radius: 5px;
}

.form-submit #submit:hover {
    background: var(--main-color-one);
    border: 1px solid var(--main-color-one);
    color: var(--color-white);
}


/* comments */

#comments {
    margin-top: 50px;
}

.comments-area .comments-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 0;
}

.comment-list {
    position: relative;
}

.comment-list li {
    margin-top: 30px;
}

.comment-list .fn {
    color: #111;
    font-weight: 600;
    font-size: 18px;
}

.comment-list li:before {
    display: none;
}

.comment-list li img {
    position: absolute;
    left: 0;
    height: 100px;
    width: 100px;
}

.comment-list article {
    margin-left: 130px;
}

.comment-list .reply {
    color: var(--main-color-one);
}

.comment-list .comment-content p {
    color: #444444;
    font-size: 15px;
    line-height: 32px;
    margin: 10px 0;
    font-weight: 400;
}

.comment-list .comment-metadata {
    display: none;
}

.comment-respond {
    margin-top: 70px;
}

.comment-list .children {
    margin-left: 25px;
}

.comment-list .children img {
    margin-left: 50px;
    height: 80px;
    width: 80px;
}

.comment-reply-link {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    color: var(--main-color-one);
}

.comment-reply-link:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    height: 1px;
    width: 100%;
    background: var(--main-color-one);
}


/* Quote form */

.wpcf7 label {
    width: 100%;
}

.wpcf7 .quote input,
.wpcf7 .quote textarea,
.wpcf7 .quote select {
    padding: 17px 15px;
    border: none;
    color: #dddddd;
    background-color: transparent;
    border: 1px solid #dddddd;
    width: 100%;
}

.wpcf7 .quote .wpcf7-submit,
.wpcf7 .contact-form .wpcf7-submit {
    background-color: var(--main-color-two);
    width: 100%;
    padding: 17px 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-white);
    transition: all 0.3s ease-in-out;
    border: none;
    cursor: pointer;
    border: 1px solid var(--main-color-two);
}

.wpcf7 .contact-form .wpcf7-submit {
    width: 250px;
    margin-top: 30px;
}

.wpcf7 .quote .wpcf7-submit:hover {
    background: var(--color-white);
    border: 1px solid var(--color-white);
    color: var(--main-color-one);
}

.wpcf7 .contact-form .wpcf7-submit:hover {
    background: #111111;
    border: 1px solid var(--main-color-one);
    color: var(--main-color-one);
}

.wpcf7 .contact-form input,
.wpcf7 .contact-form textarea {
    width: 100%;
    border: 1px solid #ced4da;
    padding: 15px 20px;
    border-radius: 5px;
}

.wpcf7 .contact-form textarea {
    height: 200px;
}