/*!
 * Theme Name:  Twotone Child Theme
 * Theme URI:   https://audiotheme.com/view/twotone/
 * Description: Sample child theme for Twotone.
 * Version:     1.0.0
 * Author:      AudioTheme
 * Author URI:  https://audiotheme.com/
 * License:     GPL-2.0+
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Template:    twotone
 */

.record-tracklist .track {
    padding: 0.625em 1.25em;
}

.tracklist .track-progress,
.tracklist .track-seek-bar,
.tracklist .track-play-bar {
    height: 0.3125em;
}

.tracklist .track-progress {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.tracklist .track-seek-bar {
    width: 100%;
}

.tracklist .track-play-bar {
    background-color: #1f1f1f;
    width: 0;
}

.no-touch .tracklist .is-playing {
    padding-bottom: 0.9375em;
}

.no-touch .tracklist .is-playing:hover .track-seek-bar {
    background-color: rgba(0, 0, 0, 0.18);
}

.no-touch .tracklist .is-playing .track-current-time,
.no-touch .tracklist .is-playing .track-sep-duration {
    display: inline;
}

.no-touch .tracklist .is-playing .track-progress,
.no-touch .tracklist .is-playing:hover .track-progress {
    display: block;
}

.playall.pause {
    display: none;
}

.tracklist-area.is-playing .pause {
    display: inline-block;
}

.tracklist-area.is-playing .play {
    display: none;
}

.play-pause {
    text-align: center;
    margin-bottom: 2em;
    margin-top: -1.5em;
}

.play-pause a {
    /*background: #F5F5F5;
    border: 1px solid #979797;
    
    line-height: 1;
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;*/
	font-size: 24px;
    min-width: 200px;
}

.track-content-hidden {
    display: none !important;
}

.track-content {
    list-style-type: none;
    display: none;
}

.is-current + .track-content {
    display: block;
}

.is-current + .track-content .entry-content {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Responsive */
@media (min-width: 768px) {
	.site-footer-inside {
		margin-bottom: 1.875em;
		margin-top: 1.875em;
	}

	.credits {
		float: left;
		width: 100%;
	}
}


/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}



/* styles for card-style blog TEMPORARY */
.card-blog-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
	max-width: 1275px;
    margin: 0 auto;
}

.card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(31% - 20px);
    max-width: calc(31% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	min-width: 350px;
	margin: 0 auto;
}

.card-image img {
    width: 100%;
    height: auto;
}

.card-content {
    padding: 15px;
}

.entry-header {
    margin-bottom: 10px;
}

.entry-title {
    font-size: 1.25em;
    margin: 0 0 10px;
}

.entry-meta {
    font-size: 0.875em;
    color: #777;
    margin-bottom: 15px;
}

.entry-excerpt {
    font-size: 1em;
    margin-bottom: 15px;
}

.card-footer {
    padding: 15px;
    text-align: right;
}

.card-footer .read-more {
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

.card-footer .read-more:hover {
    text-decoration: underline;
}

@media(max-width: 767px) {
.card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(31% - 20px);
    max-width: calc(31% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	min-width: 100%;
	margin: 0 auto;
}
	.entry-content img {width:100%;}
}