/*
Theme Name:     Newspaper 7 Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        7.0c
*/


/*  ----------------------------------------------------------------------------
This file will load automatically when the child theme is active. You can use it
for custom CSS.
*/

/*  -------
GENERAL
*/
/*body * {
font-family: 'Poppins', sans-serif !important;
}*/

/*  -------
HEADER
*/

.td-header-menu-wrap-full,
.td-header-menu-wrap.td-affix {
  background: #db65f8; /* Old browsers */
  background: -moz-linear-gradient(left,  #db65f8 0%, #6765f8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #db65f8 0%,#6765f8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #db65f8 0%,#6765f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db65f8', endColorstr='#6765f8',GradientType=1 ); /* IE6-9 */
}

@media (max-width: 767px) {
  body .td-header-wrap .td-header-main-menu {
    background: #db65f8; /* Old browsers */
    background: -moz-linear-gradient(left,  #db65f8 0%, #6765f8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #db65f8 0%,#6765f8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #db65f8 0%,#6765f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db65f8', endColorstr='#6765f8',GradientType=1 ); /* IE6-9 */
  }
}



.td-header-menu-wrap-full:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 101%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

ul.sf-menu > .td-menu-item > a {
  font-weight: 300;
  text-transform: none;
  font-size: 16px;
  transition: color 240ms ease-out;
}

ul.sf-menu > .td-menu-item > a:hover,
.td-what .td-header-style-6 .black-menu .sf-menu > .current-menu-item > a,
.td-what .td-header-style-6 .black-menu .sf-menu > .sfHover > a {
  color: white;
}

ul.sf-menu > .td-menu-item > a:before {
  content: '';
  opacity: 0;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  transition: opacity 240ms ease-out;
}

.td-what .td-header-style-6 .black-menu .sf-menu > .current-menu-item > a:before,
ul.sf-menu > .td-menu-item > a:hover:before {
  opacity: 1;
}

.td-header-main-menu {
  padding-right: 64px;
}

@media (max-width: 767px) {
  .td-header-main-menu {
    padding-right: 54px;
  }
}

body .td-menu-background:before,
body .td-search-background:before {
  background: #db65f8;
}

#td-top-mobile-toggle i {
  line-height: 60px;
}

body .td-mobile-content .current-menu-item > a {
  color: white;
  position: relative;
  padding-left: 24px;
}

body .td-mobile-content .current-menu-item > a:after {
  content: '';
  opacity: 1;
  height: calc(100% - 10px);
  width: 2px;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: white;
}

#td-outer-wrap .td_module_wrap .entry-title a {
  transition: color 240ms ease-out;
}

#td-outer-wrap .td_module_wrap:hover .entry-title a {
  color: #db65f8;
}

#td-outer-wrap .td_module_mega_menu:hover .item-details h3 a {
  color: #db65f8;
}

.td-next-prev-wrap .ajax-page-disabled {
  display: none;
}

#td-outer-wrap .td-next-prev-wrap a {
  background-color: #db65f8;
  color: white;
  transition: all 240ms ease-out;
  border: 0;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  line-height: 26px;
}

#td-outer-wrap .td-next-prev-wrap a:hover {
  background-color: #232323;
}

/*  -----------
SEARCH BAR
*/

#td-outer-wrap #td-top-search {
  top: 0;
  margin-top: 0;
  height: 100%;
  background-color: #6b5df3;
  border-left: 1px solid #7975f9;
  border-right: 1px solid #7975f9;
  min-width: 64px;
}

#td-top-search .header-search-wrap,
#td-top-search .dropdown.header-search,
#td-top-search #td-header-search-button,
#td-top-search #td-header-search-button i {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  #td-outer-wrap #td-top-search,
  #td-top-search .header-search-wrap,
  #td-top-search .dropdown.header-search,
  #td-top-search #td-header-search-button,
  #td-top-search #td-header-search-button i {
    min-width: 54px;
    height: 54px;
  }
}

#td-top-search .td-icon-search:before {
  content: '';
  background-image:url('images/search-icon.svg');
  background-size: 19px 19px;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  transition: transform 240ms ease-out;
}

#td-top-search .td-icon-search:hover:before {
  transform: scale3d(1.2,1.2,1.2);
}

