/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

/* YOUTUBE PLAYER */ 

.comment-respond  {display: none;}
.meta-comments  {display: none;}
.x-post-slider .featured-meta {display:none;}

.wpcf7
{
    background-color: #fff;
    color: #000;
    max-width: 600px; width: 100%;
}

span.wpcf7-list-item {
margin-left: 2em;
display: inline;
}


/* YOUTUBE PLAYER */ 

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
