/*
Theme Name: Customizr
Theme URI: https://presscustomizr.com/customizr
Description: Customizr is a simple and fast WordPress theme designed to help you attract and engage more visitors. Provides a perfect user experience on smartphones. Powers more than 100K active sites around the world. Hundreds of 5-stars reviews received on WordPress.org.
Version: 4.4.24
Author: nikeo
Author URI: https://presscustomizr.com/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, buddypress, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-style
Text Domain: customizr
Domain Path: /inc/lang
Copyright: (c) 2013 - 2021 Nicolas GUILLAUME (nikeo), Nice, France
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 5.3
Tested up to: 6.0
*/


/**
Note for developers : If you write your CSS code below, it will be deleted on theme update.
If you want to make quick style test / changes, consider using the Custom CSS section in appearance > customize > advanced options > Custom CSS, it will be persisted on theme update.
To make important CSS customizations, you'll want to use a child theme and add your css code in the style.css file of it.
*//*
Theme Name: Author Buzz
Description: Author Buzz child theme of Customizr
Template: customizr
Version: 1.0.13
*/

.bbp-user-page .entry-header {
   display:none !important;
}

#content {
font-size:18px;
}


#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
font-size:16px;
}

/* Sidebar tweaks */

#blog-post-list {
   margin: 0;
}

#blog-post-list li div.activity-content{
   padding: 0 0 1em 0 !important;
}

/* post improvements */

/* article > section .entry-content */

.entry-content a {
   color:darkblue;
}

.internal-prompt, #subscribe-blog-blog_subscription-6 {
    padding:0.5em;
    background-color:#FFFFCC;   
    border-radius: 5px;
    border: #CCCCCC 2px solid; 
}

.headline {
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}

.jetpack-subscribe-count{
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}
.btn {
    display: block;
    min-width: 115px;
    height: 25px;

    padding: 10px;
    text-align: center;

    font-weight: bold;
    line-height: 25px;
    margin:auto;
}
#subscribe-blog-blog_subscription-6 button {
    display: block;
    min-width: 115px;
    margin:auto;
    text-align: center;
    padding: 10px;
}
.button-text {
    
}

/* 06/10/2023 profile updates */
.profile-grid {
  height:auto; 
  width:auto;
  white-space: normal;
  word-wrap: break-word;
}

.profile-grid-sizer, .profile-grid-item { height:auto; }
.profile-grid-item--width2 { height:auto; }
  
@media screen and (max-width: 799px) {
  /* 1 columns for small screens */
  .profile-grid-sizer, .profile-grid-item { width: auto; }
  .profile-grid-item--width2 { width: auto; }
  .profile-grid { width:auto; }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
  /* 3 columns by default */
  .profile-grid-sizer, .profile-grid-item { width: 33.333%; }
  .profile-grid-item--width2 { width: 66.666%; }
  .profile-grid { width:100%; }
}

@media screen and (min-width: 1201px) {
  /* 4 columns for larger screens */
  .profile-grid-sizer, .profile-grid-item { width: 25%; }
  .profile-grid-item--width2 { width: 50%; }
  .profile-grid { width:100%; }
}

.profile-block-inner {
    padding:1em;
    border:1px solid #666;
    margin:0.5em;
}

@view-transition {
  navigation: auto;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation: fade 0.3s ease both;
}

@keyframes fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}