@charset "UTF-8";
/**
 * Name: Fifty50 Premium
 * Plugin URI: https://www.roughpixels.com
 * Description: Styles for Fifty50 premium
 * Author: roughpixels
 * Author URI: https://www.roughpixels.com
 * Version: 1.0.6
 * Tested up to: 6.3
 * License: GPL2+
 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
 *
 * @package Fifty50_Premium
 */


/* WELCOME INTRO
   ==================================================== */
.fifty50-welcome-intro {
  margin: calc(3rem + 2vw) auto 0;
  max-width: 800px;
  width: 100%;
  text-align: center;
}

.fifty50-welcome-intro-content {
  color: var(--rp-page-excerpt-colour);
  font-size: 1.063rem;
  font-style: italic;
}

.fifty50-welcome-intro-thumbnail {
  margin-bottom: 2em;
}

.fifty50-welcome-intro-thumbnail img {
  border-radius: 50%;
}

/* BLOG STYLES
   ==================================================== */

.grid-item .sticky-badge {
  font-size: 0.75rem;
  font-weight: 600;
    color: var(--fifty50-colour-primary);
}


.grid-item .entry-meta {
  font-size: 0.875rem;
}

.masonry-layout #banner-sidebar .content-inner,
.grid-layout #banner-sidebar .content-inner {
  max-width: 960px;
}

.grid-item .entry-title {
  font-size: 1.875rem;
  line-height: 1.3;
}

.grid-item .entry-title {
  font-size: 1.5rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grid-item {
  position: relative;
  text-align: center;
  margin-bottom: 3.125rem;
}

.grid-item .post-thumbnail {
  margin-bottom: 1.813rem;
}

.grid-item .entry-header {
  margin-bottom: 1.25rem;
  text-align: left;
}

.grid-item .sticky-wrapper {
    padding: 0 0 0 1rem;
}

.grid-item .entry-header {
  padding-bottom: 0;
}

.grid-item .entry-header::after {
  content: none;
}

.grid-item .entry-summary p {
  margin: 0;
}

.grid-item .entry-header,
.grid-item .entry-summary {
  text-align: left;
}

.poster-blog-layout .sticky-badge,
.grid-blog-layout .sticky-badge,
.masonry-blog-layout .sticky-badge {
  background: transparent;
  font-size: 0.813rem;
   font-weight: 600;
   color: var(--fifty50-colour-primary);
  padding: 0;
}

/* Minimal layout */
.minimal-layout .hentry {
  text-align: center;
}

.minimal-layout .entry-header {
  margin: 0 auto 2rem;
}

.minimal-layout .entry-title {
  font-size: 3rem;
}

/* Poster layout */
.poster-layout .grid-item {
  margin-bottom: calc(var(--bs-gutter-x) * 1);
}

.poster-wrapper {
  align-items: flex-end;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
}

.poster-wrapper .entry-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 2rem;
  position: relative;
}

.poster-wrapper .entry-header::after {
  content: "";
  bottom: 2rem;
  position: absolute;
  display: block;
  height: 1px;
  background-color: var(--fifty50-heading-line-colour);
  margin: auto;
  left: 0;
  right: 0;
  width: 100px;
}

.poster-wrapper * {
  color: var(--fifty50-colour-white);
}

.poster-wrapper .entry-title {
  margin-bottom: 0.5rem;
  text-shadow: 1px 1px #333;
}

.grid-item .poster-wrapper .entry-meta {
  margin-bottom: 1rem;
  font-size: 0.688rem;
}

.poster-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background 0.3s ease-out;
}

.poster-overlay:focus,
.poster-overlay:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.poster-wrapper .entry-title a:focus,
.poster-wrapper .entry-title a:hover,
.poster-wrapper .entry-meta a:focus,
.poster-wrapper .entry-meta a:hover {
  color: var(--fifty50-colour-white);
  opacity: var(--fifty50-hover-opacity);
  text-decoration: none;
}


/* RELATED POSTS
   ==================================================== */  
