/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Sep 09 2020 | 22:47:52 */
/* Search by chords Agency */

#topbar #topbar-widgets .widgets.widgets-2 .widget:first-of-type {
	width: calc(100% - 204px);
	margin-right: 0;
}

#topbar #topbar-widgets .widgets.widgets-2 .widget {
	width: 202px;
}

@media only screen and (min-width: 769px) { /* 200908 */
	.rwi-search-decoration {
		border-right: 1px solid #d4d4d4;
		padding-right: 10px;
		margin-right: 10px;
	}
}

.is-form-style input.is-search-input {
	width: calc(100% - 5px);
}

/* HIDE & SHOW ON HOVER
.is-search-input {
	opacity: 0;
	visibility: hidden;
	transition: all .15s ease-in;
	transform-origin: right center;
	transform: scale(.5);
	transition-delay: 3s;
}

#topbar #topbar-widgets .widgets.widgets-2 .widget:hover .is-search-input {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition-delay: 0s;
} */

div.is-ajax-search-details,
div.is-ajax-search-result {
	-webkit-box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.2);
}

.is-ajax-search-no-result {
	display: none;
}

.page-id-70 .element-media:before, /* Leadership */
.search-results .entry-thumbnail a:before {
	content: "\e607";

	transition: all .15s ease-in;

	font-size: 30px;
	color: #fff;

	z-index: 5;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 30px;
	background: #000;
	padding: 15px;
	pointer-events: none;
	opacity: .4;
	transform: scale(0);

	font-family: north-icons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-id-70 .element-media:before /* Leadership */ {
	top: 180px;
	margin-top: unset;
}

.page-id-70 .element-media:hover:before, /* Leadership */
.search-results .entry-thumbnail:hover a:before {
	transform: scale(1);
}

.is-ajax-search-post .is-title a {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	text-transform: unset !important;
	font-size: 16px !important;
}

.is-ajax-search-post .is-title a:hover {
	text-decoration: none;
}

@media screen and (max-width: 740px) {
	.is-form-style input.is-search-input {
		-webkit-appearance: none;
		border: 1px solid rgba(0,0,0,.1);
		border-radius: 4px;
	}
}

