/*
Theme Name:   ThunderBirdChild
Description:  Write here a brief description about your child-theme
Author:       thunder admin
Author URL:   Write here the author's blog or website url
Template:     carsao
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ThunderBirdChild
*/

/* Write here your own personal stylesheet */
.breadcrumbs .container {
    padding-top: 110px !important;
    padding-bottom: 0px !important;
}

.wpcf7 .wpcf7-form input[type="submit"] {
	background: #005db2 !important;
}

.wpcf7 .wpcf7-form input[type="submit"]:hover {
	background: #17346d !important;
}

.wpcf7 .wpcf7-form input[type="submit"]:active {
	background: #17346d !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #005db2 !important;
}

.breadcrumbs a:hover {
	color: #5b5b5b !important;
}

.breadcrumbs span {
	font-size: 1.5rem !important;
}