/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}


/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
    text-decoration: none;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
    text-decoration: none;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	display: inline-block;
	vertical-align: top;
	padding: 7px 80px;
	text-decoration: none;
	color: #c588ff;
	border: 2px solid #c588ff;
	background: #1a0030;
	border-radius: 8px;
	text-transform: uppercase;
	font-family: "trashcinema_bbregular";
	-webkit-transition: .19s background linear;
	transition: .19s background linear;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
}



input[type="submit"]:hover {
	background: #3d016e;
	color: #d7acff;
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.top-head .links,
.nav-area #nav,
.nav-area .inner-nav ul,
.list,
.pumpkins-sample-imgs ul,
.slideshow-testimonial-block .slideshow .pagination ul,
.plans-info .plans-description ul,
.categories-block ul,
.pumpkins-rows ul,
.pattern-print-block .links,
.footer-nav,
.social-icons-block .social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #eddbff;
	background: #420177;
	background-image: url("/images/bg-2021-bats.gif");
	background-position: center;
	background-repeat: repeat-y;
	font: 15px/1.33 "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: normal;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a, i {
	color: #ffb43b;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #fff;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	/*-webkit-border-radius: 0;*/
	cursor: pointer;
}

/* Header */

#header {
	position: relative;
	z-index: 99;
}

/* top-head styles*/

.top-head {
	padding: 5px 0 9px;
	background: #7833ba;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 17px;
}

.top-head .title {
	display: inline-block;
	vertical-align: middle;
	color: #e2c4ff;
	margin: 0 10px 0 0;
}

.top-head .links {
	display: inline-block;
	vertical-align: middle;
}

.top-head .links li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}

.top-head .links a {
	text-decoration: none;
	color: #eeddff;
}

.top-head .links a:hover {
	color: #c588ff;
}

/* logo-holder styles*/

.logo-holder {
	background: #1a0030;
	padding: 5px 0;
	text-align: center;
}

.logo-holder .logo {
	width: 350px;
	margin: 0 auto;
}

.logo-holder .logo img {
	display: block;
	width: 100%;
}

/* nav-area styles*/

.nav-area {
	background: #7833ba;
	padding: 10px 0;
	text-align: center;
	border-bottom: 4px solid #2e0153;
	font-family: "trashcinema_bbregular";
}

.nav-area .nav-opener {
	display: none;
}

.nav-area #nav {
	text-align: center;
	font-size: 26px;
	line-height: 30px;
}

.nav-area #nav > li {
	position: relative;
}


.nav-area #nav > li > a {
	text-decoration: none;
	color: #ffb43b;
	padding: 5px 0;
	display: block;
	text-transform: uppercase;	
	text-shadow: 2px 2px #2e0153;
}

.nav-area #nav > li > a:hover {
	background: #1a0030;
}

.nav-area .inner-nav {
	font-size: 20px;
	line-height: 18px;
}

.nav-area .inner-nav ul li {
	display: block;
}

.nav-area .inner-nav ul a {
    font: 15px/1.33 "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
	display: block;
	padding: 10px 28px;
	text-decoration: none;
}

.nav-area .inner-nav ul a:hover {
	background: #1a0030;
}

/* nav-active styles*/

.nav-active .nav-area .nav-opener .bars span {
	opacity: 0;
}

.nav-active .nav-area .nav-opener .bars:before,
.nav-active .nav-area .nav-opener .bars:after {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 10px;
}

.nav-active .nav-area .nav-opener .bars:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.nav-active .nav-area .list-holder {
	max-height: 4000px;
}

.nav-active .nav-area .list-holder .list-frame {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}

/* ---------------------------------------------------------
   1. Common site styles
   ---------------------------------------------------------*/

body,
html {
	height: 100%;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	table-layout: fixed;
	display: table;
	height: 100%;
}

.container {
	max-width: 1054px;
	padding: 0 15px;
	margin: 0 auto;
}

.btn-default {
	display: inline-block;
	vertical-align: top;
	padding: 10px 30px;
	text-decoration: none;
	color: #fff;
	text-shadow: 2px 2px #b21e02;
	background: #f25203;
	border-radius: 8px;
	border: 2px solid #ffb43b;
	font-family: "trashcinema_bbregular";
	/* box-shadow: 4px 4px 0 1px #2e0153; */
	-webkit-transition: .19s background linear;
	transition: .19s background linear;
	text-align: center;
}

.btn-default:hover {
	background: #ff8500;
    color: #FFF;
}

