/*!
 * Reed & Sons
 * Copyright 2008-2018 Punchmark
 */


@media(min-width:768px){
	#home .hideHome {
		display: none;
	}
}

.btn-outline-primary {
  border-color: rgba(0,0,0,0.075);
}

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

footer hr {
  height: 2px;
  background: var(--bs-primary);
}

.product-slider .product-desc {
  display: none !important;
}


/* =======================================================================================
	LOGO
======================================================================================= */
a#logo {
  padding-top: 50px;
  margin-bottom: 0px;
}


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

@media(max-width:767px){
  nav.navbar {
    height: 0;
    overflow: visible;
  }
  .navbar-toggler {
    margin-top: -55px;
    position: relative;
    z-index: 2001;
  }
  body.nav-default-open nav.navbar {
    height: auto;
  }
  nav.sticky-bottom-xs {
    position: static !important;
  }
}

nav.navbar .nav-item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

nav.navbar .nav-item.text-primary.fw-bold .nav-link {
  color: var(--bs-primary) !important;
  font-weight: bold !important;
  font-family: "raleway", sans-serif !important;
}



/* =======================================================================================
   HEADER - HOME & INNER PAGES
======================================================================================= */

header .content-toolbar > .content-toolbar-inner > ul > li a i {
  cursor: pointer;
  color: var(--bs-primary);
}

header .content-toolbar > .content-toolbar-inner > ul > li a:hover i,
header .content-toolbar > .content-toolbar-inner > ul > li a:focus i {
  color: var(--bs-secondary);
}

@media(max-width:767px){
	body header .content-toolbar.top-right {
	  width: 100% !important;
	  left: 0 !important;
	  right: 0 !important;
	}
	body header .content-toolbar.top-right > .content-toolbar-inner {
	  -ms-flex-pack: center !important;
	  justify-content: center !important;
	}
}

.dropdown form.login {
  line-height: 1.5;
}




/* =======================================================================================
   HEADER - INNER PAGES
======================================================================================= */

body header .content-toolbar {
  position: absolute;
  right: 10px;
  top: 12px;
}



/* =======================================================================================
   HEADER - HOME
======================================================================================= */

@media(max-width:767px){
	header .content-toolbar > .content-toolbar-inner > ul li.dropdown > .dropdown-menu {
	  left: auto !important;
	}
	header .content-toolbar > .content-toolbar-inner > ul li.dropdown > .dropdown-menu.my-account-dropdown {
	  min-width: 285px !important;
	}
}

.login .input-group .btn {
  font-size: 80% !important;
}





/* =======================================================================================
	HOMEPAGE
======================================================================================= */

section .special-header img {
  max-width: 220px;
}

section .h2 {
  font-size: 33px;
}



/* =======================================================================================
	HOMEPAGE: Product Scroller
======================================================================================= */

section.product-scroller {
  padding-top: 20px;
  padding-bottom: 20px;
}

section.inset.product-scroller {
  box-shadow: inset 0 0 100px rgba(0,0,0,0.075);
}

section.product-scroller .owl-item .widget .widget-inner > span.d-block {
  border: 1px solid rgba(0,0,0,0.075);
}

section.product-scroller .widget > .text-center {
  float: right;
  width: 42px;
  text-align: right !important;
}

section.product-scroller .widget > .text-center .btn {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}

section.product-scroller .widget > .text-center .btn:hover i,
section.product-scroller .widget > .text-center .btn:focus i {
  color: var(--bs-primary);
}

section.product-scroller .widget > .text-center + .text-center {
  float: left;
  width: calc(100% - 42px);
}

section.product-scroller .widget > .text-center + .text-center .btn-default {
  display: none;
}

section.product-scroller .widget .product-title {
  padding-top: 0.875rem;
  text-align: left;
  font-size: 14px;
  line-height: 1.1;
}

section.product-scroller .widget .product-price {
  padding-top: 3px;
  text-align: left;
}

section.product-scroller .widget .product-designer,
section.product-scroller .widget .product-desc {
  display: none !important;
}

section.product-scroller .h2.header-underline {
  position: relative;
  margin-bottom: 3rem;
  text-align: center !important;
  float: none;
}

section.product-scroller .h2.header-underline::after {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 3px;
  background: var(--bs-primary);
}

section.product-scroller .column-slider .owl-nav {
  margin-top: -28px !important;
}

@media(max-width:767px){
	section.product-scroller .h2.header-underline {
	  margin-bottom: 3rem;
	}
	section.product-scroller .h2.header-underline::after {
	  top: 3rem;
	}
}




