/*
Theme Name: City of Champaign - 7-08-2020
Author: Surface 51
Author URI: http://surface51.com
Description: Custom theme for City of Champaign
Version: 4.3
*/

@import url(css/reset.css);
@import url(css/wp.css);
@import url(css/header.css);
@import url(css/nav.css);
@import url(css/pages.css);
@import url(css/slideshow.css);
@import url(css/shortcuts.css);
@import url(css/footer.css);


.cse input.gsc-search-button, input.gsc-search-button {

    color: #fff !important;
}

main {
	position: relative;
}

#homepage-sidebar-1-wrapper {
	position: absolute;
	top: 36px;
	margin-right: 5%;
	width: 100%;
	z-index: 10;
}

@media (min-width: 740px) {
	#homepage-sidebar-1-wrapper {
		margin: 0;
		top: 36px;
		width: 100%;
	}
	#homepage-sidebar-1 {
		margin-left: 12.5%;
		margin-right: -100%;
		width: 56.5%;
		min-width: 430px;
	}
}

@media (min-width: 1024px) {
	#homepage-sidebar-1-wrapper {
		top: 72px;
	}
	#homepage-sidebar-1 {
		margin-left: 6.25%;
	}
}

#homepage-sidebar-1-wrapper .widget_search {
	margin-bottom: 8px;
	float: right;
}

@media (min-width: 740px) {
	#homepage-sidebar-1-wrapper .widget_search {
		float: left;
	}
}

#homepage-sidebar-1-wrapper .widget_search form {
	border: 4px solid rgba(185,185,185,0.5);
	background-color:#FFFFFF;
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	width: 204px;
}

#homepage-sidebar-1-wrapper .widget_search form div {
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
}

#homepage-sidebar-1-wrapper .widget_search #s {
	background-color: #FFF;
	border: none;
	color: #13b7d1;
	line-height: 24px;
	padding: 0 0 0 10px;
	display: block;
	float: left;
	border-radius: 6px 0 0 6px;
	width: 168px;
}

::-webkit-input-placeholder {
	color: #13b7d1;
}
:-moz-placeholder {
	color: #13b7d1;
}
::-moz-placeholder {
	color: #13b7d1;
}
:ms-input-placehoder {
	color: #13b7d1;
}

#homepage-sidebar-1-wrapper .widget_search #searchsubmit {
	/* background-color: #13b7d1; 
	background-image: url(images/icon-search.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px auto; */
	border: none;
	border-radius: 0 6px 6px 0;
	display: block;
	height: 24px;
	width: 28px;
	text-indent: -9999px;
	padding: 0;
	float: left;
}

/* HOMEPAGE BUTTONS */

@media (min-width: 740px) {
	#text-6 {
		float: left;
	}
}

.homepage-buttons li {
	border: 4px solid rgba(255,255,255,0.5);
	border-radius: 10px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.25);
	float: right;
	clear: right;
	margin-bottom: 8px;
}

@media (min-width: 740px) {
	.homepage-buttons li {
		float: left;
		clear: none;
		margin-bottom: 0;
		margin-left: 10px;
	}
}

.homepage-buttons a {
	border-radius: 6px;
	color: #FFF;
	display: block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
	padding: 6px 4px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

a.btn-pay-online {
	background-color: #13b7d1;
	transition: background-color .2s ease-in-out;
}

a.btn-pay-online:hover,
a.btn-pay-online:active,
a.btn-pay-online:focus {
	background-color: #15ceeb;
}

a.btn-foia-request {
	background-color: #0e528f;
	transition: background-color .2s ease-in-out;
}

a.btn-foia-request:hover,
a.btn-foia-request:active,
a.btn-foia-request:focus {
	background-color: #1370c2;
}

.content {
	margin-top: 28px;
}

#explore {
	display: none;
}

@media (min-width: 1024px) {
	#explore {
		display: inline-block;
    	float: right;
    	background-color: #0f5390;
    	border-bottom-left-radius: 10px;
    	border-bottom-right-radius: 10px;
    	padding: .25em 1em 0.25em 1em;
	}
}

.exp-champ {
    text-transform: uppercase;
}

#explore a {
	color: #13b7d1;
	text-decoration: none;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
}

#explore .social-media {
	display: inline;
}

#explore .social-media a {
    display: inline-block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
}

#explore .social-media a:hover {
	opacity: .7;
}

#explore > a {
	padding-right: .5em;
	font-size: .9em;
	transition: color .25s ease-in-out;
}

#explore > a:hover {
	color: #fff;
}

#explore .social-media a.facebook {
	background-image: url(images/social_facebook.png);
	width: 11px;
}

#explore .social-media a.twitter {
	background-image: url(images/social_twitter.png);
}

#explore .social-media a.youtube {
	background-image: url(images/social_youtube.png);
}

#explore .social-media a.linkedin {
	background-image: url(images/social_linked.png);
}

#explore .social-media a.instagram {
	background-image: url(images/social_insta.png);
	background-size: 20px;
}
a.mayor-link {
	color: white;
	padding-top: 1em;
}
a.mayor-link:hover {
	color: silver;
}



/* Department menu modifications 5-20-2020 */

  /* Remove any hover behaviors for submenus  */
  .dept-menu ul li:hover .sub-menu-wrapper {
	opacity: 0 !important;
	z-index: -1 !important;
  }

 

  /* Add active behavior for the sub menu items */
  .dept-menu ul li.slide-active .sub-menu-wrapper {
	opacity: 1 !important;
	z-index: 12 !important;
	pointer-events: all !important;
  }


  /* Modify the dropdown link wrapper to be positioned directly below elements and add transitions */
  .dept-menu ul li .sub-menu-wrapper {
	top:100% !important;
	pointer-events: none !important;
	margin-top: 0 !important;
	transition: opacity .5s ease-in-out;
  }


/* Google translate styling january 2021 */

.site-footer {
	padding-bottom: 80px !important;
	position: relative !important;
}

#google_translate_element {
    position: absolute !important;
    bottom: 20px !important;
    right: 10vw !important;
}

