/*

Theme Name: Buddhaboard 2017
Theme URI: http://buddhaboard.com/
Author: Manke Creative
Author URI: http://mankecreative.com/
Description: The new Buddha Board Theme is fully updated to bring all of the new web technologies into a smooth, relaxing theme that works perfect on multiple devices.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

*/

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0;}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
html{padding:0!important;}
html {
    height: 100%;
}
p{color:white!important;}
body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

.w-inline-block {
    max-width: 100%;
    display: inline-block
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }
}

@media screen and (max-width:767px) {
    .w-row,
    .w-container .w-row {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }
 
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse="medium"] .w-dropdown,
    .w-nav[data-collapse="medium"] .w-dropdown-toggle {
        display: block
    }
    .w-nav[data-collapse="medium"] .w-dropdown-list {
        position: static
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse="small"] .w-dropdown,
    .w-nav[data-collapse="small"] .w-dropdown-toggle {
        display: block
    }
    .w-nav[data-collapse="small"] .w-dropdown-list {
        position: static
    }
    .w-nav-brand {
        padding-left: 10px
    }
}

@media screen and (max-width:479px) {
    .w-nav[data-collapse="tiny"] .w-dropdown,
    .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
        display: block
    }
    .w-nav[data-collapse="tiny"] .w-dropdown-list {
        position: static
    }
}
@media (min-width:768px) {

}


.w-nav {
    position: relative;
    z-index: 10001;
    font-weight: 300;
}

.w-nav:before,
.w-nav:after {
    content: " ";
    display: table
}

.w-nav:after {
    clear: both
}

.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto
}

.w-nav-link:hover {
    text-decoration: none;
    color: #222
}

.w-nav-link.w--current {
    color: #0082f3
}

.w-nav-menu {
    position: relative;
}

.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


/* Manke Creative Code */
::selection{background:rgba(253, 38, 96, 0.75); color:white;}
body {
	font:1em/1.7em 'Lato', sans-serif;
	color: white;
	line-height: 20px;
	overflow-y: hidden;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 38px;
	line-height: 44px;
	font-weight: 100;
	color:#d92f5c;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 32px;
	line-height: 36px;
	font-weight: 100;
	color:#d92f5c;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 100;
	color:#d92f5c;
}
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 100;
	color:#d92f5c;
}
h6 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	color:black;
	text-transform: uppercase;
}
p, span {
	margin-bottom: 10px;
	line-height: 24px;
	font-weight: 300;
}
a{
	text-decoration: none;
	color: #D21145;
}
a:link, a:visited, a:active{
	color: #D21145;
}
.nav-menu {
	text-align: center;
    margin: 0 auto;
    max-width: 1072px;
    width: 72%;
    max-height: 8vh;
    height: 8vh;
}
.nav-link {
	padding: 4.4vh 40px 1.49vw 31px;
	color: #d21145;
	font-size: 16px;
	line-height: 18px;
	cursor: pointer;
	transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
}

.nav-link:hover {
	color: white;
}
.w-nav-link.nav-link.active{
	/*background: url('./img/icons/triangle.png') no-repeat center bottom;*/
	background-size: 24px;
	color:white;
}
.hero {
	height: 100vh;
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
}
.hero-content {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	color: white;
}

