/*!
 * Olympus 1.0
 * Client: Chipper's Jewelry
 * Copyright 2008-2018 Punchmark
 */

/* =======================================================================================
	FEATURED BRAND
======================================================================================= */

.featured-brand .text-block {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.featured-brand .text-block * {
  text-align: center !important;
}

@media(min-width:768px){
	.featured-brand .text-block * {
	  text-align: left !important;
	}
}

/* =======================================================================================
	ERD / HOME
======================================================================================= */
body#home .ringsettings-icons div a i {
  font-size: 80px;
  line-height: 40px;
}

/* =======================================================================================
	SCROLLING ADS
======================================================================================= */
.scrolling-ads,
.scrolling-ads .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* =======================================================================================
	FOOTER
======================================================================================= */
footer p.copyrights,
footer p.copyrights * {
  text-align: center;
}

/* =======================================================================================
	SOCIAL ICONS
======================================================================================= */

.social-networks a {
  font-size: 20px;
  color: #111111;
}

.social-networks a + a {
  margin-left: 10px;
}

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

header {
	background: white;
}

header #logo {
	padding-top: 15px;
}

header .input-group {
	background: #F7F7F8;
}

header .input-group button,
header .input-group .form-control, 
header .input-group .form-control:focus, 
header .input-group .form-control.focus {
	background: none !important;
	box-shadow: none !important;
	border: 0 !important;
}

header .input-group button i {
	color: black;
	-webkit-text-stroke-width: 1px;
 	-webkit-text-stroke-color: black;
}

@media(min-width:768px){
	header #logo {
		padding-top: 20px;
	}
}

@media(max-width:767px){
	header #logo {
		max-width: 210px !important;
	}
	header .content-toolbar.inline-left-and-right {
		display: none;
	}
	header .content-toolbar.inline-left-and-right + #logo + .content-toolbar.inline-left-and-right {
		display: flex;
		justify-content: flex-end;
		padding-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 0;
		margin-left: auto;
		margin-bottom: -48px;
		width: calc(100% - 51px) !important;
	}
	header .content-toolbar.inline-left-and-right + #logo + .content-toolbar.inline-left-and-right > .content-toolbar-inner,
	header .content-toolbar.inline-left-and-right + #logo + .content-toolbar.inline-left-and-right > .content-toolbar-inner ul, 
	header .content-toolbar.inline-left-and-right + #logo + .content-toolbar.inline-left-and-right > .content-toolbar-inner ul li {
		width: 100%;
	}
	header .content-toolbar > .content-toolbar-inner > ul {
		height: auto !important;
		min-height: unset !important;
	}
}


/* =======================================================================================
	TOOLBAR
======================================================================================= */

.toolbar > .toolbar-inner > ul.right > li > a > i {
	font-size: 18px;
}

.toolbar > .toolbar-inner > ul.right > li > a > i.icon-heart {
	background: url(../images/heart.svg) center center no-repeat;
	background-image: contain;
	color: transparent;
}

.toolbar > .toolbar-inner > ul.right > li > a > i.icon-user {
	background: url(../images/user.svg) center center no-repeat;
	background-image: contain;
	color: transparent;
}

.toolbar > .toolbar-inner > ul.right > li > a > i.icon-shopping-bag {
	background: url(../images/cart.svg) center center no-repeat;
	background-image: contain;
	color: transparent;
}

.toolbar > .toolbar-inner > ul.left {
  height: auto !important;
  min-height: 0 !important;
}

.toolbar > .toolbar-inner > ul.left li + li {
	border-left: 1px solid rgba(0,0,0,0.1);
	padding-left: 10px;
	margin-left: 10px;
}

@media(min-width:768px){
	.toolbar > .toolbar-inner > ul.left li + li {
		padding-left: 20px;
		margin-left: 20px;
	}
}


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

#services section#service-solo-appointment-form + div {
  background: white !important;
}

body {
	color: #313841;
}

html
body:not(.sitemanager-menu-open):not(.sitemanager-menu-closed) {
	overflow: hidden;
	overflow-y: auto;
}

.nav-pills .nav-link {
	background: white;
}

.btn, .form-control {
  border-radius: 0;
}

.secondary-bg {
	background: #434960 !important;
}

.overflow-visible {
	overflow: visible !important;
}

