/*
Theme Name: eCommerce
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecommerce
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

eCommerce is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: white;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #54465e;
	font-family: 'Noto Sans',Arial,Verdana,sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: bold;
}

p {
	margin-bottom: 1.5em;
	font-size: 0.9em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	display: block;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	  display: block;
	  font-family: inherit;
	  font-size: 16px;
	  background: #A892B6;
	  color: white;
	  text-decoration: none;
	  padding: 0.5em 0.5em;
	  border-radius: 0.3em;
	/*border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;*/
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8); */
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	/* font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;*/
	/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
	font-family: 'Dancing Script', cursive;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #867592;
	/*border-color: #ccc #bbb #aaa;*/
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/ 
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	/*box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/




/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.w-col.nav {
	float: none;
	margin-bottom: 0;
}

.main-navigation {
	/* clear: both; */
	/* display: block; */
	/* width: 100%; */
	/* background-color: #867592; */
	/* position: relative; */
}

.main-navigation:before {
	top: -6px;
	height: 6px;
	/* position: absolute; */
	/* content: ''; */
	display: block;
	/* width: 100%; */
	/* background-image: url('images/bubble_border_dark.png'); */
}




.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: block;
	text-align: center;
	width: 100%;
}

.main-navigation li {
	display: inline-block;
	font-size: 0.9em;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	padding: 0 1em 0 1em;
}

.main-navigation li.secondary_li {
	display: none;
}

.main-navigation a,
.home .mini-header .main-navigation a:visited,
.home .mini-header .main-navigation a{
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 1.8;
	font-weight: 300;
	text-transform: uppercase;
}