.section {
	padding-right: 2.5%;
	padding-bottom: 50px;
}
.content {
	color: white;
	overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 4% 3%;
    box-sizing: border-box;
    overflow: hidden;
}
.hero-container {
	position: absolute;
    top: 50%;
    left: 50%;
    margin: -52px 0 0 -282.5px;
	z-index:5;

}
.input {
	margin-bottom: 20px;
	border-style: none;
	background-color: rgba(102, 102, 102, 0.64);
	color: white;
}
.input:focus {
	box-shadow: rgba(255, 255, 255, 0.77) 0px 0px 0px 1px;
}
.input.textarea {
	min-height: 110px;
}
.noWebGLSupport{
	display: none;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    color: black;
    padding: 2px 5px;
    max-width: 42.5%;
    z-index: 100;

}
/*@media (max-width: 991px) {
	.nav-menu {
	padding-top: 18px;
	padding-bottom: 18px;
	}
	.nav-link {
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 21px;
	line-height: 27px;
	text-align: center;
	}
	.menu-button {
	padding: 20px 0px 20px 20px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 25px;
	line-height: 22px;
	}
	.menu-button:hover {
	color: white;
	}
	.menu-button.w--open {
	background-color: transparent;
	color: white;
	}
	.menu-text {
	margin-right: 3px;
	padding: 2px;
	float: left;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	.menu-text:hover {
	color: white;
	}
	.menu-icon {
	float: left;
	}
}*/
@media (max-width: 767px) {
.w-footer .w-fcontainer div.social-media{
	height: 53px;
	position: fixed;
	right: 3.5vw;
	bottom: 3.5vw;
}
.w-footer .w-fcontainer div.social-media figure#bb_logo{
	background: url('http://buddhaboard.com/wp-content/uploads/2017/02/BBtext1-1.svg') no-repeat;
    background-size: 195px;
    cursor: pointer;
    float: right;
    height: 90px;
    width: 194px;
    margin-bottom: 0!important;
    margin-right: 2px;
}
.w-footer .w-fcontainer div.social-media figure#bb_logo a{
	display: block;
	height: 100%;
	width: 100%;
}
.w-footer .w-fcontainer div.social-media ul{
    list-style: none;
    padding: 0;
    width: 155px;
    bottom: 6px;
left:-10px;
    display: inline-block;
    position: absolute;
}
.w-footer .w-fcontainer div.social-media ul li{
	display: inline-block;
	float:left;
	margin-right: 6px;
}
.w-footer .w-fcontainer div.social-media ul li a{
	display: block;
	height: 100%;
	width: 100%;
}
.w-footer .w-fcontainer div.social-media ul li#fb{
	background: url('./img/icons/bottom_bg_fb.png') no-repeat;
	background-size: 18px;
    height: 18px;
    width: 18px;
}
.w-footer .w-fcontainer div.social-media ul li#tw{
	background: url('./img/icons/bottom_bg_tw.png') no-repeat;
	background-size: 18px;
    height: 18px;
    width: 18px;
}
.w-footer .w-fcontainer div.social-media ul li#yt{
	background: url('./img/icons/bottom_bg_youtube.png') no-repeat;
	background-size: 18px;
    height: 18px;
    width: 18px;
}
.w-footer .w-fcontainer div.social-media ul li#pin{
	background: url('./img/icons/bottom_bg_pint.png') no-repeat;
	background-size: 18px;
    height: 18px;
    width: 18px;
}
.w-footer .w-fcontainer div.social-media ul li#blog{
	background: url('./img/icons/bottom_bg_blog.png') no-repeat;
	background-size: 18px;
    height: 18px;
    width: 18px;
}
}
/*@media (max-width: 479px) {
	.hero-heading {
	font-size: 39px;
	line-height: 52px;
	}
	.contact-row {
	padding-bottom: 16px;
	}
	.hero-container {
	padding-right: 13px;
	padding-left: 13px;
	}
	.button.big {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	}
}*/
.quote{
    cursor: default;
    width: 100%;
    max-width: 565px;
    text-align: justify;
    margin: 0 auto;
    font-weight: 300;
    z-index: 1000;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#quote{
	font-family: 'proxima_nova_sbold', sans-serif;
	font-size:24px;
	color:#d92f5c;

}
.w-footer{
	position: fixed;
	z-index: 5;
	width: 100%;
}
.w-footer .w-fcontainer{
	max-width: 93vw;
	margin: 0 auto;
}
.w-footer .w-fcontainer div#logo{
	background: url('./img/left_bg.png');
	cursor: pointer;
	height: 400px;
	width: 100px;
	float:left;
	position: fixed;
	bottom: 3.5vw;
}
.w-footer .w-fcontainer div#logo a{
	display:block;
	height: 100%;
	width: 100%;
}
/* Social Media */
figure{
	margin: 0;
    margin-bottom: 10px;
}
.w-footer .w-fcontainer div.social-media{
	height: 90px;
	width: 100px;
	position: fixed;
	right: 3.5vw;
	bottom: 3.5vw;
}
.w-footer .w-fcontainer div.social-media figure#bb_logo{
background: url('http://buddhaboard.com/wp-content/uploads/2017/02/BBtext1-1.svg') no-repeat;
    background-size: 195px;
    cursor: pointer;
    float: right;
    height: 90px;
    width: 194px;
    margin-bottom: 0!important;
    margin-right: 2px;
}
.w-footer .w-fcontainer div.social-media figure#bb_logo a{
	display: block;
	height: 100%;
	width: 100%;
}
.w-footer .w-fcontainer div.social-media ul{
    list-style: none;
    padding: 0;
    width: 155px;
    bottom: -15px;
left:-10px;
    display: inline-block;
    position: absolute;
}
.w-footer .w-fcontainer div.social-media ul li{
	display: inline-block;
	float:left;
	margin-right: 6px;
}
.w-footer .w-fcontainer div.social-media ul li a{
	display: block;
	height: 100%;
	width: 100%;
}
.w-footer .w-fcontainer div.social-media ul li#fb{
	background: url('./img/icons/bottom_bg_fb.png') no-repeat;
	background-size: 18px;
	height: 18px;
	width: 18px;
}
.w-footer .w-fcontainer div.social-media ul li#tw{
	background: url('./img/icons/bottom_bg_tw.png') no-repeat;
	background-size: 18px;
	height: 18px;
	width: 18px;
}
.w-footer .w-fcontainer div.social-media ul li#yt{
	background: url('./img/icons/bottom_bg_youtube.png') no-repeat;
	background-size: 18px;
	height: 18px;
	width: 18px;
}
.w-footer .w-fcontainer div.social-media ul li#pin{
	background: url('./img/icons/bottom_bg_pint.png') no-repeat;
	background-size: 18px;
	height: 18px;
	width: 18px;
}
.w-footer .w-fcontainer div.social-media ul li#blog{
	background: url('./img/icons/bottom_bg_blog.png') no-repeat;
	background-size: 18px;
	height: 18px;
	width: 18px;
}
/* Defines the animation keyframes */
@-webkit-keyframes fadein {
	0% {
		 opacity: 0;
	 }
 
	 72% {
		 opacity: 0;
	 }
 
	 100% {
		 opacity: 1;
	 } 
}
@-moz-keyframes fadein {
		0% {
			 opacity: 0;
		 }
	 
		 72% {
			 opacity: 0;
		 }
	 
		 100% {
			 opacity: 1;
		 } 
}
@keyframes fadein {
	 0% {
			opacity: 0;
		}
	
		72% {
			opacity: 0;
		}
	
		100% {
			opacity: 1;
		}
	}