section.top-banner small {
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-family: sofia-pro;
	font-weight: 300;
	font-size: 18px;
	color: inherit !important;
	display: block;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.symbol-1::before, 
.symbol-2::before {
	content: "";
	display: block;
	position: absolute;
	width: 20vw;
	height: 30vw;
	opacity: 0.5;
}

.symbol-1::before {
	background: url(../images/symbol.svg) center center no-repeat;
	top: -9vw;
	right: calc(50% - 38vw);
}

.symbol-2::before {
	background: url(../images/symbol-2.svg) center center no-repeat;
	top: -14vw;
	right: calc(50% + 12vw);
}

.symbol-1 .content-block,
.symbol-2 .content-block {
	z-index: 10;
}

@media(min-width:768px){
	.symbol-1::before {
		top: -5.75vw;
		right: -8.5vw;
		width: 15vw;
		height: 20vw;
	}
	.symbol-2::before {
		top: -16vw;
		right: -9vw;
		width: 15vw;
		height: 20vw;
	}
}

@media(min-width:992px){
	.symbol-1::before {
		top: -5.5vw;
		right: -8vw;
		width: 10vw;
		height: 15vw;
	}
	.symbol-2::before {
		top: -13vw;
		right: -8.5vw;
		width: 10vw;
		height: 15vw;
	}
}

@media(min-width:1200px){
	.symbol-1::before {
		top: -4vw;
		right: -4vw;
	}
	.symbol-2::before {
		top: -12vw;
		right: -5vw;
	}
}

@media(min-width:1500px){
	.container {
		max-width: 1440px !important;
	}
}

@media(max-width:767px){
	section.top-banner .widget > div[onclick] {
		background: none !important;
	}
}

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

footer {
	border-top: 10px solid #313841;
}

footer .social-networks  {
	margin-top: 20px;
}

footer address {
	margin-bottom: 0;
}

footer address,
footer address * {
	font-size: 14px !important;
	font-weight: 400 !important;
}

footer address strong {
	font-weight: 600 !important;
}

footer address a:hover, 
footer address a strong:hover {
	color: #bbbbbb !important;
}

footer address a:last-of-type {
	display: none;
}

footer h6 + p.small {
	margin-bottom: 0.5rem !important;
}

footer .btn-primary {
	background: #313841 !important;
	border-color: #313841 !important;
}

footer .input-group .form-control,
footer .input-group .form-control:focus,
footer .input-group .form-control:hover {
	border-color: white !important;
	background: white !important;
	box-shadow: none !important;
}

a[data-acsb-custom-trigger="true"] {
    color: #FFFFFF;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: normal;
    text-decoration: none;
	margin-top: 20px; 
	display: block;
}


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

nav.navbar .nav-item .nav-link {
	letter-spacing: 0.04rem;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
}

@media(min-width:768px){
	nav.navbar .navbar-nav {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	nav.navbar .nav-item .nav-link {
		letter-spacing: 0.03rem;
		font-size: 14px;
		color: #000000;
	}
	nav.navbar .navbar-collapse .inner-nav {
		padding-bottom: 15px;
	}
}

@media(min-width:992px){
	nav.navbar .nav-item .nav-link {
		letter-spacing: 0.04rem;
		font-size: 16px;
	}
}

@media(min-width:1200px){
	nav.navbar .nav-item .nav-link {
		letter-spacing: 0.04rem;
		font-size: 18px;
		font-weight: 300;
	}	
}

@media(max-width:767px){
	nav.navbar .nav-item {
		border: 0px !important;
	}
	nav.navbar .nav-item .nav-link {
		color: #000000;
		background: #F7F7F8 !important;
		border-top: 1px solid rgba(0,0,0,0.1) !important;
	}
	nav.navbar .nav-item .nav-link:hover,
	nav.navbar .nav-item .nav-link:focus,
	nav.navbar .nav-item .nav-link:active {
		color: #ffffff;
		background: #000000 !important;
	}
}

/* =======================================================================================
	SLIDERS
======================================================================================= */

.category-slider-sections .slide-side [data-widget-element="widgetHeader"].h4,
.category-slider-sections .slide-side [data-widget-element="widgetHeader"].h5,
.category-slider-sections .slide-side [data-widget-element="widgetHeader"].h6 {
	font-size: 15px;
	text-transform: none;
	font-weight: 400;
}

.category-slider-sections .slide-side [data-widget-element="widgetHeader"].h2,
.category-slider-sections .slide-side [data-widget-element="widgetHeader"].h3 {
	font-size: 25px;
	text-transform: none;
	font-weight: 400;
}

.category-slider-sections .owl-nav {
	opacity: 1 !important;
	visibility: visible !important;
}		

.category-slider-sections .owl-nav { 
	top: -38px !important;
	bottom: auto !important;
}

.category-slider-sections .owl-nav .owl-prev {
	left: 20px !important;
}

.category-slider-sections .owl-nav .owl-next {
	right: 20px !important;
}

.category-slider-sections .owl-nav .owl-prev i {
  background: url(../images/long-arrow-left.svg) center center no-repeat;
  background-size: 50% auto;
  color: transparent;
}

.category-slider-sections .owl-nav .owl-next i {
  background: url(../images/long-arrow-right.svg) center center no-repeat;
  background-size: 50% auto;
  color: transparent;
}

@media(min-width:768px){
	.category-slider-sections .owl-nav {
		bottom: -34px !important;
		top: auto !important;
	}
	.category-slider-sections .slide-side,
	.category-slider-sections .column-slider {
		position: static !important;
	}
	.category-slider-sections .owl-nav .owl-prev {
		right: calc(5vw + 65px) !important;
		left: auto !important;
	}
	.category-slider-sections .owl-nav .owl-next {
		right: 5vw !important;
		left: auto !important;
	}
	.category-slider-sections .owl-nav {
		transform: translateX(-9vw);
	}
	.category-slider-sections .header-side {
		transform: translateX(5vw);
	}
	.category-slider-sections .slide-side {
		transform: translateX(9vw);
	}
}

@media(min-width:1200px){
	.category-slider-sections .owl-nav {
		transform: translateX(-8vw);
	}
	.category-slider-sections .owl-nav .owl-prev {
		right: calc(7vw + 65px) !important;
		left: auto !important;
	}
	.category-slider-sections .owl-nav .owl-next {
		right: 7vw !important;
		left: auto !important;
	}
	.category-slider-sections .header-side {
		transform: translateX(7vw);
	}
	.category-slider-sections .slide-side {
		transform: translateX(8vw);
	}
	.category-slider-sections {
		padding-top: 4vw !important;
		padding-bottom: 4vw !important;
	}
}

/* =======================================================================================
    HOME: GEMSTONES
======================================================================================= */

.birthstone-guide .guide-item {
	cursor: pointer;
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin-bottom: 20px !important;
}

.birthstone-guide .guide-item h5 {
	font-size: 11px;
	text-transform: uppercase;
	color: #77786b;
}

.birthstone-guide .guide-item img {
	border: 1px solid #e7e7e3;
	border-radius: 3px;
}

.birthstone-guide .guide-item.active h5 {
	color: #333333;
	font-weight: 700;
}

.birthstone-guide .guide-item.active img {
	border-color: #333333;
}

.birthstone-guide-content .guide-item-content {
	display: none;
	padding-top: 20px;
}

.birthstone-guide-content .guide-item-content.active {
	display: block;
}

.birthstone-guide-content .guide-item-content h2 {
	margin-bottom: 0;
}

.birthstone-guide-content .guide-item-content h5 {
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin-bottom: 20px;
}

.birthstone-guide-content .guide-item-content div.center {
	text-align: center;
}

.birthstone-guide-content .guide-item-content div.text-center {
	text-align: center;
	padding: 20px 0;
}


/* =======================================================================================
	TESTIMONIALS
======================================================================================= */

.testimonials-carousel {
  margin-top: 30px;
}

.testimonials-carousel .testimonials-owl-carousel .owl-item .review-description {
  padding: 0 10vw;
}

.testimonials-carousel .testimonials-owl-carousel .owl-item .review-description::before {
  content: open-quote;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10vw;
  line-height: 1;
  color: #B15039;
}

.testimonials-carousel .testimonials-owl-carousel .owl-item .review-description::after {
  content: close-quote;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10vw;
  line-height: 1;
  color: #B15039;
}

.testimonials-carousel .testimonials-owl-carousel .owl-nav {
  display: none !important;
}

.testimonials-carousel .testimonials-owl-carousel .owl-dots .owl-dot span,
.testimonials-carousel .testimonials-owl-carousel .owl-dots .owl-dot.active span {
  display: none !important;
}

.testimonials-carousel .testimonials-owl-carousel .owl-dots {
  display: flex !important;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 50px;
  visibility: visible;
}

.testimonials-carousel .testimonials-owl-carousel .owl-dots .owl-dot {
  border-radius: 50%;
  opacity: .2;
  background: #000;
  height: 5px;
  width: 5px;
  display: inline-block;
  padding: 0;
  text-indent: -9999px
  outline-width: 0 !important;
}

.testimonials-carousel .testimonials-owl-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}

.testimonials-carousel .testimonials-owl-carousel .owl-dots .owl-dot:hover,
.testimonials-carousel .testimonials-owl-carousel .owl-dots .owl-dot:focus,
.testimonials-carousel .testimonials-owl-carousel .owl-dots .owl-dot.active {
  background: #B15039;
  opacity: 1;
  outline-width: 0 !important;
}

@media(min-width:1200px){
	.testimonials-carousel .testimonials-owl-carousel .owl-item .review-description::before {
	  font-size: 120px;
	}
	.testimonials-carousel .testimonials-owl-carousel .owl-item .review-description::after {
	  font-size: 120px;
	}
}

@media(max-width:767px){
	.testimonials-carousel .testimonials-owl-carousel .owl-item .review-description::before {
	  font-size: 20vw;
	}
	.testimonials-carousel .testimonials-owl-carousel .owl-item .review-description::after {
	  font-size: 20vw;
	}
}

/* =======================================================================================
	GEMSTONE
======================================================================================= */

#gemstoneSlides .carousel-inner .carousel-item .carousel-item-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.85);
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem 0.75rem 1rem;
  font-size: 30px;
  color: #444A60;
}

#gemstoneSlides .carousel-control-prev,
#gemstoneSlides .carousel-control-next {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#gemstoneSlides .carousel-control-prev:focus, 
#gemstoneSlides .carousel-control-prev:hover, 
#gemstoneSlides .carousel-control-next:focus, 
#gemstoneSlides .carousel-control-next:hover {
  box-shadow: none !important;
}