.main-navigation a:hover {
	color: #FFF;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-content {
	/* padding-bottom: 2em; */
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery_cover_image {
	width: 100%;
	height: auto;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.container_12 {
}

/*--------------------------------------------------------------
Grid System
--------------------------------------------------------------*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.w-container {
  max-width: 980px;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  /* padding-left: 0; */
  /* padding-right: 0; */
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-col-push-1 {
  left: 8.33333333%;
}
.w-col-push-2 {
  left: 16.66666667%;
}
.w-col-push-3 {
  left: 25%;
}
.w-col-push-4 {
  left: 33.33333333%;
}
.w-col-push-5 {
  left: 41.66666667%;
}
.w-col-push-6 {
  left: 50%;
}
.w-col-push-7 {
  left: 58.33333333%;
}
.w-col-push-8 {
  left: 66.66666667%;
}
.w-col-push-9 {
  left: 75%;
}
.w-col-push-10 {
  left: 83.33333333%;
}
.w-col-push-11 {
  left: 91.66666667%;
}
.w-col-pull-1 {
  right: 8.33333333%;
}
.w-col-pull-2 {
  right: 16.66666667%;
}
.w-col-pull-3 {
  right: 25%;
}
.w-col-pull-4 {
  right: 33.33333333%;
}
.w-col-pull-5 {
  right: 41.66666667%;
}
.w-col-pull-6 {
  right: 50%;
}
.w-col-pull-7 {
  right: 58.33333333%;
}
.w-col-pull-8 {
  right: 66.66666667%;
}
.w-col-pull-9 {
  right: 75%;
}
.w-col-pull-10 {
  right: 83.33333333%;
}
.w-col-pull-11 {
  right: 91.66666667%;
}
.w-col-offset-1 {
  margin-left: 8.33333333%;
}
.w-col-offset-2 {
  margin-left: 16.66666667%;
}
.w-col-offset-3 {
  margin-left: 25%;
}
.w-col-offset-4 {
  margin-left: 33.33333333%;
}
.w-col-offset-5 {
  margin-left: 41.66666667%;
}
.w-col-offset-6 {
  margin-left: 50%;
}
.w-col-offset-7 {
  margin-left: 58.33333333%;
}
.w-col-offset-8 {
  margin-left: 66.66666667%;
}
.w-col-offset-9 {
  margin-left: 75%;
}
.w-col-offset-10 {
  margin-left: 83.33333333%;
}
.w-col-offset-11 {
  margin-left: 91.66666667%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-medium-push-1 {
    left: 8.33333333%;
  }
  .w-col-medium-push-2 {
    left: 16.66666667%;
  }
  .w-col-medium-push-3 {
    left: 25%;
  }
  .w-col-medium-push-4 {
    left: 33.33333333%;
  }
  .w-col-medium-push-5 {
    left: 41.66666667%;
  }
  .w-col-medium-push-6 {
    left: 50%;
  }
  .w-col-medium-push-7 {
    left: 58.33333333%;
  }
  .w-col-medium-push-8 {
    left: 66.66666667%;
  }
  .w-col-medium-push-9 {
    left: 75%;
  }
  .w-col-medium-push-10 {
    left: 83.33333333%;
  }
  .w-col-medium-push-11 {
    left: 91.66666667%;
  }
  .w-col-medium-pull-1 {
    right: 8.33333333%;
  }
  .w-col-medium-pull-2 {
    right: 16.66666667%;
  }
  .w-col-medium-pull-3 {
    right: 25%;
  }
  .w-col-medium-pull-4 {
    right: 33.33333333%;
  }
  .w-col-medium-pull-5 {
    right: 41.66666667%;
  }
  .w-col-medium-pull-6 {
    right: 50%;
  }
  .w-col-medium-pull-7 {
    right: 58.33333333%;
  }
  .w-col-medium-pull-8 {
    right: 66.66666667%;
  }
  .w-col-medium-pull-9 {
    right: 75%;
  }
  .w-col-medium-pull-10 {
    right: 83.33333333%;
  }
  .w-col-medium-pull-11 {
    right: 91.66666667%;
  }
  .w-col-medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .w-col-medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .w-col-medium-offset-3 {
    margin-left: 25%;
  }
  .w-col-medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .w-col-medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .w-col-medium-offset-6 {
    margin-left: 50%;
  }
  .w-col-medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .w-col-medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .w-col-medium-offset-9 {
    margin-left: 75%;
  }
  .w-col-medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .w-col-medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
  .w-col-small-push-1 {
    left: 8.33333333%;
  }
  .w-col-small-push-2 {
    left: 16.66666667%;
  }
  .w-col-small-push-3 {
    left: 25%;
  }
  .w-col-small-push-4 {
    left: 33.33333333%;
  }
  .w-col-small-push-5 {
    left: 41.66666667%;
  }
  .w-col-small-push-6 {
    left: 50%;
  }
  .w-col-small-push-7 {
    left: 58.33333333%;
  }
  .w-col-small-push-8 {
    left: 66.66666667%;
  }
  .w-col-small-push-9 {
    left: 75%;
  }
  .w-col-small-push-10 {
    left: 83.33333333%;
  }
  .w-col-small-push-11 {
    left: 91.66666667%;
  }
  .w-col-small-pull-1 {
    right: 8.33333333%;
  }
  .w-col-small-pull-2 {
    right: 16.66666667%;
  }
  .w-col-small-pull-3 {
    right: 25%;
  }
  .w-col-small-pull-4 {
    right: 33.33333333%;
  }
  .w-col-small-pull-5 {
    right: 41.66666667%;
  }
  .w-col-small-pull-6 {
    right: 50%;
  }
  .w-col-small-pull-7 {
    right: 58.33333333%;
  }
  .w-col-small-pull-8 {
    right: 66.66666667%;
  }
  .w-col-small-pull-9 {
    right: 75%;
  }
  .w-col-small-pull-10 {
    right: 83.33333333%;
  }
  .w-col-small-pull-11 {
    right: 91.66666667%;
  }
  .w-col-small-offset-1 {
    margin-left: 8.33333333%;
  }
  .w-col-small-offset-2 {
    margin-left: 16.66666667%;
  }
  .w-col-small-offset-3 {
    margin-left: 25%;
  }
  .w-col-small-offset-4 {
    margin-left: 33.33333333%;
  }
  .w-col-small-offset-5 {
    margin-left: 41.66666667%;
  }
  .w-col-small-offset-6 {
    margin-left: 50%;
  }
  .w-col-small-offset-7 {
    margin-left: 58.33333333%;
  }
  .w-col-small-offset-8 {
    margin-left: 66.66666667%;
  }
  .w-col-small-offset-9 {
    margin-left: 75%;
  }
  .w-col-small-offset-10 {
    margin-left: 83.33333333%;
  }
  .w-col-small-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
  .w-col-tiny-push-1 {
    left: 8.33333333%;
  }
  .w-col-tiny-push-2 {
    left: 16.66666667%;
  }
  .w-col-tiny-push-3 {
    left: 25%;
  }
  .w-col-tiny-push-4 {
    left: 33.33333333%;
  }
  .w-col-tiny-push-5 {
    left: 41.66666667%;
  }
  .w-col-tiny-push-6 {
    left: 50%;
  }
  .w-col-tiny-push-7 {
    left: 58.33333333%;
  }
  .w-col-tiny-push-8 {
    left: 66.66666667%;
  }
  .w-col-tiny-push-9 {
    left: 75%;
  }
  .w-col-tiny-push-10 {
    left: 83.33333333%;
  }
  .w-col-tiny-push-11 {
    left: 91.66666667%;
  }
  .w-col-tiny-pull-1 {
    right: 8.33333333%;
  }
  .w-col-tiny-pull-2 {
    right: 16.66666667%;
  }
  .w-col-tiny-pull-3 {
    right: 25%;
  }
  .w-col-tiny-pull-4 {
    right: 33.33333333%;
  }
  .w-col-tiny-pull-5 {
    right: 41.66666667%;
  }
  .w-col-tiny-pull-6 {
    right: 50%;
  }
  .w-col-tiny-pull-7 {
    right: 58.33333333%;
  }
  .w-col-tiny-pull-8 {
    right: 66.66666667%;
  }
  .w-col-tiny-pull-9 {
    right: 75%;
  }
  .w-col-tiny-pull-10 {
    right: 83.33333333%;
  }
  .w-col-tiny-pull-11 {
    right: 91.66666667%;
  }
  .w-col-tiny-offset-1 {
    margin-left: 8.33333333%;
  }
  .w-col-tiny-offset-2 {
    margin-left: 16.66666667%;
  }
  .w-col-tiny-offset-3 {
    margin-left: 25%;
  }
  .w-col-tiny-offset-4 {
    margin-left: 33.33333333%;
  }
  .w-col-tiny-offset-5 {
    margin-left: 41.66666667%;
  }
  .w-col-tiny-offset-6 {
    margin-left: 50%;
  }
  .w-col-tiny-offset-7 {
    margin-left: 58.33333333%;
  }
  .w-col-tiny-offset-8 {
    margin-left: 66.66666667%;
  }
  .w-col-tiny-offset-9 {
    margin-left: 75%;
  }
  .w-col-tiny-offset-10 {
    margin-left: 83.33333333%;
  }
  .w-col-tiny-offset-11 {
    margin-left: 91.66666667%;
  }
}

/*--------------------------------------------------------------
Site Styles
--------------------------------------------------------------*/

h1.entry-title {font-size: 42px;/* color: #867592; */margin-bottom: 0.5em;font-family: 'Dancing Script', cursive;}
h2 {color: #94bfca; font-size: 22px; margin-bottom: 1em; font-family: 'Dancing Script', cursive;}
h3 {color: #867592; margin-bottom: 1em; font-weight: bold;}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

/* Site Branding */
.site-title {
}

span.site-description {
	float: right;
	margin-top: 0.5em;
	
	text-align: right;
	clear: right;
	
}

.sd-top {
	font-family: 'Dancing Script', cursive;
	display: block;
	font-size: 32px;
	color: #43B7AE;
}

.sd-bottom {
	display: block;
	color: #888;
}

/* Secondary Nav */ 
.secondary-navigation {
}
.secondary-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
}

.secondary-navigation ul li {
	display: inline-block;
}

.secondary-navigation ul li a {
	font-size: 0.75em;
	font-family: 'Noto Sans', Arial, Verdana, sans-serif;
	display: inline-block;
	padding: 01em 15px;
	text-decoration: none;
	font-weight: 600!important;
	color: #888;
}

.secondary-navigation ul li a:hover {
	color: #f4e4ff;
}

.secondary-navigation ul li:before {
	content: "\f111";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	vertical-align: middle;
	font-size: 0.25em;
    color: #E0E0E0;
}

.secondary-navigation ul li:first-child:before {
	content: "";
}

.secondary-navigation ul li:last-child a {
	padding-right: 0;
}

/*
.secondary-navigation ul:after {
  content: url('images/pointer.png');
  z-index: 100;
  position: relative;
  top: -1px;
  right: -104px;
}
*/


/* Basket */
#cart-head {width: 100%; height: 39px; }

/* Main Nav */
.nav {margin-bottom: 1em; padding: 0;}

header#masthead {
	/*
	-webkit-box-shadow: 0px 8px 1px 0px rgba(218, 218, 218, 0.3);
	-moz-box-shadow:    0px 8px 1px 0px rgba(140, 140, 140, 0.3);
	box-shadow:         0px 8px 1px 0px rgba(140, 140, 140, 0.3);
	*/
	z-index: 100;
}

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
/*-------------Slider-------------*/

.hero_section {
	padding: 0;
}


.slide {
	overflow: hidden;
	opacity: 0.15;
	position: relative;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slide.slick-center {
	opacity: 1;
}

.slider_image {
	position: relative;
	width: 100%;
	height: auto;
}

.slide_content {
	display: inline-block;
	position: absolute;
	top: 40px;
}

.slide_headline {
	display: inline-block;
	background-color: white;
	line-height: 1.5;
	color: #333;
	font-size: 1.5rem;
	padding: 0.5rem 10px 0.5rem 20px;
	position: relative;
	z-index: 10;
	margin-left: -20px;
	-webkit-transition: all 0.5s ease-out 0.3s;
	-moz-transition: all 0.5s ease-out 0.3s;
	-ms-transition: all 0.5s ease-out 0.3s;
	-o-transition: all 0.5s ease-out 0.3s;
	transition: all 0.5s ease-out 0.3s;
	opacity: 0;
}

.slide_headline:after {
	content: "";
	width: 30px;
	height: 100%;
	background: url("img/angle.png") no-repeat;
	background-size: auto 100%;
	top: 0;
	left: 100%;
	position: absolute;
	display: inline-block;
	z-index: 10;
}

.slide_cta:after {
	content: "";
	width: 30px;
	height: 100%;
	background: url("img/arrow.png") no-repeat;
	background-size: auto 100%;
	top: 0;
	left: 100%;
	position: absolute;
	display: inline-block;
	z-index: 10;
}

.slide_cta {
	display: inline-block;
	background-color: #FFCB43;
	color: #00004F;
	line-height: 1.5;
	font-size: 1.5rem;
	padding: 0.5rem 10px 0.5rem 50px;
	position: relative;
	text-decoration: none;
	left: -30px;
	opacity: 0;
	-webkit-transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
	-moz-transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
	-ms-transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
	-o-transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
	transition: transform 0.5s ease-out 0.75s, opacity 0.5s ease-out 0.75s, margin 0.3s ease;
}

.slide_cta:hover {
	margin-left: 10px;
	background-color: #FFC11E;
}

.slide_cta:hover:after {
	background-image: url("img/arrow_yellow_dark.png");
}

.slick-current .slide_headline, .slick-current .slide_cta {
	-moz-transform: translateX(20px);
	-webkit-transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	opacity: 1;
}

.slick-slider {
    margin-bottom: 0px !important;
}


button.slick-arrow {
	background-color: #43B7AE;
	border: none;
    box-shadow: none;
    color: white;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 0;
    line-height: 1;
    height: 48px;
    width: 48px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -30px;
    cursor: pointer;
    outline: none;
}

.slick-next {
	right: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.slick-prev {
	left: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	/* outline: none; */
	/* background-color: #764164; */
	/* color: transparent; */
}

.slick-prev:before, .slick-next:before {
	font-family: FontAwesome;
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
	content: "";
}

.slick-next:before {
	content: "";
}

h1.slide-heading {
  font-size: 22px;
  color: #867592;
  margin-bottom: 0.25em;
  font-family: 'Dancing Script', cursive;
  line-height: 1.25;
}
.slide-text p {
  margin-bottom: 0.5em;
}
.slide-text {
	opacity: 0;
	position: absolute;
	display: block;
	padding: 1em;
	right: 20px;
	top: 20px;
	background-color: rgba(255,255,255,0.85);
	width: 100%;
	max-width: 250px;
	transition: 1s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.slick-slide.slick-active .slide-text {
	opacity: 1;
}

a.cta.slide-ct {
  display: inline-block;
  font-family: inherit;
  font-family: 'Dancing Script', cursive;
  font-size: 16px;
  background: #43B7AE;
  color: white;
  text-decoration: none;
  padding: 0.5em 0.7em;
  border-radius: 0.3em;
}
a.cta.slide-ct:hover {
  background: #764164;
}
/*
.align-left {background-color: rgba(255,255,255,0.7); max-width: 250px; left:0px; height:100%; }
.align-right {background-color: rgba(255,255,255,0.7); max-width: 250px; right:0px; height:100%;}
.align-bottom {background-color: rgba(255,255,255,0.7); width: 100%; }
*/
.slick-slider {
}
.slick-slider {
  margin-bottom: 0 !important;
}



div.frills {
	height: 6px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	background-image: url('images/bubble_border.png');
}

div.bottom_bubble_border {
	height: 10px;
	/* width: 100%; */
	/* display: block; */
	/* position: absolute; */
	/* top: 0; */
	/* background-image: url('images/bubble_border_bottom.png'); */
}

.slick-prev, .slick-next {

}

/*--------------------------------------------------------------
Page Content
--------------------------------------------------------------*/
#content {background: white;}
.entry-header {margin-top: 0;}
.quote {min-height: 30em; margin-top: 1em;}
.w-col.w-col-4.quote {padding: 0 1em;}
.home-main {
	padding-top: 2em;
}
.home-content {/*border-right: 4px dotted lightgrey;*/ padding-right: 1em;}
.w-col.w-col-8.home-content {padding: 0 1em;}
.section {margin-top: 1.5em;}
.category img {margin-bottom: 1em; border-radius: 0.3em;}
.w-col.w-col-4.category {padding: 1em;}
.cat-selection {margin-top: 1.5em}
.cat-selection a {font-family: inherit; font-family: 'Dancing Script', cursive; font-size: 16px; background: #43B7AE; color: white; text-decoration: none; padding: 0.5em 0.7em; border-radius: 0.3em;}

.photo-gallery {
  /* display: inline-block; */
  /* padding: 1em; */
  /* background-color: #43B7AE; */
  /* border-radius: 0.3em; */
  /* height: 460px; */
  overflow: hidden;
}
.photo-gallery:hover {
	/* background-color: #764164; */
}
.gallery-text {
  display: inline-block;
  font-family: inherit;
  font-family: 'Dancing Script', cursive;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
  margin: 0px 10px;
  vertical-align: middle;
}
i.fa.fa-picture-o {
  font-size: 45px;
  line-height: 40px;
  vertical-align: middle;
  color: #fff;
}

#rosette {
	background-image: url('images/rosette.png');
	width: 200px;
	height: 200px;
	display: table;
	margin: auto;
	background-size: cover;
	padding: 0 30px;
	text-align: center;
	position: relative;
	z-index: 2;
}

#rosette h2{
	display: table-cell;
	vertical-align: middle;
	color: white;
}

.bird_wrapper {
	text-align: center;
	margin-top: -76px;
	margin-bottom: 1.5rem;
}

.bird_container {
	margin: auto;
	display: inline-block;
	position: relative;
}

.sign {
	font-size: 1.125em;
	min-width: 120px;
    position: absolute;
    padding: 5px 0;
    top: 72%;
    left: -14%;
    z-index: 2;
    -webkit-animation: swing 3s infinite ease-in-out;
    -moz-animation: swing 3s infinite ease-in-out;
    animation: swing 3s infinite ease-in-out;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    outline: 1px solid transparent;
    background-color: white;
}


.sign:before {
    content: url('images/string.png');
    position: absolute;
    margin-top: -25px;
    left: 50%;
    margin-left: -30px;
}

@-webkit-keyframes swing {
    0%{-webkit-transform:rotate(-3deg)}
    50%{-webkit-transform:rotate(3deg)}
    100%{-webkit-transform:rotate(-3deg)}
}

@-moz-keyframes swing {
    0%{-moz-transform:rotate(-3deg)}
    50%{-moz-transform:rotate(3deg)}
    100%{-moz-transform:rotate(-3deg)}
}

@keyframes swing {
    0%{transform:rotate(-3deg)}
    50%{transform:rotate(3deg)}
    100%{transform:rotate(-3deg)}
}

#quote_text {
	background-color: #f5f5f5;
	padding: 20px;
	text-align: center;
	border-radius: 0.3em;
	color: #867592;
	margin-top: 40px;
}

#quote_text a {
	display: block;
	font-family: inherit;
	font-family: 'Dancing Script', cursive;
	font-size: 18px;
	background: #43B7AE;
	color: white;
	text-decoration: none;
	padding: 0.5em 0.7em;
	border-radius: 0.3em;
	margin-top: 1em;
}

#quote_text a:hover, .cat-selection a:hover {
	background: #764164;
}

hr.home_separator {
	border-bottom: 3px dotted lightgrey;
	height: 3px;
	width: 100%;
	display: block;
	background-color: transparent;
	margin-top: 2em;
	float: left;
}

.or_divide {
	margin: 2em 0;
	display: block;
}
span.or {
	display: block;
	width: 40px;
	margin: auto;
	position: relative;
	padding: 0 10px;
	margin-top: -2.75em;
	background-color: #f5f5f5;
	margin-bottom: 1em;
	color: #999999;
}

/*---- testimonials page ----*/
.testimonial_text {
    padding-left: 1.5rem;
}
.testimonial_text p {
    margin-bottom: 0.5rem;
}
.testimonial_text span {
	font-weight: bold;
}
.testimonial_no_image {
    background-color: #f7f7f7;
    padding: 2rem 1rem;
    opacity: 0.5;
}

/*---- Packages-----*/
.package_text ul {
    margin: 0;
    padding-left: 2rem;
    position: relative;
}
.package_text li {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    position: relative;
}
.package_text {
    padding-left: 1.5rem;
}
.package_text p {
    margin-bottom: 0.5rem;
}
.package_text h2 {
    font-size: 32px;
    margin-bottom: 0;
}
.package_text a, .tuk_tuk_hire {
    font-weight: bold;
    display: inline-block;
    font-family: inherit;
    font-family: 'Dancing Script', cursive;
    font-size: 18px;
    background: #43B7AE;
    color: white;
    text-decoration: none;
    padding: 0.5em 0.7em;
    border-radius: 0.3em;
    margin-top: 0.5em;
}
.tuk_tuk_hire:visited {
    color: white;
} 
.package_text li:before {
    content: "\f1db";
    font-family: FontAwesome;
    padding-right: 1rem;
    color: #867592;
    font-size: 7px;
    position: absolute;
    left: -20px;
    top: 5px;
}
.package_text span {
    font-size: 1.25em;
    margin-bottom: 0.5em;
    line-height: 1;
    color: #888;
    display: block;
}
/*----Contact Page-----*/

#quote_text .contact_link {
	background-color: transparent;
	font-family: 'Noto Sans',Arial,Verdana,sans-serif;
	font-weight: bold;
	color: #2e8673;
	margin-bottom: 0.75em;
	margin-top: 0;
	display: block;
	font-size: 14px;
}