.btn-primary {
	display: inline-block;
	vertical-align: top;
	padding: 10px 30px;
	text-decoration: none;
	color: #c588ff;
	border: 2px solid #c588ff;
	background: #1a0030;
	border-radius: 8px;
	text-transform: uppercase;
	font-family: "trashcinema_bbregular";
	-webkit-transition: .19s background linear;
	transition: .19s background linear;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	z-index:99999999999!important;
}

.img-text-block .btn-primary,.btn-default {
	font-size: 24px;
	line-height: 28px;   
}


.btn-primary:hover {
	background: #3d016e;
	color: #d7acff;
}

.list li {
	padding: 0 0 10px 20px;
	position: relative;
}

.list li:before {
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
	height: 15px;
	width: 15px;
	background: url(/images/crown-bullet.png) no-repeat;
}

.list img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0;
}

/* img-text-block styles*/

.img-text-block {
	padding: 30px 0 0;
	text-align: center;
	overflow: hidden;
}

.img-text-block h1 {
	color: #ff9b23;
	margin: 0 0 19px;
	font-family: "trashcinema_bbregular";
	background: -webkit-linear-gradient(#ffd100, #ff3d00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: #ea0e01;


}

.img-text-block h2 {
	color: #ff9b23;
	margin: 0 0 -3px;
	font-family: "trashcinema_bbregular";
	font-size: 20px;
	line-height: 24px;
		background: -webkit-linear-gradient(#ffd100, #ff3d00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: #ea0e01;
}

.img-text-block .subtitle {
	display: block;
	margin: 0 0 19px;
	text-transform: uppercase;
	color: #c588ff;
}

.img-text-block p {
	margin: 0 0 27px;
}

.img-text-block p a {
	text-decoration: none;
}

.img-text-block p a:hover {
	opacity: .8;
}

.img-text-block .features-block {
	margin: 0 0 30px;
}

.img-text-block .img-holder {
	margin: -70px 0 -170px;
	pointer-events: none;
	position:  relative;
	z-index: -999999;
}

.img-text-block .list {
	margin: 0 auto 11px;
	text-align: left;
	max-width: 330px;
}

.img-text-block .btn-default {
	padding: 8px 20px;
}

.img-text-block .btn-primary {
	padding: 3px 30px;
	display: block;
	max-width: 213px;
	margin: 0 auto;
}

/* pumpkins-sample-imgs styles*/

.pumpkins-sample-imgs {
	text-align: center;
	background: #53108c;
	padding: 30px 0 23px;
	border-bottom: 4px solid #2e0153;
}

.pumpkins-sample-imgs h3 {
	color: #c588ff;
	margin: 0;
	font-family: "trashcinema_bbregular";
	font-size: 24px;
	line-height: 28px;
}

.pumpkins-sample-imgs ul {
	margin: 0 0 24px;
	letter-spacing: -.32em;
}

.pumpkins-sample-imgs ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	letter-spacing: 0;
	width: 33.33%;
}

.pumpkins-sample-imgs ul li:nth-child(3) ~ li {
	display: none;
}


/* pop pumpkins on hover */
.pumpkins-sample-imgs img:hover {
-ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  transition: transform .2s;
}

/* pop buttons on hover */
.btn-default:hover, .btn-primary:hover, .form-btn:hover, input[type="submit"]:hover {
-ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.05); 
  transition: transform .2s;
}



/* slideshow-testimonial-block styles*/

.slideshow-testimonial-block {
	padding: 30px 0 18px;
	text-align: left;
}

.slideshow-testimonial-block .slideshow {
	position: relative;
	height: auto;
}

.slideshow-testimonial-block .slideshow .slideset {
	margin: 0 0 13px;
}

.slideshow-testimonial-block .slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
}

.slideshow-testimonial-block .slideshow .slide.active {
	z-index: 2;
}

.slideshow-testimonial-block .slideshow .slide img {
	display: block;
	margin: 0 auto;
	border: 2px solid black;
	box-shadow: 4px 4px 0 1px #2e0153;
}

.slideshow-testimonial-block .slideshow .pagination {
	text-align: center;
}

.slideshow-testimonial-block .slideshow .pagination ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
}

.slideshow-testimonial-block .slideshow .pagination ul li.active a {
	background: #fff;
}

.slideshow-testimonial-block .slideshow .pagination ul a {
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	height: 7px;
	width: 7px;
	border-radius: 100%;
	background: #f25203;
	display: block;
}