#td-outer-wrap .header-search-wrap .td-drop-down-search:before {
  border-color: transparent transparent #b859cf transparent;
}

#td-outer-wrap .header-search-wrap .td-drop-down-search:after {
  background-color: #db65f8;
}

/*  -----
MAIN
*/

#td-outer-wrap .td-big-grid-post.td-big-thumb .td-big-grid-meta,
#td-outer-wrap .td-grid-style-1 .td-big-thumb .entry-title {
  font-size: 36px;
  line-height: 36px;
}

@media (max-width: 767px) {
  #td-outer-wrap .td-big-grid-post.td-big-thumb .td-big-grid-meta h3,
  #td-outer-wrap .td_module_18 h3.td-module-title {
    font-size: 22px;
    line-height: 24px;
  }
}

#td-outer-wrap .td-trending-now-title {
  background-color: #db65f8;
  font-size: 14px;
  font-weight: 700;
  padding-left: 7px;
  padding-right: 7px;
}

#td-outer-wrap .td_module_wrap .td-post-category, .td-module-image .td-post-category {
  font-weight: 500;
}


#td-outer-wrap .td_module_wrap .td-post-category, .td-module-image .td-post-category,
#td-outer-wrap .td-category a {
  background-color: #db65f8;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 5px;
  margin-bottom: 10px;
  transition: all 240ms ease;
}

#td-outer-wrap .td-category a:hover {
  background-color: #232323;
  opacity: 1;
}

.td-ss-main-content .block-title {
  display: none;
}

#td-outer-wrap .block-title span {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.td-what .td_module_8:after {
  content: '';
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAG0lEQVQIW2PctGnTfwYGBgY/Pz9GEA0DjLgkAAncCAMUh/PMAAAAAElFTkSuQmCC');
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  height: 2px;
}

.td-what .td-block-span12:last-child .td_module_8:after {
  display: none;
}

.td-what .td_module_8 a {
  font-weight: 400;
}

#td-outer-wrap .td-ss-main-content .td-excerpt {
  font-size: 16px;
}



.td-category-siblings .td-category {
  overflow: visible;
}

.td-category-header .td-pulldown-filter-display-option {
  background-color: #db65f8;
}

.td-category-header .td-pulldown-filter-list {
  background-color: #db65f8;
  border-top: 1px solid #db65f8;
}

.td-category-header .td-pulldown-filter-list a:hover {
  color: white;
}

.td-post-sub-title {
  font-size: 16px;
  color: #cccccc;
  padding-top: 10px;
  padding-bottom: 5px;
}

header .td-module-meta-info {
  display: none;
}

.td-post-sharing a {
  transition: opacity 240ms ease;
}

.post .td-post-next-prev-content a {
  transition: color 240ms ease;
}

.post .td-post-next-prev-content a:hover {
  color: #b85acf;
}

.td-search-query {
  color: #db65f8;
  font-weight: 700;
}

/*  -------
FOOTER
*/

#td-outer-wrap .td-footer-wrapper {
  background-image:url('images/footer.jpg');
  background-position: center top;
  background-size: cover;
  padding-top: 90px;
}

#td-outer-wrap .td-sub-footer-container {
  background-color: #b85acf;
}

.td-sub-footer-container .td-sub-footer-copy {
  margin-top: 10px;
  margin-bottom: 4px;
}

.td-sub-footer-container .td-subfooter-menu {
  margin-top: 8px;
  margin-bottom: 4px;
}

.td-sub-footer-container .td-subfooter-menu a {
  transition: color 240ms ease-out;
}

#td-outer-wrap .footer-text-wrap .footer-email-wrap a {
  color: #db65f8;
  transition: color 240ms ease-out;
}

#td-outer-wrap .footer-text-wrap .footer-email-wrap a:hover {
  color: white;
}

.td-footer-wrapper .td-social-icon-wrap a,
.td-footer-wrapper .td-social-icon-wrap a i  {
  transition: transform 240ms ease-out;
}

.td-footer-wrapper .td-social-icon-wrap:hover a,
.td-footer-wrapper .td-social-icon-wrap:hover a i {
  color: white;
  transform: scale3d(1.1,1.1,1.1);
}

.td-footer-wrapper .td-social-style-2 .td-icon-font {
  background-color: #b85acf;
  border-radius: 3px;
  width: 38px;
  height: 38px;
}