#quote_text .contact_link:hover {
	background-color: #ccc;
}

#quote_text.contact_side_box {
	margin-top: -6rem;
	padding-top: 8rem;
}

.address {
	font-weight: bold;
	color: #2e8673;
	display: block;
	font-size: 14px;
	padding: 0.5em;
}

label {
	color: #94bfca;
	display: block;
	font-weight: bold;
}

.wpcf7-form-control-wrap {
	padding: 0;
}

.wpcf7 input, .wpcf7 select {
	line-height: 2;
}

/*--------------------------------------------------------------
Product Page Override styles
--------------------------------------------------------------*/
.w-list-unstyled {list-style: none; margin: 0;}
.w-list-unstyled li {background-color: #94bfca; padding: 0.5em; color: white;}
.w-list-unstyled li a, .w-list-unstyled li a:visited {font-family: 'Noto Sans',Arial,Verdana,sans-serif; text-decoration: none; color: white; font-size: 14px; padding: 0 !important;}

.p-thumbs {font-size: 0.7em;}
.p-thumbs a {color: #867592;}

.listing-productdata {min-height: 100px;}
.listing-product-submit {display: inline-block;}
.listing-product-quantity {display: inline-block;}

.emaincontent.categoryemaincontent h1 {
	margin-bottom: 1em;
}

img#products_title {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.product_menu {
	padding: 30px 0 20px;
	background-color: #f5f5f5;
	margin-top: -20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.product_menu .subcatmenu {
	padding: 0;
	margin: 0;
}

.product_menu li {
	background-color: #f5f5f5;
	display: block;
	padding: 0;
	margin-bottom: 1.2rem;
}

.product_menu li a, .product_menu li a:visited, .subcatmenu a:link, .subcatmenu a:visited {
	display: block;
	line-height: 2rem !important;
	padding: 0 20px !important;
	color: #867592!important;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#colophon {/*background: url(images/background_1.png)*/; background-color: #867592; min-height: 3em; position: relative; padding: 3em 0 2em; color: white;}

#colophon p {
	font-size: 14px;
}

#colophon a, #colophon a:visited {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}

#colophon p.footer_links {
	font-size: 0.875em;
}
.site-info {font-size: 12px; text-align: right;}
.footer-cont {
	font-size: 11px;
	background-color: #867592;
  	padding: 1em;
  	border-radius: 0.3em;
  	margin-bottom: 1em;
}
#footer-social {float: right; margin-top: 11px;}
#footer-social a {width: 32px; height: 19px; display: block; float: left; margin-left: 6px;}
#footer-social a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#footer-social a:nth-child(2) {background-position: 20px 0px;}
#footer-social a:nth-child(3) {background-position: 41px 0px;}
#footer-social a:nth-child(4) {background-position: 63px 0px;}

ul#menu-footer-menu, ul#menu-footer-right-menu {
  font-size: 1.1em;
  margin-left: 0;
}
#menu-footer-menu li a {
  color: #fff !important;
}

/* Quote Tab */
.myquote-tab {margin: 250px 0 0; cursor: pointer;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


.home .myquote-tab {
	margin-top: 500px;
}

.myquote {background-color: #A892B6; z-index: 99999; height: 100%; width: 280px; color: #fff; font-size: 14px;}
.myquote-basket {border: 1px dashed white; padding: 10px; margin: 10px;}
div.myquote.open p {
	line-height: 1.5 !important;
}

.myquote-basket a {
	color: white;
}

.quote-summary {
	border-top: 1px solid #b9a8c5;
	padding-top: 20px;
	overflow-y: auto;
	max-height:65vh;
}

.quote-product-qty {
	width: 20%;
	display: block;
	float: left;
}

.quote-product-name {
	width: 60%;
	display: block;
	float: left;
}

.quote-product-del {
	width: 20%;
	display: block;
	float: left;
}

.quote-product-headings {
	font-weight: bold;
	padding-bottom: 0.5em;
}

.quote-summary h4 {
  font-size: 1.4em;
  margin-bottom: 0.75em;
  font-family: inherit;
  font-family: 'Dancing Script', cursive;
}

.quote-product {
	padding-bottom: 20px;
}
/*--------------------------------------------------------------
E
--------------------------------------------------------------*/
/* menu styles */
.catalogue-menu a, .catalogue-menu a:visited {
	color:#615A5B;
	display:block;
	line-height:24px;
	cursor:pointer;
	outline:none;
	text-decoration: none;
	text-align:left;
	font-size: 14px;
}
.catalogue-menu a:hover, .listing-category-seeall:hover {
	color:#8D8284;
}
.catalogue-menu a.active{
	color:#8D8284;
	background:url(../images/menuactive.png) no-repeat left center;
}
.hide{
	display: none;
}
.subcatmenu{
	margin: 5px 5px 5px 15px;
}
.subcatmenu a:link, .subcatmenu a:visited {
	color: #4c2466;
	padding: 0px 0px 0px 45px;
	line-height:20px;
	background:url(../images/arrow_menu.png) no-repeat 35px 5px;
	text-transform:none;
	font-weight:normal;
}

.subcatmenu a:hover {
color: #4c2466;
}
.subcatmenu a.active:link,.subcatmenu a.active:visited  {
color: white;
}

/* Catalogue styles */
.category-content{
	margin: 0 0 12px 0;	
}
.listing-category, .listing-product, .listing-related{
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 1em;
  position: relative;
}
.listing-product-name, a.listing-category-link{
	display:block;
	text-align:left;
	margin: 12px 0 6px;
	text-decoration:none;
	font-size:14px;
	color: #867592;
	font-weight: bold;
}

.listing-product-desc, .listing-product-desc2 {
	font-size: 14px;
}
.product-zoom-icon {
  position: absolute;
  bottom: 12px;
  right: 5px;
  background-color: #fff;
  padding: 0.2em;
}
.listing-category-image, .listing-product-image{
	position: relative;
}
.image-noproduct{
	padding: 0px 0px;
	text-align:center;
}

.product-image .image-noproduct{
	padding: 0px 0px;
	text-align:center;
	background:#FFF;
}
.listing-product-price{
}
.product-image{
	float:right;
	margin:12px 6px 6px 0;
}
#ProductImages{
	border:1px solid #615a5b;
	display:block;	
}
.product-image-thumb{
	float:left;
	margin:8px 8px 0 0;
	border:1px solid #615a5b;	
}
.product-data{
	float:left;
	width:300px;	
	margin:12px 0;
}
.product-value, .product-field-label{
	zoom:1;
	display:inline-block;
	width:74.9%;
	float:left;
	margin-bottom:6px;
}
.product-field-label{
	width:25%;
	clear:both;
	font-weight:bold;
}
.product-name{
	margin: 0 0 12px 0;
	padding-bottom: 6px;
	border-bottom: 1px dotted #D4D3CF;	
}
.product-price{
	margin: 0 0 12px;	
}
.product-specialprice{
	color:#8D3D62;
}
#product-options{
	clear:both;	
}
.product-add{
	margin: 0 0 12px;	
}
.product-submit{
	margin: 12px 0;	
}
.product-attributegroup{
	float:left;
	width:25%;
	margin-bottom:6px;
	font-weight:bold;
}
.product-attributes{
	width:74.9%;
	float:left;
	margin-bottom:6px;
}
.product-related-data{
	margin:12px 0;	
	border-top: 1px dotted #D4D3CF; 	
}
.product-related-data h2{
	margin:12px 0;	
}
.listing-product-link{
	margin:12px 0;	
}
.last { margin-right: 0; }	


.listing-product-add {
  height: 36px;
  bottom: 0;
}
.image-nocategory {
  border: 1px solid #f5f5f5;
}


/* search styles */
.search-price{
border:0; 
color:#f6931f; 
font-weight:bold;	
}
.search-heading{
	line-height:17px;
	font-weight:normal;	
	color:#8D3D62;
	font-size:11px;
	margin: 5px 0 3px 0;
}
.search-submit{
	margin:10px 0px;	
	text-align:right;
}
.search-brand,.search-colour,.search-size{
	display:block;
}
.search-viewby{
	text-align:center;	
}
/* generic styles */

