/*
Theme Name: SoundBoard
*/

@media only screen and (max-width: 767px) {
	header #menu-head ul li {
		color: white !important;
	}
}

ul.sub-menu {
	 display: none;
}
ul.sub-menu.active{
    display:flex !important;
}
@media only screen and (min-width: 768px) {
    ul.sub-menu {
		background: white;
    }
	
	ul.sub-menu li:hover {
        background:#81d8d0;
    }
}

.post-thumbnail img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.blog-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.blog-item a::before, .blog-item a::after {
    border: 1px solid #bfbfbf;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    transform-origin: center;
}

.blog-item a::before {
    transform: rotate(3deg);
    z-index: -1;
}

.blog-item a::after {
    transform: rotate(6deg);
    z-index: -2;
}

.sidebar-item img {
    width: 88px;
    height: 88px;
}

.back-top {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 25px;
}

.saboxplugin-wrap .saboxplugin-socials {
    background: transparent !important;
    border-top: none !important;
}

.saboxplugin-socials .saboxplugin-icon-grey {
    text-decoration: inherit;
    box-shadow: none;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin: 10px 5px;
    color: #444;
    fill: #444;
}

.saboxplugin-socials a svg {
    width: 18px;
    height: 18px;
}

.category-item img {
    height: 189px;
	max-height: 189px;
}

.category-filter .active {
    color: white;
    background-color: #0dcaf0;
}

.aligncenter {margin:auto; max-width:100%;}

.navigation .nav-links {
    display: flex;
    justify-content: center;
}
.navigation .nav-links ul {
    list-style: none;
    padding-left: 0;
    display: flex;
}
.navigation .nav-links ul li {
    margin: 0 0.25rem;
}
.navigation .nav-links ul li a.current, .navigation .nav-links ul li a:hover, .navigation .nav-links ul li span.current, .navigation .nav-links ul li span:hover {
    opacity: 1;
}
.navigation .nav-links ul li a, .navigation .nav-links ul li span {
    padding: 0.25rem 0.75rem;
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #187b93;
    text-decoration: none;
    color: #fff !important;
    border-radius: 10px;
    border: none;
}

.wp-caption-text {
	text-align: center;
    font-style: italic;
}

.country-flag a {
	margin: 0.25rem;
    display: block;
}

.country-flag img {width: 50px;}

.sound-item {
    width: 94px;
    word-wrap: break-word;
}
.play-button-background {
    width: 86px;
    height: 84px;
    margin-top: 3px;
    margin-left: 3px;
}
.play-button {
    width: 94px;
    height: 89px;
    background: url(/wp-content/themes/ss-sound-board/assets/images/button_sprites.png) no-repeat -5px -5px;
    -webkit-tap-highlight-color: transparent;
}
.play-button:active {
    background: url(/wp-content/themes/ss-sound-board/assets/images/button_sprites.png) no-repeat -109px -5px;
}
.play-button-shadow {
    width: 94px;
    height: 89px;
    background: url(/wp-content/themes/ss-sound-board/assets/images/button_shadow.png) no-repeat;
}
.sound-item-link {
    font-size: 14px;
    line-height: 1.4em;
    height: 2.8em;
    overflow: hidden;
}
.sound-wrapper {
    margin: 30px 0;
    gap: 30px 10px
}