/* Support #74423 - Move share box down on smaller screens */

	@media only screen and (max-width: 1180px) {
		/*.top-bar section .top-share .share-box { top:30px; }*/
		.top-bar section ul li.search .icon-search {
			float: none;
			top: 0px;
			font-size: 24px;
		}
		li#menu-item-96969 input[type="text"] { width: 85% !important; }
		li#menu-item-96969 { width: 25% !important; }
		.top-bar section ul#menu-main-nav-menu {
			max-width: 53em;
			float: left;
		}
	}

/* Support #80047 - Hide greptcha badge */

	.grecaptcha-badge { display: none; }

/* Support #87888 - Hide border next to search */

	.top-bar ul.top-bar-menu li.menu-item:nth-last-of-type(2) { border-right: none; }

/* Support # - */
	@media only screen and (min-width: 1024px) {

		.page-id-116479 .userlist {
		    width: 48% !important;
		}
		.page-id-116479 .usersinfo .userlist div.photo a img {
		    width: 300px;
		}

	}

/* Support #95283 - Line height for author post type */

	.author .inner-wrap #author-meta-top-box p { line-height: 1.8em; }