.fifty50-related-heading {
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.fifty50-related-post-thumbnail {
  position: relative;
   max-width: 100%;
   display: inline-block;
}

.fifty50-related-post-content {
  margin: 1rem 0 2rem;
}

.fifty50-related-item {
	display: block !important;
  margin-bottom: 1rem;
  min-height: 175px;
  text-align: center;
}

.fifty50-related-post-title {
  color: inherit;
  font-family: var(--fifty50-font-secondary);
  font-size: 1.188rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  display: block;
  text-decoration: none;
}

.fifty50-related-post-title:focus,
.fifty50-related-post-title:hover {
  color: inherit;
  opacity: var(--fifty50-hover-opacity);
  text-decoration: none;
}

.fifty50-related-post-thumbnail a:before {
	border-radius: 0.563rem;
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease-out;
}

.fifty50-related-item:hover .fifty50-related-post-thumbnail a:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.fifty50-related-post-excerpt {
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 auto;
}

.fifty50-related-post-link {
  margin: 1rem 0 0;
}

.fifty50-related-image-placeholder {
  display: flex;
  flex: 0 0 4.375rem;
  max-width: 100%;
  margin-right: 0;
  justify-content: center;
  flex-direction: column;
}

.fifty50-related-image-placeholder {
  text-align: center;
  background: var(--rp-image-placeholder-bg-colour);
}


/* CUSTOM WIDGETS - RECENT POSTS
   ==================================================== */
.fifty50-recent-posts ul {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}

.fifty50-recent-posts ul li {
  margin-bottom: 1.5rem;
}

.fifty50-recent-posts ul li:last-child {
  margin-bottom: 0;
}

.fifty50-recent-post-title {
  font-size: 0.938rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 0.313rem;
}

.fifty50-recent-post-title a {
  color: inherit;
}

.fifty50-recent-post-title a:focus,
.fifty50-recent-post-title a:hover {
  opacity: var(--fifty50-hover-opacity);
}

.fifty50-recent-post-content {
  padding-left: 1rem;
}

.fifty50-recent-post-date {
  color: var(--fifty50-colour-secondary-text);
  font-size: 0.75rem;
  font-style: italic;
  margin-bottom: 0;
}

/* CUSTOM WIDGETS - RECENT COMMENTS
   ==================================================== */
.fifty50-recent-comments {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
}

.fifty50-recent-comments li {
  margin-bottom: 1.25rem;
}

.fifty50-comment-article {
  display: block;
}

.fifty50-recent-comments a {
  color: inherit;
  font-family: var(--fifty50-font-secondary);
  text-decoration: none;
}

.fifty50-recent-comments a:focus,
.fifty50-recent-comments a:hover {
  opacity: var(--fifty50-hover-opacity);
}

.fifty50-comment-author-link a {
  font-family: inherit;
}

.fifty50-comment-content {
  padding-left: 1rem;
}

/* CUSTOM WIDGETS - AUTHOR WIDGET
   ==================================================== */

.fifty50-social-profiles {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fifty50-author-widget {
  text-align: center;
}

.fifty50-author-name {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.fifty50-author-name::after {
  content: "";
  bottom: 0;
  position: absolute;
  display: block;
  height: 1px;
  background-color: var(--fifty50-heading-line-colour);
  margin: auto;
  left: 0;
  right: 0;
  width: 100px;
}

.fifty50-author-intro {
  font-family: var(--fifty50-font-secondary);
  font-size: 0.875rem;
  padding: 0 1.25rem;
}

.fifty50-author-intro p {
  margin-bottom: 1rem;
}

.fifty50-author-link {
  display: inline-block;
  color: var(--fifty50-colour-primary);
  text-decoration: none;
  margin: 0 0 1rem;
  font-weight: 700;
}


.fifty50-social-profile>a {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.875rem;
  color: rgba(0, 0, 0, 0.4);
  font-family: bootstrap-icons;
  height: 2.625rem;
  line-height: 2.313;
  margin: 0 0.275rem 0 0;
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
}

.fifty50-author-link:focus,
.fifty50-author-link:hover,
.fifty50-social-profile>a:focus,
.fifty50-social-profile>a:hover {
  color: currentColor;
  text-decoration: none;
  opacity: var(--fifty50-hover-opacity);
}

.fifty50-author-portrait img {
  border-radius: 50%;
  max-width: 8rem;
  margin: 0 auto 1.5rem;
  display: block;
}

.fifty50-author-button {
  justify-content: center;
  margin: 0 auto 1.25rem;
}

.fifty50-social-profiles a:focus,
.fifty50-social-profiles a:hover {
  opacity: var(--fifty50-hover-opacity);
}

.fifty50-social-profile .facebook:before {
  content: "\F344";
}

.fifty50-social-profile .twitter:before {
  content: "\F5EF";
}

.fifty50-social-profile .instagram:before {
  content: "\F437";
}

.fifty50-social-profile .snapchat:before {
  content: "\F665";
}

.fifty50-social-profile .pinterest:before {
  content: "\F663";
}

.fifty50-social-profile .dribble:before {
  content: "\F65F";
}

.fifty50-social-profile .linkedin:before {
  content: "\F472";
}

.fifty50-social-profile .behance:before {
  content: "\F65C";
}

.fifty50-social-profile .github:before {
  content: "\F3ED";
}

.fifty50-social-profile .vimeo:before {
  content: "\F66A";
}

.fifty50-social-profile .youtube:before {
  content: "\F62B";
}

.fifty50-social-profile .reddit:before {
  content: "\F650";
}

.fifty50-social-profile .email:before {
  content: "\F32C";
}


/* PLUGINS - WP-FEATHERLIGHT
   ==================================================== */

.featherlight-content .caption {
  background-color: rgb(109 153 153 / 70%);
  /* green*/
  left: 50%;
  bottom: 4rem;
  padding: 0.5rem 3rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  font-family: var(--fifty50-font-secondary);
  font-weight: 400;
  text-transform: capitalize;
  text-align: center !important;
  width: 90%;
  transform: translate(-50%, 50%);
}

.featherlight .featherlight-content {
  border: 2px solid #000;
  box-shadow: 0px 0px 24px 5px rgb(0 0 0);
  -webkit-box-shadow: 0px 0px 24px 5px rgb(0 0 0);
  -moz-box-shadow: 0px 0px 24px 5px rgba(0, 0, 0, 1);
}

/* NEWSLETTER FORM
==================================================== */

.fifty50-newsletter-form {
  text-align: center;
}

.fifty50-newsletter-form-wrap {
  display: inline-block;
}

.mc4wp-alert {
  font-style: italic;
  margin-top: 1.813rem;
}

.mc4wp-notice {
  color: #3d78d6;
}

.mc4wp-success {
  color: #619e22;
}

.mc4wp-error {
  color: #e85c5c;
}

#newsletter-section {
  background-color: rgba(133, 114, 61, 0.2);
  background-color: #f1f1f1;
  padding-bottom: calc(2rem + 3vw);
  padding-top: calc(2rem + 3vw);
}

.newsletter-widget {
  margin-bottom: 0;
}

.newsletter-widget .widget-title,
#newsletter-intro {
  font-size: 1.5rem;
  text-align: center;
}

#newsletter-intro {
  font-family: var(--fifty50-font-secondary);
  font-size: 1.063rem;
  line-height: 1.5;
  max-width: 80%;
  margin: 0 auto 1.5rem;
}


/* MEDIA QUERIES
	For responsive layout and content
   ==================================================== */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}


@media (max-width: 767px) {

  .masonry-layout {
    margin-left: 0;
    margin-right: 0;
  }

  .masonry-layout .hentry {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .masonry-layout {
    margin-left: -10px;
    margin-right: -10px;
  }	 
  .fifty50-related-item {
		display: flex !important;
		text-align: initial;
	}

	.fifty50-related-post-thumbnail {
	  max-width: 300px;
	}

	.fifty50-related-post-content {
	  margin-left: 2rem;
	}	
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

  .home.grid-blog-layout .post-thumbnail img,
  .archive.grid-blog-layout .post-thumbnail img, 
  .home.list-blog-layout .post-thumbnail img,
  .archive.list-blog-layout .post-thumbnail img,
  .home.masonry-blog-layout .post-thumbnail img,
  .archive.masonry-blog-layout .post-thumbnail img {
    width: 100%;
    max-width: initial;
    margin: 0;
  }
}