		
/*
 * Client: Descenza
 * Copyright 2008-2018 Punchmark
 */


/* ===============
	HELPERS
================== */

.meet-our-staff .staff-member {
  pointer-events: none;
}

.meet-our-staff .staff-member .staff-member-image .staff-member-desc {
  display: none !important;
}

.btn-link {
  color: #DDA826 !important;
  text-decoration: none !important;
  font-weight: normal !important;
}

.product-slider .owl-nav {
	opacity: 1;
}

.product-slider .owl-nav .owl-prev,
.product-slider .owl-nav .owl-next {
	box-shadow: none !important;
}

.product-slider .owl-nav .owl-prev i,
.product-slider .owl-nav .owl-next i {
	font-size: 30px;
	color: #DDA826 !important;
}

.product-slider .owl-nav .owl-prev.disabled i,
.product-slider .owl-nav .owl-next.disabled i {
	color: rgba(0,0,0,0.5) !important;
}

.product-slider .owl-nav .owl-prev i:after {
	content: '';
	height: 2px;
	width: 30px;
	display: block;
	background: #DDA826 !important;
	transform: rotate(-50deg);
	position: absolute;
	top:5px;
	left: 4px;
}

.product-slider .owl-nav .owl-prev i:before {
	content: '';
	height: 2px;
	width: 30px;
	display: block;
	background: #DDA826 !important;
	transform: rotate(50deg);
	position: absolute;
	top:28px;
	left: 4px;
}

.product-slider .owl-nav .owl-next i:after {
	content: '';
	height: 2px;
	width: 30px;
	display: block;
	background: #DDA826 !important;
	transform: rotate(50deg);
	position: absolute;
	top:5px;
	left: 9px;
}

.product-slider .owl-nav .owl-next i:before {
	content: '';
	height: 2px;
	width: 30px;
	display: block;
	background: #DDA826 !important;
	transform: rotate(-50deg);
	position: absolute;
	top:28px;
	left: 9px;
}

.product-slider .widget > a.widget-inner + .text-center,
.product-slider .widget .product-price,
.product-slider .widget .btn-default {
	display: none !important;
}

.product-slider .widget > a.widget-inner + .text-center + .text-center {
	width: 160px;
	margin: 0 auto;
}

.product-slider .widget .product-title {
	color: rgba(0,0,0,0.7);
	font-weight: 300;
	font-size: 17px;
	letter-spacing: 0.03rem;
}

section.tight-blocks div[data-pagebuilder="row"] > .col-12 {
	border: 1px solid white !important;
}
section.tight-blocks .widget-text-overlay {
	background: rgba(0,0,0,0.3);
}

section.cats div[data-widget-element="widgetBgImageSrc"] .btn-link {
	text-decoration: none !important;
	color: #707070 !important;
}



.image-rule-top-left,
.image-rule-bottom-right {
  position: relative;
}
.image-rule-top-left:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  top: -30px;
  left: -30px;
  border-top: 3px solid #DDA826 !important;
  border-left: 3px solid #DDA826 !important;
}
.image-rule-bottom-right:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 60%;
  bottom: -30px;
  right: -30px;
  border-bottom: 3px solid #DDA826 !important;
  border-right: 3px solid #DDA826 !important;
}

hr.yellow-hr {
  bordert: 0px !important;
  border-top: 3px solid #DDA826 !important;
}

@media(max-width:767px){
	.image-rule-bottom-right:before {
		display: none !important;
	}
}




/* ===============
	HEADER
================== */

a#logo {
	padding-top: 35px;
}

.toolbar .social-networks .network i {
	font-size: 16px !important;
	color: white !important;
}

.toolbar .social-networks .network i:before {
	transform: translateY(2px);
	display: block !important;
}

.toolbar .toolbar-item > a > span {
	transform: translateY(1px);
	display: block !important;
	letter-spacing: 0.075rem;
	font-size: 12px;
}

header {
	/**/
}

header .content-toolbar > .content-toolbar-inner > ul > li > a:not(.btn) {
  display: flex;
  align-items: center;
  color: rgba(0,0,0,0.75);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.075rem;
  font-weight: 500;
}

