/*
Theme Name: OTT Vlogger Pro
Theme URI: https://www.omegathemes.com/wordpress/ott-wordpress-theme/
Author: Omegathemes
Author URI: https://www.omegathemes.com/
Description: The OTT WordPress Theme is an advanced and versatile website template meticulously designed for video content creators, streaming platforms, and media professionals. This theme caters to a wide array of uses, including lifestyle vlogs, travel adventures, tech reviews, educational content, and more. It’s ideal for those who are launching a personal vlog, managing a professional streaming service, or creating a multimedia-rich website. This premium theme stands out with its exceptional quality and sophisticated design, offering numerous benefits over free alternatives. The theme features a modern, elegant aesthetic characterized by clean lines and a minimalist approach that ensures your content remains the focal point. The layout is responsive and retina-ready, meaning that your site will look stunning and function smoothly across all devices, from large desktop screens to smaller mobile phones. This responsiveness not only enhances the user experience but also helps maintain high engagement rates and keeps visitors coming back for more.
Version: 0.0.1
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: ott-vlogger-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

OTT Vlogger Pro WordPress Theme has been created by Omegathemes(marcatuswp.com), 2018.
OTT Vlogger Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

:root{
  --font-ibm-plex: 'IBM Plex Sans', sans-serif;
}
.bypostauthor {
  font-weight: 600;
}
.contact-box {
    padding-bottom: 40px;
}
html {
    overflow-x: hidden;
}
/*--------- Site Loader --------------*/
.preloader {
  background: #000;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 9999999;
  justify-content: center;
  align-items: center;
}
@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    transform: translate3d(0, -16px, 0);
  }
}
.bouncing-loader {
  display: flex;
  justify-content: center;
  justify-content: center;
  align-items: center;
}
.bouncing-loader > div {
  width: 16px;
  height: 16px;
  margin: 3rem 0.2rem;
  background: #e20615;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
}

/* new CSS */
.video-sl {
  position: relative;
}
.slider-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
span.vid-icn i {
  font-size: 35px;
}


.col-lg-4.col-4.video-sl span.vid-icn i {
  font-size: 28px;
}


.post-category-box-item.video-sl .slider-video-btn{
  display: none;
}
.post-category-box-item.video-sl.active .slider-video-btn{
  display: block;
  top: 45%;
}

.recent-post-box.position-relative.video-sl span.vid-icn i {
  font-size: 50px;
}


.col-lg-4.col-sm-3.video-sl .slider-video-btn {
  left: 45%;
}
.col-lg-4.col-sm-3.video-sl span.vid-icn i {
  font-size: 25px;
}


@media only screen and (max-width: 600px) {
    .post-category-box-item.video-sl .slider-video-btn{
      display: block;
      top: 35%;
    }
}
.trending-post-box.position-relative.video-sl span.vid-icn i {
  font-size: 50px;
}
