/*!
Theme Name: WP-Academic
Theme URI: https://themeforest.net/item/academic-education-theme-for-wordpress/19257775
Author: Codeixer
Author URI: https://codeixer.com
Description: Academic- Education WordPress Theme is specially made for university & course related websites. It includes 15+ Pre-made Pages which are easily customizable.
Version: 2.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-academic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* 
* for edit the css open assets/ folder
*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.bypostauthor {
    display: block;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}