/** Shopify CDN: Minification failed

Line 802:0 Expected "*/" to terminate multi-line comment

**/
/*improve normalizing effect*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
*, *:before, *:after {  
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'roboto', sans-serif;
  font-weight: 400;
}

img {
  display: block;
}


.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
a {
  color: inherit;
}

.btn {
  border-radius: .25rem;
  padding: 1rem 1.25rem;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  font-size: 2rem;
}

.btn:hover, .btn:focus {
  background: rgba(0, 0, 0, 0.1);
}

.btn:active {
  position: relative;
  top: .3rem;
  left: .3rem;
  background: rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1280px) {
  .btn {
    font-size: 2.4rem;
  }

  .btn:active {
    position: relative;
    top: .8rem;
    left: .8rem;
  }
}
h1 {
  font-weight: 900;
  margin: 0;
}

h2 {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  margin: 0 0 1.5rem;
}

h3 {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0 0 1rem;
}

h4 {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1;
  margin: 0 0 1rem;
}

p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0 0 1rem;
}

.site-header {
  padding: 2rem;
  text-align: center;
}

#site-logo {
  width: 13.2rem;
  margin: 0 auto;
}

@media only screen and (min-width: 600px) {
  .site-header {
    padding: 3rem;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
  }

  #site-logo {
    margin: 0;
  }
}

.page-nav a {
font-weight: 400;
}

@media only screen and (max-width: 599px) {
  .page-nav {
    display: flex;
  }

  .page-nav a {
    display: block;
    width: 50%;
    padding: 1rem;
    text-align: center;
    font-size: 1.8rem;
    text-decoration: none;
    border-radius: 0 .25rem .25rem 0;
  }

  .page-nav a:first-child {
  }
}
@media only screen and (min-width: 599px) {
  .page-nav {
    position: absolute;
    right: 3rem;
    top: 5.5rem;
    right:0;
    top:0;
    padding: 2rem;
    z-index: 20;
  }
  .page-nav a {
    font-size: 1.75rem;
    margin: 0 0 0 3rem;
    text-decoration: none;
    display: inline-block;
    border-radius: .25rem;
    padding: .5rem 1rem;
  }
  .page-nav a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
}
.home-category-roll {
  padding: 3rem 2rem 20rem;
  position: relative;
  z-index: 10;
  margin: 0;
}

.home-category-roll::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -2;
  height: 100%;
  transform: skewY(-10deg);
  top: -10rem;
  left: 0;
  right: 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}

.home-category-roll::after {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.category-roll-list {
  padding: 2rem 0 0;
}

  .menu li a {
    font-size: 1.8rem;
    margin: 0 0 0 3rem;
    text-decoration: none;
    display: inline-block;
    border-radius: .25rem;
    padding: .5rem 1rem;
    font-weight: 400;
  }
  .menu li a {
    margin: 0;
  }

.service {
  padding: 2rem;
  margin: 0 0 2rem;
}

.feature-text {
  font-size: 1.8rem;
  max-width: 50rem;
  margin: 0 auto 1rem;
}

@media only screen and (min-width: 768px) {
  .home-category-roll {
    text-align: center;
    padding: 3rem 3rem 20rem;
  }

  .home-category-roll::before {
    transform: skewY(-5deg);
  }

  .category-roll-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }

  .service {
    margin: 0 1rem 2rem;
    width: calc(50% - 2rem);
    padding: 3rem;
    text-align: left;
  }

  .service h4 {
    min-height: 4.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .feature-text {
    font-size: 2.2rem;
  }

  .category-roll-list {
    padding: 5rem 0 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .service {
    width: calc(25% - 2rem);
  }

  .category-roll-list {
    padding: 7rem 0 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-feature {
    padding: 4rem 2rem 45rem;
    position: relative;
    overflow: hidden;
  }

  .page-title {
    font-size: 4rem;
    line-height: 1.2;
    margin: 0 0 3rem;
  }

  .home-feature__divider {
    position: absolute;
    left: -10rem;
    right: -10rem;
    height: 40rem;
    bottom: -10rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
    transform: skewY(-3deg);
  }

  .merchroll-home {
    margin: 5rem 0 -40rem auto;
    position: relative;
    z-index: 1;
    max-width: 40rem;
    pointer-events: none;
  }
}
@media only screen and (min-width: 600px) {
  .home-feature {
    padding: 20rem 3rem 45rem;
  }
}
@media only screen and (min-width: 768px) {
  .home-feature {
    display: flex;
    height: 90vh;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    padding: 15rem 3rem 20rem;
  }

  .merchroll-home {
    max-width: 80rem;
    position: absolute;
    left: 40%;
    bottom: 5rem;
    margin: 0;
  }

  .home-feature__divider {
    position: absolute;
    top: -10rem;
    bottom: -10rem;
    width: 100%;
    right: -60%;
    box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.5);
    /*background: #C34793; ********* theme settings*/
    transform: skewX(-15deg);
  }

  .page-title {
    width: 50%;
    font-size: 4.5rem;
    line-height: 1.2;
    margin: 0 0 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home-feature {
    height: calc(100vh + 10rem);
    padding: 15rem 8rem 20rem;
  }

  .page-title {
    font-size: 5rem;
    line-height: 1.1;
    margin: 0 0 3rem;
  }

  .merchroll-home {
    left: 45%;
  }
}
@media only screen and (min-width: 1280px) {
  .home-feature {
    padding: 15rem 20rem 20rem;
  }

  .page-title {
    font-size: 5rem;
    margin: 0 0 4rem;
  }

  .merchroll-home {
    left: 47%;
    max-width: 90rem;
  }
}
@media only screen and (min-width: 1500px) {
  .home-feature {
    padding: 15rem 25rem 20rem;
  }

  .page-title {
    font-size: 6rem;
    margin: 0 0 4rem;
  }
}
/*@media only screen and (min-width: 1800px) {
  .home-feature {
    padding: 15rem 30rem 20rem;
  }

  .page-title {
    font-size: 6rem;
    margin: 0 0 4rem;
  }
}
.drop-shadow-text {
  text-shadow: 1px 1px 0 #3773B9,2px 2px 0 #3773B9,3px 3px 0 #3773B9,4px 4px 0 #3773B9,5px 5px 0 #3773B9,6px 6px 0 #3773B9,7px 7px 0 #3773B9,8px 8px 0 #3773B9,9px 9px 0 #3773B9,10px 10px 0 #3773B9;
}

.drop-shadow {
  box-shadow: 1px 1px 0 #3773B9,2px 2px 0 #3773B9,3px 3px 0 #3773B9,4px 4px 0 #3773B9,5px 5px 0 #3773B9,6px 6px 0 #3773B9,7px 7px 0 #3773B9,8px 8px 0 #3773B9,9px 9px 0 #3773B9,10px 10px 0 #3773B9;
}

@media only screen and (min-width: 1280px) {
  .drop-shadow-text {
    text-shadow: 1px 1px 0 #3773B9,2px 2px 0 #3773B9,3px 3px 0 #3773B9,4px 4px 0 #3773B9,5px 5px 0 #3773B9,6px 6px 0 #3773B9,7px 7px 0 #3773B9,8px 8px 0 #3773B9,9px 9px 0 #3773B9,10px 10px 0 #3773B9,11px 11px 0 #3773B9,12px 12px 0 #3773B9,13px 13px 0 #3773B9,14px 14px 0 #3773B9,15px 15px 0 #3773B9;
  }

  .drop-shadow {
    box-shadow: 1px 1px 0 #3773B9,2px 2px 0 #3773B9,3px 3px 0 #3773B9,4px 4px 0 #3773B9,5px 5px 0 #3773B9,6px 6px 0 #3773B9,7px 7px 0 #3773B9,8px 8px 0 #3773B9,9px 9px 0 #3773B9,10px 10px 0 #3773B9,11px 11px 0 #3773B9,12px 12px 0 #3773B9,13px 13px 0 #3773B9,14px 14px 0 #3773B9,15px 15px 0 #3773B9;
  }
}*/

