/* Genesis Extender baseline (lib/css/default.css), carried over verbatim.
   Toggle off under Appearance → Extender Replacement once you have
   confirmed nothing on the site uses .clearfix or the .ez-* classes.
------------------------------------------------------------ */
/* Genesis Extender Default CSS */

/* Clearfix
------------------------------------------------------------ */

.clearfix:after { visibility: hidden; display: block; height: 0; font-size: 0; line-height: 0; content: " "; clear: both; }
.clearfix { display: block; }
/* IE6 */
* html .clearfix { height: 1%; }
/* IE7 */
*:first-child + html .clearfix { min-height: 1%; }


/* EZ Home Widget Areas
------------------------------------------------------------ */

#ez-home-container-wrap {
	clear: both;
}

.ez-home-container-area {
	margin: 0 0 20px;
	clear: both;
}

.ez-home-bottom {
	margin: 0;
}

.ez-only {
	width: 100%;
	margin: 0 0 20px;
	float: left;
	clear: both;
}

/* Site CSS
   Imported from Genesis Extender (wp_options -> genesis_extender_custom_css).
   Edit under Appearance → Extender Replacement. This file is regenerated
   on every save — do not edit it directly.
------------------------------------------------------------ */
/* --- Quick homepage fix 3-6-20------ */

.front-page-1 {
	padding-top: 0;
}

#custom_html-3 h3 {
	font-family: 'Vollkorn', serif;
	margin-bottom: 40px;
}

#custom_html-3 h4 {
	font-family: 'Roboto', sans-serif;
}

#custom_html-3 .textwidget a {
    border-bottom: none;
}

#custom_html-3 .conference-details {
    text-align: left;
    line-height: 1.4;
}

.button.full {
	width: 100% !important;
	text-align: center !important;
}

#custom_html-3 .button.clb-cta {
	background: #fff;
}

#custom_html-3 .button.clb-cta:hover {
	color: #000 !important;
}


/* Search Results ------ */

.search-results .content {
	background: #fff;
}

.search-results .entry {
	padding-bottom: 30px;
	padding-top: 30px;
	margin-bottom: 0px;
}

.search-results .entry:nth-of-type(1) {
	padding-top: 60px;
}

.search-results .archive-pagination {
	background: #fff;
}

.search-results .pagination {
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.searchwp-highlight {
	background-color: yellow;
	font-weight: 700;
}

.searchwp-excerpt {
	font-size: 14px;
	font-weight: 300;
}

.page-template-page-template-search-page .entry-content .search-form, .site-header .search-form {
    width: 100%;
}

.search-results .content .entry-title a {
	font-size: 26px;
}

.search-results .entry-title {
	margin-bottom: 10px !important;
	line-height: 0.8;
}

.search-results-permalink {
	line-height: 1;
	margin-bottom: 12px;
}

.search-results .entry-header .entry-meta {
	margin-top: 12px;
	margin-bottom: 12px;
}
 
.search-results .search-results-permalink a {
	font-size: 13px;
	font-weight: 300;
}







/* Search Box in Full Screen Overlay
------------------------------------------------------ */

a.search-icon {
	font-size: 30px;
	padding: 0px;
}

a#trigger-overlay {
	margin-top: 16px;
	font-size: 30px;
}

.genesis-nav-menu a.search-icon:hover {
	color: #333;
}

body .overlay {
	background: rgba(75,156,211,0.95);
}

body .overlay .overlay-close {
	background-image: url(//disinfectionandsterilization.org/wp-content/uploads/2017/10/cross.png);
}

.admin-bar .overlay .overlay-close {
	margin-top: 120px;
}

.overlay .search-form {
	text-align: center;
	position: relative;
	top: 50%;
	/*height: 60%;*/
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay .search-form {
	margin: 0 auto;
}

.overlay .search-form input[type="search"] {
	width: 500px;
}

.overlay .search-form input[type="submit"] {
	clip: inherit;
	width: 55px;
	height: 64px;
	font-size: 30px;
	background: transparent;
	color: #fff;
	position: static;
	margin-left: 10px;
	padding: 0;
	vertical-align: top;
}

.overlay .search-form input[type="submit"]:hover {
	color: #333;
}

@media screen and (max-height: 30.5em) {

	.overlay .search-form {
		/*height: 70%;*/
		font-size: 34px;
	}

}

@media only screen and (max-width: 768px) {

	a.search-icon {
		font-size: 16px;
		padding: 20px 16px;
	}

	.overlay .search-form {
		height: 70%;
	}

}

@media only screen and (max-width: 568px) {

	.overlay .search-form {
		height: auto;
	}

	.overlay .search-form input[type="search"] {
		width: 300px;
	}

	.overlay .search-form input[type="submit"] {
		vertical-align: middle;
	}

}

@media only screen and (max-width: 568px) {

	.overlay .search-form input[type="search"] {
		width: 200px;
	}

}
