/*
Theme Name: Cryptocurrency Exchange TIMSS
Theme URI: https://awplife.com/wordpress-free-theme/cryptocurrency-exchange/
Description: TIMSS Cryptocurrency Exchange Child Theme
Theme Author: Bert Roefs
Author URL: https://www.dits-sa.com
Template: cryptocurrency-exchange
Version: 1.0.0
Text Domain: cryptocurrency-exchange-timss
*/

.navbar-brand {
    height: 100px;
}
.navbar-brand > img {
    max-height: 60px;
}

.breadcrumb {
    background-color: transparent;
    display: none;
}
.margin-breadcrumb {
    padding: 20px 0;
}
.margin-breadcrumb h2 {
    margin-top: 10px;
}

.sidebar .widget-title {
    color: #32635b;
}
.widget ul li a {
    color: #0099cc;
}

#publications-list,
#type-publications-list {
    font-size: 0.9em;
}

.publication-row.large,
.publication-row.small {
    margin-bottom: 2em;
}
.publication-row h5.entry-title {
    margin-bottom: 0.5em;
}
.publication {
    display: flex;
    align-items: start;
    margin: 0.25em 0 1em 0;
}
.publication-thumbnail {
    margin-right: 1em;
}
.publication-thumbnail.large {
    width: 100px;
}
.publication-thumbnail.small {
    width: 50px;
}
.publication-content {
    flex: 1;
}
.publication-content h4 {
    margin: 0;
}
.publication-summary {
    margin: 0 0 0.5em 0;
}
.publication-subtitle,
.publication-year {
    font-weight: bold;
}
.publication-details .details {
    font-weight: bold;
}
.single-publication .authors-list .authors-label {
    font-weight: normal;
    font-style: normal;
}
.single-publication .authors-list {
    font-weight: bold;
    font-style: italic;
}
.single-publication .cycles-list .cycles-label {
    font-weight: normal;
    font-style: normal;
}
.single-publication .cycles-list {
    font-weight: bold;
    font-style: italic;
}
.single-publication .tags-list .tags-label {
    font-weight: normal;
    font-style: normal;
}
.single-publication .tags-list {
    font-weight: bold;
    font-style: italic;
}
.single-publication .pubtypes-list {
    font-size: large;
    font-weight: bold;
    padding: 0.25em 0 0.75em 0;
}
.single-publication .published {
    font-weight: normal;
    padding: 0.25em 0;
}
.single-publication .publisher {
    font-weight: bold;
}.single-publication .publisher {
     font-weight: bold;
 }
.single-publication .publication-header {
    display: flex;
}
.single-publication .publication-header .publication-thumbnail {
    margin: 0.5em 2rem 0 0;
    width: 100px;
}

.event {
    display: flex;
}
.event-thumbnail {
    margin-right: 1em;
}
.event-thumbnail.large {
    width: 100px;
}
.event-thumbnail.small {
    width: 50px;
}
.event-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.event-details {
    display: flex;
}
.event-details div {
    margin-right: 2em;
}

.event-row-small {
    margin-bottom: 1em;
}
.event-row-small:last-of-type {
    margin-bottom: 0;
}

.widget-post-title, .widget-post-title a {
    color: #232323;
}
.widget-post-title {
    font-size: 14px;
    color: #232323;
    font-weight: 600;
    margin: 0 0 .25em 0;
    padding: 0;
}

.dataset-header {
    margin-top: 1em;
}

.single-event .event-header {
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
}
.single-event .event-header .event-thumbnail {
    margin: 0.5em 0 0 0.5em;
    width: 100px;
}
.single-event .starts-label,
.single-event .end-label,
.single-event .location-label,
.single-event .cycles-label,
.single-event .tags-label {
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    width: 8em;
}

