/*
Theme Name: Voices.Earth Child Theme
Theme URI: https://podpub.co
Version: 1.0.0
Description: Voices.Earth theme - a child theme of Addison by PodPub
Author: The PodPub Team
Author URI: https://podpub.co
template: bb-theme
*/

/* logo */
/*.header .inner .header__logo {
	width: auto;
}*/

/* header background (home page) */
/*body.page-template-home-page-1 .hero--white.hero--withbg .inner:after {
	background-color: #ddf0f6;
	background-image: url('assets/img/home-header.jpg');
	background-size: contain;
}*/
/*.page-template-home-page-1 .header,
.page-template-home-page-1 .hero {
	background: #ddf0f6;
}*/

/* header menu */
/*.header .inner .header__navigation-wrap {
	padding: 30px 0 0;
}*/

/* domain search */
.domain-input {
	padding-top: 40px;
	font-size: 16px;
}
.domain-input > input {
	max-width: 240px;
	border: none;
	background: #f1f5f8;
	display: inline-block;
	vertical-align: top;
	border-right: none;
	padding: 10px;
	border-radius: 3px 0 0 3px;
}
.domain-input > span {
	background-color: #f1f5f8;
	color: #70b83a;
	vertical-align: top;
	padding: 8px 16px;
	display: inline-block;
	border-left: none;
	font-weight: 700;
}
.domain-input > button {
	margin-left: 0;
	padding: 11px 24px;
	color: #fff;
	text-align: center;
	border-style: none;
	border-width: 0px;
	border-radius: 0 3px 3px 0;
}
.domain-input > input,
.domain-input > span,
.domain-input > button {
	height: 40px;
}
.page-template-home-page-1 .domain-input > input,
.page-template-home-page-1 .domain-input > span  {
	background: #fff;
}

@media (max-width: 799px) {
	.domain-input {
		display: none;
	}
}