.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.border-none {
	border:none;
}
.width-10 {
	width:10%;
}
.width-15 {
	width:15%;
}
.width-20 {
	width:20%;
}
.width-25 {
	width:25%;
}
.width-30 {
	width:30%;
}
.width-40 {
	width:40%;
}
.width-45 {
	width:45%;
}
.width-50 {
	width:50%;
}
.width-60 {
	width:60%;
}
.width-70 {
	width:70%;
}
.width-80 {
	width:80%;
}
.width-90 {
	width:90%;
}
.width-100 {
	width:100%;
}
.margin0px{
	margin: 0px;
}
.padding0px{
	padding: 0px;
}
.padding5px {
	padding:5px;
}
.padding3px {
	padding:3px;
}
.valigntop{
	vertical-align:top;
}
.border-left-dotted{	
	border-left: 1px dotted #CCC;
}
.border-left-solid{	
	border-left: 1px solid #CCC;
}
.border-right-dotted{	
	border-right: 1px dotted #CCC;
}
.border-right-solid{	
	border-right: 1px solid #CCC;
}
.border-bottom-solid{	
	border-bottom: 1px solid #CCC;
}
.border-bottom-solid{	
	border-bottom: 1px dotted #CCC;
}
.error {
	color:#FF0000;
}
.small-text {
	font-size: 0.8em;
}

/* content styles */

.arrow {
padding: 0px 0px 0px 15px;
margin: 3px 0px 3px 10px;
background:transparent url('../images/arrow.gif') no-repeat scroll left top;
}
.cartbox-summary{
	width: 100%;
	margin: 10px 0px;
}
.cartbox-summary-cell{
	font-size: 11px;
	vertical-align:top;
}
.cart-label{
	padding:0 20px 10px 0;
	text-align:right;
}
.cartbox-items, .cartbox-total{
	float:left;	
}
.cartbox-items{
	width:40%;	
}
.cartbox-total{
	width:59.9%;	
	text-align:right;
}
.cartbox, .cartbox-checkout {
	width: 100%;
	border: 1px solid #666;
	background:#F8F8F8;
	color:#1A171B;
}
.cartbox {
	font-size: 10px;
}
.cartbox-checkout {
	font-size: 12px;
}
.cartbox-cell a:link, .cartbox-cell a:visited {
	color:#1A171B;
}
.cartbox-cell a:hover {
	color: #777;
}
.cartbox-cell-total, .cartbox-cell, .cartbox-top, .quotebox-cell, .quotebox-top, .quotebox-cell-total{
	padding: 4px 10px;
	vertical-align:middle;
}
.cartbox-top, .quotebox-top{
	color:#423E35;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	border-bottom:1px dotted #CCC;
}
.cartbox-cell {
	border-bottom:1px dotted #CCC;
}
.cartbox-heading {
	padding: 4px 10px;
	background:#3B3B3B;
	color:#FFF;
}
#checkout-deliveryadd, #optionsform{
	margin:10px 0 0;	
}
.cartbox-cell-total, .quotebox-cell-total {
border-top:1px dotted #CCC;
color:#999999;
font-size:14px;
font-weight:bold;
}
.checkout-action {
	text-align:right;	
	margin:6px 3px 0px 0px;
}
.checkout-action a:link,.checkout-action a:visited, .form-submit, .cart-view, .cart-add, .cart-save, 
.listing-product-link:link, .listing-product-link:visited {
	zoom:1;
	text-align:center;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#b6a9ab;
	font-size:14px;
	line-height:20px;
	color: #FFF;
	text-decoration:none;
	padding: 3px 7px;
	opacity:0.9;
	filter: alpha(opacity=90);
}
.form-submit{
	border:none;
	cursor:pointer;
	padding: 3px 4px;
}
.checkout-action a:hover, .form-submit:hover, a.cart-view:hover, a.cart-add:hover, a.cart-save:hover, .listing-product-link:hover {
	opacity:1;
	filter: alpha(opacity=100);
	cursor:pointer;
}
.menu-cart-link {
	margin: 10px 0px 0px 0px;	
}
#cart-proceed:link, #cart-proceed:visited {
	background:url('../images/buttonbg_small.png') no-repeat right;
	width:70px;	
	padding: 0px 5px;
	font-size:11px;
	line-height:20px;
}
.boxcontent {
	font-size:13px;
}
.boxcontent p {
	margin: 0px 0px 6px 0px;
}
.cart-add {
	background:url('../images/basket_add.png') no-repeat right;
	padding: 10px 30px 10px 3px;
}
.cart-save {
	background:url('../images/save.png') no-repeat right;
	padding: 10px 28px 10px 3px;
}

.cartsteps{
	width:100%;
font-size:12px;
}
.cartsteps-cell-progress {
	font-size:14px;
	text-align:right;
	padding:3px 5px;
}
.cartsteps-cell, .cartsteps-cell-active {
	padding:3px;
	color:#FFFFFF;
	text-align:center;
	width:20%;
	border-left:1px solid #FFF;
}
.cartsteps-cell {
	background: #B6A9AB;
}
.cartsteps-cell-active {
	background: #605A5A;
}
.new-customer, .existing-customer {
	display:inline;
	width:237px;
	height:205px;
	background:#F8F8F8;
	float:left;
	border: 1px solid #666;
	color:#1A171B;
}
.new-customer {
	margin:0px 25px 0px 0px;
}
.boxheader {
	background: #605A5A;
	padding:5px 10px;
	color:#FFFFFF;
}
.boxcontent {
	padding:10px;
}
.cart-discount{
	float:left;
	border: 1px solid #666;
	padding:15px;
	margin: 10px 0px;
}

/* Form styles */
input {
	font-family:Arial,sans-serif;
	font-size:12px;
}
.formlabel{
	width:30%;
	padding:3px;
}
.formfield {
	width:50%;
	padding:3px;
}
.formerror {
	color:#CC0000;
}
.fielderror {
	border: 1px solid #CC0000;
}
#loginform {
	margin:0px;
}

/* Application Message boxes */

.box-info, .box-success, .box-warning, .box-error, .box-validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.box-info {
color: #00529B;
background-color: #E3F4FC;
background-image: url('../images/info_ex.png');
}
.box-success {
color: #4F8A10;
background-color: #F1FAE4;
background-image:url('../images/success.png');
}
.box-warning {
color: #9F6000;
background-color: #FFF8DF;
background-image: url('../images/warning.png');
}
.box-error {
color: #D8000C;
background-color: #FFE2E2;
background-image: url('../images/error.png');
}

/* Content tab styles */

#tabcontainer{   
     width: 100%;
	 margin-bottom: 20px;
 }  
#tabcontainer ul.product-info-tabs{  
     list-style: none;  
     list-style-position: outside; 
 }  
#tabcontainer ul.product-info-tabs li{  
	float: left;  
	font-size: 14px;
	font-family: 'FunctionProBold',Arial,sans-serif;	
	color:#40105A;
	text-align: center;
	left: -40px;
	font-weight: normal;  
	display: block;  
	padding: 3px 10px;  
	border: 0px;  
	position: relative;  
	cursor: pointer;  
	background:#DBDBDB;
	border:1px solid #261C34;
	border-style:solid solid none none;
	z-index:2;
	margin:0px 0px -1px 0px; 
	background: url("../images/menubg.png") repeat-x 0 -44px;	
	line-height: 36px; 
 }  
#tabcontainer ul.product-info-tabs li:first-child{
	border-left-style:solid;
}
#tabcontainer ul.product-info-tabs li.active{  
    background:#fff;
    color: #696969;  
	padding: 3px 10px 4px 10px;  
 }  
.tabcontent{  
	position:relative;
     margin: 0 auto;  
     background: #efefef;  
     background: #fff;  
     border: 1px solid #261C34;  
     text-align: left;  
     padding: 20px;  
	z-index:1;
} 
.tab1{  
     display: block;  
}
.tab2,.tab3,.tab4,.tab5{  
     display: none;  
}
.clear, .clear-attribute { clear: both;}

.social-icons .fa {
  line-height: 32px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: #867592;
  font-size: 16px !important;
}
.category {
	margin-bottom: 1.5em;
}
.footer-h2 {
	margin-bottom: 0;
	color: #fff;
}
img.banner {
    margin-top: 1.5em;
}
a.external-links img {
    width: 100px;
    height: 95px;
}


@media screen and (max-width: 991px) {

	.main-navigation li.secondary_li {
		display: block;
	}

	.menu-toggle{
		display:block;
		background-color:transparent;
	}
	.main-navigation.toggled .nav-menu {
		display: block;
		background-color: #FFF;
  		border: none;
		position:absolute;
		left:0;
		top:74px;
	}
	.main-navigation a{
		text-align:center;
	}
	.menu-toggle:hover {
		background-color: transparent;
		border: none;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation li {
		display: block;
		padding: 0;
  		border-top: 1px solid #fff;
  		text-align: left;
	}
	.main-navigation li:last-child {
	    border-bottom: 1px solid #fff;
  		margin-bottom: 0.5em;
	}
	i.fa.fa-bars {
	  font-size: 22px;
	  padding-top: 0.2em;
	}
	i.fa.fa-bars:hover, i.fa.fa-bars:active {
		color:#fefefe;
	}
	.secondary-navigation {
		display: none;
	}
	span.site-description {
		margin-top: 10px;
  		padding-left: 1.5em;
	}
	.main-navigation li {
		font-size: 0.8em;
		padding: 0 0.4em 0 0.4em;
	}
	.slide {
		opacity: 1;
	}
	.slide-text {
		padding-bottom: 0.5em;
	}
	.align-bottom {
	  max-width: 250px;
	  height: 100%;
	}
}

@media screen and (max-width: 767px) {
	
	span.site-description {
		display: none;
	}
	.slide-text p {
	  display: none;
	}
	#menu-footer-menu li, #menu-footer-right-menu li {
		display: block;
		padding: 0 1em;
	}
	ul#menu-footer-menu, ul#menu-footer-right-menu {
	    margin-bottom: 0;
	}	  
	.site-info {
		text-align: center;
	}
	#footer-social a {
		display: inline-block;
		float: none;
	}
	#footer-social {
		float: none;
	}
	.footer-h2 {
		text-align: center;
	}
	ul#menu-footer-menu {
		text-align: right;
	}
}
@media screen and (max-width: 479px) {
	#menu-footer-right-menu li, #menu-footer-menu li {
		text-align: center;
	}
	button.slick-arrow {
	    display: none !important;
	}


	.slide-text {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		right: auto;
	}

	.slider_image {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
	}
	.testimonial_text {
	    padding-left: 0rem;
	}
}

