/**
* Theme Name:   Customizr Child
* Theme URI:    http://learntangomusic.jpdupere.com/customizrchild/
* Description:  Customizr Child Theme
* Author:       JP Dupéré
* Author URI:   http://learntangomusic.jpdupere.com
* Template:     customizr
* Version:      1.0.0
* License:      GNU General Public License v2 or later
* License URI:  http://www.gnu.org/licenses/gpl-2.0.html
* Tags:         
* Text Domain:  customizrchild
*/

/*
* -------------------------
* Masquer certains éléments
* -------------------------
*/

.entry-header{
  display:none;
}

.entry-meta{
  display:none;
}

a.site-logo img{
  padding-left:10px;
}

/*
* ---------------------
* Login form
* ---------------------
*/

#mepr_loginform{
  width:300px;
  margin:0 auto;
  border: 1px solid #aaa;
  border-bottom-style:none;
  background: #eee;
  padding: 20px 20px 0 20px;
}
#mepr_loginform input#wp-submit{
}

#mepr_loginform p.submit{
  margin:0;
}

p.mepr-login-actions{
  width:300px;
  margin:0 auto;
  padding: 20px;
  background: #eee;
  border-top-style:none;
  border: 1px solid #aaa;
  border-top-style:none;
}
/*
body.page-id-160 div#main-wrapper{
  background: #394143;
  padding:40px 79px 60px 79px;
  margin:0px;
}
*/

/*
div#main-wrapper{
  background: #394143;
  margin:0px;
  padding:0px;
  width:100%;
}
div#main-wrapper div.container{
  margin:0 auto;
}
*/
body.page-id-160 hr.featurette-divider.__before_content{
  display:none;
}
body.page-id-160 header.entry-header{
  display:inherit;
  width:300px;
  margin:0 auto;
  padding:0px;
}

body.page-id-160 header.entry-header h1.entry-title{
  font-size:24px;
  font-weight:500;
  line-height:24px;
}

/*
* ----------------------
* LTM
* ----------------------
*/

/*
div#ltm-members-container{
  background:#fafafa;
  width:950px;
  margin:20px auto;
  padding:20px;
}
*/

.ltm-item-wrapper{
  width:700px;
  height: 93px;
  padding:3px;
  margin:3px auto;
  border-bottom:1px dashed #bbb;
}

.ltm-item-descr{
  float:left;
  width:500px;
  margin:5px 10px 10px 0;
}

.ltm-item-descr p{
  font-size:20px;
  line-height:78px;
  font-weight:500;
  vertical-align:middle;
}

.ltm-item-thumb{
  float:left;
  margin:5px 10px 10px 0;
  padding:1px;
  border: 1px solid #bbb;
}

a.ltm-button{
  font-size: 24px;
  background-size: 64px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 64px;
  padding: 10px 10px 10px 84px;
  line-height: 64px;
  border-radius: 7px;
  background-position: 10px 10px;
}

a.ltm-button--download{ background-image: url(http://learntangomusic.com/wp-content/uploads/2015/04/1430271279_download.png); }

a.ltm-button--dashboard{ background-image: url(http://learntangomusic.com/wp-content/uploads/2015/04/1430271376_student.png); }

a:hover.ltm-button{
  background-color:#d9d9d9;
  text-decoration:none;
}

a:visited.ltm-button{
  text-decoration:none;
}