/*
Theme Name: Travel Atlas
Theme URI: https://travelatlass.com/
Author: Antigravity
Author URI: https://travelatlass.com/
Description: A premium, ultra-lightweight, responsive, Adsense-ready and SEO-optimized WordPress theme designed for travel bloggers and adventurers.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travel-atlas
Tags: travel, blog, grid-layout, two-columns, custom-header, custom-menu, featured-images, translation-ready, accessibility-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool.
*/

/* WordPress default block alignments and essential editor styles */
.aligncenter {
    display: block;
    margin: 1.5em auto;
}
.alignleft {
    float: left;
    margin: 0.5em 1.5em 1.5em 0;
}
.alignright {
    float: right;
    margin: 0.5em 0 1.5em 1.5em;
}
.alignwide {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0ece3;
    max-width: 100%;
    padding: 5px;
    text-align: center;
}
.wp-caption img {
    margin: 0;
    max-width: 100%;
    height: auto;
}
.wp-caption-text {
    font-size: 0.85em;
    margin: 5px 0 0 0;
    color: #5c626a;
}
.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;
    width: 1px;
    word-wrap: normal !important;
}