a.external-links {
    margin-left: 3px;
}

h2.entry-title a{
    font-size: 23px;
    color: #443052;
}

h2.entry-title  a{
    text-decoration: none;
}

div#primary.content-area a {
    text-decoration: none;
}

.blogposts_container .w-col {
    padding-left: 10px;
    padding-right: 10px;
}

div#content {
}

div#respond {
    display: none;
}

.widget_categories ul {
    margin: 0;
}

.widget_archive ul {
    margin: 0;
}

body.blog .entry-content a {
    font-family: inherit;
    font-family: 'Dancing Script', cursive;
    font-size: 16px;
    background: #43B7AE;
    color: white;
    text-decoration: none;
    padding: 0.5em 0.7em;
    border-radius: 0.3em;
}

body.blog .entry-content a:hover {
background: #764164;
}

body.page-template-products .entry-content a:hover {
    /* background: none; */
}

.tag-cloud-link {
    font-size: 1.75rem !important;
    display: block;
}

body.single-post div.nav-links {
    display: none;
}


div.widget-area a {
    color: #54465e;
    font-size: 20px;
    font-size: 1.5rem;
}

body.home div.widget-area {
    display: none;
}

.blogpost-cont {
    margin-bottom: 2.5rem;
}

.blog .w-container{
padding:0;
}

#secondary .widget-title{
	color: #443052;
	font-family: 'Dancing Script', cursive;
	font-size:3.2rem;
}

h2.entry-title a{
	font-size:3rem;
	line-height:1;
}
.blogpost-cont .w-row .w-row{
	margin:0 -10px;
}

.entry-content ul{
	list-style:initial;
	margin-left:2rem;
}

.posted-on a,
.posted-on a:visited{
	color:#867592;
}

/* 2023 Reskin With Flexible Content Blocks */

#masthead{
	position:fixed;
	width:100%;
	z-index: 99;
}
.top-header{
	background-color:#867592;
	color:#FFF;
	padding: 0px 20px;
	display: flex;
	justify-content: flex-end;
}
.secondary-navigation ul li a{
	color:#FFF;
}
.main-header{
	padding: 5px 0px;
	background-color: #867592;
}
.main-header .w-container{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.home .main-header{
	box-shadow: none;
	background-color:transparent;
	transition: 0.2s;
}

.mini-header .main-header{
	background-color: #867592;
}

.main-navigation a,
.main-navigation a:visited{
	color:#FFF;
	border-bottom:1px solid transparent;
}

.main-navigation a:hover,
.main-navigation li.current-menu-item a{
	border-bottom:1px solid #FFF;
}

#content{
	padding-top: 90px;
	min-height:632px;
}

.home #content{
	padding-top:0;
}

.slider-section .slide{
	height:50vh;
}

.site-title img{
	max-height:80px;
}
section{
	padding:4rem 0;
}
section.removepadding{
	padding-top:0;
}

h1,h2{
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
	font-size: 5rem;
	/* text-shadow: 0 0 10px rgb(134 117 146 / 56%); */
	color: #888;
	margin-bottom: 2rem;
}

.w-container{
	width:1100px;
	max-width: none;
}
.main-header:after{
	/* content:''; */
	/* height: 10px; */
	/* width: 100%; */
	/* display: block; */
	/* position: absolute; */
	/* bottom: -10px; */
	/* left:0; */
	/* background-image: url(images/bubble_border_bottom.png); */
}
/*=====================================================
Single Column
=====================================================*/
.banner {
	display:inline-block;
	color:#FFF;
}
.banner h2{
	margin-top: 1.5rem;
	font-size: 3rem;
	line-height: 3.5rem;
	color:#FFF;
	font-weight: bold;
}
.banner h3.subheading{
	font-size: 1.8rem;
	font-weight: normal;
	color:#FFF;
	margin:0;
}

.banner-content{
	margin:1rem 0;
}

@media screen and (max-width: 640px) {
.banner{padding:1rem 3rem;}
}
@media screen and (max-width: 640px) {
.banner{padding:1rem 3rem;}
.banner h2{line-height: 2.5rem;}
}

/*=====================================================
Graphic Links
=====================================================*/

@media only screen and (max-width: 768px) {
	.single_solution{
		margin-bottom: 2rem;
	}	
}

/*=====================================================
Feature Icons
=====================================================*/

.benefit { text-align: center;}
.benefit-12 {  padding-left: 100px;}
.benefit i {  font-size: 2.5rem;  width: 60px;  top: 3rem; text-align: center; transition: 0.3s ease-in-out;}
.benefit-12 i {  top: 3.5rem;  font-size: 3.5rem;}
.benefit h3 {  margin-top: 0.5rem;  margin-bottom: 0.5rem;}

.benefit div{
	margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
	.benefit{
		margin-bottom: 2rem;
	}	
}

/*=====================================================
Image with text block
=====================================================*/
.sideimage {  margin-top: 1rem;}
@media only screen and (min-width: 992px) {  .sideimage {    margin-top: 0;  }}

/*=====================================================
Text Only
=====================================================*/

.ticks ul{
  list-style-type: none;
}
.ticks li:before {    
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  font-weight: 600;
  margin:0 5px 0 -15px;
  color: #c80019;
} 

@media only screen and (max-width: 768px) {
	.txt .w-col-4{
		margin-bottom: 2rem;
	}	
}

/*=====================================================
Photo Gallery
=====================================================*/

.gallery-header{margin-bottom: 1rem;}
.photo-tile img {padding:0px 10px;}
.photo-gallery button.slick-next.slick-arrow{top:10rem;right:-0.8rem; z-index:-999; }
.photo-gallery button.slick-prev.slick-arrow{top:10rem; left:-0.8rem; z-index:-999; }
.photo-gallery .slick-dots{bottom:-50px;}

/*=====================================================
Text With Sidebar
=====================================================*/
a.sidebar_box {display: block;margin-bottom: 1rem;box-shadow: 0px 12px 24px -12px rgb(45 64 74 / 34%);-webkit-box-shadow: 0px 12px 24px -12px rgb(45 64 74 / 34%);border-radius: 5px;overflow: hidden;}
a.sidebar_box:last-child {  margin-bottom: 0;}

a.sidebar_box h3 {
  width: 100%;
  color: white;
  background-color:#867592;
  padding: 0.5rem 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
}

.sidebar_box_content {
	padding: 20px;
}

.greysection .sidebar_box_content{
	background-color: #FFF;
}

/*=====================================================
Tabs
=====================================================*/
.responsiveTabs {  display: block;  margin-top: 1rem;}
div.r-tabs .r-tabs-nav .r-tabs-anchor {
	padding:10px 30px;
}
div.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {  border-top-right-radius: 0px;  border-top-left-radius: 0px;}

div.r-tabs {
  position: relative;
  background: #f5f5f5;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-radius: 0px;
}

