/*
Theme Name: Katiwed
Theme URI: https://katiwed.com
Description: A WordPress theme specially made for Katiwed Scholatships
Author: Katiwed
Author URI: https://katiwed.com
Version: 1.2
Requires PHP: 5.6
Tested up to: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: subttsearch
Tags: news, blog, entertainment, one-column, two-columns, grid-layout, block-styles, left-sidebar, right-sidebar, custom-header, flexible-header, custom-background, custom-menu, featured-images, full-width-template, post-formats, rtl-language-support, footer-widgets, translation-ready, theme-options, threaded-comments
------------------------------------
SubTTSearch WordPress Theme, Copyright 2023.
SubTTSearch is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# SubTT-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;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/