/*!
Theme Name: Popmatters Theme
Description: Elegant Theme Child
Theme Author: Bruno Santos
Author URL: http://mindk.com
Template: elegant-magazine-pro
Version: 1.0.0
*/

.hentry.has-post-thumbnail .entry-header-details {
    padding: 15px 0 40px 30px;
}

.poster-box-wrapper {
  margin: 5px 0 10px 20px;
  display: inline-block;
  float: right; }
  .poster-box-wrapper .poster-box {
    max-width: 300px;
    background: #f9fafb;
    border: 3px solid #eaeaea;
    padding: 15px;
    margin-bottom: 10px; }
    .poster-box-wrapper .poster-box .image-wrap {
      max-width: 100%;
      padding: 0;
      margin: 0;
      position: relative;
      overflow: hidden;
      display: inline-block;
      margin-bottom: 10px; }
    .poster-box-wrapper .poster-box .title-wrap {
      margin: 0;
      font-size: 16px;
      font-weight: 800;
      color: #000;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .poster-box-wrapper .poster-box .author-wrap {
      color: #6d6e71;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 10px; }
      
.post-links-wrapper {
  margin-top: 30px; }
  .post-links-wrapper .post-links-headline {
    color: #000;
    font-weight: bold; 
    margin-bottom: 10px; 
    text-transform: uppercase; }
  .post-links-wrapper .post-links-list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .post-links-wrapper .post-links-list .post-links-item:not(:last-child) {
      margin-bottom: 10px; }
     
.aft-image-caption p {
    float: none; }
      
.post-black-caption {
    padding: 10px;
/*     color: #fff; */
	color: #333333;
/*     background-color: #999999; */
	background-color: #f6f6f6;
    margin-top: 10px;
  margin-bottom: 15px;}
    
.rating-wrapper {
    margin: 30px 0; }

  .rating-box {
    color: #000;
    font-size: 20px;
    font-weight: bold; }

    .rating-text {
	}

    .rating-value {
      color: #f0991d;
	  font-size: 50px;
    }

    .rating-separator {
		display: none;
    }

    .rating-max {
		display: none;
    }

/* FONT SIZES */
body {
    font-size: 16px !important;
}

.entry-content {
    line-height: 32px !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    display: inline-block;
}

@media only screen and (min-width: 1025px) and (max-width: 1599px) {
    
    body #primary .af-tabs.nav-tabs > li > a, body.archive .site-content .header-title-wrapper .page-title, body.search-results .site-content .header-title-wrapper .page-title, body #primary .widget-title span, body header.entry-header h1.entry-title {
        font-size: 38px !important;
    }

}

.site {
    padding-top: 175px;
}

/* HEADER */
.site-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.masthead-banner {
    padding: 30px 0;
}

.custom-logo {
    max-width: 300px;
}

.site-social {
    display: block;
}

@media (min-width: 992px) {

    .site-social {
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px;
    }
    
}

.social-navigation ul li a {
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 0;
}

.social-navigation ul li a:after,
.social-widget-menu ul a:before {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.social-navigation ul a[href*="spotify.com"]:after, 
.social-widget-menu ul a[href*="spotify.com"]:before {
    content: "\f1bc";
}

.main-navigation {
    background-color: #000;
}

.main-navigation .menu ul.menu-desktop > li > a {
    color: #fff;
    font-weight: bold;
}

.main-navigation .menu ul.menu-desktop > li > a:hover,
.main-navigation .menu ul.menu-desktop > li > a:active {
    color: #f0991d;
}

.main-navigation .menu ul.menu-desktop > li:first-child > a {
    background-color: #f0991d;
}

.main-navigation .menu ul.menu-desktop > li:first-child > a:hover,
.main-navigation .menu ul.menu-desktop > li:first-child > a:active {
    color: #000;
}

body .main-navigation a {
    color: #fff;
}

body .offcanvas-menu span {
    background-color: #fff !important;
}

.ham,
.ham:before,
.ham:after {
    background-color: #fff;
}

@media only screen and (max-width: 992px) {

    .ham {
        display: block;
    }
	
    
    .main-navigation .toggle-menu {
        pointer-events: auto;
    }
    
}

/* SIDER */
.sidr .menu li a {
    border: 0;
}

.sidr .menu li .sub-menu {
    list-style: none;
/*     padding-left: 30px; */
}

.sidr .menu li .sub-menu li {
    padding-bottom: 0;
}

.sidr .menu li .sub-menu li:last-child {
    margin-bottom: 0;
}

/* POST */
.post-photo-credit {
    font-style: italic;
	color: rgb(162, 162, 162);
}

.post-item-metadata.entry-meta {
    font-size: 18px;
}

.aft-image-caption p {
    font-size: 17px;
    font-style: normal;
}

.post-description {
    font-size: 17px;
}

.entry-content-wrap p {
    margin-top: 0 !important;
}

@media (min-width: 1600px) {

    .site-content, 
    .container {
        width: 1170px;
    }

}

/* WIDGETS */
.slider-figcaption .grid-item-metadata {
    padding: 0 10px;
}

.slider-figcaption .grid-item-metadata .item-metadata {
    padding-left: 0;
    padding-right: 0;
}

.slide-excerpt {
    background: rgba(51,51,51,0.75);
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    padding: 0 10px;
}

.slide-icon-1 {
    font-size: 25px;
}

.widget_custom_html {
    overflow: auto;
}

span.item-metadata.posts-author {
	display: flex;
	gap: 3px;
}