div.r-tabs .r-tabs-panel {
  background-color: white;
  border-bottom: 4px solid white;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

div.r-tabs .r-tabs-nav .r-tabs-tab {  background-color: #867592;}

div.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  background-color: #867592;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom: 1px solid #f0f0f0;
}

div.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { background-color: #867592; color:#FFF ;}
div.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {  color: #867592;}

/*=====================================================
Feature List
=====================================================*/
.features {
  text-align: left;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.features li {  position: relative;  padding-left: 2rem;}

.features li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  color: #867592;
}

/*=====================================================
Portfolio
=====================================================*/

.pf_title{text-align: center;}
.examples {  padding-top: 1.5rem;}
.example_container {  padding: 0 10px;}
.examples .slick-dots {  bottom: -2rem;  text-align: center;  padding: 0 20px 0 0;}
.examples .slick-dots li button:before {  color: #867592;  opacity: 1;  font-size: 1rem;}
.examples .slick-dots li.slick-active button:before {/*  content: "\f111";*/  color: #867592;}


/*=====================================================
Grid Section
=====================================================*/
.grid_single {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
.grid_single:hover {  opacity: 0.8;}
.grid_single img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
/*=====================================================
Testimonials
=====================================================*/
.testimonial{padding: 20px 20px;}

.testimonial p{
	margin: 0;
	margin-bottom: 1rem;
	text-shadow:0px 0px 20px #29203e;
}

.clientname {
  display: inline-block;
  font-weight: bold;
  color: #867592;
  margin-top: 0;
  text-align: left;
  width: 100%;
}

.org {  color: #4a4a4a;}

.greysection .testimonial{
	background-color: #FFF;
}

@media only screen and (max-width: 640px) {	.testimonial{padding:0px 10px;}}

/*=====================================================
Resources
=====================================================*/

.single_resource{
	padding: 20px;
	box-shadow: 0px 12px 24px -12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 12px 24px -12px rgb(72 95 104 / 20%);
}
.whitesection .single_resource{
	background-color: #f2fbff;
	border: 1px solid #ddd;
}

.greysection .single_resource,
.colorsection .single_resource{
	background-color: #FFF;
}

.cta, input[type="submit"], header .cta_container a {
  display: block;
  background-color: #867592;
  color: white;
  padding: 0.75rem 20px;
  border: none;
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Dancing Script';
  font-size: 3rem;
}
.cta:visited, input[type="submit"]:visited, header .cta_container a:visited {  color: white;}
.cta:focus, input[type="submit"]:focus, header .cta_container a:focus {  color: white;}
.cta:hover, input[type="submit"]:hover, header .cta_container a:hover {  color: white;}
.cta:active, input[type="submit"]:active, header .cta_container a:active {  color: white;}
.cta:hover, input[type="submit"]:hover, header .cta_container a:hover {  background-color: #302956;}
@media only screen and (min-width: 768px) {  .cta, input[type="submit"], header .cta_container a {    display: inline-block;    padding: 0.5rem 20px; }}


/*=====================================================
Blog
=====================================================*/

.solutions {  text-align: center;}
.solution_container {  margin-bottom: 1rem;}

a.solution {
  display: block;
  height: 15rem;
  position: relative;
  background-color: #867592;
  overflow: hidden;
  margin-bottom: 1rem;
}

.solution_container .solution {  margin-bottom: 0;}
.solution h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: #867592;
  padding: 0.5rem 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
}

.solution img {
  min-width: 100%;
  min-height: 100%;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform-origin: 50% 0%;
  opacity: 0.5;
}

.solution:hover h3 {
  -moz-transform: translateY(5rem);
  -ms-transform: translateY(5rem);
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
}

.solution:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.readmore {
  display: block;
  margin-top: -0.5rem;
}

.single_sol_img {
  display: block;
  margin: auto;
}

h3.single_sol_h3 {
  margin:1rem 0;
  font-weight: bold;
}

.single_solution p {margin-top: 0;display: flex;flex-grow: 1;}

/*=====================================================
Feature Tabs
=====================================================*/
.slider-nav {  display: none;}
@media only screen and (min-width: 768px) {
  .slider-nav {
    display: block;
    z-index: 100;
  }
}

.slider-nav-link {  padding: 10px;  outline: none !important;  cursor: pointer;}

.slider_nav_link_internal {
  text-align: center;
  background-color: #e1e1e1;
  padding: 20px;
}

.slick-current .slider_nav_link_internal {  background-color: #867592;  color: white;}
.slider-nav-link i {  display: block;  font-size: 1.5rem;}
.slider-for {  background-color: white;}
@media only screen and (min-width: 768px) {
  .slider-for {    margin-top: -3rem;  }
}

.feature_slide {  padding: 3rem 20px;}
.slideimage {  width: 60%;  display: block;  margin: 1rem auto 0;}


.slider-for .slick-prev, .slider-for .slick-next {  z-index: 300;}
.slider-for .slick-prev:before, .slider-for .slick-next:before {  color: #867592;  font-size: 2rem;}
.slider-for .slick-prev {  left: -15px;}.slider-for .slick-next {  right: -5px;}
@media only screen and (min-width: 768px) {
  .feature_slide {    padding: 5rem 20px 3rem;  }
}

.slideimage {
  width: 60%;
  display: block;
  margin: 1rem auto 0;
}
@media only screen and (min-width: 768px) {
  .slideimage {
    width: 100%;
    margin: 0;
  }
}

.slider-for .slick-prev, .slider-for .slick-next {  z-index: 300;}
.slider-for .slick-prev:before, .slider-for .slick-next:before {  color: #867592;  font-size: 2rem;}
.slider-for .slick-prev {  left: -15px;}.slider-for .slick-next {  right: -5px;}

@media only screen and (max-width: 680px) {
	.feature_title{display: none;}
}

/*=====================================================
Pricing/Features Table
=====================================================*/
div.matrixwrapper {  position: relative;}

div.matrix {
  width: 100%;
  overflow-x: scroll;
  padding-left: 200px;
  overflow-y: visible;
  padding-bottom: 1px;
  padding-top: 1rem;
}
@media only screen and (min-width: 768px) {
  div.matrix {
    overflow: auto;
  }
}

div.matrix table {
  border-collapse: collapse;
  width: 100%;
  min-width: 650px;
}

div.matrix td, div.matrix th {
  margin: 0;
  border: 1px solid #e1e1e1;
  white-space: nowrap;
  padding: 5px 10px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1rem;
}

div.matrix th {
  color: white;
  padding: 1rem 10px;
  font-size: 1.25rem;
}
div.matrix th.purple {
  background-color: #555;
  border: 1px solid #555;
}
div.matrix th.red {
  background-color: #867592;
  border: 1px solid #867592;
}
div.matrix th.green {
  background-color: #1abc9c;
  border: 1px solid #1abc9c;
}

div.matrix td.purple {
  background-color: #f5f4f6;
  border: 1px solid #d9d4db;
}
div.matrix td.red {
  background-color: #f8f6fb;
  border: 1px solid #e7dbf2;
}
div.matrix td.green {
  background-color: #f4f8f8;
  border: 1px solid #d5e3e3;
}

div.matrix .headcol {
  position: absolute;
  width: 200px;
  left: 0;
  top: auto;
  background-color: white;
  z-index: 10;
  text-align: left;
  font-size: 1rem;
}
div.matrix .headcol.empty {
  border-top: 1px solid white;
  border-left: 1px solid white;
}

div.matrix tr:nth-child(even) .headcol {  background-color: #f5f5f5;}
div.matrix .fa-times {  color: #b7b7b7;}
div.matrix .fa-check {  color: #59918f;}

@media only screen and (max-width: 680px) {
	.headcol{display: inline-block;}
}
/*=====================================================
MAP
=====================================================*/
section.googlemap{
padding:0;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
 }

/*=====================================================
SAMPLE PACK
=====================================================*/

.sample-pack{
	background-color: #867592;
	overflow: hidden;
}
.sample-content h2{
	color:#FFF;
}
.sample-content{
	color:#FFF;
	padding:40px;
}
.sample-image{
	position: relative;
	display: block;
}
.sample-image img{
	position: absolute;
	top: 0;
	left:-10px;
}

.sample-content a.readmore{
	background-color:#FFF;
	display:inline-block;
	padding:10px 20px;
}


@media only screen and (max-width: 780px) {
	.sample-image{
		display: none;
	}
}

/*=====================================================
General Slider
=====================================================*/

a.anchor .fa{
	color: white;
	font-size: 2em;
	margin-top: 2em;
	cursor: pointer;
}

.slider-section{padding:0;}
.gen_slider.slider{
	height:500px;
	padding:5rem 0;
}

.gen_slider .centered{margin-top: 9rem;}
.gen_slider h1{color:white; margin-bottom:2rem;font-weight: bold; }
.gen_slider h2{color:white; margin:0; font-weight: normal; font-size: 2rem; }

.slider-section ul.slick-dots{bottom:0;}
.slider-section .slick-dots li button:before,
.slider-section .slick-dots li.slick-active button:before{color:white;}
.slider-section .slick-dotted.slick-slider{margin-bottom: 0;}
.slider-section button.slick-next.slick-arrow{right:25px;}
.slider-section button.slick-prev.slick-arrow {left:25px; z-index: 50;}

.slide_link{
	background-color: #46cfd4;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
    transition: 0.5s;
    color:white;
    font-size:1.1rem;
}
.slide_link:hover{
	color:white;
	background-color: #29b2b7;
}
.slide_link:visited{color:#fff;}

.slider-content{margin-bottom: 1rem; color:white}
.slider-content p{margin-top:1rem;}

.slider-section .slide{
  height: 700px;
}

.slide_content h2{
  color:#867592;
  display: inline-block;
  font-size: 2rem;
  margin:0;
}
.slider_text{
  display: block;
  margin:1rem 0;
}

img.slide_image{
  margin:0 auto;
}
.message{
  display: inline-block;
  max-width: 60%;
}
.slick-prev, .slick-next{
  z-index: 1;
}

@media only screen and (max-width: 768px) {
	.slide_content{
		margin-right: 1rem;
	}
}

@media only screen and (max-width: 480px) {
	.slide_content{
		margin: 0 2rem;
	}
}


/*=====================================================
TABLES
=====================================================*/

.table-container table th{
	border:1px solid #867592;
	padding:10px;
	text-align: center;
	background-color: #867592;
	color:#FFF;
}

.table-container table td{
	border:1px solid #867592;
	padding:10px;
	text-align: center;
}
.greysection .table-container table tr{
	background-color: #FFF;
}

.table-container table tr:nth-child(even),
.greysectoin .table-container table tr:nth-child(even){
	background-color: #f1ebff;
}


/*=====================================================
FAQ
=====================================================*/
.faq-question {
	max-width: 69%;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.faq-question .entry-content{
	display: none;
	margin:0;
	background-color:#FFF;
	padding:20px;
	padding-top:0;
}

.faq-question h3{
	background-color:#FFF;
	margin:0;
	padding:20px;
	position: relative;
	cursor: pointer;
}

.whitesection .faq-question h3,
.whitesection .faq-question .entry-content{
	background-color:#f7f7f7;
}

.faq-question h3:after{
	content:'\f055';
	font-family: "Font Awesome 5 Free";
	 font-weight: 600;
	 position:absolute;
	 right:20px;
}

.faq-question h3.open:after{
	content:'\f056';
	font-family: "Font Awesome 5 Free";
	 font-weight: 600;
}

/*=====================================================
CONTACT FORM
=====================================================*/
/* White/Grey Background*/
.whitesection#contact input, .whitesection#contact textarea, .greysection#contact input, .greysection#contact textarea{
	background-color: transparent;
	border:2px solid #888;
	color:#888;
	padding:0.5rem;
	font-family: inherit;
	border-radius: 0px;
}
.whitesection#contact form p, .greysection#contact form p{margin:1rem 0;}
.whitesection#contact textarea, .greysection#contact textarea{margin-bottom: 0;}
.whitesection#contact input.wpcf7-submit, .greysection#contact input.wpcf7-submit{padding:1rem 2rem; background-color: #867592; color:#FFF; font-size: 1.2rem;     border:none}
.whitesection#contact input.wpcf7-submit:hover, .greysection#contact input.wpcf7-submit:hover{background-color: #302956; color:#FFF;}
.whitesection#contact span.wpcf7-form-control-wrap, .greysection#contact span.wpcf7-form-control-wrap {color:#888;}

/*Colour Background*/
#contact input, #contact textarea{
	background-color: transparent;
	border:2px solid #FFF;
	color:white;
	padding:0.5rem;
	font-family: inherit;
	border-radius: 0px;
}
#contact form p{margin:1rem 0;}
#contact textarea{margin-bottom: 0;}
#contact input.wpcf7-submit{padding:1rem 2rem; background-color: #FFF; color:#867592; font-size: 1.2rem;}
#contact input.wpcf7-submit:hover{background-color: transparent; color:#FFF;}
#contact span.wpcf7-form-control-wrap {color:#FFF;}
/*Placeholder Txt Image*/
#contact span input::-webkit-input-placeholder,#contact span input::-moz-placeholder,
#contact span input:-moz-placeholder,#contact span input:-ms-input-placeholder,
#contact span input:placeholder-shown{color:#FFF;}

#contact textarea::-webkit-input-placeholder,#contact textarea::-moz-placeholder,
#contact textarea:-ms-input-placeholder,#contact textarea:-moz-placeholder,
#contact textarea:placeholder-shown,{color:#FFF}
@media only screen and (min-width: 768px) {
  body {    text-align: left;  }
}

/* SECTIONS */

section {
  position: relative;
  padding: 3rem 0;
}
section.listsection {  padding: 4rem 0 3rem;}

.w-row.overflow, .w-container.overflow {  overflow: visible !important;}
/*=====================================================
MOBILE MENU
=====================================================*/


@media only screen and (max-width: 991px) {
	.main-navigation{/* display: none; */}
}

.mobile_button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px 12px;
  color: #000;
  font-size: 50px;
  opacity: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.5rem;
}
@media only screen and (min-width: 991px) {  .mobile_button {    display: none;  }}

.mobile_button.fa-close {
  color: #000;
  top: 0;
  font-size:2rem;
  cursor: pointer;
}

header#masthead.mini-header .mobile_button {  color: #00A0DF;}
#mobile_nav {  display: none;}
#masthead i.fa-close, #masthead i.fa-bars {  display: none;}

@media screen and (max-width: 991px) {
	#mobile-menu{
		margin-top: 4rem;
	}
  #mobile_nav {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 20;
    -webkit-box-shadow: -5px 0px 4px -1px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: -5px 0px 4px -1px rgba(0, 0, 0, 0.47);
    box-shadow: -5px 0px 4px -1px rgba(0, 0, 0, 0.47);
    width: 250px;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    z-index: 9999999;
    background-color: #FFF;
  }

  #mobile_nav.notvisible {
    transform: translateX(320px);
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
  }
  div#cart-head {
    display: inline-block;
    background-color: #f5f5f5;
  }

  .mobile_icons {
    padding-left: 10px;
    padding-top: 3rem;
    display: block;
    background-color: #f5f5f5;
  }

  .mobile_icons i {
    font-size: 1.25rem;
    padding: 10px;
    cursor: pointer;
  }

  .mobile_icons, .searchicon {    color: #00A0DF;  }
  #mobile_nav .search_form {
    display: block;
    padding: 0.5rem 20px;
    background-color: #f5f5f5;
    margin-right: 0;
    position: relative;
    height: auto;
    display: none;
  }

  #mobile_nav .search_form .search_field {    width: 100%;  }
  #mobile_nav form input.searchicon {
    margin-right: 15px;
    margin-top: 0.25rem;
  }

  #mobile_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    padding-bottom: 0.5rem;
  }

  #mobile_nav ul li a {
    color: #000;
    padding: 0.25rem 20px;
    display: block;
    text-align: left;
  }

  #mobile_nav #mobile_products_links {
  	position: absolute;
  	top:3.5rem;
    padding-top: 0.5rem;
    font-size: 1rem;
    opacity: 0.85;
    padding-bottom: 3rem;
      }
  #mobile_nav #mobile_products_links li a {    color: white;  }
	#masthead i.fa-bars {
    display: block;
    position: absolute;
    padding: 10px 10px;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    font-size: 28px;
    color: white;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    opacity: 1;
    text-shadow:none;
  }

  #masthead i.fa-bars {color: #FFF;}
  #masthead i.fa-close.notvisible {
    margin-right: -60px;
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  #masthead i.fa-bars.notvisible {
    margin-right: 60px;
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  /* SubMenu responsive*/
	#mobile-menu li,
	#mobile_nav #menu-primary li{
		background-color: #FFF;
		border-bottom: 1px solid #ccc;
	}
	#mobile-menu li a, #mobile_nav #menu-primary li a{
		padding:10px 15px;
		line-height: 2rem;
	}
	#mobile-menu li.menu-item-has-children, #mobile_nav #menu-primary li.menu-item-has-children{
		position: relative;
		transition: 0.2s;
	}
	#mobile-menu li.menu-item-has-children:after, #mobile_nav #menu-primary li.menu-item-has-children:after{
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		content: '\f077';
		display: block;
		position: absolute;
		right: 0px;
		top: 5px;
		padding: 10px 10px 10px 40px;
		cursor: pointer;
		transition: 0.3s;
		color:#d61a23;
		font-size: 1rem;
		display: block;
		z-index:999999;
	}
	#mobile-menu li.active-parent:after, #mobile_nav #menu-primary li.active-parent:after{
		transform: translateX(10px) rotate(180deg);
		-webkit-transform: translateX(10px) rotate(180deg) ;
		-ms-transform: translateX(10px) rotate(180deg) ;
		-moz-transform: translateX(10px) rotate(180deg);
		-o-transform: translateX(10px) rotate(180deg) ;
		color:#FFF;
	}
	#mobile-menu li.active-parent,
	#mobile_nav #menu-primary li.active-parent{
		background-color: #d61a23;
	}
	#mobile-menu li.active-parent a,
	#mobile_nav #menu-primary li.active-parent a{
		color:#fFF;
	}

	#menu-mobile-menu ul.sub-menu,
	#mobile_nav #menu-primary ul.sub-menu{
		background-color: #292929;
		padding: 0;
	}
	#mobile-menu ul.sub-menu li,
	#mobile_nav #menu-primary ul.sub-menu li{
		overflow: hidden;
		display: none;
		transition: 0.3s;
		background-color: transparent;
	}
	#mobile-menu ul.sub-menu li a,
	#mobile_nav #menu-primary ul.sub-menu li a{
		color:#FFF;
		font-size: 1rem;
		text-transform: lowercase;
		padding: 5px 15px;
	}
	#mobile-menu ul.sub-menu.active li,
	#mobile_nav #menu-primary ul.sub-menu.active li{
		display: block;
	}
	
}