.slideshow-testimonial-block .slideshow .pagination ul a:hover {
	background: #ffb43b;
}

.slideshow-testimonial-block .testimonial-block h3 {
	color: #c588ff;
	text-transform: uppercase;
	font-family: "trashcinema_bbregular";
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 15px;
}

.slideshow-testimonial-block .testimonial-block blockquote {
	margin: 0;
	text-align: right;
}

.slideshow-testimonial-block .testimonial-block blockquote q {
	display: block;
	quotes: none;
	background: #7833ba;
	padding: 15px 19px;
	margin: 0 0 8px;
	font-style: normal;
	text-align: left;
	position: relative;
	box-shadow: -4px 4px 0 1px #2e0153;
}

.slideshow-testimonial-block .testimonial-block blockquote q:after {
	position: absolute;
	content: "";
	top: 100%;
	right: 20px;
	width: 0;
	height: 0;
	border-right: 20px solid transparent;
	border-top: 20px solid #7833ba;
	box-shadow: -5px 1px 0 -1px #2e0153;
}

.slideshow-testimonial-block .testimonial-block blockquote cite {
	display: block;
	font-style: normal;
	color: #c588ff;
	font-size: 12px;
	line-height: 16px;
	margin: 0 59px 0 0;
}

/* logo-text-block styles*/

.logo-text-block {
	padding: 22px 0 11px;
	text-align: center;
}

.logo-text-block-background {
	background: #53108c;
	border-bottom: 4px solid #2e0153;
}

.logo-text-block h3 {
	color: #c588ff;
	text-transform: uppercase;
	font-family: "trashcinema_bbregular";
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 15px;
}


.logo-text-block .logo-block img {
	display: block;
	margin: 0 auto;
	    display: block;
    margin: 0 auto;
    border: 2px solid black;
    box-shadow: 4px 4px 0 1px #2e0153;
}



/* plans-info styles*/

.plans-info {
	padding: 20px 0 0;
}

.plans-info .plans-description .title {
	display: block;
	margin: 0 0 20px;
	color: #ff9b23;
}

.plans-info .plans-description ul {
	margin: 0 0 20px 15px;
	font-size: 13px;
	line-height: 20px;
}

.plans-info .plans-description ul strong {
	color: #c588ff;
}

.plans-info .plans-description a {
	text-decoration: none;
}

.plans-info .plans-description a:hover {
	opacity: .8;
}

/* plans-holder styles*/

.plans-holder {
	margin: 0 0 12px;
}

.plans-holder .col-holder {
	background: #5d1998;
	padding: 0 20px 15px;
	margin: 0 0 20px;
	box-shadow: 4px 4px 0 1px #2e0153;
	border-radius: 2px 2px 12px 12px;
}

.plans-holder .col-holder:hover {
	background: #53108c;
}

.plans-holder .btn-default {
	margin: 0 auto 21px;
	display: block;
	max-width: 194px;
	padding: 8px 15px;
	text-align: center;
}

.plans-holder .title {
	display: block;
	background: #1a0030;
	margin: 0 -20px 19px;
	padding: 14px 10px;
	border-bottom: 6px solid #2e0153;
	text-align: center;
	font-size: 27px;
	line-height: 24px;
	font-family: "trashcinema_bbregular";

}

.plans-holder .list li {
	padding: 0 0 14px 22px;
}

/* categories-block styles*/

.categories-block {
	padding: 27px 0;
	text-align: center;
}

.categories-block .categories-holder .col {
	max-width: 260px;
	margin: 0 auto;
}

.categories-block .title {
	color: #f7abe9;
	display: block;
	margin: 0 0 14px;
	font-family: "trashcinema_bbregular";
	font-size: 20px;
	line-height: 24px;
	font-weight:lighter;
	
	text-shadow: 2px 2px #2e0153;

}

.categories-block .title span {
	display: block;
}

.categories-block .img-holder {
	margin: 0 0 15px
        
}

.categories-block .img-holder img {
	display: block;
	margin: 0 auto;
    max-width: 140px;
}

.categories-block ul {
	font-size: 12px;
	line-height: 14px;
}

