/* Theme Name: Closet Genius 
	Author: Nufas Media
	Version: 1.1;
*/

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;800&family=Open+Sans:wght@300;600&display=swap');

:root {
	--skyblue: #88ccf1;
	--brightblue: #0496ff;
	--palegrey: #D0E0EF;
	--palegreyalpha: rgba(208,224,239,0.95);
	--brightorange: #f18f01;
	--prismblue: #215D99;
	--prismyellow: #F8D865;
	--prismred: #C9383A;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

h1 {
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 800;
  font-size: 2rem;
	text-transform: uppercase;
}

h2 {
	font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.1rem;
	font-weight: 800;
  margin: 0.5rem 0;
	text-transform: uppercase;
}

h3 {
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 800;
}

a, a:hover {
  color: var(--prismblue);
  font-weight: 600;
}

a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

img {
	max-width: 100%;
}

em {
	font-size: 1rem;
	font-style: normal;
	font-weight: 800;
	display: block;
	margin: 0.5rem 0;
	text-transform: uppercase;
}

ul {
  display: block; 
  list-style-type: disc; 
  margin-top: 1em;
  margin-bottom: 1 em; 
  margin-left: 0; 
  margin-right: 0; 
  padding-left: 40px;
}

ol {
  display: block; 
  list-style-type: decimal; 
  margin-top: 1em; 
  margin-bottom: 1em; 
  margin-left: 0; 
  margin-right: 0; 
  padding-left: 40px;
}

li ul {
  margin: 0;
}

p {
  margin: 0.5rem 0;
}

.button {
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	font-size: 0.75rem;
	font-weight: 800;
	margin: 1rem 0;
	padding: 1rem;
	text-transform: uppercase;	
}

.container {
	position: relative;
}

.is-primary {
	background-color: var(--prismblue) !important;
}

.heading {
	color: var(--skyblue);
	font-family: 'Nanum Gothic', sans-serif;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0.25rem;
	margin: 2rem 0;
	text-align: center;
	text-transform: uppercase;
}

.small-columns {
  display: flex; 
}

.small-column {
  width: 100%;
}

/* navigation ====================================== */

.link-bar-wrapper {
	background-color: var(--skyblue);
}

.link-bar {
	display: flex;
	justify-content: space-between;
	padding: 0.25rem;
}

.link-bar a {
	color: white;
	font-size: 1rem;
	margin: 0.1rem 0.25rem;
}

.contact-links span {
	display: none;
}

.site-header {
}

.navbar-wrapper {
  background-color: white;
}

.navbar {
  align-items: center;
	border-bottom: 1px solid var(--palegrey);
  height: 70px;
  width 100%;
}

.navbar-brand {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0.5rem 0 0.5rem 1rem;
}

.navbar-logo {
  background-image: url('img/logo-colour.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 70px;
}

.navbar-logo:hover {
  opacity: 1;
}

.navbar-menu {
	text-align: right;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Nanum Gothic', sans-serif;
}

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}

.main-menu .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 2rem;
}

/* page header ================================== */

.page-header {
  align-items: center;
  background-color: var(--skyblue);
  color: white;
  display: flex;
  justify-content: center;
  height: 150px;
  text-align: center;
}

/* footer ======================================= */

