/*
Theme Name:     Newspaper 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:        9.0c
*/


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


.td-gallery-controls-wrapper {
    color: #000000!important;
}
.td-gallery-slide-top {
    background-color: #ffff!important;
}
.td-doubleSlider-2 {
    background-color: #ffffff!important;
}
.td-slide-item {
    background-color: #ffffff!important;
}
.post_td_gallery {
    background-color: transparent!important;
}
.single-post .td-gallery + .tdb_single_featured_image {
    display: none;
}
.tdb-gallery + .tdb_single_featured_image{
    display: none;
}
.slide-gallery-image-link{
	display: inline-block;
    width: 100%;
    height: 100%;
}
.slide-gallery-image-link img{
	width:100%;
	height:100%;
	object-fit:cover
}
/*Copyright*/
.copyright-bloc{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;
    transition: color 0.3s ease 0s;
	padding:20px 0px;
}
.copyright-bloc .copyright-nav{
    margin: 0;
    padding: 0;
    text-align: center;
}
.copyright-bloc .copyright-nav .list-item{
    display: inline-block;
    margin: 0 5px 0 0;
	color:#000;
	font-family: 'Nunito Sans';
    font-size: 14px;
    font-weight: 600;
}
.copyright-bloc .copyright-nav .list-item:last-child{
  margin-right: 0;
}
.copyright-bloc .copyright-nav .list-item::after{
    content: "|";
    margin: 0 0 0 5px;
}
.copyright-bloc .copyright-nav .list-item.company-item .company-name{
	text-transform: uppercase;
    font-weight: 900 !important;
}
.copyright-bloc .copyright-nav .list-item .item-link{
    display: inline-block;
    text-decoration: none;
    transition: color 0.3s;
	font-family: 'Nunito Sans';
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.copyright-bloc .agency-logo{
	  display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.copyright-bloc .agency-logo::before{
    content: 'Développé par';
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
	color:#000;
}
.copyright-bloc .agency-logo .logo-link{
    display: inline-block;
    width: 135px;
    margin: 0;
    text-decoration: none;
}
.copyright-bloc .agency-logo .logo-img{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.copyright-bloc .agency-logo.inverted .logo-img{
	  filter: invert(1);
}
.footer-bottom a{
	color:#fff!important
}
.footer-bottom a:hover{
	color:#fdc42d!important;
}
.footer-img-01{
	position: absolute !important;
    right: -17px;
    width: 100px;
    top: -16px;
}
.footer-sidebar .woodmart-recent-posts{
	margin-bottom:0!important
}