/*
Theme Name: Catchy Labs Elementor Theme
Description: Plain theme for building sites with elementor
Author: Catchy Labs
Author URI: https://www.catchylabs.com/
Version: 1.0.0
Text Domain: cl-elementor
*/

/* Put all custom styles here
   ========================================================================== */

html, body {
   min-height:100%;
   position: relative;
} 

body {
   background-image: url("/wp-content/uploads/2024/03/73a829_2679e2c655a1497eaa75034904d54508.jpg");
   background-size: cover;
   background-attachment: fixed;
}

main .page-content {
	padding-top: 150px;
}

@media only screen and (max-width: 767px) {
	main .page-content {
	padding-top: 250px;
  }
}

/* dashed borders on Songlist page */
.songlist li:not(:last-child) {
    border-bottom: 1px dashed #353535;
}

.songlist-2 li:not(:last-child) {
    border-bottom: 1px dashed #353535;
}

@media only screen and (max-width: 1024px) {
    .songlist-2 li {
        border-bottom: 1px dashed #353535;
    }
	
	.songlist-2 li:last-child {
        padding-bottom: 10px;
    }
}

.slashes {
	text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
	color: #FFFF78; 
	font-size: 50px;
}

.sound4u {
	height:50px;
	content: url(/wp-content/uploads/2024/04/sound4u.webp);
	border-radius: 5px;
}

.youtube {
	height:50px;
	content: url(/wp-content/uploads/2024/04/youtube_icon.webp);
	border-radius: 5px;
}

.facebook {
	height:50px;
	content: url(/wp-content/uploads/2024/04/facebook_icon.webp);
	border-radius: 5px;
}