/*!
Theme Name: UF HWCOE 2018 Child
Theme URI: https://www.eng.ufl.edu/about-this-site/
Description: Child theme for UF HWCOE
Author: HWCOE MARCOM
Author URI: https://www.eng.ufl.edu/
Template: hwcoe-ufl
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Home Page Styles
.widget-post-thumbnail {
	width: 150px; 
	height:150px;
	float: left;
	margin-right: 20px;
}*/

/*News Block on Homepage*/
.secondary-featured-copy h2.wp-show-posts-entry-title {
	font: 500 20px/26px "gentona","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
}

.secondary-featured-copy .wp-show-posts-inner {
	margin: 0 0 10px;
}

.secondary-featured-copy article.wp-show-posts-single {
	margin-bottom: 0 !important;	
}

.secondary-featured-copy .wp-show-posts-meta a, .secondary-featured-copy .wp-show-posts-meta a:visited {
	color: #fff;
}

.secondary-featured-copy .wp-show-posts-entry-meta {
	font-size: 16px;
}

.wp-show-posts .wp-show-posts-entry-title {
	margin: 0;
}

.two .secondary-featured-story, .two .tweet-block {
	height: 430px;
}

/*Twitter Block on Homepage*/
.tweet-block {
	background: #00529b url(https://test.cise.ufl.edu/wp-content/themes/hwcoe-ufl/img/bg-big-stat.png) no-repeat center center !important;
	background-size: cover !important;
}

/*CISE Text Formatting*/
.cise-inline-div {
	margin-bottom: 40px;
}

/*Photo styles*/
.wp-caption img {
	margin: 0 auto;
}

figcaption {
	text-align: center;
}

/*Sidenav*/
.sidenav a {
	color: #C65006;
}
.sidenav .current_page_item a  {
	text-decoration: underline;
	background: #C65006;
	color: #fff;
}
.sidenav .current_page_item .children a {
	text-decoration: none;
	background: none;
	color: #C65006;
}
.sidenav, .sidenav .current_page_item, .sidenav .children, .sidenav .current_page_item .children {
	background: none;
}
.sidenav a:hover {
	color: #fff !important;
	background: #C65006 !important;
}

/*Archive Dropdown*/
.widget_archive select, .widget_categories select {
	color: #000;
}

/*Research Pages Styles*/
.shaded_block_text {
	background-color: #3E7198;
	color: #FFF; 
	margin-bottom: 20px;
	padding: 50px 40px 40px
}
.shaded_block_text h3 {
	margin-bottom: 15px;
}
.shaded_block_text h3 a {
	color: #a9dcda;
}
.shaded_block_text h3 a:hover {
	color: #fff;
}
.shaded_block_text p {
	margin-bottom: 15px;
}
.shaded_block_text p a {
	color: #a9dcda;
	font-weight: 100;
}
.shaded_block_text p a:hover {
	color: #fff;
	text-decoration: underline;
}
.shaded_block_text ol li {
	text-transform: none;
}

/*Accordion Styles*/