/*confiigure wedge color in theme settings */

.pink-wedge {
  height: 10rem;
  position: relative;
  z-index: 10;
  margin: 0;
  text-align: center;
}


.pink-wedge::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -2;
  height: 200%;
  transform: skewY(6deg);
  top: -5rem;
  left: 0;
  right: 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}

.pink-wedge::after {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  /*background: #C34793;*** theme settings *********/
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

  /*configure background in theme settings*/
.contact-slice {
  padding: 3rem 2rem 10rem;
  position: relative;
  z-index: 10;
  margin: 0;
  text-align: center;
}

  /*configure background in theme settings*/
.contact-slice::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -2;
  height: 100%;
  transform: skewY(-10deg);
  top: -10rem;
  left: 0;
  right: 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
}

  /*configure background in theme settings*/
.contact-slice::after {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.email {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0 0 5rem;
}

.email a {
  text-decoration: none;
}

.telephone {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}

.telephone a, .email a {
  text-decoration: none;
}

.telephone a:active, .email a:active {
  position: relative;
  left: .3rem;
  top: .3rem;
  text-shadow: 1px 1px 0 #3773B9,2px 2px 0 #3773B9,3px 3px 0 #3773B9,4px 4px 0 #3773B9,5px 5px 0 #3773B9,6px 6px 0 #3773B9,7px 7px 0 #3773B9;
}

@media only screen and (min-width: 1024px) {
  .telephone, .email {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .contact-slice::before {
    transform: skewY(-6deg);
  }

  .telephone a:hover, .email a:hover {
    color: #dcdcdc;
  }

  .telephone a:active, .email a:active {
    position: relative;
    left: .8rem;
    top: .8rem;
  }
}



/* Menu styles */

.menu-wrap {
	position: fixed;
	top: 0;
	height: 100%;
	width: 280px;
	margin-left: -280px;
	overflow: auto;
	transition: .25s;
	z-index: 15;
}

.menu-logo {
width: 8.15rem;
padding: 1em;
margin: 2em 0 0 3.75em;
}

.menu-show {
    margin-left: 0;
   box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

.menu-sidebar {
	/*margin: 75px 0 80px 10px;*/
	position: relative;
	/*top: 70px;*/
}



.menu ul {
  display: block;
}

#shopify-section-header > div > div > ul  {
padding: 1em 3.75em;
}

.menu-sidebar li {
	padding: 15px 20px;
}

.menu li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
    padding: 1rem 0rem;
}

.menu-sidebar li a {
	position: relative;
	text-decoration: none;
}
.menu-sidebar li > a::after {
	content: "";
	display: block;
	height: 0.15em;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	/*transform: translate(-50%);
	background-image: linear-gradient(to right, transparent 50.3%, #FFFA3B 50.3%);
	transition: background-position .2s .1s ease-out;*/
	background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
	background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
	position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none;
}

.sub-menu ul {
padding-top: 1rem;
} 

.sidebar-menu-arrow span {
padding: 0 1rem;
}
.sidebar-menu-arrow::after {
	content: "\f107";
	font-family: 'FontAwesome';
	padding: 10px;
	color: #FFFA3B;
	position: relative;
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff;
}
.sidebar-menu-arrow:active::after {
	top: 2px;
}

.close-icon {
position: absolute; 
right: 3.75em; 
top: 2em;
z-index: 20; 
padding: 1rem; 
border-radius: .25rem;
}


Hamburger Button

.toggle-button {
	position: fixed;
	width: 44px;
	height: 40px;
	top: 50px;
	left: 20px;
	padding: 4px;
	transition: .25s;
	z-index: 16;
}
.toggle-button:hover {
	cursor: pointer;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 80%;
	transition: .5s;
}

.toggle-button .menu-bar-top {
	border: 4px solid #555;
	border-bottom: none;
	top: 0;
}

.toggle-button .menu-bar-middle {
	height: 4px;
	background-color: #555;
	margin-top: 7px;
	margin-bottom: 7px;
	top: 4px;
}

.toggle-button .menu-bar-bottom {
	border: 4px solid #555;
	border-top: none;
	top: 22px;
}

.button-open {
	left: 25px;
}
.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(8px, 8px);
	transition: .5s;
}