.categories-block ul li {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.categories-block .coloredbox {
	text-decoration: none;
	display: block;
	background: #5d1998;
	padding: 15px 20px 20px;
	box-shadow: 4px 4px 0 1px #2e0153;
	margin: 0 0 16px;
	width: 100%;
	border-radius: 12px;
}


.categories-block .coloredbox:hover {
	background: #53108c;
		background-image: url("/images/playing-card.png");
    background-repeat: no-repeat;
	background-size: contain;
}

.categories-block .coloredbox a {
	text-decoration: none;
}

.categories-block .patterns-info {
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: #c588ff;
}

/* pumpkin-grid-block styles*/

.pumpkin-grid-block {
	padding: 19px 0;
	text-align: center;
	color: #c588ff;
}

.pumpkin-grid-block h1 {
	color: #ff9b23;
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
	font-size: 24px;
	line-height: 28px;
	font-family: "trashcinema_bbregular";
		background: -webkit-linear-gradient(#ffd100, #ff3d00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: #ea0e01;
	

}

.pumpkin-grid-block p {
	margin: 0 0 23px;
}

.pumpkin-grid-block .btn-prev,
.pumpkin-grid-block .btn-next {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	font-size: 20px;
	line-height: 24px;
	color: #f25203;
	/*box-shadow: -3px 0 0 1px #2e0153;*/
	border-radius: 100%;
}

.pumpkin-grid-block .btn-prev:hover,
.pumpkin-grid-block .btn-next:hover {
	color: #ffb43b;
}

.pumpkin-grid-block .btn-prev:after,
.pumpkin-grid-block .btn-next:after {
	position: absolute;
	content: "";
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border-radius: 100%;
	overflow: hidden;
	background: #fff;
	z-index: -1;
}

/* pumpkins-grid styles*/

.pumpkins-rows {
	padding: 0 0 50px;
	margin: 0 -15px;
}

.pumpkins-grid .grid-holder {
	padding: 30px 0 9px;
}

.pumpkins-grid .grid-holder:nth-child(odd) {
	background: #086867;
	position: relative;
	border-bottom: 3px solid #38322d;
}

.pumpkins-grid .grid-holder:nth-child(odd):after,
.pumpkins-grid .grid-holder:nth-child(odd):before {
	position: absolute;
	content: "";
	top: 0;
	bottom: -3px;
	width: 9999px;
	background: #086867;
	border-bottom: 3px solid #38322d;
}

.pumpkins-grid .grid-holder:nth-child(odd):after {
	right: 100%;
}

.pumpkins-grid .grid-holder:nth-child(odd):before {
	left: 100%;
}

.pumpkins-grid ul {
	letter-spacing: -.32em;
}

.pumpkins-rows ul li {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	letter-spacing: 0;
	padding: 0 14px 20px;
}

.pumpkins-rows .img-holder {
	margin: 0 0 9px;
}

.pumpkins-rows .img-holder img {
	display: block;
	margin: 0 auto;
}

/* pop pumpkins on hover */
.pumpkins-rows .img-holder img:hover {
-ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  transition: transform .2s;
}

.pumpkins-rows .name {
	display: block;
	font-size: 12px;
	line-height: 14px;
    font-weight: bold;
}

.pumpkins-rows .name a {
	text-decoration: none;
}

.pumpkins-rows .name a:hover {
	opacity: .8;
}

.pumpkins-rows .source {
	display: block;
	color: #c588ff;
	font-size: 12px;
	line-height: 14px;
}

/* pattern-print-block styles*/

.pattern-print-block {
	padding: 20px 0;
	text-align: center;
}

.pattern-print-block h1 {
	margin: 0;
	color: #ff9b23;
	font-family: "trashcinema_bbregular";
	font-size: 24px;
	line-height: 28px;
		background: -webkit-linear-gradient(#ffd100, #ff3d00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: #ea0e01;
}

.pattern-print-block h2 {
	margin: 0 0 23px;
	color: #c588ff;
	font-family: "trashcinema_bbregular";
	font-size: 22px;
	line-height: 26px;
}

.pattern-print-block h3 {
	margin: 0 0 13px;
	color: #ff9b23;
	font-family: "trashcinema_bbregular";
	font-size: 24px;
	line-height: 28px;
}

.pattern-print-block .btn-default {
	margin: 0 0 18px;
	padding: 8px 17px;
	font-size: 24px;
	line-height: 28px; 
}

.pattern-print-block .col {
	margin: 0 0 20px;
}

.pattern-print-block .col.print {
	font-size: 12px;
	line-height: 16px;
}

.pattern-print-block .col.print .col-holder {
	background: #5d1998;
	text-align: center;
	padding: 20px 20px 20px;
	border-radius: 12px;
}

.pattern-print-block .col.print .col-holder img {
    max-width: 200px;
}

.pattern-print-block .col.related .img-holder {
	margin: 0 0 14px;
}

.pattern-print-block .col.related .img-holder img {
	width: 33%;
    max-width: 111px;
    padding: 3px;
}

.pattern-print-block .col-holder {
	background: #32005a;
	padding: 14px 20px 15px;
	text-align: left;
	box-shadow: 4px 4px 0 1px #230040;
	border-radius: 12px;
}

.pattern-print-block a {
	text-decoration: none;
}

.pattern-print-block dl {
	margin: 0;
	overflow: hidden;
	font-size: 12px;
	line-height: 19px;
}

.pattern-print-block dl dt {
	float: left;
	color: #ff9b23;
	margin: 0 3px 0 0;
}

.pattern-print-block dl dd {
	margin: 0;
	overflow: hidden;
	color: #ffb43b;
}

.pattern-print-block .difficulty-level {
	display: block;
	margin: 0 0 18px;
}

.pattern-print-block .links {
	margin: 0 0 0 10px;
}

.pattern-print-block .links a:hover {
	opacity: .8;
}

/* about-contact-block styles*/

.two-column-block .one-column-block {
	padding: 19px 0;
}

.two-column-block h1,h2 {
	color: #ff9b23;
	font-family: "trashcinema_bbregular";
	margin: 0;
	line-height:normal;
	padding:0 0 10px;
	background: -webkit-linear-gradient(#ffd100, #ff3d00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: .2px;
	 -webkit-text-stroke-color: #ea0e01;

}

.one-column-block h1,h2 {
	color: #ff9b23;
	font-family: "trashcinema_bbregular";
	margin: 0;
	line-height:normal;
	padding:0 0 10px;
		background: -webkit-linear-gradient(#ffd100, #ff3d00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: .2px;
	 -webkit-text-stroke-color: #ea0e01;
}

.two-column-block h3, .boldcapcolor {
    text-transform: uppercase;
    color: #c588ff;
    font: 15px/1.33 "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
}

.one-column-block h3, .boldcapcolor {
    text-transform: uppercase;
    color: #c588ff;
    font: 15px/1.33 "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
}


    

.two-column-block .one-column-block p {
	margin: 0 0 20px;
}

/*.two-column-block .left-block {
	margin: 0 0 30px;
}*/

.two-column-block,.one-column-block .text-holder {
	/*border-bottom: 1px solid #7833ba;*/
	margin: 0 0 16px;
}

.two-column-block,.one-column-block .img-holder {
	margin: 20px 0;
}

.two-column-block .img-holder img, .one-column-block .img-holder img {
	box-shadow: 4px 4px 0 1px #2e0153;
	margin: 10px 0;
	border: 2px solid black;
}


.one-column-block  {
    max-width: 768px; 
    margin:auto;
    padding: 20px 0 0;
}

/*.two-column-block .right-block .text-holder p {
	margin: 0;
}*/

.blue-box, .featured-block {
	color: #fff;
	background: #5d1998;
	padding: 20px;
	margin: 20px 0;
	box-shadow: 4px 4px 0 1px #2e0153;
	border-radius: 12px;
}

.purple-box {
	color: #fff;
	background: #5d1998;
	padding: 20px;
	box-shadow: 4px 4px 0 1px #2e0153;
	border-radius: 12px;
}

.blue-box h2 {
	margin: 0 0 8px;
	color: #ff9b23;
	font-family: "trashcinema_bbregular";
	font-size: 24px;
}

/* contact-form styles*/

main input[type="text"],
main input[type="email"],
main input[type="password"],
main textarea {
	background: #9148d6;
	padding: 10px;
	width: 100%;
	border: none;
	margin: 0 0 20px;
	color: #fff;
	border-top: 3px solid #7833ba;
	border-left: 4px solid #7833ba;
}

.contact-form textarea {
	height: 169px;
}

.contact-form .btn-primary {
	max-width: 313px;
	display: block;
	margin: 0 auto;
	padding: 3px 20px;
	width: 100%;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 0 20px;
	width: 100%;
	height: 48px;
	background: #9148d6;
	border-top: 3px solid #7833ba;
	border-left: 4px solid #7833ba;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	line-height: 43px;
	margin: 0 35px 0 20px;
}

.jcf-select .jcf-select-text span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 15px 0 0;
}

.jcf-select .jcf-select-text span:after {
	position: absolute;
	content: "\e802";
	top: 2px;
	right: 0;
	font-family: "fontello";
	font-size: 18px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #9148d6;
/*	line-height: 14px;
	font-size: 12px; */
	width: 100%;
	border-bottom: 3px solid #7833ba;
	border-left: 4px solid #7833ba;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px;
	color: #fff;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #38322d;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* Footer */

#footer {
	background: #7833ba;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	display: table-footer-group;
	height: 1%;
}

#footer .container {
	padding-bottom: 20px;
	padding-top: 20px;
}

/* footer-nav styles*/

.footer-nav {
	margin: 0 0 20px;
}

.footer-nav a {
	text-decoration: none;
	color: #ffb43b;
}

.footer-nav a:hover {
	color: #ffeebf;
}

/* social-icons-block styles*/

.social-icons-block .copyright-text {
	display: block;
	margin: 0 0 5px;
}

.social-icons-block .social-icons {
	font-size: 21px;
	line-height: 24px;
}

.social-icons-block .social-icons li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
}

.social-icons-block .social-icons a {
	text-decoration: none;
	color: #eeddff;
}

.social-icons-block .social-icons a:hover {
	color: #c588ff;
}

@font-face {
	font-family: "fontello";
	src: url("../fonts/fontello.eot?43840036");
	src: url("../fonts/fontello.eot?43840036#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?43840036") format("woff2"), url("../fonts/fontello.woff?43840036") format("woff"), url("../fonts/fontello.ttf?43840036") format("truetype"), url("../fonts/fontello.svg?43840036#fontello") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?43840036#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none; /* fix buttons height, for twitter bootstrap */
	line-height: 1em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */
	margin-left: 0; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-left-circle:before {
	content: "\e800";
}

/* '' */

.icon-right-circle:before {
	content: "\e801";
}

/* '' */

.icon-down-dir:before {
	content: "\e802";
}

/* '' */

.icon-down-open:before {
	content: "\f004";
}

/* '' */

.icon-twitter:before {
	content: "\f099";
}

/* '' */

.icon-facebook:before {
	content: "\f09a";
}

/* '' */

.icon-youtube-play:before {
	content: "\f16a";
}

/* '' */

.icon-instagram:before {
	content: "\f16d";
}

/* '' */

@font-face {
	font-family: "trashcinema_bbregular";
	src: url("../fonts/trashcinemabb-webfont.woff2") format("woff2"), url("../fonts/trashcinemabb-webfont.woff") format("woff"), url("../fonts/trashcinemabb-webfont.svg#trashcinema_bbregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media (min-width: 480px) {
	.categories-block .categories-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -8px;
	}

	.categories-block .categories-holder .col {
		width: 50%;
		padding: 0 8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

/* pop pumpkins on hover */
.categories-holder .col img:hover {
-ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  transition: transform .2s;
}
	
}

@media (min-width: 768px) {
	.logo-holder {
		padding: 5px 0;
	}

	.logo-holder .logo {
		width: 506px;
	}

	.nav-area {
		padding: 0;
	}

	.nav-area #nav > li:hover > a {
		background: #1a0030;
	}

	.nav-area #nav > li:hover .inner-nav {
		display: block;
	}

	.nav-area #nav {
		font-size: 22px;
		line-height: 24px;
	}

	.nav-area #nav > li {
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

    
	.nav-area #nav > li:last-child .inner-nav {
		left: auto;
		right: 0;
	}

    
	.nav-area #nav > li > a {
		padding: 10px;
		display: block;
	}


	.nav-area .inner-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 250px;
		background: #7833ba;
		text-align: left;
		border-top: 3px solid #2e0153;
		box-shadow: 3px 3px 0 1px #2e0153;
	}



	/*.img-text-block {
		text-align: left;
	}*/

	.img-text-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.img-text-block h1 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 -20px 19px 0;
	}

	.img-text-block .subtitle {
		text-align: center;
	}

	.img-text-block .features-block {
		width: 33.3%;
	}

	.img-text-block .img-holder {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 33.33%;
		margin: -80px 0 -150px;
	}

	.img-text-block .info-block {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		width: 33.33%;
		padding: 0 0 0 10px;
	}

	.img-text-block .list {
		max-width: inherit;
	}

	.img-text-block .btn-primary {
		text-align: center;
		max-width: 313px;
	}

	.pumpkins-sample-imgs ul li {
		width: 16.66%;
	}

	.pumpkins-sample-imgs ul li:nth-child(6) ~ li {
		display: none;
	}

	.pumpkins-sample-imgs ul li:nth-child(3) ~ li {
		display: inline-block;
	}

	.slideshow-testimonial-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.slideshow-testimonial-block .slideshow {
		width: 50%;
		padding: 0 20px 0 0;
	}

	.slideshow-testimonial-block .testimonial-block {
		width: 50%;
		padding: 0 40px 47px;
	}

	.logo-text-block {
		text-align: left;
	}

	.logo-text-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}



	.logo-text-block .text-block {
		width: 50%;
		padding: 0 40px;
		margin: 0 0 30px;
	}

	.logo-text-block .logo-block {
		width: 50%;
		padding: 0 40px;
		margin: 0 0 30px;
	}

	.plans-holder {
		margin: 0 -8px 12px;
		letter-spacing: -.32em;

	}

	.plans-holder .col {
		display: inline-block;
		vertical-align: top;
		letter-spacing: 0;
		width: 50%;
		padding: 0 8px;
		
	}

	.plans-holder .title {
		font-size: 27px;
		line-height: 31px;

	}


	.categories-block .categories-holder .col {
	    width: 33.33%;
	}

	.categories-block .title {
		font-size: 27px;
		line-height: 27px;
	}

	.pumpkin-grid-block h1 {
		font-size: 30px;
		/* line-height: 36px; */
	}

	.pumpkins-grid {
		margin: 0;
	}

	.pattern-print-block h1 {
		font-size: 32px;
		line-height: 34px;
	}

	.pattern-print-block h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.pattern-print-block .btn-default {
		font-size: 30px;
		line-height: 34px;
	}

	.pattern-print-block .three-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin: 0 -8px;
	}

	.pattern-print-block .col {
		width: 33.33%;
		padding: 0 8px;
		margin: 0;
	}

	.pattern-print-block .col.print {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.pattern-print-block .col.related {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.two-column-block h1 {
		font-size: 32px;
		line-height: 36px;
	}

	.two-column-block .left-block {
		float: left;
		width: 50%;
		padding: 0 14px 0 0;
	}

	.two-column-block .right-block {
		float: left;
		width: 50%;
		padding: 0 0 0 14px;
	}

	#footer {
		text-align: left;
	}

	#footer .container {
		padding-bottom: 12px;
		padding-top: 10px;
	}

	.footer-nav {
		float: right;
		margin: 6px 0 0;
	}

	.footer-nav li {
		display: inline-block;
		vertical-align: top;
		padding: 0 0 0 28px;
	}

	.social-icons-block {
		float: left;
	}

	.social-icons-block .copyright-text {
		display: inline-block;
		vertical-align: middle;
		margin: 2px 14px 0 0;
	}

	.social-icons-block .social-icons {
		display: inline-block;
		vertical-align: middle;
	}
}


