/* 
Theme Name: Old Friends
Description: Thema voor Oldfriends.nl
Author: Dot Circle
Author URI: https://www.dotcircle.nl
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

/* Algemeen */
.grecaptcha-badge { visibility: hidden !important; }

/* Menu */
.header-menu .contact-menu a.elementor-item { display: none; }

/* Repertoire tabel */
.repertoire table { width: 100%; border-collapse: collapse; background-color: #2e2e2e; color: #ffffff; font-family: 'Poppins', sans-serif; }
.repertoire table th, .repertoire table td { padding: 10px 15px; text-align: left; }
.repertoire table tr:nth-child(even) { background-color: #3e3e3e; }
.repertoire table tr:hover { background-color: #4e4e4e; }
.repertoire table tr { height: 40px; }

/* Mobiele aanpassingen */

/* Desktop: 1281px of hoger */
@media (min-width: 1281px) { }

/* Desktop en laptops: 1025px tot 1280px */
@media (min-width: 1025px) and (max-width: 1280px) { }

/* Tablet en Ipads in portret mode: 768px tot 1024px */
@media (min-width: 768px) and (max-width: 1024px) {  }

/* Tablets en Ipads in landscape mode: 768px tot 1024px */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) { }

/* Lage resolutie tablets en telefoons in landscape mode: 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) { }

/* De meeste telefoons: 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) { 
	.current_song_name.compact-song-name { font-size: 20px; }
}