/*
Theme Name:   IonMag VDM
Theme URI:    http://wpion.com
Description:  Free Premium WordPress template, clean and easy to use.
Template: ionMag
Version:    1.5.1
Author:     L'aventurier Viking
Author URI:   http://laventurierviking.fr
License:
License URI:
Tags: black, white, one-column, two-columns, fixed-layout
Text Domain: ionMag-child
*/

.header-decale {
    text-align: center;
}

.header-decale img{
    display: inline-block; 
    margin-bottom: -80px;
}

/* Premium demo */
.tdc-row .block-title {
  text-align: center;
  float: none;
}

.tdc-row .block-title:after {
  right: 0;
  margin: auto;
  height: 2px;
  opacity: 0.7;
}
.tdc-row .entry-title:after {
  height: 2px;
  opacity: 0.4;
}
.tdc-row .td-related-title .td-cur-simple-item:after,
.tdc-row .td-comments-title-wrap h4:after,
.tdc-row .comment-reply-title:after,
.tdc-row .td-category-header .entry-title:after,
.tdc-row .td_block_author .td-author-name:after,
.tdc-row .td-author-header .entry-title:after,
.tdc-row .td-author-name:after {
  height: 2px !important;
}
.tdc-row .td-post-template-rd-13 .entry-title,
.tdc-row .td_module_rd_6 .entry-title,
.tdc-row .td_module_rd_12 .entry-title,
.tdc-row .td_module_rd_13 .entry-title,
.tdc-row .td_module_mx_rd_bl_3 .entry-title,
.tdc-row .td_module_mx_rd_bl_2 .entry-title {
  text-transform: uppercase;
}

.td_social_type .td_social_button a {
    padding: 1px 10px;
    border-width: 1px;
}

.td_block_image_box .td-custom-image a:before{
  opacity: 0.15;
}

.td-post-template-rd-9 .entry-category{
  display: none;  
}

/* bouton subscribe dans page vidéo*/
div[id^="___ytsubscribe_"]{
  padding: 10px !important;
  background-color: white !important;
  width: 200px !important;
  height: 70px !important;
  margin-bottom: 20px !important;
  border: solid thin #f2f2f2;
  border-style: solid !important;
  overflow: hidden;
}


/* module en page acceuil avec element plus gros (featured)*/
.td_block_rd_13 .td_block_inner .td_module_rd_13{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}

.td_block_rd_13 .td_block_inner .td_module_rd_13:nth-child(2){
  padding-left: 10px;
  padding-right: 10px; 
  padding-top: 0;
}

/* amélioration du bouton more */
.td_ajax_load_more{
  box-shadow: none;
  -webkit-box-shadow: none;
  border: solid thin #eaeaea;
  padding: 14px 15px 8px;
}

/* social counter footer */
.footer-top{
  text-align: center;
  margin-top: 60px;
}

.footer-top .block-title:after{
  display: none;
}

.td-footer-outer-wrapper{
  padding-top: 40px;
}

.footer-social-wrap:after{
  display: none;
}

.td-sub-footer-container a{
  color: white !important;
  text-decoration: underline;
}


.td_module_rd_7:hover .entry-title a{
  color: #969696 !important;
}

.td_social_info{
  display: none !important;
}

.td-sub-footer-copy{
  color: #000000 !important;
}
.td-sub-footer-copy a{
  color: #000000 !important;
}

@media (max-width: 767px) {
  .title-mobile .entry-title{
    line-height: inherit;
  }
  .title-mobile .td-custom-title .entry-title a{
   display: block;
  }
}