/*
Theme Name: Acoustic Child
Theme URI: http://themeforest.net/item/acoustic-premium-music-wordpress-theme/3750782
Template: acoustic
Author: the CSSIgniterVIP team
Author URI: https://www.cssigniter.com/
Description: Music theme for WordPress
Tags: three-columns
Version: 3.3.1539120053
Updated: 2018-10-09 23:20:53

*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald:700&subset=latin-ext');

/* body { */
    /* background-color: #fc0; */
    /* font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    /* line-height: 21px; */
    /* color: #626262; */
/* } */

body {
    background-color: #fc0;
    font-family: 'Open Sans', sans-serif;
	/* font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    line-height: 21px;
    color: #626262;
}


h3.widget-title, .slide-title, .post-date .day, .post-date .year, .event-date .day, .event-date .year, .breadcrumb h3, .track-no, .event-date .time, .event-date .date {
    font-family: 'Oswald';
    font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
    color: #353535;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.footer-wrap {
    background-image: url(images/bg_footer.png);
}
.media-video {
    background-image: url(images/icon_video.png);
}
.media-photo {
    background-image: url(images/icon_photo.png);
}
.media-video .media-act {
    background-image: url(images/icon_play.png);
}
.media-photo .media-act {
    background-image: url(images/icon_zoom.png);
}
ol li ul, ol li ol {
    margin-left: 60px;
}
ul li ul, ul li ol {
    margin-left: 30px;
}
.track-listen, a.sm2_button {
    background-image: url(images/bg_speaker.png);
}
a.sm2_button {
    background-image: url(images/icon_playback.png);
}
button[disabled], input[disabled] {
    cursor: not-allowed;
}
.menu-trigger, .menu-trigger:focus {
    background-image: url(images/menu_trigger.png);
}
div.pp_woocommerce .pp_close {
    top: 9px !important;
    right: 7px !important;
}

#map { height:450px; } 


.listing .widget-content img {display:block;margin-left: auto;margin-right: auto;margin-bottom:10px;}


.parent {
    display: flex;
    align-items: center;
}

 .parent > div {
        flex: 1;
    }
	
	
	
.ytb::before {
    content: '\f16a';
    /* z-index: 5; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    /* padding: 3px 15px 3px 25px; */
    color: #E3000F;
    font-family: 'FontAwesome';
    font-size: 50px !important;
}

.footer-wrap {
    margin-top: 0px;
   
}

.obrazek {
	margin-top: 60px;
	background-color: #ffffff;
	
}


.breadcrumb h2 {
    background: #353535;
    color: #fff;
    margin: 0;
    font-size: 26px;
    line-height: 1;
    padding: 20px 0 17px 20px;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}


@media only screen and (max-width: 479px){
#map { height:300px; }
}

@media only screen and (max-width : 767px) { 

    .row.main { 
        display: flex; 
        flex-direction: column;
    } 
	
	.row.main  > .middle { 
        order: 1; 
    }

    .row.main  > .first { 
        order: 3; 
    } 

    .row.main  > .last { 
        order: 2; 
    } 
}