/*
Theme Name: Audio Music Pro
Theme URI: https://www.themagnifico.net/products/audio-wordpress-theme/
Author: Themagnifico
Author URI: https://www.themagnifico.net
Description: The Audio WordPress Theme also offers specialized features that enhance the audio experience. This includes advanced audio players with customizable skins, waveform displays, and playlist creation. These features not only provide an immersive listening experience but also allow content creators to curate engaging audio playlists for their visitors. Moreover, the Audio theme often incorporates podcast-specific functionalities, such as episode management, subscription options, and easy integration with podcast directories. This makes it an optimal choice for both established and aspiring podcasters looking to create a comprehensive podcasting platform. Furthermore, themes usually provide enhanced support, ensuring that users have access to prompt assistance for technical issues or guidance on optimizing their website’s potential. This level of support can be invaluable for content creators who want to focus on producing high-quality audio content without getting bogged down by technical challenges. The theme’s responsive design guarantees optimal performance across devices, from desktops to mobile phones, providing listeners with a consistent and enjoyable audio experience regardless of how they access the content.
Version: 0.0.1
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 5.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: audio-music-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Audio Music Pro WordPress Theme has been created by Themagnifico(Themagnifico.net), 2023.
Audio Music 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;
  opacity: 1;
}
.load :first-child{background:#1b1b1b;animation-delay:-1.5s}
.load :nth-child(2){background:#12aff5;animation-delay:-1s}
.load :nth-child(3){background:#1b1b1b;animation-delay:-0.5s}
.load :last-child{background:#12aff5}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}

body .header-wrap:not(.home) {
border-bottom: 1px solid #bababa;
}
.shop .woocommerce-breadcrumb {
display: none;
}
.shop #container{
margin: 40px 0;
}
.woocommerce .quantity .qty{
padding: 4px;
}
.woocommerce div.product form.cart .button{
background-color: #12aff5;
}
.woocommerce div.product form.cart .button:hover{
background-color: #000;
}