.accordion_block {
	margin-bottom: 15px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion_style_content {
	margin-bottom: 5px;
}

.accordion_style{
	font-family: "gentona","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 19px;
	font-weight: 400;
	background-color: #3e7198 ;
	color: #fff;
	cursor: pointer;
	padding: 18px 13px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion_style:hover {
	background-color: #084b81;
}

/* Style the accordion panel. Note: hidden by default */
.ac_panel {
	padding: 0 18px;
	background-color: #3e7198;
	color: #fff;
	display: none;
	overflow: hidden;
}

.ac_panel a {
	color: #a9dcda !important;
}

.ac_panel h4, .ac_panel h5 {
	color: #a9dcda;
}

/*Flex Box Styles*/

.flex-box-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

/*Academics Pages - Undergrad/Graduate*/
.df-image-cards-container {
}
.df-img-cards {
	width:32%;
	margin: 0 10px 20px 0;
	float: left;
}
.df-img-cards h2 {
	font-size: 20px;
}
.df-img-cards:nth-child(3) {
	margin-right: 0;
}

/*Labs and Conference Rooms Page*/

.ics-calendar-month-grid ul li:before {
	display: none;
}
.ics-calendar .events .time .show_on_hover {
	display: none;
}
.ics-calendar .events .time {
	cursor: auto;
}
.ics-calendar .events {
  white-space: nowrap;
	overflow: scroll;
}

.ics-calendar-month-grid .past {
	opacity: 0.50;
}

.ics-calendar-month-grid .events .time, .ics-calendar-month-grid .events .title {
	display: inline;
}

/*Faculty Page Styles*/
/*Removes post meata data*/
.post-template-single-post-faculty .widget-area, .post-template-single-post-faculty .entry-meta { 
	display:none;
}
.faculty_details h1 { 
	font-size: 30px; 
	margin: 40px 0 0;
	line-height: 43px;
}
.faculty_details h3 { 
	margin: 0;
}
.faculty_details h4 { 
	margin: 0;
	font-size: 22px;
}
/*.faculty_details ul li::before { 
	display: none;
}*/
.faculty_details ul li, .faculty_details ol li { 
	text-transform: none;
}
span.faculty-pg-awards ul {
	margin: 0;
}
span.faculty-pg-awards ul li {
	margin-bottom: 3px;
}
.faculty-news-links .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
	margin-bottom: .5em;
}

/*Faculty Contact Information Styles*/
.faculty_contact_information h3 { 
	margin-bottom: 10px;
}
.faculty_contact_information p {
	margin: 0px;
}

/*Accordion Styles*/
.ui-widget-content a {
color: #a9dcda !important;
}
.ui-widget-content h3 {
margin: 0;
}

/*Table Styles*/
.tablepress thead th {
	background-color: #3E7198 !important;
	color: #fff;
}
#tablepress-7 tbody td.column-2 { 
	vertical-align: middle;
}
#tablepress-7 td, #tablepress-17 td {
	background-color: transparent;
}
#tablepress-16 {
	background: #084b81;
}
#tablepress-16 h3 {
	color: #f37021;
	font-weight: 700;
	font-size: 84px;
	font-family: "gentona","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	margin: 0;
	padding: 20px 15px 10px;
	text-shadow: 3px 3px 1px #fff;
}
#tablepress-16 td {
	color: #fef2d2;
	font-weight: 700;
	font-size: 16px;
	font-family: "gentona","Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	border: none;
	padding: 7.5px 15px 20px;
	background-color: #084b81;
}
#tablepress-16 td.column-1 {
	border-right: 4px solid #fef2d2;
}
#tablepress-16 tr.row-2 {
	border-bottom: 4px solid #fef2d2;
}

/*Syllabi Tables Styles*/
#syllabi-table_wrapper.dataTables_wrapper .dataTables_filter {
	margin-bottom: 10px;
}

#syllabi-table_wrapper.dataTables_wrapper .dataTables_info {
	float: left !important;
}

#syllabi-table_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #bc581a !important;
	border: none;
	background-color: transparent;
	background: transparent;
}

#syllabi-table_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, #syllabi-table_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, #syllabi-table_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	color: #666 !important;
	text-decoration: none !important;
}

#syllabi-table_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #e47e3e !important;
	text-decoration: underline !important;
	border: none;
	background-color: transparent;
	background: transparent;
}

/*Syllabi Upload Form*/
.gform_wrapper .syllabi-upload-form ul li:after, .gform_wrapper .syllabi-upload-form ul li:before {
	display: none;
}

/*News & Event Pages Styles*/
#wpsp-5007 .wp-show-posts-entry-summary p {
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#wpsp_widget-3, #em_widget-3, #smartcountdown-2, #smartcountdown-5, #wpsp_widget-5 {
	margin-bottom: 0;
}

#wpsp_widget-4 {
	padding-bottom: 40px !important;
}

#em_widget-3 ul a {
	font-size: 20px;
	letter-spacing: .5px;
}

#em_widget-3 ul li ul {
	margin-top: 5px;
}

#text-3 h5, #text-14 h5 {
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 200;
}

