/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
.hide{
	display: none !important;
}
#top .avia-section{
	min-height: auto;
}

#top #header{
	border-bottom: 1px solid #BEBEBE;
	padding-bottom: 20px;
}
#header .avia_search_element{
	display: inline-block;
	width: 70%;
	float: right;
}
#header .avia_search_element .av_searchform_wrapper{
	border: 20px solid #ebebeb !important;
	margin-top: 5px;
}
#top #header .avia_search_element .av_searchsubmit_wrapper input#searchsubmit{
	top: -25px;
}
body>.av_searchform_element_results{
	z-index: 999;
}
#top #main{
	padding-top: 175px;
}
#top #main .avia_search_element{
	display: none;
}
#top .av-alb-blogposts article.post-entry{
	border: 1px solid #E2E2E2;
	margin-bottom: 16px;
	padding: 10px;
	min-height: 80px;
}
#top .av-alb-blogposts article.post-entry span.post-meta-infos{
	padding: 8px;
}
#top .av-alb-blogposts article.post-entry p{
	font-size: 13px;
	margin: 0;
}
#top .av-alb-blogposts article.post-entry .post_delimiter{
	display: none;
}
#top #footer-page.footer-page-content{
	border-top: 1px solid #BEBEBE;
	padding-top: 20px;
}

#top .av-submenu-container{
	border: 0;
}
#top .av-submenu-container .av-subnav-menu{
	background: #f2f2f2;
    padding: 20px;
}
#top #wrap_all .av-submenu-container .av-subnav-menu .av-menu-button-colored > a .avia-menu-text{
	background-color: #555;
    border-color: #555;
    color: #fff;
    padding: 12px 16px 10px;
    font-size: 13px;
    min-width: 90px;
    margin: 0 2px;
}

#top .songs-list-wrapper{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
#top .songs-list-wrapper .song-row{
	display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border: 1px solid #E2E2E2;
}
#top .songs-list-wrapper .song-thumb img{
	display: block;
	width: 55px;
	height: 55px;
	object-fit: cover;
	border: 1px solid #D8D8D8;
}
#top .songs-list-wrapper .song-details{
	flex: 1;
}
#top .songs-list-wrapper .song-details .song-title{
	margin-bottom: 2px;
}
#top .songs-list-wrapper .song-details .song-title a{
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	color: #8e0303;
	text-decoration: none;
}
#top .songs-list-wrapper .song-details .song-excerpt{
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: #535353;
}

/* Songs List Pagination Styling */
#top .songs-list-pagination {
    margin: 20px 50px 10px 0;
}
#top .songs-list-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 5px;
}
#top .songs-list-pagination li {
    display: inline-block;
    margin-left: 0;
}
#top .songs-list-pagination li a,
#top .songs-list-pagination li span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
    color: #969696;
    opacity: 0.9;
    transition: all 0.2s ease;
}
/* Active Page */
#top .songs-list-pagination li span.current {
    font-weight: 700;
    color: #000;
    opacity: 1;
}
/* Hover State */
#top .songs-list-pagination li a:hover {
    background: #969696;
    color: #ffffff;
    opacity: 1;
}
/* Disable arrows color & style */
#top .songs-list-pagination li a,
#top .songs-list-pagination li span {
    font-weight: 500;
}