@media(min-width:768px) and (max-width:992px){
	header .content-toolbar > .content-toolbar-inner > ul > li > a:not(.btn) > span {
		font-size: 11px;
		display: none;
	}
}

header .content-toolbar > .content-toolbar-inner > ul > li > a > i {
	font-size: 19px;
	color: #DDA826 !important;
}

.custom-search {
	max-width: 180px;
}

.custom-search .btn,
.custom-search .form-control {
  border: 0 !important;
  background: none;
  box-shadow: none !important;
}

.custom-search .btn > i {
  font-size: 20px !important;
  font-weight: bold;
}

.custom-search .btn:hover > i,
.custom-search .btn:focus > i {
  color: #DDA826 !important;
}

.custom-search .input-group {
  border: 1px solid #bfcdd9 !important;
}

@media(max-width:767px){
	.custom-search {
		max-width: calc(100% + 20px);
		width: calc(100% + 20px);
		padding: 0px 0px;
		margin: 0 -10px !important;
	}
	.custom-search .input-group {
		border-top: 0 !important;
		border-left: 0 !important;
		border-right: 0 !important;
	}
}

/* ===============
	NAV
================== */

nav {
	/**/
}

nav.navbar .nav-item .nav-link {
  letter-spacing: 0.075rem;
}

@media(max-width:767px){
	nav.navbar {
		margin-top: -51px;
	}
	nav.navbar .navbar-toggler {
		z-index: 3000;
	}
	nav.navbar .navbar-nav > .nav-item {
		border-top: 1px solid rgba(0,0,0,0.1);
	}
}


/* ===============
	FOOTER
================== */

footer {
	background: url('/images/footerPattern.jpg') repeat scroll top left !important;
}

footer h6 {
	font-family: "ltc-bodoni-175", serif !important;
}

footer > .footer-section:nth-child(2) {
	padding-top: 20px;
	padding-bottom: 30px;
}

footer > .footer-section:nth-child(1),
footer > .footer-section:nth-child(3),
footer > .footer-section:nth-child(4) {
	width: calc(100% + 20px);
	max-width: calc(100% + 20px);
	margin: 0 -10px !important;
	padding: 0 0 20px 0 !important;	
	background: #eeeeee;
}

footer > .footer-section:nth-child(1) > .row,
footer > .footer-section:nth-child(3) > .row,
footer > .footer-section:nth-child(4) > .row {
	margin: 0 !important;
}

footer > .footer-section:nth-child(1) {
	padding: 15px 0 !important;
}

footer > .footer-section:nth-child(1) {
	background: #DDA826 !important;
}

footer > .footer-section:nth-child(1) span.title {
	font-family: "ltc-bodoni-175", serif !important;
	display: block;
	line-height: 1;
	font-size: 1.50rem;
}

footer > .footer-section:nth-child(1) a {
	color: white !important;
	text-decoration: underline;
}

footer > .footer-section:nth-child(4) {
	background: #ffffff;
}

footer .input-group .form-control {
  color: white;
  font-weight: 600;
}

footer .input-group .form-control::-webkit-input-placeholder {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-weight: 400;
}

footer .input-group .form-control:-ms-input-placeholder {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-weight: 400;
}

footer .input-group .form-control::placeholder {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-weight: 400;
}

@media(min-width:768px){
	footer > .footer-section:nth-child(1) a {
		margin-left: 20px;
	}
}

footer > .container {
	width: calc(100% + 20px);
	max-width: calc(100% + 20px);
	margin: 0 -10px !important;
	padding: 0 0 20px 0 !important;	
	background: #ffffff;
}

footer > .container > .row {
	margin: 0 !important;
}

footer > .container p,
footer > .container p * {
	color: rgba(0,0,0,0.75) !important;
}

footer .input-group .form-control {
	border-color: #0F487C !important;
	background: #0F487C !important;	 
}

footer .input-group .form-control, 
footer .input-group .form-control:hover, 
footer .input-group .form-control:focus, 
footer .input-group .form-control:active {}


footer .the-knot-hof {
	margin-top: 20px;
}
@media(min-width:768px) {
	footer .the-knot-hof {
		position: absolute;
		top: -20px;
		right: -60px;
		width: 60px;
		margin-top: 0;
	}
}