/*News Pages Styles*/
.wp-show-posts-image.wpsp-image-left {
	float: left;
	margin-right: 1.5em;
}

.wp-show-posts-inner :last-child {
	margin-bottom: 0;
}

body .wp-show-posts a {
	box-shadow: 0 0 0 transparent;
}

.wp-show-posts-entry-header {
	margin: 0 0 1em;
	padding: 0;
}

.wp-show-posts-image, .wp-show-posts-entry-content, .wp-show-posts-entry-summary {
	margin-bottom: 1em;
}

.wpsp-image-center .wp-post-image, .wpsp-image-center img {
	margin: auto !important;
}

/*Faculty Directory Page*/
#wpsp-1165 .wpsp-image-center .wp-post-image {
	margin: 0 !important;
	width: 150px;	
}

#wpsp-1165 .wp-show-posts-entry-header {
	margin: 0 !important;
}

	/*WP-Show posts News Page Time Meta*/
	time.wp-show-posts-updated {
		display: none;
	}

	.wp-show-posts-meta a, .wp-show-posts-meta a:visited {
		color: rgba(0,0,0,.5);
	}

	.wp-show-posts-entry-meta {
		font-size: .8em;
	}

	.wp-show-posts-meta a:hover {
		color: #E87E3E;
	}

#post-6685 .embed-wrapper {
	border: 1px solid #ccc;
}

/*Newsletter Pages Styles*/
#wpsp-3025 .wp-show-posts-entry-summary p {
	text-align: center;
}

.post-template-single-post-newsletter h3 {
	color: #bc581a;
	margin-bottom: 15px;
}

.nl_header h3 {
	margin: 0;
}

.newsletter_details h3 {
	margin-bottom: 0px;
}

.newsletter_details h2 {
	clear: both;
	padding-top: 20px;
}

.nl-featured-story {
	width: 47%;
	float: left;
	margin-right: 30px
}

.nl-featured-story h3 {
	margin-bottom: 40px;
}

.nl-featured-story img {
	margin: 0 auto 10px;
	width: 100%;
}

.nl-featured-story:nth-child(3) { 
	margin-right: 0;
}

.nl-faculty-story img, .nl-events-story img, .nl-students-story img, .nl-digital-story img {
	float: left;
	padding: 0 20px 20px 0;
}

.nl-digital-story img {
	max-width: 252px;
}

.nl-faculty-story, .nl-events-story, .nl-students-story, .nl-digital-story {
	clear: both;
	margin: 0 0 20px;
	position: relative;
}

/*Events Page Styles*/
.events-table img {
	margin: 0 15px 20px 0;
}

.entry-content .events-table tr:nth-child(odd) td, .entry-content .events-table tr:nth-child(even) td {
	background-color: transparent;
	border: none;
}

/*Issuu PDF Viewer*/
#post-4789 .embed-wrapper, .category-print-newsletter .embed-wrapper {
	height: 900px;
}

