/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia    
Version: 0.1
*/
.wpcf7 {
	width: 400px;
}
.wpcf7 input,
.wpcf7 textarea
{
    color: #808080;
    width: 400px;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
color:#ffffff;
text-transform:uppercase;
}
#dropdown {
	width: 100%;
}
.navbar, .navbar a, .label, .navbar .dropdown-menu li{
	font-size: 15px;
}
.navbar .dropdown-menu li > a {
	font-size: 15px;
}
.hestia-title-tagline-wrap .site-title {
	padding: 0;
	margin: 0;
	font-size: 24px;
	line-height: normal;
}
.hestia-title-tagline-wrap small {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: normal;
	white-space: nowrap;
}
.hestia-blogs article:nth-of-type(6n+1) .card-body .btn {
	background-color: var(--hestia-primary-hover-color, #f44336);
}
.hestia-blogs article:nth-of-type(6n+2) .card-body .btn {
	background-color: #f44336;
}