/*
	Theme Name: The Friday Flyer
	Theme URI: https://fridayflyer.com
	Description: The Friday Flyer WordPress Theme
	Version: 2.0
	Author: Golding Web Design
	Author URI: https://goldingwebdesign.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* border-bottom: 1px solid #e5e5e5; */
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.display-4 {
  font-size: 2.5rem;
}


.topbar {
  background:rgb(242,242,242); 
  border-top:4px solid rgb(204,28,41);
  border-bottom: 1px solid rgb(231,231,231);
}


.alert-breaking {
  color: #fff;
  background-color: #cc1c15;
  border-color: #fcb8b6;
}

.alert-breaking hr {
  border-top-color: #cc1c15;
}

.alert-breaking .alert-link {
  text-decoration: underline;
  color: #fff;
}


.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}


.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-item:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin-top: 0;
}


.social-logo {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-position: top left;
  background-repeat: no-repeat;
}

.social-logo:hover {
  background-position: bottom left;
}

.social-logo.facebook {background-image: url('img/facebook.png') ; }
.social-logo.twitter  {background-image: url('img/twitter.png') ; }

.print-edition-div a {
  text-decoration: none !important;
}

img.ff-print-button {
  margin-right: 45px;
}

.ff-print-btn {font-weight: bold;}

@media (min-width: 576px) {
  img.ff-print-button {
    margin-right: 14px;
    height: 55px;
  }
  .ff-print-btn {
    font-size: 14px !important;
  }
}

@media (min-width: 768px) {
  img.ff-print-button {
    margin-right: 14px;
    height: 55px;
  }
  .ff-print-btn {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) {
  img.ff-print-button {
    margin-right: 30px;
    height: 85px;
  }
  .ff-print-btn {
    font-size: 18px !important;
  }
}

@media (min-width: 1200px) {
  img.ff-print-button {
    margin-right: 45px;
  }
}


.navbar {background-color: rgba(255,255,255,0.95);}

.navbar-nav .nav-link{display:inline-block;}
   
.ml-auto {display:inline-block!important;}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}


.navbar-ff, .dropdown-menu {
  text-transform: uppercase;
  font-size: 0.85rem;
  background-color: #f2f2f2;
}

.navbar-ff {
  /* border-bottom: 1px solid rgb(220,220,220); */
}

.navbar-ff .navbar-brand {
  color: rgba(25, 35, 45, 1.0);
}

.navbar-ff .navbar-brand:hover, .navbar-ff .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.8);
}

.navbar-ff .navbar-nav .nav-link {
  color: rgba(25, 35, 45, 1.0);
}

.navbar-ff .navbar-nav .menu-item-32790 .nav-link {
  color: rgba(204, 28, 21, 1.0);
  font-weight: bold;
}

.navbar-ff .navbar-nav .nav-link:hover, .navbar-ff .navbar-nav .nav-link:focus {
  color: rgba(204, 28, 21, 1.0);
}

.navbar-ff .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-ff .navbar-nav .show > .nav-link,
.navbar-ff .navbar-nav .active > .nav-link,
.navbar-ff .navbar-nav .nav-link.show,
.navbar-ff .navbar-nav .nav-link.active {
  color: rgba(25, 35, 45, 1.0);
}

.navbar-ff .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-ff .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-ff .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-ff .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-ff .navbar-text a:hover, .navbar-ff .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-ff a.dropdown-item:hover {color:#cc1c15;}
.navbar-ff a.dropdown-item:active {color:#fff;}



.navbar-nav,
.mr-auto {
flex: 1;
margin: auto !important;
display: flex;
justify-content: space-between;
}


@media (min-width: 576px) {
  .ff-navbar {
    
  }
  .navbar-ff, .dropdown-menu {
    font-size: 0.85rem;
  }
}

@media (min-width: 768px) {
  .nav {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-ff, .dropdown-menu {
    font-size: 0.65rem;
  }
}

@media (min-width: 992px) {
  .nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-ff, .dropdown-menu {
    font-size: 0.85rem;
  }
}

@media (min-width: 1200px) {
  .nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}




@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}

.view .mask {
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  overflow: hidden;
  background-attachment: fixed;
}

.rgba-black-strong, .rgba-black-strong:after {
  background-color: rgba(0,0,0,0.3);
}

.carousel-caption {
  background:linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0.5) 65%, rgba(0,0,0,0) 100%);
  right: 0%;
  left: 0%;
  bottom:0;
  padding-bottom: 40px;
  padding-top: 40px;
}


.breadcrumb-bg {
  background-color: #fbfbfb;
  padding: 5px 28px;
  font-size: 0.8rem;
  color: #656565;
}

.breadcrumb-bg a {color: #656565;}





.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
  margin-top:40px;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

p {
  font-size: 0.9rem;
}

.home-content {
  margin-left: 0px;
  margin-bottom: 20px; 
}

.photo-of-the-week {
  padding-top: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.home-article {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-top: 20px;
  padding-bottom: 5px;
}

.home-article img {
  margin-bottom:10px;
  border: 1px solid rgba(0,0,0,0.1);
}

.home-article h5 {
  padding-left: 10px;
  border-left: 3px solid #cc1c15;
}

#article-section h2 {
  margin-bottom: 0;
}

#article-section .byline {
  font-size: 14px;
  text-transform: uppercase;
}

