/*
    Theme Name: Parafia
    Theme URI: 
    Author: 
    Author URI: 
    Description: Rosetta Theme Child
    Template: rosetta
    Version: 1.0
    License: GNU/GPL Version 2 or later. 
    License URI: http://www.gnu.org/licenses/gpl.html 
    Tags: 
    Text Domain: rosetta-child
*/
#fl-logo img {
  max-height: 60px;
}
.h2 {
    line-height: 1.5;
    font-family: var(--fl-headings-font);
    font-weight: var(--fl-headings-font-weight);
    word-wrap: break-word;
    word-break: break-word;
    color: var(--fl-headings-color);
}
.grecaptcha-badge { visibility: hidden; }

#fl-featured .post .letter {
  display: none;
}
.owl-dots .owl-dot span {
  display: none;
  visibility: hidden;
  opacity: 0 !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  opacity: .5;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.fl-more {
  display: block;
  width: 240px;
  max-width: 720px;
}
.fl-more {
  display: table;
  background-color: rgba(128,128,128,0.1);
  color: var(--fl-headings-color);
  padding: 16px 32px;
  margin: 0 auto 32px;
  font-size: .875rem;
  text-align: center;
  font-family: var(--fl-headings-font);
  font-weight: var(--fl-headings-font-weight);
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  transition: all 0.2s ease;
}
.fl-more:hover {
  background-color: var(--fl-accent-color);
  color: #ffffff;
  transform: scale(1.1);
}
.fl-letterbox .fl-post .letter {
  display: none;
  visibility: hidden;
  opacity: 0;
}