.td-footer-wrapper .widget_categories li {
  padding-left: 5px;
  padding-right: 5px;
  transition: all 240ms ease-out;
  margin-bottom: 10px;
}

.td-footer-wrapper .widget_categories li a {
  font-weight: 300;
  font-size: 14px;
}

.td-footer-wrapper .widget_categories li:hover {
  background-color: #b85acf;
}

.td-footer-wrapper .widget_categories li:hover a,
.td-footer-wrapper .widget_categories li:hover span {
  color: white;
  font-weight: 700;
}

.td-footer-wrapper .td-block-span12 .td_module_6 {
  padding-bottom: 0;
}

.td-footer-wrapper .td-block-span12+.td-block-span12 .td_module_6 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.td-footer-wrapper .td-block-span12+.td-block-span12 .td_module_6 .td-module-thumb {
  top: 13px;
}

.td-footer-wrapper .td-block-span12+.td-block-span12 .td_module_6.td_module_wrap.td-animation-stack:after {
  content: '';
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAABCAYAAAASC7TOAAAAGElEQVQIW2P8////fwYGBgZGRkZGEI0MAGoaBAJ+F1hYAAAAAElFTkSuQmCC');
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0;
}

/*  -----------
PAGINATION
*/

.page-nav {
  border-top: 1px solid #dcdcdc;
  padding-top: 30px;
  text-align: center;
  position: relative;
}

#td-outer-wrap .page-nav .current {
  background-color: white;
  color: #db65f8;
  font-weight: 700;
}

#td-outer-wrap .page-nav .current:after {
  opacity: 1;
}

.page-nav .pages {
  display: none;
}

.page-nav a, .page-nav span {
  float: none;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 0;
  position: relative;
  font-size: 18px;
  color: #232323;
  line-height: 36px;
  transition: all 240ms ease-out;
}

#td-outer-wrap .page-nav a:hover {
  background-color: white;
  color: #db65f8;
  font-weight: 700
}

#td-outer-wrap .page-nav a:hover:after {
  opacity: 1;
}

.page-nav a:after, .page-nav span:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  top: 0px;
  left: 0;
  width: 100%;
  border-radius: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 240ms ease-out;
}

.page-nav .td-icon-menu-left:before {
  font-family: 'FontAwesome';
  content: "\f053";
}

.page-nav .td-icon-menu-right,
.page-nav .td-icon-menu-left {
  font-size: 18px;
  color: #db65f8;
}

.page-nav .td-icon-menu-right:before {
  font-family: 'FontAwesome';
  content: "\f054";
}

.td-post-content p {
  font-weight: 300;
}

.td-post-content iframe{
  margin: 0 auto 30px;
  display: block;
}

/*  ----------
BREADCRUMB
*/

.td-crumb-container {
  padding-top: 25px;
  margin-bottom: 20px;
}

.entry-crumbs a,
.entry-crumbs .td-bred-no-url-last {
  font-weight: 300;
  color: #cccccc;
  transition: all 240ms ease;
}

.entry-crumbs a:hover {
  color: #db65f8;
}

/*  ----------
SCROLL UP
*/

body .td-scroll-up {
  width: 46px;
  height: 46px;
  background-color: #b658cd;
  border-radius: 100%;
  text-align: center;
  bottom: 10px;
  right: 36px;
}

body .td-scroll-up:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: -1;
  top: 0px;
  left: 0;
  width: 100%;
  height: 101%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

body .td-scroll-up .td-icon-menu-up {
  top: 10px;
  display: inline-block;
}

/*  ------
FORMS
*/

input[type=submit] {
  background-color: #db65f8;
}

body .header-search-wrap .td-drop-down-search .btn:hover, input[type=submit]:hover,
input[type=submit]:hover,
.td-search-form-widget .wpb_button:hover {
  background-color: #232323;
}

/*  --------
SOCIALS
*/

body .td-social-boxed .td_social_type {
  width: 100%;
}

body .td-social-boxed .td_social_type .td-social-box {
  transition: all 240ms ease;
}

.td-g-rec-id-sidebar {
  text-align: left;
}



/*  --------
MODAL
*/

.modal--small {
   // display: block !important;
}

