/*
Theme Name:     Jamsessions_child
Description:    child theme
Author:         dawn
Template:       jamsession


*/
/* GLOBAL 
--------------------------------------*/
#logo, #menu_navigation {
  top: 0 !important;
}
.page #main_content {
  min-height: 100vh;
}
.center {
  text-align: center;
}
blockquote {
  color: #ededed;
  font-family: 'Open Sans', sans-serif;
}
blockquote p { 
  color: #ededed;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 30px;
}

/* HOME
-------------------------------------- */
.home #sidebar, .home .social_share, .home div.gigs-rss {
  display: none;
}
.home .wpb_wrapper {
  display: none;
}
.home #post_content {
  background: transparent;
  border: none;
  display: table;
  min-height: 100vh;
}
.home #main_content {
  height: 100vh;
}
.home #page_title {
  display: none; /*table-header-group*/
}
.home .gigs-calendar {
  display: none; /*block;*/
  padding-top: 36px;
}
/*.home .flip-to-bottom, .home #post_content #page_title + div {
  display: table-footer-group;
}*/
.home .inset-photo {
  margin-top: 5%;
  max-width: 265px; 
  position: relative;
}

.home .copy {
  bottom: -100vh;
  position: relative;
}

/* VIDEO
------------------------------------------------*/

.video-wrap {
  width: 37.5em;
  max-width: 100%;
}
.youtube-cont {
  position: relative;
  padding-top: 1.875em;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: .5em;
  padding-right: .5em;
  width: 95%;
  height: 95%;
}

/* MISC
-------------------------------------------------*/
.center {
  margin: 0 auto;
  text-align: center;
}
.right, .vc_col-sm-4.right{
  float: right;
}
.attribution {
  display: none;
}
#sidebar .social_share a {
  display: block;
  margin: 5px auto;
  max-width: 85px;
}
.page-id-23 #canvas_image, .postid-358 #canvas_image, .postid-357 #canvas_image, .postid-360 #canvas_image,
.postid-361 #canvas_image, .page-id-79 #canvas_image, .page-id-19 #canvas_image, .page-id-21 #canvas_image {
  /*background-image: none !important;*/
  opacity: .31;
}
.wraper {
  margin: 0 auto -116px; /*0 auto -68px*/
}
.copy, .wraper::after {
  height: 116px; /*68px*/
}
.wraper::after {
  content: "";
  display: block;
}
.copy {
  font-size: 19px;
  height: auto; /*68px;*/
  line-height: 26px;
  min-height: 116px;
  padding-top: 26px;
}
.booking-info {
  color: #710135;
  font-size: 13px;
  margin: 0 auto;
  padding: 10px 0;
}
.booking-info span {
  display: block;
}
.credits {
  font-size: 11px;
  line-height: 19px;
  margin: 0 auto;
  padding-top: 19px;
}

/* CONTACT
---------------------------------------------- */
.req {
  color: red;
}
body div.wpcf7-mail-sent-ok {
  background-color: rgba(53, 132, 19, .8);
}
body div.wpcf7-mail-sent-ng {
  background-color: rgba(255, 0, 0, .8);
}
/* MEDIA QUERIES
---------------------------------------------- */
@media screen and (max-width: 725px) {
  body #logo {
    font-size: 21px;
  }
  .home .inset-photo {
    margin-top: -4%;
    max-width: 205px;
  }
}
@media screen and (max-width: 550px) {
  body #logo {
    font-size: 17px;
  }
  .home .inset-photo {
    max-width: 185px;
  }
}
@media screen and (max-width: 480px) {
  #logo a {
    color: #ffffff;
    line-height: 29px !important;
    display: inherit;
    font-size: 17px;
  }
  .home #post_content .vc_col-sm-4 {
    max-width: 57%;
  }
  .home .vc_col-sm-4.right {
    float: none;
  }
  .copy {
    font-size: 16px;
    height: auto;
    line-height: 23px;
  }
}