.footer {
	background-color: var(--prismblue);
	color: white;
  text-align: center;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu a {
	color: white !important;
	padding: 0;
}

.footer-menu a:hover {
	background: none;
}

.footer .social-links a {
	color: white;
	font-size: 2rem;
	margin: 2rem 0.5rem 2rem 0.5rem;
}

.footer-logo {
	display: block;
	margin: 0 auto 2rem auto;
	width: 150px;
}

.copyright {
  margin-top: 2rem;
}

.newsletter-input {
	background: none;
	background-color: var(--palegreyalpha);
	border: none;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	font-size: 0.75rem;
	font-weight: 800;
	margin: 1rem 0 0 0;
	padding: 0.5rem;
	text-transform: uppercase;	
	width: 100%;
}

/* front page ==================================== */

.bar-heading {
	background-color: var(--skyblue);
	color: white;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 800;
	margin: 0 auto;
	position: relative;
	padding: 0.75rem 2rem;
	text-align: center;
	text-transform: uppercase;
	top: -1rem;
	width: 75%;
	z-index: 1;
}

/* home intro section =========================== */

.intro-section {
  background-size: cover;
  padding: 1rem 1rem 2rem 1rem;
}

.intro-proudly {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
}

.intro-bubble {
	background-color: var(--palegrey);
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	font-size: 0.75rem;
	padding: 1.5rem 2rem;
}

.intro-steps {
  color: var(--brightorange);
  font-size: 0.7rem;
  font-weight: 800;
  margin-top: 1rem;
  text-transform: uppercase;
}

/* home gallery section ========================== */

.gallery-bubble {
  background-color: white;
  padding: 2rem;
}

.slick-list {
  overflow: hidden;
}

.slick-dots {
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots button {
	background: none;
	border: 1px solid var(--skyblue);
	border-radius: 50%;
	font-size: 0;
	margin: 0 0.25rem;
	width: 15px;
	height: 15px;
}

.slick-dots .slick-active button {
	background-color: var(--skyblue);
}

.gallery .slick-slide {
  background-color: red;
	margin: 1rem;
}


/* how it works section ========================= */

.how-it-works-section {
	background-image: url('img/home-how-it-works.jpg');
  background-position: 50% 50%;
	background-size: cover;
	padding: 0 1rem 3rem 1rem;
}

.how-it-works-bubble {
	background-color: white;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	padding: 1.5rem 2rem 0 1.5rem;
}

.how-it-works-items {
	font-size: 1rem;
	margin-top: 1rem;
}

.how-it-works-item {
	background-color: var(--palegreyalpha);
	border: 2px solid white;
	margin: 0 0 0.5rem 0;
	color: white;
	padding: 0.25rem 1rem;
}

.how-it-works-item-heading {
	color: white;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 800;
	font-size: 1.5rem;
	text-transform: uppercase;
}

.how-it-works-item p {
	color: black;
}

/* home products section ======================== */

.home-products-section {
	padding: 0 2rem 4rem 2rem;
  position: relative;
}

.home-products-section .container {
  position: static;  
}

.feature p {
  font-size: 1rem;
  padding: 0 1rem;
  text-align: center;
}

.feature-heading {
	background-size: 50px auto;
	background-position: 50% 0;
	background-repeat: no-repeat;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 800;
	padding-top: 50px;
	text-align: center;
}

.feature-price {
	background-image: url('img/price.svg');
}

.feature-easy {
	background-image: url('img/tools.svg');
}

.feature-proudly {
	background-image: url('img/proudly-blue-orange.png');
	background-size: auto 30px;
}

/* made in canada section ======================= */

.canada-section {
  background-image: url('img/canadian-closet.jpg');
  background-position: 50% 50%;
  background-size: cover;
  padding: 0 1rem 2rem 1rem;
}

.canada-bubble {
  background-color: rgba(255, 255, 255, 0.75);
  font-weight: 800;
  padding: 2rem;
  text-align: center;
}


/* design your closet section ======================================= */

.design-your-closet-section {
	padding: 0rem 1rem 1rem 1rem;
}

.design-your-closet-step {
	display: flex;
	margin: 0.5rem 0;
	padding-right: 1rem;
}

.design-your-closet-step-content {
	padding-right: 1rem;
	text-align: right;
	width: 90%;
}

.design-your-closet-step-content strong {
	font-size: 1.5rem;
	font-weight: 800;
}

.design-your-closet-step-heading {
	font-size: 1.5rem;
	font-weight: 800;
}

.design-your-closet-step-number {
	color: var(--brightorange);
	font-size: 2rem;
	font-weight: 800;
	width: 10%;
}

.step {
	align-items: center;
	display: flex;
	margin: 1rem 0;
	text-align: right;
}

.step-content {
	width: 90%;
}

.step-title {
	font-size: 1.5rem;
	font-weight: 800;
}

.step-number {
	color: var(--brightorange);
	font-size: 2rem;
	font-weight: 800;
	width: 10%;
}

/* promo video section ============================================== */

.promo-video-section {
	padding: 0rem 1rem 1rem 1rem;
}

/* gallery section ================================================== */


/* Symphony page ========== */

.symphony-main {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.symphony-intro {
  background-color: var(--palegreyalpha);
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  padding: 1rem 2rem;
}

.symphony-colours-section {
  background-color: white;
  padding: 2rem 0 0 0;
}

.symphony-steps-section {
  position: relative;
}

.symphony-steps-heading-wrapper {
  left: 0;
  position: absolute;
  top: -1.5rem;
  width: 100%;
}

.symphony-steps-heading-wrapper h2 {
  background-color: var(--skyblue);
  display: block;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  text-align: center;
  width: 75%;
}

.symphony-steps {
}

.symphony-step {
  background-color: var(--brightorange);
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  color: white;
  margin: 1rem 0;
  padding: 1rem;
}

.symphony-video-wrapper {
  background-color: white;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  padding: 1rem;
  text-align: center;
}

/* finishes ========== */

.finishes {
  position: relative;
  margin: 0 auto 1rem auto;
  width: 90%;
}

.finish {
  display: inline-block;
  margin: 1rem;
  vertical-align: top;
}

.finish-content {
}

.finish-icons {
  margin: 0 auto;
  max-width: 500px;
}

.material-icons {
  max-width: unset;
}

.finish-icon {
  display: inline-block;
  height: 48px;
  text-align: center;
}

.finish-icon img {
  height: 100%;
  width: auto;
}

.finishes-arrow {
  background: none;
  border: none;
  font-size: 2rem;
  position: absolute;
  top: 130px;
}

.materials .finishes-arrow {
  top: 200px;
}

.finishes-arrow-left {
  left: -30px;
}

.finishes-arrow-right {
  right: -30px;
}

/* install page ========== */

.install-map-section {
  background-color: var(--palegrey);
  display: none;
}

.install-map {
  margin: 0 auto;
  position: relative;
  width: 700px;
}

.install-point {
  align-items: center;
  display: flex;
  padding: 0.5rem;
  position: absolute;
  white-space: nowrap;
}

.install-point:hover {
  background-color: black;
  opacity: 1;
}

.install-point-circle {
  background-color: white;
  border: 3px solid var(--brightorange);
  border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px;
  z-index: 1;
}

.install-point-text {
  color: white;
  font-weight: 600;
  margin-left: 0.5rem;
  opacity: 0;
  text-shadow: 1px 1px 1px black;
}

.install-point:hover .install-point-text {
  opacity: 1;
}

.install-points-list {
  font-weight: 600;
}

.install-point:hover .install-point-circle {
  background-color: var(--brightorange);
  border-color: white;
  font-size: 1rem;
  transition: 0.5s;
}

.install-point-corner {
  left: 100px;
  top: 50px;
}

.install-point-vertical {
  left: 155px;
  top: 120px;
}

.install-point-adjustable {
  left: 270px;
  top: 90px;
}

.install-point-drawers {
  left: 315px;
  top: 170px;
}

.install-point-top {
  left: 340px;
  top: 35px;
}

.install-point-shoe {
  left: 430px;
  top: 155px;
}

.install-point-rods {
  left: 480px;
  top: 45px;
}

.install-point-accessories {
  top: 135px;
  left: 620px;
}

.install-components {
  font-weight: 600;
}

/* woocommerce ========== */

.woocommerce-breadcrumb {
  padding: 0 0 1rem 0;
}

.woocommerce-product-details__short-description {
  margin-bottom: 2rem;
}

.woocommerce-Tabs-panel table td {
  text-align: center;
}

.woocommerce-Tabs-panel table td:first-of-type {
  text-align: left;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 2rem;
}

.panel {
  box-shadow: unset;
}

/* ================
 * 640px breakpoint 
 * =============== */

@media (min-width: 640px) {

	/* header ======================================================= */

	.contact-links span {
		display: inline-block;
	}

  .navbar-brand {
    position: relative;
  }

  .navbar-logo {
    background-color: white;
    background-position: 50% top;
    background-size: 80%;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    position: absolute;
    height: 150px;
    width: 200px;
    left: 0.7rem;
    top: 0.7rem;
  }

  /* intro ===== */

  .intro-section .container {
    display: flex;
    justify-content: flex-end;
  }

  .intro-bubble {
  }

	/* home products section =========================================== */


  .features {
    display: flex;
  }

  .feature {
    width: 33%;
  }

	.feature-heading {
		background-position: 50% 50%;
		background-size: 100px auto;
		padding-top: 120px;
	}

	/* how it works section =========================================== */

	.how-it-works-items {
    display: flex;  
		margin-top: 3rem;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.how-it-works-item {
		padding: 1rem 2rem 2rem 2rem;
		margin-bottom: 1rem;
		width: 49%;
	}

  .how-it-works-item p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

	.how-it-works-item:first-of-type {
		border-top-left-radius: 25px;
	}

	.how-it-works-item:nth-of-type(2) {
		border-top-right-radius: 25px;
	}

	.how-it-works-item:nth-of-type(3) {
		border-bottom-left-radius: 25px;
	}

	.how-it-works-item:last-of-type {
		border-bottom-right-radius: 25px;
	}
  
  .canada-section {
    height: 25vh;
  }

  /* page header ================================================== */

  .page-header {
    padding: 0 1rem;
    text-align: right;
  }

	/* footer ======================================================= */

  .footer-menu {
    text-align: left;
  }

	.footer-logo {
		margin: 0;
	}

  /* Symphony page ========== */

  .symphony-intro {
    padding: 2rem 3rem;
  }

  /* accessories page ========== */

  .finish-icons {

  }

  .finish-icon {
    height: 64px;
  }


  .finish-container {
    align-items: flex-start;
    display: flex;
  }

  .finish-thumbnail {
    width: 50%;
  }

  .finish-content {
    padding-left: 2rem;
    width: 50%;
  }

}

/* 1024px breakpoint ================================================ */

@media (min-width: 1024px) {


  .main-menu .menu-item {
    margin: 0 0.5rem;
  }

	p {
		font-size: 1.25rem;
    line-height: 2rem;
	}

	.button {
		font-size: 1.25rem;
	}

	.lead {
		font-size: 1.5rem;
	}

	.orange-heading {
		font-size: 1.25rem;
	}

	.main-menu {
		align-items: center;
		display: flex;
		justify-content: center;
		flex-grow: 1;
    margin: 0;
	}

  .main-menu .menu-item {
    position: relative;
  }

  .main-menu .sub-menu {
    background-color: white;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    left: -2.5rem;
    line-height: 2rem;
    top: 2rem;
    padding: 1rem;
    position: absolute;
    text-align: left;
    white-space: nowrap;
  }

	.link-bar .social-links a {
		margin-right: 1rem;
	}

	.link-bar .contact-links i {
		margin-right: 0.25rem;
	}

	.link-bar .site-links {
		display: none;
	}

	/* header ====== */

	.navbar-menu {
		font-size: 0.8rem;
	}

	.navbar-item {
		color: var(--prismblue);
    font-size: 0.65rem;
	}

	.navbar-icons {
		display: flex;
		font-size: 0.75rem;
		text-transform: none;
	}

	.navbar-item i {
		margin-right: 0.25rem;
	}

	.nav-menu {
		padding-left: 2rem;
	}

  /* intro ===== */

  .intro-section {
    height: 600px;
  }

  .intro-section img {
    display: block;
    margin: 0 0 1rem auto;
  }

  .intro-steps {
    font-size: 1.25rem;
    text-align: center;
  }

  /* gallery ===== */

  .gallery-section {
    margin-top: -4rem;
    margin-bottom: 4rem;
  }

  .gallery-bubble {
    border: 1px solid var(--skyblue);
		border-bottom-left-radius: 0;
		border-top-right-radius: 0;
		border-top-left-radius: 50px;
		border-bottom-right-radius: 50px;
    margin: 0 auto;
    max-width: 800px;
  }

	/* about section ===== */

	.home-about-bubble img {
		margin-left: -25px;
		max-width: 846px;
	}

	.home-about-bubble-content {
		bottom: 1rem;
		right: 1rem;
	}

	/* products section ===== */

	.home-products {
		margin-top: 2rem;
		padding: 0 2rem 5rem 2rem;
	}

	/* how it works section ===== */

	.how-it-works-section {
	}

	.how-it-works-item {
		margin-bottom: 2rem;
		width: 48%;
	}

	.home-design {
		padding: 4rem 0;
	}

  /* canada ===== */

  .canada-section {
    height: 550px;
    padding: 0;
  }

  .canada-section .container {
    height: 100%;
    position: relative;
  }

  .canada-bubble {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3rem;
    text-align: left;
    width: 400px;
  }

  /* pages ========== */

  .page-header {
    text-align: center;
  }

  /* install page ========== */

  .install-map-section {
    display: block;
  }

}

/* =================
 * 1216px breakpoint 
 * ================= */

@media (min-width: 1216px) {

	.bar-heading {
		font-size: 1.5rem;
		top: 0;
	}

	.bar-heading-left {
		height: 100%;
		padding: 1rem;
		position: absolute;
		left: 0;
		text-orientation: mixed;
		top: 0;
		width: auto;
		writing-mode: vertical-rl;	
	}

	.bar-heading-hover-left {
		left: 0;
		position: absolute;
		top: -2rem;
		width: 33%;
	}

	.bar-heading-hover-right {
		position: absolute;
		right: 0;
		top: -2rem;
		width: 33%;
	}

  /* header ===== */

  .navbar-item {
    font-size: 1rem;
  }

	/* our products ===== */

  .home-products-section {
    padding: 0;
  }

	.home-products-section .container {
    align-items: center;
    display: flex;
    height: 100%;
		padding: 1rem 0 4rem 4rem;
	}

	/* how it works ===== */

	.how-it-works-section .container {
		align-items: center;
		display: flex;
    justify-content: flex-end;
	}

	.how-it-works-bubble {
		height: auto;
		padding: 2rem 3rem;
		position: relative;
		right: -50px;
		width: 50%;
	}

	.how-it-works-items {
		width: 50%;
	}

	.how-it-works-item {
		border-width: 3px;
	}

	.how-it-works-item:first-of-type {
		padding: 4rem 2rem 2rem 5rem;
		text-align: right;
	}

	.how-it-works-item:nth-of-type(2) {
		padding: 4rem 4rem 2rem 2rem;
	}

	.how-it-works-item:nth-of-type(3) {
		padding: 2rem 2rem 4rem 4rem;
		text-align: right;
	}

	.how-it-works-item:last-of-type {
		padding: 2rem 4rem 4rem 2rem;
	}

  /* footer ===== */
  
  .footer-logo {
  }


}