body[has-modal=true] {
  position: fixed;
  width: 100%;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  visibility: visible;
  opacity: 1;
  transition: all 240ms ease-out;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3);
  transform: translate3d(0, 0, 0);
  padding-right: 40px;
  padding-left: 40px;
}

@media (min-width: 768px) {
  .modal {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.modal.is-hidden {
  display: none;
}

.modal__body {
  position: relative;
  max-width: 740px;
  margin: 100px auto 0;
  padding: 0;
  background-color: white;
  background-size: 100%;
}

@media (min-width: 768px) {
  .modal__body {
    margin: 360px auto 10px;
    max-width: 600px;
    background-size: cover;
  }
}

@media (min-width: 1024px) {
  .modal__body {
    margin: 210px auto 10px;
    max-width: 740px;
  }
}

.modal__body:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 480ms ease;
}

.modal__body i.modal__close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 10;
  cursor: pointer;
  background: white;
  border-radius: 100%;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #db65f8;
  font-size: 11px;
  font-style: normal;
}

.modal__body i.modal__close:before {
  content: 'X';
  font-weight: bold;
  color: white;
  display: block;
  transition: all 480ms ease;
  transform-origin: center center;
  font-size: 1.2em;
}

.modal__body i.modal__close:hover:after {
  opacity: 0.5;
}

.modal__body i.modal__close:after {
  position: absolute;
  border-radius: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 480ms ease;
}

.modal__gutter {
  padding: 0px;
  overflow: hidden;
  position: relative;
}

.modal__content {
  width: 100%;
  margin-top: 160px;
  background-color: white;
  position: relative;
}

.modal__content:before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.modal__title {
  font-size: 22px;
  margin-bottom : 1rem;
  text-align: center;
  font-weight: 500;
}

.modal__desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}

.modal__content .fb_iframe_widget {
  display: block;
  margin-bottom: 1rem;
}

.modal__content .fb_iframe_widget span {
  display: block;
  margin: auto;
}

/* Modal Small */
.modal--small {
  /* Need backend developpement */
  display: none;
}

.modal--small .modal__body {
  max-width: 530px;
}

.modal--small  .modal__body i.modal__close {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.modal--small .modal__content {
  margin-top: 0;
}

.modal--small .modal__gutter {
  padding: 25px 15px;
}

.modal--small .modal__content:before {
  content: none;
}

.modal--small .modal__actions {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 290px;
}

@media (min-width:768px) {

  .modal__title {
    font-size: 30px;
  }

  .modal--small .modal__gutter {
    padding: 40px 30px;
  }

  .modal--small .modal__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 300px;
  }
}



.modal--small .modal__actions .td-social-facebook {
  max-width: 230px;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
}


.modal__content .td-social-facebook .td-social-but-text {
  font-size: .9rem;
}



/* Modifier - Safe position for modal
========================================================================== */

.modal--safe-pos .modal__content {
  margin-top: 85px;
}

.modal--safe-pos .modal__body {
  margin: 200px auto 0;
  max-width: 320px;
}

@media (min-width: 768px) {
  .modal--safe-pos .modal__body {
    margin: 194px auto 10px;
    max-width: 320px;
  }
  .modal--safe-pos .modal__content {
    margin-top: 160px;
  }
}

@media (min-width: 1024px) {
  .modal--safe-pos .modal__body {
    margin: 110px auto 10px;
    max-width: 320px;
  }
}



/* 2017 */


.td_smart_list_1 {
  overflow: visible;
  margin-top: 0;
}



.post header .entry-title {
  font-size: 1.9rem;
  line-height: 1.2;
}

.td-controls {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;

  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .td-controls {
    flex-direction: row;
  }

  .td-controls > a,
  .td-controls > span {
    margin-left: 0;
    margin-right: 0;
  }

}

.td-controls iframe {
  position: absolute;
  top: -25px;
  left: calc(50% + 16px);
  margin-bottom: 0;
  transform: translateX(-50%);
}




