/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* - HEADER - */
header {
    background: none !important;
}
.fusion-header .fusion-main-menu .fusion-widget-cart-counter > a:before,
.fusion-header .fusion-main-menu > ul > li > a {
    color: #707070;
}
.fusion-main-menu > ul > li > a,
.fusion-vertical-menu-widget ul.menu li a,
.side-nav li a{
	font-weight:600 !important
}
.fusion-header .fusion-main-menu > ul > li > a :hover,
.fusion-header .fusion-main-menu > ul > li > a:focus{
    color: #77c9b2;
}
.fusion-button{
	font-weight:600 !important
}
.post-content h3{
	line-height:1.4 !important
}
.cn-button.bootstrap {
    background: #77c9b2;
}
/* - HOMEPAGE - */
/*.intro-block::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0 0 0 / .5);
}*/
/* - end HOMEPAGE - */

.especialidades-block li {
    font-size: x-large;
}

.especialidades-block li + li {
    margin-top:1rem;
}

.form-block form input[type="text"],
.form-block form input[type="text"]::placeholder,
.form-block form textarea,
.form-block form textarea::placeholder,
.form-block form input[type="email"],
.form-block form input[type="email"]::placeholder {
    color: white;
}
#comment-input input, #comment-textarea textarea, .avada-select .select2-container .select2-choice, .avada-select .select2-container .select2-choice .select2-arrow, .avada-select .select2-container .select2-choice2 .select2-arrow, .chzn-container .chzn-drop, .chzn-container-single .chzn-single, .comment-form-comment textarea, .fusion-body .avada-select-parent .select-arrow, .fusion-body .avada-select-parent select, .gravity-select-parent .select-arrow, .input-text, .main-nav-search-form input, .post-password-form label input[type="password"], .search-page-search-form input, .searchform .fusion-search-form-content .fusion-search-field input, .select-arrow, .select2-container .select2-selection .select2-selection__arrow, .select2-container--default .select2-dropdown .select2-search, .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection--single, .select2-dropdown, .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, .wpcf7-form textarea, .wpcf7-select-parent .select-arrow, input.s, input[type="email"], input[type="number"], input[type="password"], input[type="text"], select, textarea {
    border-color: white !important;
}
.form-block input.wpcf7-form-control.wpcf7-submit {
    background: white;
    color: #77c9b2;
    width: auto;
	border:1px solid #77c9b2;
}
.form-block input.wpcf7-form-control.wpcf7-submit::hover,
.form-block input.wpcf7-form-control.wpcf7-submit::focus {
	border-color:white;
}
/* - FOOTER - */
footer h4::after {
    content: '';
    width: 100%;
    max-width: 50px;
    height: 2px;
    background: #77c9b2;
    display: block;
    margin-top: 1.4rem;
}
/* - end FOOTER - */