/* =======================================================================================
	HOMEPAGE: Left/Right
======================================================================================= */

section.left-aligned .container,
section.right-aligned .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

section.right-aligned .container {
  padding-bottom: 40px;
}

section.left-aligned .widget *,
section.right-aligned .widget * {
  text-decoration: none !important;
}

@media(max-width:767px){
	section .text-half-width,
	section .text-half-width-right {
	  position: static !important;
	}
	section.left-aligned .widget img,
	section.right-aligned .widget img {
	  border-top: 1px solid rgba(0,0,0,0.075);
	  border-bottom: 1px solid rgba(0,0,0,0.075);
	  margin-bottom: 30px;
	}
	section.left-aligned .widget .special-header img,
	section.right-aligned .widget .special-header img {
	  border-top: 0px;
	  border-bottom: 0px;
	}
	section .h2 .display-3 {
	  font-size: 3rem;
	}
	nav.navbar .nav-item .nav-link {
	  width: 100%;
	}
}

@media(min-width:768px){

	section .h2 {
	  font-size: 42px;
	}

	section .text-half-width .flex-column,
	section .text-half-width-right .flex-column {
	  width: 50% !important;
	}

	section .text-half-width-right .flex-column {
	  float: right;
	}

	section .text-half-width .content-block,
	section .text-half-width-right .content-block {
	  width: 100% !important;
	}
}

@media(min-width: 992px){
	section.left-aligned .container,
	section.right-aligned .container {
	  padding-left: 10px !important;
	  padding-right: 10px !important;
	}
}








/* =======================================================================================
	SLIDER
======================================================================================= */

#home-slider .slick-slider .slick-slide .slide-background::before {
  background: url(../images/1920-vector2.svg) center center no-repeat;
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: 10px;
  left: -6px;
  display: block;
  z-index: 10;
}

#home-slider .slick-slider .slick-slide .slide-background::after {
  background: url(../images/1920-vector1.svg) center center no-repeat;
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  top: 10px;
  right: -6px;
  display: block;
  z-index: 10;
  transform: rotate(0deg);
}

#home-slider .slick-slider .slick-slide::before {
  background: url(../images/1920-vector2.svg) center center no-repeat;
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 10px;
  right: -6px;
  display: block;
  z-index: 10;
  transform: rotate(180deg);
}

#home-slider .slick-slider .slick-slide::after {
  background: url(../images/1920-vector1.svg) center center no-repeat;
  content: "";
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 10px;
  left: -6px;
  display: block;
  z-index: 10;
  transform: rotate(180deg);
}




/* =======================================================================================
	ABOUT US
======================================================================================= */

.about-timeline .year {
  font-family: "essonnes-display";
  font-size: 100px;
  border-bottom: 2px solid var(--bs-primary);
}

@media(min-width:768px){

	.about-timeline .left-side {
	  border-right: 1px solid var(--bs-primary);
	  padding-right: 0;
	}
	.about-timeline .left-side .year {
	  text-align: left;
	}
	.about-timeline .left-side .text-block .d-flex {
	  margin-right: 20px !important;
	}

	.about-timeline .right-side {
	  border-left: 1px solid var(--bs-primary);
	  padding-left: 0;
	}
	.about-timeline .right-side .year {
	  text-align: right;
	}
	.about-timeline .right-side .text-block .d-flex {
	  margin-left: 20px !important;
	}

}

@media(max-width:767px){
	.about-timeline .year {
	  text-align: center !important;
	}
	.about-timeline .text-block {
	  margin-bottom: 40px !important;
	}
}


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

footer .input-group .btn {
  background: transparent;
  color: var(--bs-primary);
}

footer .input-group .btn:hover,
footer .input-group .btn:focus {
  background: var(--bs-primary) !important;
  color: #ffffff !important;
}

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

.social-networks > a:hover i,
.social-networks > a:focus i {
  color: var(--bs-primary) !important;
}



/* =======================================================================================
	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: #191d53;
}

.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: #191d53;
}

.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-nav {
  display: none;
}

.testimonials-carousel .testimonials-owl-carousel .owl-dots {
  display: flex !important;
  justify-content: center;
  padding-top: 40px;
  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: #191d53;
  opacity: 1;
  outline-width: 0 !important;
}

.testimonials-carousel .testimonials-owl-carousel .star-rating i {
  color: #cc925e !important;
  font-size: 22px;
}

.testimonials-carousel .testimonials-owl-carousel .star-rating i + i {
  margin-left: 4px;
}

@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;
	}
}
