/*
Theme Name: Travel Vlog Pro
Theme URI: https://www.seothemesexpert.com/products/travel-vlogger-website-template
Author: Seothemesexpert
Author URI: https://www.seothemesexpert.com/
Description: The Travel Vlogger Website Template is fully customizable, allowing you to add your own branding, change colors, and upload your own images. With this template, you can create a professional and engaging travel blog that will capture the attention of your audience and keep them coming back for more.The blog page has a clean and organized layout that showcases your posts in an attractive way. Each post has a featured image, a short description, and a read more button that takes the viewer to the full post. The template also includes an author bio section, allowing you to introduce yourself to your readers.
Version: 0.0.4
Requires at least: 5.0
Tested up to: 5.6.1
Requires PHP: 5.2.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: travel-vblog-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Travel Vlog Pro WordPress Theme has been created By Seothemesexpert(Seothemesexpert.com), 2024.
Travel Vlog Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */

.bypostauthor {
  font-weight: 600;
}
/*--------- Site Loader --------------*/

.preloader {
  background: #f4f9ff;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
}
.load{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100px;
  height:100px;
}
.load hr{
  border:0;
  margin:0;
  width:40%;
  height:40%;
  position:absolute;
  border-radius:50%;
  animation:spin 2s ease infinite;
}
.load :first-child{background:#25BDC1;animation-delay:-1.5s}
.load :nth-child(2){background:#FA7921;animation-delay:-1s}
.load :nth-child(3){background:#25BDC1;animation-delay:-0.5s}
.load :last-child{background:#FA7921}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}
