/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */

* {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.sidebar .widget a {
	color: #0080d9;
}

a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	h2 {
	    font-size: 1.8rem;
	}
}

#contato h2,
#contato h4,
#contato p,
#contato a {
	color: #fff;
}

#contato a.phone {
	font-size: 1.7em;
	font-weight: 800;
}

#contato a:hover {
	text-decoration: none;
}

.menu-item .fa-mobile {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 0.2em;
}

.menu-item .call {
	display: inline;
    background: #0080d9;
    padding: 1.5em 1.5em;
    border-radius: 25px;
    color: #fff;
}

#menu-item-1489 { /* ligue agora button */
	padding-top: 1.5em;
}

.menu-item .call:hover {
	background-color: #32373c;
}

@media (min-width: 1200px) {
	#menu-item-1489 {
		padding-top: initial;
	}
}

.wp-block-button .fa-mobile,
.menu-item .fa-mobile {
	font-size: 25px;
    vertical-align: middle;
    margin-right: 0.2em;
}

.wp-block-button__link {
	background: #0080d9;
}

.wp-block-button__link:hover {
	background-color: #32373c;
}

.wp-block-button a:hover {
	text-decoration: none;
}

.grecaptcha-badge {
	display: none;
}

/* CONTACT FORM & */
.wpcf7-form label {
    width: 100%;
    font-size: 1.4em;
    letter-spacing: 0;
}

div.wpcf7-validation-errors {
    margin: 20px 0px;
    padding: 15px;
    color: #fff;
    letter-spacing: 0;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

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

.wpcf7-mail-sent-ok {
	color: #fff;
}

.section-contact {
	background: url('https://www.reparacoesexpress.pt/wp-content/uploads/2020/04/footer.png');
}