@media screen and (min-width: 768px) {
  .td-controls iframe {
    position: relative;
    display: block;
    top: 11px;
    left: 16px;
    transform: none;
  }

  .td-controls {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}



.td-controls > a,
.td-controls > span,
.td-controls > a.td-right-smart-list,
.td-controls > a.td-left-smart-list,
.td-controls > span.td-right-smart-list,
.td-controls > span.td-left-smart-list  {
  border-radius: 4px;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  width: auto;
  transition: all 240ms ease-in-out;
  height: auto;
  background-color: #E40E0E;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;;
  padding-right: 2rem;;
  line-height: 1;
  width: 100%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.td-controls > a:last-child {
  margin-right: 0;
}

.td-controls > a [class*="td-icon"] {
  font-size: 20px;
}


.td-controls > a:hover {
  color: #ffffff;
  background-color: #B80606;
}


@media screen and (min-width: 768px) {
  .td-controls > a {

    background-color: #E40E0E;
    color: white;
    border: 1px solid #E40E0E;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*height: 40px;*/
    /*width: auto;*/
    font-weight: normal;
    font-size: 16px;
    font-weight: bold;
  }

  .td-controls > a [class*="td-icon"] {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .td-controls > a {
    /*padding-left: 3.5rem;
    padding-right: 3.5rem;*/

  }
}

.td-post-content {
  margin-top: 1rem;
  padding-bottom: 0;
}

#td-outer-wrap .td_module_wrap .td-post-category,
.td-module-image .td-post-category, #td-outer-wrap .td-category a {
  /*margin-bottom: 0;*/
}

.td-crumb-container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
  min-height: auto;
}
@media screen and (min-width: 768px) {
  [layout-type="smart-list"] .td-post-template-default .td-main-sidebar {
    margin-top: -3rem;
  }

  [layout-type="smart-list"] .td-g-rec-id-sidebar .adsbygoogle {
    margin-bottom: 1rem;
  }
}


.td-crumb-container .entry-crumbs {
  padding: 0;
}

[layout-type="smart-list"] .pub__wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 10px;
}


@media screen and (min-width: 1018px) {


  .td-pb-row {
    position: relative;
  }

  .td-pb-row [class*="td-pb-span"] {
    position: static;
  }

  .td-main-sidebar .td-ss-main-sidebar.is-fixed {
    background-color: #ffffff;
    max-width: 325px;
    position: fixed;
    z-index: 10;
    top: 4rem;
  }

  .td-main-sidebar .td-ss-main-sidebar.is-bottom-sticky {
    position: absolute;
    z-index: 10;
    top: auto;
    bottom: 0;
  }

  .td-footer-wrapper .widget_categories li {
    margin-bottom: 0;
  }

}

[class^="td_module_11"] .entry-title.td-module-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

[class^="td_module_6"] .entry-title.td-module-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.td-social-pinterest {
  background-color: #bd081c;
  width: 100%;
  margin-right: 0;
  font-size: 20px;
  padding: 20px;
}

.td-social-facebook .td-icon-facebook,
.td-social-pinterest .td-icon-pinterest  {
  font-size: 1.5rem;
}

.td-social-pinterest .td-social-but-text {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}


.td-social-facebook .td-social-but-text,
.td-social-pinterest .td-social-but-text  {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9rem;
}

.td-social-facebook,
.td-social-pinterest {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Hide share btn from fb. */
.FacebookAds .td-social-facebook {
  display: none !important;
}

.td-social-sharing-buttons:hover {
  opacity: 1;
}

@media screen and (min-width: 640px) {
  .td-social-facebook .td-social-but-text,
  .td-social-pinterest .td-social-but-text{
    font-size: 1.25rem;
  }
}

.modal__content .td-social-facebook {
  transition: all 175ms ease-in-out;
  /*animation: bounce 1600ms ease infinite;*/
}

@media screen and (min-width: 768px) {
  .td-post-sharing-top .td-default-sharing {
    transition: all 175ms ease-in-out;
    /*animation: bounce 1600ms ease infinite;*/
  }

  .td-social-facebook {
    margin-top: .2rem;
    margin-bottom: .2rem;
  }
}
/* Tablet portrait, on clear la colonne de droite */
@media (max-width: 1018px){
  .single-post .td-pb-row .td-pb-span8,
  .single-post .td-pb-row .td-pb-span4 {
    float: none;
    width: 100%;
  }
}

@keyframes bounce{
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-5px);}
  60% {transform: translateY(-3px);}
}

.pub__wrapper_after:after {
  content: "advertisements";
  display: block;
  color: lightgrey;
  margin-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  width: 100%;
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,Utkal,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  font-size: .7333333333rem;
  line-height: 1;
}