.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}

.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(7px, -7px);
	transition: .5s;
}
Text Block 
.wrapper {
	width: 40%;
	margin: 100px auto 0;
	color: #83828D;
}
.wrapper .text {
	padding: 30px;
}
.wrapper .text .heading {
	margin-bottom: 40px;
	font-size: 2em;
}
.wrapper .text p {
	line-height: 1.6em;
}
.wrapper .text .buttons {
	margin-top: 40px;
}
Buttons 
.wrapper .buttons .button {
	display: inline-block;
	margin-right: 20px;
	padding: 20px 25px;
	border-radius: 2em;
	background-color: #70CE64;
	color: #fff;
	font-size: .9em;
	font-weight: 700;
	transition: background-color .3s;
}
.wrapper .buttons .button-secondary {
	background-color: #FF6746;
}
.wrapper .buttons .button-primary:hover {
	background-color: #84D07A;
}
.wrapper .buttons .button-secondary:hover {
	background-color: #FF7D60;
}
Active state for the buttons
.wrapper .buttons .button-primary:active {
	background-color: #70CE64;
}
.wrapper .buttons .button-secondary:active {
	background-color: #FF6746;
}

Icons
.wrapper .buttons .button span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
.wrapper .buttons .button span::after {
	position: absolute;
	font-family: "FontAwesome";
	right: -3px;
	font-size: 14px;
	top: 0;
	transition: top .3s, right .3s;
}
.wrapper .buttons .button-primary span::after {
	content: "\f019";
}
.wrapper .buttons .button-secondary span::after {
	content: "\f178";
}*/
/*Slight icons animation
.wrapper .buttons .button-primary:hover span::after {
	top: 4px;
}
.wrapper .buttons .button-secondary:hover span::after {
	right: -6px;
}













