/*
 Theme Name:   decibel child
 Theme URI:    
 Description:  decibel child theme
 Author:       Christophe Ribot
 Author URI:   http://www.magick.fr
 Template:     decibel
 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:  decibel-child
*/

/* UPDATE LAYOUT */

.home.menu-light #navbar-container {
	background: none;
	border-bottom: none;
}


.wolf-row-inner--home {
	background: #fff;
	padding: 0;
}

.shortcode-release-grid {
	margin: 0 0 0 -12px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.shortcode-release-grid {
		margin: 0;
	}
}

.release-item-container  {
	background: #000000;
}

@media screen and (max-width: 767px) {
	.release-item-container {
		margin: 0 0 30px 0;
	}
}

.release-item-container a {
	color: #1e1e1e;
}

.release-item-container:nth-child(2n) {
	background: #000;
	color: #fff;
}

.release-item-container:nth-child(2n) .category {
	background: #000;
}

.release-item-container:nth-child(2n) a {
	color: #fff;
}

.release-item-container:nth-child(2n) .see-more a, .release-item-container:nth-child(2n) .see-more a:hover {
	background: #000 !important;
	color: #fff !important;	
}

.release-item-container:nth-child(2n) .message, .release-item-container:nth-child(2n) .author {
	color: #fff;
}

.release-item-container .author-avatar {
	border-radius: 50%;
}

.release-item-container .see-more a {
	font-family: 'Fjalla One';
}

@media screen and (min-width: 900px) {
	.shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(3n+1), .shortcode-release-grid.release-grid-col-6 .release-item-container:nth-child(3n+1) {
	    clear: none;
	}
}

@media screen and (min-width: 500px) {
	.shortcode-release-grid.release-grid-col-3 .release-item-container:nth-child(2n+1) {
    	clear: none;
    }
}

@media screen and (min-width: 900px) {
	.shortcode-release-grid.release-grid-col-3 .release-item-container, .shortcode-release-grid.release-grid-col-6 .release-item-container {
	    float: left;
	    margin: 0 0 28px 12px;
	    width: calc(33.33% - 12px);
	}
}

@media screen and (min-width: 500px) {
	.shortcode-release-grid.release-grid-col-3 .release-item-container {
	    float: left;
	    margin: 0 0 28px 12px;
	    width: calc(33.33% - 12px);
	}	
}

/* HOME */

.hp-background {
	background: url("images/bg-hp-tryo-2019.jpg") left top no-repeat;
	background-size: cover;
	height: 700px;
	position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
}

.header-overlay {
	display: none !important;
}

.wrap--hp {
	display: -webkit-flex;
	display: flex;
	min-height: 600px;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	padding: 0 0 90px 0;
}

.wrap--hp a {
	color: #fff;
}

.wrap--hp svg {
	display: block;
	margin: 15px auto 0 auto;
}

.wrap--hp .home-title {
	color: #fff;
	display: block;

}

.wrap--hp p {
	display: block;
	color: #fff;
	font-size: 1.5rem;	
	margin: 0;
	padding: 0 0 1rem 0;
}

/*
.wrap--hp a {
	border: 2px solid #fff;
	border-radius: 2rem;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	padding: .5rem 2rem;
	vertical-align: top;
}
*/

.col-home {
	color: #fff;
	font-family: 'Fjalla One';
}

.col-home--boutique {
	border-right: 1px dotted #fff;
}

@media screen and (max-width: 767px) {
	.col-home--boutique {
		padding: 1rem 0 0 0;
	}
}

.col-home--newsletter {
	border-left: 1px dotted #fff;
}

@media screen and (max-width: 767px) {
	.col-home--boutique {
		border: 0;
	}
}

@media screen and (max-width: 767px) {
	.col-home--newsletter {
		border: 0;
	}
}

.home-title {
	font-family: 'Fjalla One';
}

.home-title:after {
	background: url('images/bg-home-title.png') center center no-repeat;
	background-size: 42px 8px;
	content: '';
	display: block;
	height: 15px;
	margin: 5px auto 0 auto;
}

/*
.col-home span {
	font-weight: bold;
}
*/

.filter-source {
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.filter-source .category {
	background: #fff;
	border-left: 1px solid #ececec;
    display: flex !important;	
    width: inherit !important;
    height: auto !important;
}

.filter-source .category:last-child {
	border-right: 1px solid #ececec;
}

@media screen and (max-width: 767px) {
	.filter-source .category:first-child {
		border-left: none;
	}
	.filter-source .category:last-child {
		border-right: none;
	}	
}

.filter-source .category a {
	color: #1e1e1e;
	display: block;
	font-family: 'Fjalla One';
	font-size: 1.5rem;
	padding: .75rem 0;
	text-align: center;
	width: 100%;
}

.home .wolf-row-inner {
	background: #fff;
}

.wpb_wrapper--intro-filter {
	color: #1e1e1e;
	font-family: 'Fjalla One';
	padding: 1rem 0;
	font-size: 1.5rem;	
	text-align: center;
}

@media screen and (max-width: 900px) {
	.hp-background {
		display: none;
	}
	.wrap--hp {
	    background: url(images/bg-hp-tryo-2019.jpg) left top no-repeat;
	    background-size: contain;
	    display: block;
	    min-height: 10px;
	    padding: 60px 4% 0 4%;
	    width: 100% !important;
	    background-color: #000000;
	    padding-top: 40vw;
	}
	.wrap--hp .col-5 {
		float: none;
	}
}

#mobile-bar, .toggled-on #mobile-bar, .toggled-on.sticky-menu #mobile-bar {
	background: #000!important;
}

.burger, .burger-after, .burger-before, body.toggled-on .burger, body.toggled-on .burger-after, body.toggled-on .burger-before, body.toggled-on .plus, body.toggled-on .plus:before {
	background: #fff !important
}

/* SKIN HEADER */

body.menu-light #navbar-container, body.home.sticky-menu.menu-light #navbar-container {
    background: #000000;
    border-bottom: 5px solid #000000;
}

/* 2 COLS */

.block-2-cols {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.block-2-cols > div {
	width: 50%;
}

.menu-light #navbar-container a:hover {
	color:#02FF00 !important;
}

.cn-set-cookie {
	background:#000000 !important;
	border-color:#000000 !important;
}


@media screen and (max-width: 767px) {
	.block-2-cols {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.block-2-cols > div {
		width: 100%;
	}
}