/*
Theme Name:     Herald Child
Theme URI:      http://mekshq.com
Description:    Child theme for the Herald theme
Author:         meks
Author URI:     http://mekshq.com
Template:       herald
Version:        0.1.0
*/

.site-title{
    font-size:7rem;
}

.site-description {
    text-transform: none;
    vertical-align: bottom;
    line-height: 13px;
}

.track{
    background: #2c83d4;
    color: #fff;
    display: block;
    font-family: 'Cabin',sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1;
    padding: 4px 0 0;
    margin-bottom: 1px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 1248px){
	.site-title{
    	font-size:4rem;
	}
}

@media (max-width: 767px){
	.container, .herald-boxed .container, .herald-boxed .herald-site-content, 
	.herald-boxed .herald-site-footer .container, 
	.herald-lay-a .col-mod, 
	.herald-site-content 
	{
	    max-width: 100%;
	    width: 100%;
	    clear: both;
	}
	.site-title img {
    	max-height: 40px;
	}
	
}


body .herald-entry-content .mejs-container.wp-audio-shortcode{
	height:30px !important;
	margin:0 !important;
}

div.mejs-container .mejs-controls{
	height: 30px !important;
}

body .mejs-container .mejs-controls .mejs-button{
	margin:0px !important;
}

div.mejs-container .mejs-controls .mejs-time{
	padding-top:9px !important;
}

div.mejs-controls div.mejs-time-rail{
	padding-top:5px !important;
}

body .mejs-controls a.mejs-horizontal-volume-slider{
	margin:0px !important;
}

.mejs-container{
    padding:0px;
    background: #2c83d4;
}
.entry-meta-author{
    display:none;
}

/*------------ PAGINA TESTI ------------*/

.ed-testi-img{
	float:left;
	margin-right:20px;
	margin-top:10px;
}
.ed-testi-img img{
	border: 1px solid #18303A;
}
.ed-testi-elenco{
	float:left;
	margin-top:10px;
}

/*--------------------------------------*/

.mejs-horizontal-volume-total{
	top:10px;
}
.mejs-horizontal-volume-current{
	top:10px;
	height:8px;
}