#article-section .byline a {
  color: #000;
}

#article-section p, #article-section ul li {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}

.home-article h5 a, .home-article h5 a:hover, a.black-link, a.black-link:hover {
  color: #000;
}

#article-section p.ff-carousel-caption {
  color: #fff;
  line-height: 1.1;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5px;
}

#article-section p.ff-carousel-caption.single {
  margin-bottom: -25px;
}


.alignnone { margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright, a img.alignright{
    float: right;
    margin: 0 0 21px 21px;
}

.alignleft, a img.alignleft {
    float: left;
    margin: 0 21px 0 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignnone {
    margin: 0 21px 21px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#article-section .wp-caption {
  background: #ededed;
  padding:3px 3px 8px 3px;
}

#article-section p.wp-caption-text {
    margin-bottom: 0;
    margin-top: 7px;
}

#article-section p.wp-caption-text {
    font-style: italic;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.4;
}

.wp-caption {width: 100%;} 
.wp-caption.aligncenter {width: 100%;}

.archive-content ul li {font-size: 0.9rem;}

@media (min-width: 576px) {
  .wp-caption {width:50%;}
  .wp-caption.aligncenter {width: 80%;}
}

@media (min-width: 768px) {
  .wp-caption {width:40%;}
  #article-section p, #article-section ul li {
    font-size:1rem;
  }
}

@media (min-width: 992px) {
  
}

@media (min-width: 1200px) {
  .archive-content ul li {font-size: 1rem;}
}

.editions-links ul {
  list-style-type: none;
}

.fb-page {
  min-height: 400px;
  background: #e2e2e2 url('img/loading.gif') no-repeat center center;
}

.twitter-page {height:400px;}

.prev-article {
  
}

.prev-article p, .next-article p {
  font-size: 0.7rem !important;
  color: #cc1c15 !important;
  text-transform: uppercase;
  margin-bottom: 0;
}

.prev-article a, .next-article a {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  color: #000;
  font-size: 1rem;
}

.nav-next {float:left;}
.nav-previous {float:right;}

.nav-next span.meta-nav {margin-right: 8px;}
.nav-previous span.meta-nav {margin-left: 8px;}

.navigation .screen-reader-text {display: none;}
.navigation {margin-top:12px;}

.ff-search-result {padding: 30px 0; border-bottom: 1px solid #d4d4d4;}
.ff-search-result h3 a {}
.ff-search-result h3 a:hover {}
.ff-search-result .search-post-excerpt {}
.ff-search-result .search-post-link {margin-top:8px; display:inline-block;}
.ff-search-result .search-post-link a {color: #046ab5;}
.ff-search-result .search-post-link a:hover {}

.leaky_paywall_subscription_options {
  width: 100%;
}

.leaky-paywall-user-fields {
  margin-top: 50px;
}

.leaky-paywall-account-fields, .leaky-paywall-address-fields {
  margin-top: 25px;
}

.leaky-paywall-user-fields h3, .leaky-paywall-account-fields h3, .leaky-paywall-address-fields {
  margin-bottom: 12px;
}

.leaky-paywall-user-fields label, .leaky-paywall-account-fields label {
  margin-left: 5px;
}

.leaky-paywall-user-fields input, .leaky-paywall-account-fields input {
  margin-left: 12px;
}



table.leaky-paywall-profile-subscription-details {
  margin-top: 10px;
  border: 1px solid #000000;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.leaky-paywall-profile-subscription-details td, table.leaky-paywall-profile-subscription-details th {
  border: 1px solid #000000;
  padding: 5px 4px;
}
table.leaky-paywall-profile-subscription-details tbody td {
  font-size: 13px;
}
table.leaky-paywall-profile-subscription-details thead {
  background: #E2E2E2;
  border-bottom: 3px solid #000000;
}
table.leaky-paywall-profile-subscription-details thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
table.leaky-paywall-profile-subscription-details tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  border-top: 3px solid #000000;
}
table.leaky-paywall-profile-subscription-details tfoot td {
  font-size: 14px;
}

h2.subscription-options-title {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 12px;
  border-top: 1px solid #a3a3a3;
}



.classified  {
	background: #eee;
	border: 1px solid rgba(200, 200, 200, 0.6);
	border-radius: 3px;
	margin: 15px 0px 30px;
}

.classified p {
}

.classified .category {
	background: #e9e9e9;
	border-bottom: 1px solid #ccc;
	padding: 0px 12px 0px;
	font-weight: bold;
	height: auto;
	text-transform: uppercase;
}

.classified .meta {
	background: #efefef;
	border-top:  0px dashed rgba(200, 200, 200, 0.6);
	height: auto;
	padding: 4px 12px;
}

.classified .category p {
	max-width: 800px;
	text-shadow: #fff 0px 1px 1px;
	font-size: 100%;
	color: rgba(0,0,0,0.6) !important;
}

.classified .meta p {
	line-height: 24px;
	max-width: 800px;
	text-shadow: #fff 0px 1px 1px;
  display: block;
	font-size: 10px;
}

.classified .meta p:before {
    content: " ";
}

.classified .text {
	background: #fbfbfb;
	color: #333; 
	padding: 15px;
}

.classified .text p { max-width: 600px; }