/*
Theme Name:     UM GLISA
Theme URI:      
Description:    Divi child theme.
Author:         Boxcar Studio
Author URI:     https://boxcarstudio.com
Template:       Divi
Version:        0.1.0
*/

ol, ul {
    list-style: inherit;
    margin-left: 2em;
}

span.sep:last-of-type {
    display: none;
}


.fancyList ul {
    list-style: none;
    margin-top: 1em;
    margin-left: 0;
    padding: 0;
    width: 80%;
}

.fancyList ul li:before {
	position: absolute;
	content: "\00BB";
	left: 0px;
	top: 5px;
}

.fancyList ul li {
    position: relative;
    margin-bottom: .75em;
    border-bottom: 1px solid #e8e8e8;
    padding: .5em 1em;
}

.fancyList a {
    text-decoration: none;
}

.fancyList strong {
    text-transform: uppercase;
}

ol.easy-footnotes-wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 1080px;
}

.et_pb_bg_layout_dark a {
    color: #fff;
}

a {
	text-decoration: underline;
}

[id].et_pb_section::before, [id].et_pb_module::before {
  content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;
}

ul#mobile_menu {
    list-style: none;
}
.et_mobile_menu li a {
	text-decoration: none;
}

ul.sub-menu {
    margin: 0;
}

#et_search_icon:before {
	visibility: visible;
	margin-top: 0;
	height: 30px;
}

/* PUBLICATIONS */

article.pub {
    border-bottom: 1px solid #d0d0d0;
    padding: 1em;
}

.filters_wrap strong {
    color: #164a95;
    text-transform: uppercase;
}

.facetwp-pager {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

a.facetwp-page {
    padding: .5em 1em;
    border: 1px solid #d0d0d0;
    background: #d0d0d0;
	transition: all ease 0.5s;
}

a.facetwp-page.active, a.facetwp-page:hover {
    background: #194c96;
    color: #fff;
    border-color: #194c96;
}

.locations .sep:last-of-type {
	display: none;
}

.single h2 {
    color: #000;
}

/* TABLEPRESS STYLES */

.tablepress {
    background: #fff;
}

.entry-content table:not(.variations), body.et-pb-preview #main-content .container table {
    border: 0;
}

.tablepress tfoot th, .tablepress thead th {
    background-color: #1e2f44 !important;
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
}

/* GLADS STYLES */

.single-data-set #main-content .container:before,
.single-project #main-content .container:before {
	display: none;
}

strong.label {
    color: #164a95;
    text-transform: uppercase;
}

table.variables {
    width: 100%;
}

table.variables th {
    text-transform: uppercase;
    border-bottom: 1px solid #d0d0d0;
    padding: 1em;
}

table.variables td {
	padding: 1em;
}

/* TEAM DIRECTORY */

.team-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.team-wrap .et_pb_team_member {
    width: 24%;
    padding: 1em;
	margin-right: 1%;
}

.team-wrap .et_pb_team_member img, .et_pb_team_member_image {
    width: 100%;
    margin-right: 0 !important;
/*     float: none;
	height: 250px;
	object-fit: cover; */
}

.team-wrap .et_pb_team_member_description {
    display: block;
    margin-top: 1em;
}

.single-team-member .et_post_meta_wrapper {
    display: none;
}

/* CHILD PAGES VIEW */

.child-pages {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

article.child-page {
	width: calc(33% - 2em);
	border: 1px solid #c0c0c0;
	margin: 1em;
	padding: 1em;
}

article.child-page h2 {
	font-size: 20px;
}

@media only screen and (max-width: 1024px) {
	article.child-page {
		width: calc(50% - 2em);
	}
}

@media only screen and (max-width: 600px) {
	article.child-page {
		width: 100%;
	}
}

/* HIGHCHARTS */

table.climatology-table {
    width: 100%;
    margin: 1em 0;
	border: 1px solid #ddd;
}

table.climatology-table th {
    background: #1e2f44;
    color: #fff;
	padding: 9px 24px;
	text-align: left;
}

table.climatology-table td {
    padding: 9px 24px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.highchart {
    margin: 4em 0 2em 0;
}

.highchart_wrap h2 {
	text-align: center;
}

.page_divider {
    background: #ebedf0!important;
	width: 100%;
    max-width: none;
    padding: 3em 10% !important;
}

.table_wrap {
	border: 1px solid #ddd;
	padding: 2em;
	margin-bottom: 2em;
	background: #fff;
}

.et_pb_row.et_pb_row_2.jumpMenuSection {
    background: #ebedf0!important;
    width: 100%;
    max-width: none;
    padding: 0 10%;
}

.et_pb_row.et_pb_row_2.jumpMenuSection .jumpMenuBefore {
    margin: 0;
}