/* Defines the animation keyframes */
@-webkit-keyframes fadeOut {
	0% {
		 opacity: 1;
	 }
 
	 72% {
		 opacity: 0;
	 }
 
	 100% {
		 opacity: 0;
	 } 
}
@-moz-keyframes fadeOut {
		0% {
			 opacity: 1;
		 }
	 
		 72% {
			 opacity: 0;
		 }
	 
		 100% {
			 opacity: 0;
		 } 
}
@keyframes fadeOut {
	 0% {
			opacity: 1;
		}
	
		72% {
			opacity: 0;
		}
	
		100% {
			opacity: 0;
		} 
	}
.get{
	-webkit-animation: fadein 2s ease-in-out 0s 1, 
	fadeOut 1.9s ease-in-out 9s forwards ; 
	-moz-animation: fadein 2s ease-in-out 0s 1, 
	fadeOut 1.9s ease-in-out 9s forwards ;
	animation: fadein 2s ease-in-out 0s 1, 
	fadeOut 1.9s ease-in-out 9s forwards ;
 }

.ripples_bg{
	background: url('./img/bg.jpg');
	background-size: cover;
	height: 100%;
 }
.ripples_bg:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	height: 100%;
}
/* Intro */
.intro{
	position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
  justify-content: center;
  align-items: center;
}
/* Overlay */
/*.overlay {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	/*background-color: rgba(255, 255, 255, 0.49);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}*/
/*.modal {
    cursor: auto;
    position: absolute;
    z-index: 11;
    top: 8vh;
    bottom: 7.3vh;
    right: 0;
    left: 10px;
    margin: auto;
    width: 72%;
    max-width: 1072px;
    min-width: 530px;
    background-color: rgb(255, 255, 255);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #1C1C1C;
    text-align: left;
}*/
.overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 10vh;
    bottom: 7.3vh;
    right: 0;
    left: 0;
    margin: auto auto;
    z-index: 10;
    width: 72%;
    max-width: 1072px;
    /* height: 100%; */
    /* background-color: rgba(255, 255, 255, 0.49); */
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.modal {
    cursor: auto;
    position: absolute;
    z-index: 11;
    /* top: 8vh; */
    /* bottom: 7.3vh; */
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1072px;
    min-width: 530px;
    /*background-color: rgb(255, 255, 255);*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: white;
    text-align: left;
    top: 50%;
    left: 50%!important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(-50%, -50%);
    color: white;
}
.content:hover{
	overflow-y: visible;
}
.overlay.shown {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#closing-tag{
	background: url("./img/icons/close_bttn.svg") no-repeat;
	background-size: 28px;
	text-indent: -999999px;
	position: absolute;
	right: 20px;
	top: 40px;
	height: 28px;
	width: 28px;
	z-index: 1000;
	cursor: pointer;
}
.content-wp{
	line-height: 1.714285714;
	width: 100%;
}
.content-wp h3{
	font-size: 22px;
	margin-bottom: 20px;
}
.content-wp p{margin: 0 0 0.6rem;}
/* Products page */
.prdcts-pg img{
	border-radius: 5px;
}
.zoomContainer{z-index: 100;}
#af-form-772254800 .buttonContainer input.submit{border:none;}
.suscribed#already{color:rgba( 217, 47, 92, 1 );
}
/*  SECTIONS  */
.section-ppg {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.section-ppg#top{margin-top: 35px;}
/*#buy_bttn{
	background: url("./img/products/addtocart.png") no-repeat;
	margin-top: 10px;
	width: 132px;
	height: 30px;
	cursor: pointer;
	border-radius: 5px;
}*/
span#price{color:#D21145;}
#buy_bttn{
    margin-top: 10px;
    width: 66px;
    height: 30px;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    background: #D21145;
    color: white;
    padding-top: 5px;
}
#buy_bttn a{
	height: 100%;
	width: 100%;
	display: block;
	color: white;
}
#dwnld_bttn{
    cursor: pointer;
    border-radius: 5px;
    padding: 2px 7px;
    text-transform: inherit;
    text-align: center;
    color: white;
    background: #D21145;
    margin-top: 35px;
    display: inline-block;
}
#buy_bttn:active, #buy_bttn:hover{
	box-shadow: 0 0 5px #d92f5c;
}
/*#promo_code{
	background: #E8E8E8;
    border: 2px dashed grey;
    padding: 10px;
    margin-top: 28px;
    max-width: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inherit;
}*/
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	text-align: center;
}
.col:first-child { margin-left: 0; }
.col a:hover h6{color:#d92f5c!important;}
/* COLUMN PB */
.col_pb {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	text-align: left;
}
.col_pb:first-child { margin-left: 0; }
.col_pb a:hover h6{color:#d92f5c!important;}
/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 32.26%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
.cell{
	float: left;
	width: 33.3%;
	padding: 10px;
	text-align: center;
    height: 163px;
}
/* Intro */
.skipb{
	bottom: 25vh; 
	cursor: pointer; 
	font-weight: 300;
	position: absolute; 
	right: 20vw; 
	z-index: 25; 
}
.skipb:hover{color: #D21145}
.nmt_dl{ /* Animation Delay */
	animation-delay: 10s;
}
.nmt_dl_f{ /* Animation Delay 4s */
	animation-delay: 4s;
}
.nmt_dl_nn{ /* Animation Delay None */
	animation-duration: none;
}
.intro_e{
	visibility: hidden!important;
}
#canvasloader-container.wrapper{

	position: absolute;
	z-index: 100000;
    top: 50%;
    left: 50%;
}
/* Media Page */
.section-mp{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.section-mp .col a:hover h6{color:#d92f5c!important;}
#bx-pager img{
	height: 150px;
}
/* Public Relations */
.pubr-pg h6{
	font-weight: 400;
	text-align: left;
	margin-top: 5px;
}
.pubr-pg ul, li{
	padding-left: 0;
	list-style: none;
	margin:auto;
	position: initial!important;
}
.pubr-pg li{
	text-align: left;
	font-weight: 300;
    font-size: 13px;
    width: 100%;
}
.pubr-pg li:first-child {
    margin-top: 12px;
}
.pubr-pg li a{
	color:white;
}
.pubr-pg li a:hover{
	color:#d92f5c;
}
/* Galleries */
.galleries li{
	max-width: 30%;
}
.galleries .section{
	padding-bottom: 0;
}
/* FAQ Page */
h3.hero-subtitle{
	margin-bottom: 0!important;
	font-weight: 500;
    font-size: 1rem;
    color: #444;
}
.accordion{
	font-size:0.9rem;
	font-weight: 300;
}
.accordion h3{
	color:white;
	cursor: pointer;
	font-size:0.9rem;
	outline: none;
	margin-bottom: -0.2rem!important;
}
.ui-accordion-header-active{font-weight: bold;}
.ui-accordion-header-active, .ui-accordion-content-active {
    color: #d31145!important;
}
/* About Page */
.content-wp.abt-pg{color:white;} /* This is a test*/
.content-wp.abt-pg h3{
	margin-bottom: 18px;
}
.video-wrapper{
    margin-top: 3.1143rem;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}
/* Store locator */
.query input{
    width: 246px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 0.328571429rem;
    font-weight: 300;
    color: black;
}
#alert {
    font-weight: 300;
    font-size: 12px;
}
.bx-viewport{height: 300px!important;}

/* Contact Page */
#contact-page .hero-subtitle {
	margin-bottom: 0!important;
	font-size:0.9rem;
}
#contact-page p{
	font-size: 0.9rem;
}
::-webkit-scrollbar{width: 8px;}

