/*
Theme Name:	Mercury Theme UFR Child
Theme URI:	http://example.com/ufl-main-uni-child/
Description:	Mercury Theme UFR Child Theme
Author:		UF Research Webmaster
Author URI:	http://research.ufl.edu
Template:		ufl-main-uni
Version:		1.0.7
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:		featured-images, threaded-comments, translation-ready
Text Domain:	ufl
*/


/*   Fix Masthead hiding WP dropdown  */

#masthead {
	z-index: 9999 !important;
}

/* Fix accordion overlapping masthead*/
.accordion .accordion-item {z-index: 999;}

form.searchform.masthead {
	width: 70%;
	margin: 0px auto;
}


input.form-control.masthead {
	font-weight:bold;
}

button.masthead-search-btn  {
	background-color: #0025a1;
}
button.close-search {
	right: 210px !important;
	top: 53px !important;
}

.search-modal .close-search {
	font-size: inherit;
	line-height: inherit;
	height: 45px;
	width: 45px;
	position: static;
}

img.search-icon-close {
	height: 55 !important;
	width: 55 !important;
}

.desk-only-search {
	border-right: none !important;
}



ul.dropdown-menu.depth_0 {
	min-width: 800px !important;
	max-width: 800px !important;
}


/* Post templates CSS */
.featured-three-quarter-width-img {
  background-size: 75% !important;
  background-position: center;
  background-repeat: no-repeat;
}


.post-thumbnail-bio-wrapper {
	width:25% !important;
	margin-left:auto;
	margin-right:auto;
}
.post-thumbnail-bio-wrapper .post-thumbnail .wp-post-image {
	height:100% !important;
	width: 100% !important;
}


div.see-more-news {
	display: none;
}

#facultyLoadmore {
	display: none;
}


/*	Plugin/block override: ufl-block/faculty-listing-carousel
	Removes orange swipe from carousel picture hover */
.faculty-listing-carousel-wrapper .faculty-listing-carousel .faculty-listing-img::after, 
.faculty-page .faculty-listing-item .faculty-listing-img::after {
	background-color: rgba(0, 0, 0, 0) !important;
}

/* Fixes double bullet */
#content ul>li::before, #content ul ul ul ul>li::before, #content ul ul ul ul ul ul ul>li::before, #content ul ul ul ul ul ul ul ul ul ul>li::before, #content ul ul ul ul ul ul ul ul ul ul ul ul ul>li::before, #content ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul>li::before, #content ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul>li::before, #content ul ul>li::before, #content ul ul ul ul ul>li::before, #content ul ul ul ul ul ul ul ul>li::before, #content ul ul ul ul ul ul ul ul ul ul ul>li::before, #content ul ul ul ul ul ul ul ul ul ul ul ul ul ul>li::before, #content ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul>li::before, #content ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul>li::before {
	content: "";
}

#content ul ul ul>li::before, #content ul ul ul ul ul ul>li::before, #content ul ul ul ul ul ul ul ul ul>li::before, #content ul ul ul ul ul ul ul ul ul ul ul ul>li::before, #content ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul>li::before, #content ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul>li::before {
	content: "";
}

.home .wp-block-latest-posts__list li {
	list-style: none; }

.home ul.wp-block-latest-posts__list {
	padding-left: 0px !important;
}

/* Styling for latest post widget */
.home a.wp-block-latest-posts__post-title {
	font-size: 1.125em;
	text-decoration: none;
	color: #FA4616;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.5em;
}

/* remove bullets from search pagination buttons */
nav ul.pagination li.page-item::before,
nav ul.pagination li.page-item::marker  {
	content: none !important;
}

nav ul.pagination li.page-item{
	padding-left: 0 !important;
}

#content ol li.breadcrumb-item{
    font-size: 16px;
}

#content ol li.breadcrumb-item.active{
    font-style: italic;
}

#content ol li.breadcrumb-item.active::before {
    margin: 0;
	font-style: normal;
}