@media (min-width: 768px) and (min-width: 1200px) {
	.nav-area #nav > li:last-child .inner-nav {
		left: 0;
		right: auto;
	}
}


@media (min-width: 1024px) {
	.logo-holder {
		padding: 3px 0;
	}

	.logo-holder .logo {
		width: 686px;
	}

	.nav-area #nav {
		font-size: 26px;
		line-height: 30px;
	}

	.nav-area #nav > li > a {
		padding: 4px 13px;
	}
    
    .nav-area .inner-nav {
		min-width: 250px;
	}

	.btn-default {
		font-size: 26px;
		line-height: 30px;
		padding: 10px 20px;
	}

	.img-text-block {
		padding: 78px 0 0;
	}

	.img-text-block h1 {
		font-size: 30px;
		line-height: 36px;
	}

	.img-text-block h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.img-text-block .img-holder {
		margin: -153px 0 -189px;
	}

	.img-text-block .info-block {
		padding: 0;
	}

	.img-text-block .list li {
		padding: 0 0 18px 24px;
	}

	.img-text-block .btn-default {
		padding: 8px 42px;
	}

	.plans-holder .col {
		width: 25%;
	}

	.categories-block .categories-holder .col {
		width: 25%;
	}
}

@media (max-width: 767px) {
	.top-head {
		display: none;
	}

	.nav-area .nav-opener {
		display: block;
	}

	.nav-area .nav-opener .bars {
		width: 31px;
		height: 25px;
		position: relative;
		-webkit-transition: all .19s linear;
		transition: all .19s linear;
		z-index: 222;
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 7px;
	}

	.nav-area .nav-opener .bars span,
	.nav-area .nav-opener .bars:before,
	.nav-area .nav-opener .bars:after {
		content: "";
		background: #ffb43b;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 5px;
		-webkit-transition: all .19s linear;
		transition: all .19s linear;
	}

	.nav-area .nav-opener .bars:after {
		top: 20px;
	}

	.nav-area .nav-opener .bars span {
		top: 10px;
	}

	.nav-area .nav-opener .text {
		color: #ffb43b;
		font-size: 30px;
		line-height: 32px;
		text-transform: uppercase;
		display: inline-block;
		vertical-align: middle;
	}

	.nav-area .list-holder {
		position: absolute;
		left: -15px;
		right: -15px;
		top: 100%;
		z-index: 999;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all .19s linear;
		transition: all .19s linear;
	}

	.nav-area .list-frame {
		position: relative;
		background: #7833ba;
		-webkit-transition: all .19s linear;
		transition: all .19s linear;
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		padding: 10px;
	}
    
.container {
    max-width: 500px;
    padding: 0 15px;
    margin: 0 auto;
}
    
.shadowmascot {
    max-width: 325px;

}
	


}