::-webkit-scrollbar-thumb{background-color: rgba(255, 255, 255, 0.19); border-radius: 100px;}
#contact-page a{
	color: white;
}
#contact-page a:hover, a:visited, a:link{
	color: #D21145;
}
#canvasLoader{
    border-radius: 100%;
    height: 38px;
    width: 38px;
    padding: 2px;
}

div#layer{
	background: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000;
}

@media screen and (max-width:768px){
	.nav-menu{
		width: 100%;
	}
	.nav-link{
		font-size: 15px;
		padding-right: 10px;
	}
}


/* Public Art Prjects */
.content-wp.public-art-pg h3{
	margin-bottom: 18px;
}
.video-wrapper{
    margin-top: 3.1143rem;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}

.content-wp.public-art-pg .gallery-img{
	float:left;
}

#mobile-button {
	display: none;
}


.shopify-buy__btn {
	color: #fff !important;
	font-size: 15px;
	background-color: #E74256;
	padding: 12px 40px;
	letter-spacing: .3px;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
	transition: background 200ms ease;
	max-width: 100%;
	text-overflow: ellipsis;
	text-transform: uppercase;
	overflow: hidden;
	line-height: 1.2;
	border: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
}



.shopify-buy__btn:hover, .shopify-buy__btn:focus {
	background-color: #E74256 !important;
}



@media screen and (max-width:768px){
	#mobile-button {
		display: block;
	}

}

#buy-now-btn {
	text-align: center;
	padding-bottom: 16px;
}