.pub__wrapper_before:before {
  content: "advertisements";
  display: block;
  color: lightgrey;
  margin-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  width: 100%;
  font-family: Roboto,Helvetica Neue,Helvetica,Arial,Utkal,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  font-size: .7333333333rem;
  line-height: 1;
}


.pub__wrapper--double {
  display:flex;
  align-items: center;
}
.pub__wrapper--double .pub__wrapper_before {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
/*  Share buttons wrapper */

.share-container {
	display: flex;
	flex-direction: column;
}

.share-container .td-social-but-text {
  font-size: 1rem !important;
}

.share-container .td-social-pinterest {
  display: flex !important;
  cursor: pointer;
  padding: 20px;
  font-family: 'Open Sans', arial, sans-serif;
}

.share-container .td-social-pinterest .td-social-but-text {
  line-height:  21px !important;
}

.share-container .td-social-sharing-buttons {
  border-radius: 2px !important;
}

.share-container .td-social-pinterest .td-icon-pinterest {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
    .share-container,
    .share-container .td-social-pinterest {
        display:none !important;
    }
}

@media (min-width: 768px) {
	.share-container {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.share-container > * {
		flex: 1 0 50%;
    max-width: 50%;
  }

  .share-container .share-container__item {
    padding-right: 1rem;
  }


  .share-container .td-social-sharing-buttons {
		margin-bottom: 1rem !important;
		margin-top: 0 !important;
  }

  .share-container .td-post-sharing {
    margin-bottom: 0 !important;
  }

}

/****************************/
/* SMARTLIST 4 */

.td_smart_list_4 .td-slide-smart-list-figure {float: none; margin-left: 0; width: auto;}
.td_smart_list_4 .td-sml-current-item-title {font-size: 24px; margin-bottom: 1em; padding-left: 0; text-align: center;}
.tilty-smartlist-4 .post header .entry-title {font-size: 35px; margin-bottom: .6em;}
.tilty-smartlist-4 .td-post-sub-title,
.tilty-smartlist-4 .td-social-sharing-buttons {margin-bottom: 1.5em;}
.tilty-smartlist-4 .td-post-sub-title {margin-top: 0; padding: 0;}
.tilty-smartlist-4 .td-post-content p,
.tilty-smartlist-4 .td-post-sub-title {color: inherit; font-size: 20px; font-style: normal; line-height: 1.7;}

/* END OF SMARTLIST 4 */
/***********************************/


/****************************/
/* START BUTTON */

.start-button-intro {font-size: 20px; line-height: 1.7; margin-bottom: .5em}
.start-button-intro small {font-size: 75%;}
.btn-nav {display: flex; justify-content: center;}
.btn-nav--centered a span:first-child {text-overflow: ellipsis; white-space: nowrap; width: 100%; overflow: hidden;}
.btn-nav--simple {margin: 0 auto 24px; max-width: 100%;}
.btn-nav--simple .btn {
    background-color: #e0212f;
    border-width: 0;
    color: #fff;
    cursor: pointer; display: inline-flex; flex-basis: 100%; justify-content: space-between;
    font-size: 24px;
    padding: .9375em 1.875em;
    position: relative;
    text-decoration: none;
    transition: background-color .3s;
    vertical-align: middle;
    /*height: 5em;*/
    overflow: hidden;
}
.btn-nav--simple .btn:hover {background-color: #cb1c29;}
.btn-nav--simple .arrow-right {width: 30px; height: 30px;}
.btn-nav--simple .arrow-right path {fill: #fff;}
.btn__thumbnail {background-position: 50%; background-size: cover; flex-shrink: 0; width: 3.375em;}
@media (min-width: 768px) {.btn__thumbnail {width: 5em;}}

/* END OF START BUTTON */
/***********************************/


/****************************/
/* HELPERS */

.ratio--1-1:before{content: ''; display: block; padding-top: 100%; width: 100%;}
.u-text-center {text-align: center;}
.u-text-uppercase {text-transform: uppercase;}

/* END OF HELPERS */
/***********************************/

/*.td-header-wrap {display: none;}*/
.featured-image-container {margin-bottom: 30px;}
.featured-image-container img {width: 100%;}

.pub--all-with-fork {margin-bottom: 360px}

.hidden {
    display:none !important;
}

.mb-20 {
  margin-bottom: 20px;
}