@media (max-width: 1024px) {
.pattern-print-block .btn-default {
	font-size: 24px;
	line-height: 28px; 
}
}


/* drop a lil shadow on anything that needs it */
.shadow {
    box-shadow: 4px 4px 0 1px #2e0153;
}

/* constrain overgrown pumpkins to a tight 111px */
.standardkin {
    width: 111px;
}

/* small captions under photos, like on the tutorials page */
.piccaption {
    display: block;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    color: #c588ff;
    margin: 5px 0;
    padding: 0px 5px 15px 0px;
}

/* for embedded youtube videos, makes them fill the column width */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/* padding-top: 25px; */
	height: 0;
	margin-bottom: 15px;
	border: 2px solid black;
	box-shadow: 4px 4px 0 1px #2e0153;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* makes a thin blue line with a shadow too */
hr {
	box-sizing: content-box;
	background: #b466ff;
	border:0;
	height:2px;
	margin:15px 0;
	box-shadow: 4px 4px 0 0px #2e0153;
}

/* changes the link font color to very light yellow */
    main a:hover {
    color: #ff8500;
}

/* some smaller text in a color */
.smalltext {
	font-size: 13px;
	color: #c588ff;
}

/* text in a color, duh */
.color-text {
	color: #ff9b23;
}

.helpq {
    color: #c588ff;
    padding-top: 15px;
    font-weight:bold;
}