/*Photo Gallery Styles*/
bwg_container { 
	margin: 0 !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_0 {
	background: #E47426 !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_active_0 {
	background: #FFFFFF !important;
	border: 1px solid #FFFFFF !important;
}

#bwg_container1_0 #bwg_container2_0 #spider_slideshow_left-ico_0, #bwg_container1_0 #bwg_container2_0 #spider_slideshow_right-ico_0 {
	background-color: #00529b !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_image_wrap_0 {
	background-color: rgba(0,0,0,0) !important;
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_container_0 {
	bottom: -30px !important;
}

/*Shortcode Styles
Image Card Left, Image Card Right, and Text Card*/
.image-card-left, .image-card-right {
	background: #fffdf5;
	padding: 30px 40px;	
	min-height: 400px;
	margin-bottom: 20px;
}

.text-card {
	background: #fffdf5;
	padding: 30px 40px;	
	height: 300px;
	margin-bottom: 20px;
}

.image-card-left-img {
	padding: 0 20px 0 0;
}

.image-card-right-img {
	padding: 0 0 0 20px;
}

.image-card-left img, .image-card-right img {
	width: 100%;
	max-width: 260px;
}

/*Footer*/
.footer-menu a {
	color: #c65006;
}

@media (max-width: 1601px) and (min-width: 1522px) {
/*Navigation Styles*/
	.header-type-text .header.unit .main-menu-wrap .main-menu-link {
		padding: 12px 40px;
	}
}

@media (max-width: 1521px) and (min-width: 1442px) {
/*Navigation Styles*/
	.header-type-text .header.unit .main-menu-wrap .main-menu-link {
		padding: 12px 35px;
	}
}

@media (max-width: 1441px) and (min-width: 1366px) {
/*Navigation Styles*/
	.header-type-text .header.unit .main-menu-wrap .main-menu-link {
		padding: 12px 30px;
	}
}

@media (max-width: 1365px) and (min-width: 1282px) {
/*Navigation Styles*/
	.header-type-text .header.unit .main-menu-wrap .main-menu-link {
		padding: 37px 25px;
	}
}

@media (max-width: 1281px) and (min-width: 1220px){
/*Navigation Styles*/
	.header-type-text .header.unit .main-menu-wrap .main-menu-link {
		padding: 37px 20px;
	}
}

@media (max-width: 1219px) {
	.two .secondary-featured-story, .two .tweet-block {
		height: 460px;
	}
}

@media (max-width: 1219px) and (min-width: 1105px){
/*Navigation Styles*/
	.main-menu-wrap .main-menu-link {
		font-size: 14px !important;
	}
}

@media (max-width: 1104px) and (min-width: 992px){
/*Navigation Styles*/
	.header-type-text .header.unit .main-menu-wrap .main-menu-link {
		padding: 37px 15px;
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	.two .secondary-featured-story, .two .tweet-block {
		height: 405px;
	}
}

@media (max-width: 991px) and (min-width: 980px) {
/*Homepage*/
	.secondary-featured-block {
		background-image: none;
	}
	
	.homepage-secondary-featured-wrap .secondary-featured-block.three {
		margin-top: 0px;
	}
}

@media (max-width: 979px) {
	.one .secondary-featured-story, .two .secondary-featured-story, .two .tweet-block {
		height: 550px;
	}
}

@media (max-width: 768px) {
	/*Sidenav*/
	.btn-mobile-toggle a {
		color: #fff;
	}
}

@media (max-width: 767px) {
	#syllabi-table_wrapper.dataTables_wrapper .dataTables_info {
		float: none !important;
	}
	
	.one .secondary-featured-story, .two .secondary-featured-story, .two .tweet-block {
		height: 400px;
	}
}


@media (max-width: 594px) {
	.table-wrapper {
		overflow-x: scroll;
	}
}

@media (max-width: 563px) {
	.one .secondary-featured-story, .two .secondary-featured-story, .two .tweet-block {
		height: 440px;
	}
}

@media (max-width: 560px) {
/*Graduate Academics Page*/
	.df-img-cards {
		width:100%;
		margin: 0 0 20px 0;
		float: none;
	}
	
/*Newsletter Pages Styles*/
	.newsletter_details h2 {
		text-align: center;
	}
	.nl-featured-story {
		width: 100%;
		margin-right: 0;
	}
	.nl-faculty-story img, .nl-events-story img, .nl-students-story img, .nl-digital-story img {
		float: none;
		margin: auto;
		padding: 0 0 20px 0;
		width: 100%;
		max-width: 100%;
	}
	.nl-faculty-story, .nl-events-story, .nl-students-story, .nl-digital-story {
		height: auto;
	}	
}

@media (max-width: 570px) and (min-width: 531px) {
/*Issuu PDF Viewer*/
	#post-4789 .embed-wrapper {
		height: 800px;
	}
}

@media (max-width: 530px) and (min-width: 436px) {
/*Issuu PDF Viewer*/
	#post-4789 .embed-wrapper {
		height: 700px;
	}
}

@media (max-width: 435px) {
/*Issuu PDF Viewer*/
	#post-4789 .embed-wrapper {
		height: 500px;
	}
}