/* BLOG LISTING PAGE */

.blog-box{	background-color: #FFF;}
h2.entry-title{font-size: 1.5rem; margin-bottom: 1rem;}
.entry-meta{margin-bottom: 1em;}
a.blog-link{background-color: #663300; padding:10px 15px; color:white; border-radius: 5px; margin-top: 1rem;}
a.blog-link:hover{background-color: #663300;}
.blog-teaser{padding:20px; margin-bottom: 22px;}
#categories-2 ul{padding:0;list-style-type:none;}
#archives-3 ul{margin-left:1rem; padding:0; list-style-type:none;}
.widget-area section{padding-bottom:2rem;}
.post-sidebar{margin-top: 5rem;}
.blog-header h1{
	display: block;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top:1.5rem;
    text-align: center !important;
    color: #FFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9);
}

/* Blog SideBar */

.widget ul {list-style: none; margin-left: 0; padding-left: 1rem;}

section.widget{padding:1rem;}

/* SECTION OVERRIDES
Add these classes to the 'Section Class Override ID' to see the effects!
This is good for duplicate content blocks with the same colour background to reduce spacing.
*/

section.removepadding{
  padding-top: 0;
}

.slider-section{
	padding:0;
	height: 700px;
	overflow: hidden;
}
.slider-section .w-container{
	display: flex;
	height: 700px;
	justify-content: center;
	align-items: center;
}
.slide-overlay{
	position: absolute;
	width:100%;
	height:100%;
	/*background-color: rgb(158 122 185 / 30%);*/
	/* backdrop-filter: blur(3px); */
}
.slide_content{
	text-align:center;
	margin: 0 auto;
	position: relative;
	top: auto;
	/* margin-bottom: 5rem; */
	color:#FFF;
}
.slide_content h2{
	color:#FFF;
	font-size: 10rem;
	text-shadow: 0px 0px 20px #29203e;
	margin: 0;
	font-family: "Pinyon Script", sans-serif;
	font-weight: normal;
}

.slide_content a.readmore{
	display: inline-block;
	color:#FFF;
	background-color: #867592;
	padding: 10px 20px;
	margin-top:2rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:700;
	font-size: 1.3rem;
	transition:0.2s;
}
.slide_content a.readmore:hover{
	background-color: #867592c4;
}

.overlay{
	position: absolute;
	width:100%;
	height:100%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	padding:20px;
	opacity: 1;
	transition: 0.2s;
}

.overlay h3{
	color:#000;
	text-transform: uppercase;
	padding: 9px;
	background-color: rgb(255 255 255 / 70%);
	text-align: center;
	font-weight: normal;
	font-size: 2.5rem;
	line-height: 1;
}

.overlay p{
	color:#000;
	padding: 9px;
	background-color: rgb(255 255 255 / 70%);
	text-align:center;
	transition: 0.3s;
}
.hover-overlay{
	position: absolute;
	width:100%;
	height:100%;
	background-color: rgb(255 255 255 / 75%);
	transition:0.2s;
	opacity:0;
	top:0;
	left:0;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align:center;
	padding:20px;
	color:#000;
}
.listing-product-image a:before{
	content:'';
	position: absolute;
	width:100%;
	height:100%;
	background-color: rgb(255 255 255 / 75%);
	transition:0.2s;
	opacity:0;
	top:0;
	left:0;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align:center;
	padding:20px;
	color:#000;
}
.single_solution:hover .hover-overlay,
.fancybox:hover .hover-overlay,
.listing-product-image:hover a:before{
	opacity: 1;
}

.listing-product-image i{
	opacity:0;
	position: absolute;
    top: 50%;
    right: 50%;
    font-size: 3rem;
}
.listing-product-image:hover i{
	opacity:1;
}
.single_solution:hover .overlay,
.fancybox:hover .overlay{
	opacity: 0;
}
.hover-overlay h3{
	color:#000;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	font-size: 2.5rem;
	line-height: 1;
}

.hover-overlay i{
	font-size:4rem;
	line-height:0;
}

a.fancybox{
	position:relative;
}

.single_solution  a.cta{
	position: relative;
	display: inline-block;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.5rem;
	padding: 10px 20px;
}

.txt{
	text-align: center;;
}

.txt h1,
.txt h2{
	text-align: center;
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
	font-size: 5rem;
	/* text-shadow: 0 0 10px rgb(134 117 146 / 56%); */
}

.img-w-txt .w-row{
	display:flex;
	align-items: center;;
}
.sample-pack{
	position:relative;
}
.sample-content{
	position: absolute;
	width:100%;
	/* height:100%; */
	top:0;
	left:0;
	padding:20px;
	background-color: rgb(134 117 146 / 80%);
	color: #FFF;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sample-content h2{
	color:#FFF;
	text-shadow: 0 0 10px rgba(87, 75, 95, 0.56);
}

.sample-content a.readmore{
	background-color:#FFF;
	padding:10px;
	text-decoration:none;
	color:#000;
	text-transform: uppercase;
}

.contact-form{
	display: none;
	background-color: rgb(134 117 146 / 100%);
	padding:40px;
}
.contact-form .wpcf7-form{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
}

.contact-form .wpcf7-form p{
	width: 48%;
	margin-bottom:10px;
}
.contact-form label{
	color:#FFF;
	font-size:1.8rem;
	margin-bottom:0.5rem;
	position: relative;
}
.contact-form .wpcf7-form input,
.contact-form .wpcf7-form select,
.contact-form .wpcf7-form textarea{
	font-size:1.5rem;
	width:100%;
	padding:5px 10px;
	border-radius: 0px;
	border:none;
	line-height: 1.5;
}
.contact-form .wpcf7-form input[type="submit"]{
	font-size:3rem;
	background-color: #443052;
	font-weight: 700;
	color: #FFF;
}
.contact-form .wpcf7-form p:last-child{
	width:100%;
}

.contact-form .wpcf7-spinner{
	position: absolute;
	top: 16px;
	right: 0;
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form .wpcf7 form.payment-required .wpcf7-response-output{
	margin:0;
	text-align: center;
	color: #FFF;
	width: 200%;
}

.slick-slide img{
	margin:0 auto;
}

#catalogue .featured-products .w-col-3{
	display: none;
}

#catalogue .featured-products .w-col-9{
	width:100%;
}
.emaincontent.categoryemaincontent h1{
	text-align: center;
	margin: 2rem 0;
}

button.slick-arrow{
	background-color: transparent;
}

.slick-prev:before,
.slick-next:before{
	text-shadow: 0px 0px 4px rgba(73, 73, 73, 1);
	font-size:3rem;
	opacity: 1;
}
.slick-next{
	right:8%
}
.slick-next:before{
	content:'\f105';
	font-family: 'FontAwesome';
}
.slick-prev{
	left:8%;
}
.slick-prev:before{
	content:'\f104';
	font-family: 'FontAwesome';
}
.footer-links{
	text-align:center;
	background-color: #705e7c;
	color:#FFF;
	font-size:12px;
	padding: 10px 0;
}
.footer-links p{
	margin:0;
}
.footer-links a{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.sample-image img{
	object-fit: cover;
}
.whitesection{
	background-color:#FFF;
}
.greysection{
	background-color:#ebe1f1;
}

.singl-col{
	min-height:300px;
	padding:0;
}

.singl-col .w-container{
	display:flex;
	justify-content: center;
	align-items: center;
	height:300px;
}

.singl-col h1,
.singl-col h2{
	font-size:5rem;
	line-height:1.2;
	text-align:center;
}
#testimonial-page .testimonial{
	display: flex;
	align-items:center;
	justify-content: space-between;
	padding:20px;
	background-color: #f7f7f7;
	column-gap:20px;
	margin-bottom:2rem;
}
#testimonial-page .testimonial img{
	width:30%;
}
#testimonial-page .testimonial-content{
	width:80%;
}

