/* Doublef Galleries plugin : Custom Taxonomy and Custom Post Type */

.doublef-gallery-wrap.grid {
	margin-left: -2em;
}

.doublef-gallery-wrap.grid .grid__col {
	padding-left: 2em;
	padding-bottom: 2em;
}

.doublef-gallery-wrap {
	margin-top: 2em;
	margin-bottom: 2em;
}

.single-doublef-gallery .post-navigation .nav-links {
	margin-top: 0;
}

.single-doublef-gallery .doublef-gallery-wrap .doublef-gallery-item figure {
	padding: 10px;
	background: rgba( 0, 0, 0, 0.03 );
	border: 1px solid rgba( 0, 0, 0, 0.05 );
}

.doublef-gallery-next-wrap {
	text-align: right;
	margin: 2em 0;
	padding: 2em 0;
	position: relative;
	border-top: 1px solid rgba( 0, 0, 0, 0.05 );
	border-bottom: 1px solid rgba( 0, 0, 0, 0.05 );
}

.doublef-gallery-next-thumb {
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
}

.doublef-gallery-next-text {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em;
}

.doublef-gallery-next-text > span {
	display: block;
}

span.doublef-gallery-next-pre-title {
	display: block;
	font-size: 0.875em;
	margin: 0 0 0.5em;
	font-weight: lighter;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1;
	opacity: 0.6;
}

span.doublef-gallery-next-title {
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 0.1em;
}

.doublef-gallery-next-photos-num {
	font-size: 0.875em;
	line-height: 1;
}

.next-gallery-link {
	display: inline-block;
	position: relative;
}

.next-gallery-link:hover .doublef-gallery-next-text {
	opacity: 0.7;
}

.doublef-gallery-next-text {
	-webkit-transition: 0.2s ease-in-out all; 
	-moz-transition: 0.2s ease-in-out all; 
	-o-transition: 0.2s ease-in-out all; 
	transition: 0.2s ease-in-out all;
}

.gallery-bullet-next {
	background: rgba( 0, 0, 0, 0.7 );
	color: #FFF;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 44px;
	font-size: 30px;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	text-align: center;
	right: 20%;
	opacity: 0;
	z-index: 668;
	-webkit-transition: 0.2s ease-in-out all; 
	-moz-transition: 0.2s ease-in-out all; 
	-o-transition: 0.2s ease-in-out all; 
	transition: 0.2s ease-in-out all;
}

.next-gallery-link:hover .gallery-bullet-next {
	right: 0;
	opacity: 1;
}


.archive .site-main article:not(:last-child) {
	margin-bottom: 4em;
}

.archive .site-main article .entry-content {
	margin-top: 1em;
}

.doublef-gallery.layout_2 .post-thumbnail {
	z-index: 1;
}

.doublef-gallery.layout_2 .doublef-galleries-content-wrap {
	background: #FFF;
	position: relative;
	z-index: 2;
}

.doublef-gallery.layout_3 .post-thumbnail {
	margin-bottom: 1em;
}

.archive .doublef-gallery .entry-content, 
.single .doublef-gallery .entry-content {
	margin-top: 2em;
}

@media screen and (max-width: 700px) {
	
	.doublef-gallery-next-wrap {
		text-align: center;
	}
	
	.doublef-gallery-next-text {
		margin-right: 0;
		display: block;	
	}

	.doublef-gallery-next-thumb {
		margin-top: 1em;
	}
	
	.gallery-bullet-next {
		display: none;
	}
	
}

@media screen and (max-width: 980px) {
	
	.archive .doublef-gallery.layout_1 .grid__col.grid__col--m-1-of-1 {
		width: 100%;
	}
	
	.archive .doublef-gallery.layout_1 .post-thumbnail {
		margin-bottom: 1em;
	}
	
}