/*
Theme Name: TravelogueWP
Theme URI: http://traveloguewp.modeltheme.com/
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Travelogue is a unique and elegant WordPress theme with modern design. It works properly on all browsers and devices. Each page has a specific transition effect that gives this theme a unique feeling.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: traveloguewp
Tags: one-column, two-columns, right-sidebar, editor-style, featured-images, post-formats, responsive-layout
Update Release Date: 11-MAR-2019

*/

.wp-caption {text-align: center;}
.wp-caption-text {text-align: center;}
.sticky {text-align: center;}
.gallery-caption {text-align: center;}
.bypostauthor {text-align: center;}
img.alignright {
    float: right;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 8px;
}
.aligncenter {
    text-align: center;
}
img.alignleft {
    float: left;
    margin-bottom: 0;
    margin-right: 30px;
    margin-top: 8px;
}
.modeltheme-pagination .screen-reader-text {
    display: none;
}
.covid19{
    position: fixed;
    z-index: 3333;
    right: 0;
    top: 150px;
    width: 130px;
    height: 60px;
    text-align: center;
    background-color: white;
    padding: 13px;
    border-radius: 8px 0 0 8px;
}
.covid19 a{
    color: red;
    text-decoration: underline;
}