/*
Theme Name: Medcure Child
Description: Child Theme for Medcure Theme
Author: zozothemes
Version: 1.0
Template: medcure
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */

strong.box {
	color: #005f71 !important;
}

.feature-box-content p {
	color: #005f71;
}

#features .feature-box-wrapper {
    min-height: 340px;
}

#especialidades .feature-box-wrapper {
    min-height: 400px;
}

.highlight .feature-box-btn a {
    background: #00BBD3 !important;
}

.highlight .feature-box-btn a:hover {
    background: #00BBD3 !important;
}



#features .wpb_column {
    margin-bottom: 0 !important;
}

.form-aside {
    color: #fff;
    padding-top: 27px;
}

.team-name-designation {
    min-height: 122px;
}

.single-medcure-team .team-designation-wrap .team-designation {
    font-size: 1.5rem;
}

.single-medcure-team .team-image-wrap .team-img img {
    width: 300px;
    height: auto;
    margin-right: 100px;
}

.custom-post-nav {
    display: none;
}

.wpcf7 textarea, .wpcf7 input, .wpcf7 select {
    margin-bottom: 0px;
}

.wpcf7 input[type="submit"] {
    background-color: #008DA8;
    width: 100%;
}

label {
    margin-bottom: 0;
}

.row.botao {
    margin-top: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #29BF12;
    background: #29BF12;
    border-radius: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #FFA630;
    background: #FFA630;
    border-radius: 20px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #c0392b; /* Red */
    background: #c0392b;
    border-radius: 20px;
}

.wpcf7-not-valid-tip {
    color: #c0392b;
    font-weight: bold;
}

.header-phone span, .header-email span, .header-address span {
	color: #005f71 !important;
}