/*!
Theme Name: coffeemaker
Theme URI: https://www.templatemonster.com/authors/iddrak/
Author: Iddrak
Author URI: https://www.templatemonster.com/authors/iddrak/
Description: Description
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: coffeemaker
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.

coffeemaker 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/
*/


/* Call to section overflow */

.elementor-15 .elementor-element.elementor-element-dd2c8e4:not(.elementor-motion-effects-element-type-background),
.elementor-15 .elementor-element.elementor-element-dd2c8e4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    overflow: hidden;
    position: relative;
}

#commentform label,
.comment-form-url,
.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-comment textarea {
    width: 100%;
    padding: 13px;
    border-radius: 0;
    border: 1px solid #ddd;
    margin-top: 30px;
}

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

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

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

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

.form-submit #submit {
    padding: 17px 25px;
    background: #2b3861;
    border: 1px solid #2b3861 !important;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all linear .3s;
}

.form-submit #submit:hover {
    background: transparent;
    border: 1px solid #2b3861;
    color: #2b3861;
}


/* 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;
    border-radius: 50%;
}

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

.comment-list .reply {
    color: #2b3861;
}

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

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

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

.mc4wp-response {
    text-align: center;
    margin-top: 15px;
}

.mc4wp-response p {
    color: #eee;
}


/* .owl-stage {
    width: inherit !important;
}

.owl-carousel .owl-item {
    width: 100% !important;
} */


/* Contact form */

.wpcf7 label {
    width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
    border: 1px solid #ddd;
    padding: 15px;
    width: 100%;
    border-radius: 0;
}

.wpcf7 textarea {
    height: 150px;
}

.wpcf7 .wpcf7-submit {
    margin-top: 20px;
    width: 160px;
    background: transparent;
    color: #2b3861;
    border: none;
    padding: 15px 20px;
    transition: all linear .3s;
    cursor: pointer;
    border: 1px solid #2b3861;
}

.wpcf7 .wpcf7-submit:hover {
    background: #2b3861;
    border: 1px solid #2b3861;
    color: #fff;
}

h3.no-result-found {
    color: #111111 !important;
    font-weight: 600;
    font-family: var(--heading-font);
}

.default-wp-page {
    display: block;
}

button {
    cursor: pointer;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: inherit;
}

.icon img {
    margin: auto !important;
}