.page-id-46 .wpcf7-form{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
	column-gap:10px;
}
.page-id-46 .wpcf7-form p{
	width: 49%;
}
.page-id-46 .wpcf7-form .wpcf7-form-control-wrap,
.wpcf7 input, .wpcf7 select{
	display: inline-block;
	width: 100%;
}

div#primary .tagcloud a{
	font-size:1.5rem!important;
}

#catalogue .single_solution a{
	margin-bottom:10px;
}
#catalogue .single_solution img{
	width:auto;
	max-height:300px;
}
.listing-productdata{
	min-height:auto;
	text-align:center;
}
.listing-product-name{
	color:#000;
	text-transform:uppercase;
	text-align:center;
	font-weight:normal;
	font-size:2rem;
}
.listing-product-add{
	margin-top:10px;
	background-color:#f7f7f7;
	padding:10px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:auto;
	border:1px solid #ddd;
}
.listing-product-submit input[type="submit"]{
	font-family:'Noto Sans',Arial,Verdana,sans-serif;
	font-size: 1.5rem;
    	text-transform: uppercase;
	background-color:#867592;
	width:100%;
}
.listing-product-form{
	width: 100%;
	display:flex;
	align-items:center;
}
.listing-product-form input.form-text{
	font-family:inherit;
	padding:5px;
	width:60%;
}
.listing-product-quantity{
	text-transform:uppercase;
}
#checkout{
	padding:3rem 0;
}
#checkout form tr:last-child td{
	border:none;
}

#checkout-cart-proceed,
#createform input[type="submit"].form-submit{
	background-color:#867592;
	font-size:1.5rem;
	line-height: 1.2;
    	padding: 5px 20px;
	font-weight:bold;
	text-transform:uppercase;
}

.cartbox-top{
font-family: 'Dancing Script';
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.3;
}

#checkout h1,
#catalogue h1{
	text-align:center;
}
.lightlogo{
	display:none;
}
.home .mainlogo{
	display:none;
}

.home .mini-header .mainlogo{
	display:block;
}
.home .lightlogo{
	display:block;
}

.home .mini-header .lightlogo{
	display:none;
}

.single_sol_content h3{
	font-family:'Dancing Script', sans-serif;
	font-weight: normal;
	font-size: 3rem;
	display: flex;
	flex-grow: 1;
	width: 100%;
	justify-content: center;
}

.graphiclinks .w-row{
	display:flex;
	flex-wrap: wrap;
}
.graphiclinks .w-row .w-col-6,
.graphiclinks .w-row .w-col-4,
.graphiclinks .w-row .w-col-3,
.single_solution{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.single_sol_content{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.testimonials .testimonial{
	text-align:center;
	color:#FFF;
	font-size: 2.5rem;
	max-width: 80%;
	margin:0 auto;
	padding: 0;
}
.testimonials .testimonial h3{
		font-family: "Dancing Script", sans-serif;
	font-weight:normal;
	font-size: 4rem;
	color:#FFF;
}
.testimonials .testimonial .clientname{
	text-align:center;
	color:#FFF;
	font-family: "Dancing Script", sans-serif;
	font-weight:normal;
	font-size: 4rem;
	text-shadow:0px 0px 20px #29203e;
}

#catalogue .single_solution{
	background-color:#f7f7f7;
	padding:20px;
	margin-bottom:2rem;
}
#catalogue .single_solution .w-row{
	display:flex;
}
#catalogue .single_solution:nth-child(even) .w-row{
	flex-direction: row-reverse;
}
#catalogue .single_solution:nth-child(even) .w-row img{
	float:right;
}

h2.listing-product-group{
	padding-top:3rem;
	margin-top:3rem;
	font-size:4rem;
	border-top:1px solid #ddd;
}
.listing-product-image img{
	max-height:300px;
	margin:0 auto;
}

.category-content{
	text-align:center;
}

.home #masthead i.fa-bars{
	color:#FFF;
}

.testimonial h2{
line-height:1;
}

.testimonials .testimonial h2{
	color:#FFF;
	text-shadow:0px 0px 20px #29203e;
}
/* Google Reviews */
#google-reviews{
	margin-bottom:50px;
}
#google-reviews .review-item{
	margin:0 10px;
	border:none;
	background-color: #f2edf5;
}
#google-reviews .review-item:first-child{
	margin-left:0;
}
#google-reviews .review-item:last-child{
	margin-right:0;
}

#google-reviews .star:after{
	content:'\f005';
	font-family: 'FontAwesome';
	font-size:2rem;
}
#google-reviews .review-stars ul li i{
	color: #867592;
}
#google-reviews .star.inactive:after{
	content:'\f005';
	display: none;
}
.avg-rating{
	float: right;
	text-align: right;
	}
  .rating-no{
	font-size: 4rem;
	color:#867592;
	font-weight: 700;
	font-family: 'Dancing Script', sans-serif;
	}
  .star-base{
	background-image: url('./images/greystar.png');
	background-repeat: repeat-x;
	display: inline-block;
	overflow: hidden;
	position: relative;
	height: 25px;
	width: 125px;
	margin:0 0.5rem;
  }
  .rating{
	background-image: url('./images/star.png');
	background-repeat: repeat-x;
	display: block;
	height: 25px;
	/*width: 90%;*/
  }
  .avg-rating img{
	margin:0 auto;
  }

/* Google Reviews End*/

/* Styling inspiration Blog styling*/

.blog .centered{
	text-align:center;
}

.post-container{
	display:flex;
	align-items: center;
	justify-content:center;
	background-size: cover!important;
	background-position: center!important;
	min-height:200px;
	position:relative;
}
.post-overlay{
	text-align:center;
	color:#FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(134 117 146 / 41%);
    
	padding:20px;
}
.post-overlay h2{
	font-size: 40px;
	color:#FFF;
}

/* Styling inspiration Blog styling END*/

.checkout-action input[type="submit"],
.checkout-action a,
.checkout-action a:link{
	font-family:'Noto Sans', sans-serif;
	font-size:14px;
	text-transform:none;
	border-radius:5px;
	padding:5px 15px;
	font-weight:normal;
}

.cartbox-checkout input[type="number"]{
	min-width:100%
}


@media screen and (max-width: 1024px) {
	.w-container{
		max-width:90%;
	}
	header .w-container{
		max-width:100%;
	}
	.main-navigation li{
		padding:0 0.5rem;
	}
	.main-header .w-container{
		justify-content:center;
		column-gap:20px;
	}
	.slide_content h2{
		font-size:7rem;
	}
}

@media screen and (max-width: 991px) {
	.home .main-navigation a,
	.home .main-navigation a:visited{
		color:#867592;
	}
	.main-navigation a, .main-navigation a:visited{
		color:#000;
	}	
}

@media screen and (max-width: 768px) {
	.img-w-txt .w-row{
		display: flex;
		flex-direction:column!important;
	}
	.w-container{
		max-width:100%;
	}
	div#content{
		padding-top: 90px;
	}
	.txt h1, .txt h2{
		font-size:4rem;
	}
	.site-title img{
		max-height: 70px;
	}
	.main-header{
		justify-content: center;;
	}
	.slide_content h2{
		font-size:7rem;
	}
	.main-header .w-container{
		justify-content:flex-start;
	}
	.slider-section,
	.slider-section .slide,
	.slider-section .slide .w-container{
		height:550px;
	}
}
@media screen and (max-width: 480px) {
	div#content{
		padding-top: 80px;
	}
	footer img{
		margin:0 auto;
	}
	.slide_content h2{
		font-size:7rem;
		line-height:1.2;
	}
	.message{
		max-width:none;
	}
	.testimonials .testimonial{
		max-width:none;
		font-size:2rem;
	}
	.w-container{
		max-width:100%;
	}
	.post-overlay{
		position:relative;
	}
	.post-overlay h2{
		font-size:30px;
	}
	h1, h2{
		font-size:4rem;
		line-height:1.2;
	}
	.single_solution a.cta{
		width:100%;
	}
	#google-reviews .review-item{
		margin-bottom:2rem;
	}
	.reviews h2{
		text-align:center;
	}
	.avg-rating{
		float:none;
		text-align:center;
		margin-bottom:2rem;
	}
	#catalogue .single_solution .w-row,
	#catalogue .single_solution:nth-child(even) .w-row{
		flex-direction:column;
	}
	#testimonial-page .testimonial img,
	#testimonial-page .testimonial-content{
		width:100%;
	}
	
	#testimonial-page .testimonial{
		flex-direction:column;
	}
}