/*
Theme Name: The7
Theme URI: http://dream-theme.com/the7/
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: Put simply, The7 is THE most customizable WordPress theme on the market. It features 630+ design customization options. People new to multipurpose WordPress themes will be delighted with The7 Design Wizard. It allows to choose basic settings like branding, colors, header layout, etc. and intelligently calculates all the rest. Voilà, your pro-grade site design is ready in mere minutes. Automatically! Add a seamless integration with Visual Composer page builder, Slider Revolution, WooCommerce, WPML (as well as other most popular plugins), and you get the definitive web-development toolkit. And, yes, it is mobile friendly (certified by Google) and SEO-ready.
Version: 3.4.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/

.blog .dt-format-gallery .dt-format-gallery-coll.full,
.archive .dt-format-gallery .dt-format-gallery-coll.full,
.search .dt-format-gallery .dt-format-gallery-coll.full
{
	display: none;
}

.ult-carousel-wrapper.ult_vertical {
  padding:0 !important;
}
.slick-slide {
	min-height:50px !important;
}

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}

/* BUKO */ /* VERDE: #139d6a */

.lang_sel_sel { color:#139d6a !important; }

#cn-notice-text { color:#fff !important; }
#cookie-notice .button.wp-default span { color:#303030 !important; }
#cookie-notice .button.wp-default { border-color: #139d6a !important; text-shadow:none !important; }

/* Artisti */
.artist-one, .artist-two { position:relative; }
.part-one, .part-two { position:absolute; top:0; left:0; display:none; }

.actSlideData { display:inline-block; }

.wf-container-footer, .footer.full-width-line { border-top: 1px solid #139d6a; }
.textwidget { text-align:right; }
.widget .soc-ico { padding: 13px 0 10px; }
.footer .widget { margin: 15px 0 0; }

#bottom-bar { background-color:#f3f3f3; }


/* artists */
.artists-container {
	display:grid;
	grid-template-columns:24vw 24vw 24vw;
	grid-column-gap:7vw;
	grid-row-gap:3vw;
	padding:20px 7vw;
	box-sizing:border-box;
}

.single-artist {
	box-sizing:border-box;
}
.single-artist img {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.single-artist .dt-fancy-title {
	color:#139d6a !important;
	margin-bottom:10px;
}
.single-artist span:not(.separator-holder) {
	display:inline-block;
	width:100%;
	margin-top:5px;
}
.artist-box {
	display:grid;
	grid-template-columns:2fr 1fr 1fr;
	grid-column-gap:1px;
}
.artist-box > div {
	position:relative;
	cursor:pointer;
	padding-bottom:100%;
}
.artist-box .overlay {
	background-color:#139d6a;
	opacity:0;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:2;
	transition:opacity 0.3s ease;
}
.artist-box > div:hover .overlay {
	opacity:0.85;
}

.artist-box .overlay i::after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' fill='white' xml:space='preserve'%3E%3Cpolygon points='16,7 9,7 9,0 7,0 7,7 0,7 0,9 7,9 7,16 9,16 9,9 16,9 '/%3E%3C/svg%3E");
	position: absolute;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	top:3px;
	right:3px;
}

@media (max-width:1024px) {
	.artists-container {
		padding:0 4vw;
		grid-column-gap:4vw;
		grid-template-columns:28vw 28vw 28vw;
	}
}

@media (max-width:768px) {
	.artists-container {
		padding:0 4vw;
		grid-column-gap:4vw;
		grid-template-columns:44vw 44vw;
	}
}
@media (max-width:480px) {
	.artists-container {
		grid-template-columns:92vw;
	}
}


.project-navigation {
	display:none !important;
}

/* projects */
.projects .artist-box {
	grid-template-columns:1fr;
	grid-column-gap:0;
	position:relative;
	padding-top:56.25%;
}
.projects .artist-box > div {
	position:absolute;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-bottom:0;
}

.projects .likebox {
	display:grid;
	grid-template-columns:auto auto;
	grid-column-gap:5px;
	justify-content:space-between;
}
.projects .likebox .like {
	text-align:center;
	width:25px;
	cursor:pointer;
	color:#000;
	transition:all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.projects .likebox .like #Icon_feather-heart-2 {
	transition:all 0.3s ease;
	fill:transparent;
	stroke:#686b6d;
}
.projects .likebox .like:hover #Icon_feather-heart-2 {
	fill:#686b6d;
}
.voted {
	pointer-events:none !important;
}
.projects .likebox .like.voted #Icon_feather-heart-2 {
	fill:#c90c0c;
	stroke:#c90c0c;
}


.project-popups {
	display:none;
	background-color:rgba(0, 0, 0, 0.85);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999999;
	cursor:pointer;
}
.project-popups > div {
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	width:100%;
}
.project-popups > div img {
	height:70vh !important;
	width:auto !important;
}

.like-title {
	color:#139d6a;
	display:inline-block;
	margin-bottom:30px;
	text-align:center;
	width:100%;
}
.like-list {
	display:grid;
	justify-content:space-between;
	grid-template-columns:3fr 1fr;
	border:1px solid #eee;
}
.like-list > div {
	padding:12px 25px;
	border-bottom:1px solid #eee;
}

.like-list > div:nth-child(even) {
	background-color:#f9f9f9;
	text-align:center;
	font-weight:bold;
	border-left:1px solid #eee;
}

@media (max-width:960px) {
	.project-popups > div img {
		height:auto !important;
		width:96vw !important;
	}
}