/*
Theme Name: Alpus
Theme URI: https://alpustheme.com/
Author: AlpusTheme
Author URI: https://alpustheme.com/about-us/
Description: Alpus is fast, fully customizable WordPress theme suitable for blog, personal portfolio, business and eCommerce Websites.
Version: 1.0.4
Requires at least: 5.3
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: e-commerce, one-column, two-columns, three-columns, four-columns, full-width-template, left-sidebar, right-sidebar, custom-menu, custom-background, custom-colors, custom-header, custom-logo, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready, threaded-comments
Text Domain: alpus

Alpus WordPress Theme, Copyright 2023 AlpusTheme
Alpus is distributed under the terms of the GNU General Public License v3

*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.screen-reader-text {
  display: block !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    font-size: 14px !important;
    font-weight: bold;
    height: auto;
    right: 5px;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: 160px;
    z-index: 100000;
}


.post-content a, .entry-content a, .widget_text a, .woocommerce-page .entry-summary a, .comment-text p a {
    text-decoration: underline;
}

.bypostauthor {
  display: block;
}

.gallery-caption,
.wp-caption-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px;
}

.aligncenter.wp-caption .wp-caption-text {
  padding-bottom: 20px;
}
.alignleft.wp-caption .wp-caption-text {
  padding-bottom: 10px;
}
.wp-block-group.has-background + .btn-readmore {
  display: block;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .blog.home.alpus-archive-post-layout
    .post-archive
    .post-wrap:first-child
    .post-details {
    padding-top: 10px;
  }
}