.view-all {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.view-all a {
    display: block;
    padding: 1em;
    background-color: #0099cc;
    color: white;
}
.view-all a:hover,
.view-all a:active,
.view-all a:visited {
    color: white;
    text-decoration: underline;
}

.home-view-all {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.home-view-all a {
    display: block;
    padding: 0.5em 1em;
    background-color: #0099cc;
    font-size: small;
    color: white;
}
.home-view-all a:hover,
.home-view-all a:active,
.home-view-all a:visited {
    color: white;
    text-decoration: underline;
}

ul.social-icons.right-icons {
    text-align: right;
}
@media (max-width: 992px) {
    ul.social-icons.right-icons {
        text-align: center;
    }
    #header-newsletter-dropdown {
        right: 10%;
    }
}
#header-search-dropdown {
    left: unset;
    right: 10%;
    top: 70%;
    width: 70%;
    min-width: 250px;
    padding: 15px;
}
#header-newsletter-dropdown {
     left: unset;
     right: 20%;
     top: 70%;
     width: 70%;
     min-width: 250px;
     padding: 15px;
}
#header-newsletter-dropdown input {
    max-width: 100%;
}

ul.cycles > li.active {
    font-weight: bold;
}

.widget_latest_posts_from_types_widget a {
    font-weight:bold;
    color:#0099cc!important;
}

.site-footer { border-top: 3px solid #0099cc; background-color: #fff }

.footer_bottom {
    background-color: #393939;
}

.module, .module-small {
    padding: 40px 0 30px;
}
.module-extra {
    padding: 0px;
}

#menu-main-menu > li {
    margin: 0 25px;
}

.page-numbers {
    padding: 0.5rem 1rem;
    margin: 0 0.125rem;
    color: #0099cc;
    font-weight: bold;
    border: 1px solid lightgray;
}
.page-numbers.current {
    color: white;
    background: #424242;
}

.in-the-news-header {
    font-weight: bold;
    margin-bottom: 1rem;
}
.source-label {
    font-weight: normal;
}

.page-id-119 .staff {
    display: flex;
    flex-wrap: wrap;
}
.page-id-119 .staff .wp-block-image {
    padding: 20px 30px 0;
    width: 250px;
}
.page-id-119 .wp-block-image figcaption {
    text-align: center;
}

.sidebar .wp-block-image,
.sidebar figcaption {
    margin-bottom: 0;
}

.publication-row-large {
    margin-bottom: 2em;
}

.post-header h4 {
    margin-bottom: 0;
}
.post-columns .post-header {
    margin: 0 0 0.5em 0;
}

.blog-row,
.dataset-row,
.event-row,
.key-finding-row,
.in-the-news-row,
.search-row {
    margin: 0 0 2em 0;
}

.aligned-row {
    display: flex;
    flex-flow: row wrap;

    &::before {
        display: block;
    }
}

.viewmore {
    position: absolute;
    bottom: 0;
    right: 30px;
}

body.home .publication-content h5.entry-title {
    margin-top: 0;
    margin-bottom: 1em;
}

.social-icons li a,
.social-icons li button {
    color: #0099cc !important;
}
.social-icons .title {
    font-size: 14px;
    font-weight: bold;
    padding-left: 0.5em;
}
.social-icons #site-searchform {
    width: 240px;
}
.social-icons #site-searchform #s {
    height: 32px;
    color: #0099cc !important;
    font-weight: bold;
}
.header-inner {
    width: unset !important;
}

select.hasselection {
    background: lightgray;
}

body.home .footer_bottom {
    background-color: white;
}
body.home .footer_bottom img {
    padding: 2rem;
}
body.home .footer_bottom .copyright {
    color: black;
}

body.page-template-datasets-page .wp-block-columns {
    margin-bottom: 0;
}
body.page-template-datasets-page .wp-block-column {
    margin-bottom: 40px;
    box-shadow: 0px 0px 2px 1px #e6e6e6;
    padding: 25px 20px;
    background-color: #fff;
    font-size: 15px;
    position: relative;
    min-height: 1px;
}