.helpa {
    padding-left: 25px;
    margin-top: -10px;
    display: block;
}

/* alert box, for error messages etc */
.alertbox {
   color: #fff;
   background: #5d1998;
   padding: 20px;
   margin: 30px 30px;
   box-shadow: 4px 4px 0 1px #2e0153;
   border-radius: 2px;
   border: 2px solid #f22903;
   max-width:1024px;
   text-align:center;
   margin: 20px auto 0px;
}
.alertbox p.flat {
	margin: 0 0 -10px;
}

.alertbox h1 {
	color: #ff9b23;
}

.btn-holder {
	margin: 10px auto 0;
	text-align: center;
	max-width: 250px;
}

.top-centered-heading {
  	color: #ff9b23;
  	text-align: center;
  	margin: auto;
  	font-size: 24px;
  	line-height: 28px;
  	font-family: "trashcinema_bbregular";
  		background: -webkit-linear-gradient(#ffd100, #ff3d00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: .2px;
	 -webkit-text-stroke-color: #ea0e01;
}

/* table for all pattern list and minion page  */

table.all_patterns tr td {
  border-collapse: collapse;
  /* border: 1px solid #000; */
  padding: 5px;
  font-size: 12px;
}
table.all_patterns tr:nth-child(odd)		{ background-color:#53108c; }
table.all_patterns tr:nth-child(even)		{ background-color:#5d1998; }

table.all_patterns tr.thead {
  background: #000;
}
table.all_patterns tr.thead th {
  border-collapse: collapse;
  /* border: 1px solid #000; */
  background: #7833ba;
  padding: 5px;
}

/* pagination links for pattern search, users printed pattern pages, and home page slideshow
.pagination{
    margin: -15px 0 15px;
}*/

/* transaction details table (member account page) */

.transaction_details_table {
  border-collapse: collapse;
  font-size: 12px;
  font-style: normal;
  margin:5px 0 15px;
  box-shadow: 4px 4px 0 1px #2e0153;
}


.transaction_details_table th {
  background: #7833ba;
  color: #fff;
  font-weight: bold;
  padding: 6px;
  text-align: left;
}

.transaction_details_table td {
  background: #1a0030;
  color: #fff;
  padding: 6px;
}
