/* FCP homepage polish — VicMagz serenity */
.social-top a,
.social-footer a {
	display: inline-block;
	margin: 0 8px;
	color: #666;
	font-size: 16px;
}
.social-footer a {
	font-size: 22px;
	color: #999;
	margin: 0 12px;
}
.moduletable.newsletters,
.module.newsletters {
	background: url('../images/bg/bg-newsletter.jpg') center/cover no-repeat;
	padding: 40px 20px;
	text-align: center;
	color: #fff;
}
.moduletable.newsletters h3,
.module.newsletters .page-header h3,
.module.newsletters h3 {
	color: #fff !important;
	letter-spacing: 0.04em;
	font-size: 22px;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.fcp-newsletter input[type=email] {
	min-width: 280px;
	height: 42px;
	border: 0;
	padding: 0 12px;
	margin-right: 8px;
	vertical-align: middle;
}
.fcp-newsletter .btn-color {
	height: 42px;
	border: 0;
	padding: 0 22px;
	text-transform: uppercase;
	vertical-align: middle;
	color: #fff;
}
.itemsPopular .moduleItemReadMore {
	display: inline-block;
	margin-top: 10px;
	color: #fff;
	padding: 8px 16px;
}
#yt_spotlight3 .module-title,
#yt_spotlight3 h3 {
	text-align: center;
	text-transform: uppercase;
}
.sj-extra-slider.slideshow .owl-controls .owl-buttons div,
.sj-extra-slider.slideshow .owl-nav .owl-prev,
.sj-extra-slider.slideshow .owl-nav .owl-next {
	background: rgba(255,255,255,.85);
	color: #333;
}
.k2ItemsBlock .btn-color,
.itemCategory,
.moduleItemCategory {
	text-transform: uppercase;
}

#yt_menu .nav > li > a,
#yt_menu .menu > li > a {
	text-transform: uppercase;
	letter-spacing: .04em;
	font-weight: bold;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}

#yt_menu .item-101 { display: none; }
#yt_bottom .item-101 { display: list-item; }
#meganavigator li.level1.last { display: none; }

/* Top search — VicMagz style */
#top2 .k2SearchBlock.search-top,
#top2 .module.search-top {
	float: right;
	max-width: 280px;
	width: 100%;
}
#top2 .fcp-search-form {
	position: relative;
	margin: 0;
}
/* cores do input movidas para fcp-layout.css (vale em todas as páginas) */
#top2 .fcp-search-form .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	border: 0;
	background: transparent;
	color: #666;
	line-height: 38px;
	text-align: center;
	padding: 0;
	cursor: pointer;
}
#top2 .fcp-search-form .button:hover {
	color: #91a7d0;
}
#yt_spotlight1 {
	min-height: 38px;
	padding: 6px 0;
}
#yt_spotlight1 .module {
	margin: 0;
	background: transparent;
}
#top2 search,
#top2 .mod-finder,
#top2 .form-control {
	display: none !important;
}

/* Instagram sidebar widget */
.fcp-instagram {
	overflow: hidden;
}
.fcp-instagram__card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 16px 14px;
	border-radius: 8px;
	color: #fff !important;
	text-decoration: none !important;
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	transition: opacity 0.2s ease;
}
.fcp-instagram__card:hover {
	opacity: 0.92;
	color: #fff !important;
}
.fcp-instagram__icon {
	font-size: 32px;
	line-height: 1;
}
.fcp-instagram__meta {
	display: flex;
	flex-direction: column;
	line-height: 1.3;
	flex: 1;
}
.fcp-instagram__meta strong {
	font-size: 15px;
}
.fcp-instagram__meta em {
	font-style: normal;
	font-size: 12px;
	opacity: 0.9;
}
.fcp-instagram__cta {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 6px 12px;
	border: 1px solid rgba(255,255,255,0.85);
	border-radius: 0;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}
