/*
Theme Name: Purr Design
Theme URI: http://www.purrdesign.com/
Author: Purr Design
Author URI: http://www.purrdesign.com/
Description: 2015 theme for Purr Design. Fancy & responsive!
Version: 4.0.0
Text Domain: purr-design
*/


/* @group Normalize */
/*---------# Normalize---------*/

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

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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,
em,
i {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.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"],
input[type="submit"] {
	-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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-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: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}
/* @end */

/* @group Elements */
/*---------# Elements---------*/

*,
html {
	box-sizing: border-box;
}

*,
*: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: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

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

hr {
	border: 0;
	height:3px;
	width:100px;
	margin:15px auto 15px auto;
	background-color:#b63148;
}
	hr.left {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 70px !important;
	}
ul,
ol,
li {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
	margin-left: 18px;
	margin-bottom: 25px;
}

ol {
	list-style: decimal;
	margin-left: 18px;
	margin-bottom: 25px;
}

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

a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

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

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Forms */
/*---------# Forms---------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: none;
}

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: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	border: none;
	color: #aeaeae;
	background-color: #ffffff;
	width: 100%;
}

select {
	border: none;
	color: #aeaeae;
	background-color: #ffffff;
	width: 100%;
	padding: 10px 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border: none;
	color: #313447;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
	border: none;
	padding: 10px 10px;
}

textarea {
	border: none;
	padding: 5px 10px;
	max-height: 110px;
}

.button, a.button, .search-submit, #commentform .submit, input[type=submit] {
	color: #ffffff !important;
	background-color: #b63148;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .05em;
	display: inline-block;
	padding: 12px 50px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #b63148;
}
	a.button-reverse {
		background-color: transparent;
		border: 1px solid #ffffff;
	}
	a.button.alt {
		border: 1px solid #313447;
		background-color: #313447;
	}
.button:hover, a.button:hover, .search-submit:hover, #commentform .submit:hover, input[type=submit]:hover {
	color: #ffffff;
	border: 1px solid #313447;
	background-color: #313447;
}
	.site-footer a.button:hover, .content-primary a.button:hover {
		color: #ffffff;
		border: 1px solid #ffffff;
		background-color: transparent;
	}
	a.button-reverse:hover {
		background-color: #b63148 !important;
	}
	a.button.alt:hover {
		background-color: #b63148 !important;
		border-color: #b63148;
	}

/*Gravity Forms Styles*/
.left-column {
	width: 40%;
	float: left;
}
.right-column {
	width: 53%;
	float: right;
}
.right-column .gform_wrapper {
	margin-top: 25px;
}
.gform_description {
	font-style: italic;
	color: #9899a3;
}
.gform_fields {
	overflow: hidden;
}

ul.gform_fields {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.gform_fields li {
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
	clear: both;
	font-size: 14px;
}
	ul.gform_fields .gfield_html {
		font-size: 16px;
	}
	ul.gform_fields .gfield_html p {
		margin-bottom: 20px;
	}
ul.gform_fields .gfield_visibility_hidden {
	display: none;
}
ul.gform_fields li:before {
	display: none;
}
ul.gform_fields .gfield_label {
	display: block;
	margin: 0px 0 7px;
	font-size: 18px;
}
	ul.gform_fields .hidden_label .gfield_label {
		display: none;
	}
	.ginput_complex label {
		margin: 10px 0 0 !important;
	}
ul.gform_fields .gfield_required {
	color: #b63148;
	font-weight: bold;
	margin: 0 5px;
}

.gfield_description {
	font-style: italic;
	color: #9899a3;
	font-size: 15px;
	margin: -10px 0 9px;
}
ul.gform_fields .gfield_checkbox, ul.gform_fields .gfield_radio {
	margin: 6px 0 10px;
	padding: 0;
}
	ul.gform_fields .gfield_threecolumn {
		position: relative;
	}
	ul.gform_fields .gfield_checkbox li, ul.gform_fields .gfield_radio li {
		margin: 0;
		padding: 0;
		display: inline-block;
		width: 50%;
	}
	ul.gform_fields .gfield_radio li {
		width: 50%;
	}
	ul.gform_fields .gfield_radio li:nth-child(4), ul.gform_fields .gfield_radio li:nth-child(5) {
		width: 50%;
	}
		ul.gform_fields .gfield_threecolumn li {
			width: 33.33%;
			white-space: normal;
			height: auto;
			vertical-align: middle;
		}
	ul.gform_fields .gfield_checkbox li input, ul.gform_fields .gfield_radio li input {
	    position: absolute;
	    left: -9999px;
	}
	ul.gform_fields .gfield_checkbox li label, ul.gform_fields .gfield_radio li label {
	  display: block;
	  text-align: center;
	  position: relative;
	  padding: 5px 0 6px;
	  font-size: 12px;
	  font-weight: normal;
	  color: #fff;
	  text-transform: uppercase;
	  letter-spacing: .03em;
	  background-color: #b7b8be;
	  white-space: nowrap;
	  cursor: pointer;
	  user-select: none;
	  transition: background-color .2s, box-shadow .2s;
	  margin: 0 5px 5px 0;
	}
		ul.gform_fields .gfield_threecolumn li label {
			white-space: normal;
			line-height: 1.2;
			padding: 5px 15px 6px;
		}
			ul.gform_fields .gfield_threecolumn li:nth-child(1) label {
				padding: 12px 15px 13px;
			}
	ul.gform_fields .gfield_checkbox li label:hover, ul.gform_fields .gfield_radio li label:hover {
		background-color: #9899a3;
	}
	ul.gform_fields .gfield_checkbox li input:checked + label {
	  background-color: #b63148;
	}
	ul.gform_fields .gfield_radio li input:checked + label {
	  background-color: #313447;
	}
		ul.gform_fields .gfield_checkbox li input:checked + label:before, ul.gform_fields .gfield_radio li input:checked + label:before {
			content: "\002713";
			display: inline-block;
			margin-right: 5px;
		}
	ul.gform_fields select {
		height: 50px;
		line-height: 50px;
	}
.gform_footer {
	clear: both;
	margin-top: 15px;
}
.gform_footer input[type=submit] {
	float: right;
	width: 40%;
	clear: both;
}
	.gform_wrapper .centered {
		max-width: 700px;
		margin: 30px auto 0;
		overflow: hidden;
	}
	.centered .gform_footer {
		text-align: center;
	}
	.centered .gform_footer input[type=submit] {
		float: none !important;
		width: 40%;
		text-align: center;
		margin: 0 auto !important;
		clear: both;
	}
.site-footer input[type=submit] {
	background-color: #313447;
	float: right;
	text-align: center;
	width: 40%;
	border: 1px solid #313447;
	padding: 12px;
	clear: both;
}
.site-footer input[type=submit]:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: transparent;
}
.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}

.validation_error {
	font-weight: bold;
	font-style: normal;
	color: #b63148;
	margin: -10px 0 15px;
}
.gfield_error .validation_message {
	font-weight: bold;
	font-style: normal;
	color: #b63148;
	margin: 2px 0 0;
}
	.gfield_error .validation_message:before {
		content: "^ ";
		display: inline;
	}
.form-message {
	font-weight: bold;
	font-style: normal;
	margin: -10px 0 0;
	line-height: 1.5;
}
	.form-message span {
		color: #b63148;
	}
.gfield.gf_left_half {
	width: 48.5%;
	float: left;
	clear: left;
}

.gfield.gf_right_half {
	width: 48.5%;
	float: right;
	clear: none;
}
.gfield.gf_right_half:after {
	content: "";
	display: block;
	clear: both;
}
.ginput_complex {
	overflow: hidden;
}
.ginput_complex .name_first {
	width: 48.5%;
	float: left;
	clear: left;
}

.ginput_complex .name_last {
	width: 48.5%;
	float: right;
	clear: none;
}
.hidden_label .ginput_complex label {
	display: none;
}
.ginput_complex.has_street label {
	margin-bottom: 15px;
	display: block;
}
	.ginput_complex .address_line_2 {
		overflow: hidden;
	}
		.ginput_complex .address_line_2 label:after {
			display: block;
			clear: both;
			content: "";
		}
	.ginput_complex .address_city, .ginput_complex .address_state, .ginput_complex .address_zip {
		width: 30%;
		float: left;
		margin-left: 5%;
	}
	.ginput_complex .address_city {
		width: 30%;
		margin-left: 0;
		clear: both;
	}
	.address_country {
		display: block;
		clear: both;
		padding-top: 5px !important;
	}
	.address_country select {
		height: 54px;
	}
.ginput_container_address {
	overflow: hidden;
	margin-bottom: 35px;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area
{
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  border: 2px dashed #ffffff;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  text-align: center;
  color: #b7b8be;
  font-size: 14px;
  margin: 10px 0;
}
	.gform_wrapper .gform_fileupload_multifile input {
		background-color: #b7b8be;
		border: none;
		padding: 1px 10px 2px;
		font-weight: normal;
		font-size: 12px;
		margin-left: 10px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.gform_wrapper .gform_fileupload_multifile input:hover {
		background-color: #9899a3;
	}

/* credit card fields */
.gform_wrapper div.gform_card_icon {
	margin-right: 4px;
	text-indent: -9000px;
	background-image: url(images/gf_creditcard_icons.png);
	background-repeat: no-repeat;
	width: 36px;
	height: 32px;
	float:left
}
.gform_card_icon_amex {
	background-position: -72px 0
}
.gform_card_icon_discover {
	background-position: -108px 0
}

.gform_card_icon_mastercard {
	background-position: -36px 0
}

.gform_card_icon_visa {
	background-position: 0 0
}
.ginput_cardextras {
	display: block;
	overflow: hidden;
	margin: 15px 0;
}
.ginput_cardextras .ginput_cardinfo_left {
	display: block;
	width: 70%;
	float: left;
}
.ginput_cardextras .ginput_cardinfo_right {
	display: block;
	width: 25%;
	float: right;
}
.ginput_card_expiration_container select {
	width: 47%;
	margin-right: 3%;
	display: inline-block;
	float: left;
}
.ginput_card_expiration_container label {
	display: block;
	clear: both;
}
.ginput_full {
	width: 100%;
	float: none;
	clear: both;
}

.gform_wrapper .gf_progressbar_wrapper {
    clear: both;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: .813em;
    line-height: 1 !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    clear: both;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
}

.gform_wrapper .gf_progressbar {
    position: relative;
    width: 100%;
}

.gform_wrapper .gf_progressbar_percentage {
    height: 24px;
    text-align: right;
    font-size: .813em !important;
    z-index:999;
    vertical-align: middle;
    
}

.gform_wrapper .gf_progressbar:after {
    content:"";
    display: block;
    width: 100%;
    z-index:990;
    height: 24px;
    margin-top:-24px;
    background-color:rgba(0, 0, 0, 0.1);
    }

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.gform_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1.8;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none;
    float: none !important;
    margin-left: 0;
    word-wrap: normal;
}

.gform_wrapper .percentbar_blue {
    background-color: #313447;
    color: #FFF;
}

.gform_wrapper .percentbar_gray {
    background-color: #7C7C7C ;
    color: #FFF;
}

.gform_wrapper .percentbar_green {
    background-color: #88B831;
    color: #FFF;
}

.gform_wrapper .percentbar_orange {
    background-color: #FF7120;
    color: #FFF;
}

.gform_wrapper .percentbar_red {
    background-color: #FF2A1A;
    color: #FFF;
}

.gform_wrapper .gf_page_steps {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px dotted #CCC;
}

.gform_wrapper .gf_step {
    width: 100%;
    margin: 24px 24px 24px 0;
    font-size: .875em;
    height: 14px;
    line-height: 1.25 !important;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    font-family: inherit;
}

.gform_wrapper .gf_step span.gf_step_number {
    font-size: 1.25em;
    font-family: arial,sans-serif;
    margin-right: 4px;
}

.gform_wrapper .gf_step span.gf_step_number,
.gform_wrapper .gf_step span.gf_step_label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
}

.gform_wrapper .gf_step.gf_step_active {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.gform_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.gform_save_link {
	margin-left: 15px;
}

.form-pending{
	border: 2px solid #fff;
	padding: 20px 20px 0px;
}

/* @end */

/* @group Typography */
/*---------# Typography---------*/
body,
button,
input,
select,
textarea {
	font-family: "source-sans-pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #313447;
	font-weight: 300;
	font-size: 18px;
	font-size: 1.1rem;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	clear: both;
	font-weight: 200;
	margin: 0 0 15px;
}

h1 {
	font-size: 40px;
	color: #b63148;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 300;
}

h5 {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 300;
}
a {
	color: #2b2e41;
}

a:visited {
	color: #2b2e41;
}

a:hover,
a:focus,
a:active {
	color: #b63148;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}
p {
	margin: 0 0 25px;
}

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: 0.9375rem;
	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: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}
/* @end */

/*---------# Structure---------*/

.wrap {
	width: 100%;
	max-width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}

.site-main {
	width: 75%;
	float: left;
}
.site-sidebar {
	width: 20%;
	float: right;
}

/*---------## Site Header---------*/

#page {
	
}

.site-header {
	position: fixed;
	background-color: #000;
	background-color: rgba(23,25,33,.35);
	height: 110px;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
	.home .site-header {
		
	}
	.site-header.smaller, .home .site-header.smaller {
		height: 75px;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #000;
		background-color: rgba(23,25,33,.85);
	}
	
.site-branding {
	width: 30%;
	float: left;
}
h1.site-title {
	margin: 25px 0;
}
	.site-header.smaller h1.site-title {
		margin: 11px 0;
	}
h1.site-title a {
	background-image: url(images/logo.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 220px;
	height: 60px;
	display: block;
	text-indent: -9999px;
}
	.home h1.site-title a {
		width: 220px;
		height: 60px;
		background-color: transparent;
	}
	.site-header.smaller h1.site-title a {
		width: 180px;
		height: 49px;
		background-size: 100% auto;
	}

/*---------## Site Sections---------*/
.content-area {
	padding: 40px 0;
}
	.content-area .section-header {
		text-align: center;
	}
	.content-area .section-header h2, .site-main h2 {
		text-transform: lowercase;
	}
	.content-area .section-header h2:after {
		display: block;
		content: "";
		border-bottom: 1px solid #ffffff;
		margin: 10px auto 0;
		width: 90px;
	}
.content-primary {
	padding: 190px 0 110px;
	text-align: center;
	background: url(images/chalkboard.jpg) repeat;
	background-size: auto;
}
.content-primary h1 {
	color: #ffffff !important;
}
.page .content-primary {
	background-color: #f3f3ef;
	padding: 190px 0 90px;
}
	.content-primary.with-background {
		padding: 190px 0 90px;
		background-size: cover !important;
	}
		
	.home .content-primary {
		padding: 190px 0 90px;
		background: url(images/homepageimg.jpg) center center no-repeat transparent;
		background-size: cover;
	}
	.content-primary.content-minimal {
		padding: 55px;
	}

.content-primary .site-main {
	width: 100%;
	float: none;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 35px 16.5%;
	margin: 0;
	text-align: center;
	font-size: 20px;
	text-shadow: 1px 1px 2px rgba(23,25,33,.5);
}
.content-primary .page-title {
	width: 100%;
	float: none;
	border: 1px solid #ffffff;
	color: #ffffff;
	padding: 20px 16.5%;
	margin: 0;
	text-align: center;
	font-size: 20px;
}
	.content-primary .page-title h2  {
		color: #ffffff !important;
	}
	.content-primary .page-title h1 a {
		color: #ffffff;
		text-decoration: none;
	}
		.content-primary .page-title h1 a:hover {
			color: #b63148;
		}
	.content-primary .single-post-title h1 {
		font-size: 56px;
		color: #ffffff;
		margin: 0 0 10px;
	}
	.page-title .line {
		 height:1px;
		 width:100px;
		 margin:15px auto 15px auto;
		 background-color:#ffffff;		 
	}

	
.content-secondary {
	/*background-color: #f3f3ef;*/
	background-color: #f3f3ef;
	padding: 70px 0 75px;
	overflow: hidden;
}
	.page .content-secondary {
		padding: 50px 0;
	}
	.content-tertiary:before {
		width: 0; 
		height: 0; 
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #f3f3ef;
		display: block;
		content: "";
		margin: -40px auto 30px;
	}
	.content-secondary h2 {
		color: #b63148;
	}
.content-tertiary {
	background-color: #313447;
	color: #ffffff;
	overflow: hidden;
}
	.content-tertiary .widget {
		width: 33.33%;
		width: calc(100% / 3);
		float: left;
		text-align: center;
		padding: 25px 2% 0; 
	}
	
.content-quaternary {
	background-color: #ffffff;
}


.content-intermediate {
	background-color: #fff;
	padding: 50px 0 0;
	overflow: hidden;
	text-align: center;
}
	.content-intermediate img, .content-primary img {
		margin: 0 auto;
		display: block;
	}
	.single-portfolio .content-primary, .post-type-archive-portfolio .content-primary, .tax-project-type .content-primary {
		padding: 170px 0 0px;
		margin-bottom: -160px;
		overflow: visible !important;
		background: url(images/chalkboard.jpg) #313447;
	}
	.single-portfolio .content-secondary {
		
	}
	.single-portfolio .extra-images {
		margin: 40px 0 0;
		clear: both;
		text-align: center;
	}
	.single-portfolio .extra-images p {
		margin-bottom: 50px;
	}


/*---------## Site Footer---------*/

.site-footer {
	clear: both;
	background-color: #b63148;
	color: #ffffff;
	padding: 40px;
}

	.site-footer:before {
		width: 0; 
		height: 0; 
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #f3f3ef;
		display: block;
		content: "";
		margin: -40px auto 30px;
	}
	.home .site-footer:before, .single-portfolio .site-footer:before {
		border-top: 20px solid #ffffff;
	}
.site-footer h3.subhead {
	margin-bottom: 40px;
	font-size: 22px;
}
.site-footer a:hover {
	color: #ffffff;
}
.footer-left {
	float: left;
	width: 30%;
}
.footer-right {
	float: right;
	width: 70%;
	max-width: 535px;
}
	.footer-right .gform_wrapper {
		margin: 0px 0 0;
	}
		.footer-right .gform_wrapper .gfield {
			margin: 20px 0 20px;
		}
	.footer-right .gform_footer {
		margin: 0;
	}

	.social-icons a {
		width: 36px;
		height: 36px;
		display: inline-block;
		margin-right: 5px;
	}
		.social-icons a:hover {
			opacity:0.7;
			filter:alpha(opacity=70); /* For IE8 and earlier */
		}
	a.icon-twitter {
		background: url(images/twitter.png) no-repeat;
	}
	a.icon-facebook {
		background: url(images/facebook.png) no-repeat;
	}
	a.icon-instagram {
		background: url(images/instagram.png) no-repeat;
	}
	
.site-credits {
	clear: both;
	background-color: #ffffff;
	text-align: center;
	color: #aeaeae;
	font-size: 9px;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 50px 0;
}
	.site-credits a.meow {
		color: #aeaeae;
		text-decoration: none;
		display: block;
		background: url(images/kitten.jpg) -10px top no-repeat;
		width: 235px;
		height: 156px;
		margin: 0 auto;
		padding: 35px 0 0 150px;
	}
	
/*---------# Navigation---------*/
/*---------## Menus---------*/
.slicknav_menu {
	display: none;
}
.menu li.home {
	display: none;
}
.main-navigation {
	float: right;
	text-align: right;
	width: 70%;
}
	.home .main-navigation {
		
	}
	.smaller .main-navigation {
		
	}
.main-navigation ul {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .08em;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	margin: 0 0 0 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	height: 110px;
	line-height: 40px;
	padding: 35px 0;
}
.site-header.smaller li {
	height: 75px;
	padding: 18px 0;
}
.main-navigation li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 0 15px;
	border: 1px solid transparent;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 110px;
	left: -999em;
	z-index: 99999;
	width: 150px;
	text-align: left;
	background-color: #000;
	background-color: rgba(23,25,33,.35);
	font-weight: normal;
}
	.site-header.smaller .main-navigation ul ul {
		top: 75px;
		ackground-color: #000;
		background-color: rgba(23,25,33,.85);
	}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 150px;
	text-transform: none;
	letter-spacing: normal;
	padding: 0 15px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: none !important;
	color: #ffffff;
}
	.main-navigation ul ul a:hover {
		color: #b63148;
	}

.main-navigation ul ul li, .site-header.smaller .main-navigation ul ul li {
	height: 40px;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 2px rgba(23,25,33,.5);
}

.main-navigation li a:hover {
	border: 1px solid #ffffff;
}

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

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

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


.main-navigation ul {
	display: block;
}


.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%;
}
/*---------## Post Navigation---------*/
.post-nav {
	overflow: hidden;
	margin-top: 20px;
}
	.single-post .post-nav {
		margin: 70px 0;
	}
.post-nav .nav-previous img {
	width: 20%;
	float: left;
	margin-right: 10px;
}
.post-nav .nav-next img {
	width: 20%;
	float: right;
	margin-left: 10px;
}
	.single-post .post-nav img {
		width: 30%;
	}
.post-nav h3 {
	margin: 0;
	clear: none;
	color: #9899a3;
}
.post-nav h4 {
	margin: 10px 0 0;
	clear: none;
	font-size: 12px;
	font-weight: normal;
}
	.single-post .post-nav h4 {
		margin: 8px 0 0;
	}
.post-nav a {
	text-decoration: none;
}
.post-nav .entry-title {
	display: inline-block;
	float: left;
}
/*---------## Page Navigation---------*/



/*---------# Content---------*/
/*---------## Posts and pages---------*/

h1.entry-title {
	margin: 0px 0 20px;	
}
	.single-post h1.entry-title {
		color: #2b2e41;
	}
h1.entry-title a {
	text-decoration: none;
}
.entry-subtitle {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .05em;
}
.type-post .entry-header, .type-post .entry-footer {
	text-align: center;
	overflow: hidden;
}
.single-post .entry-header {
	margin-bottom: 0;
}
.single-post .subhead, .entry-content .subhead {
	font-style: italic;
	text-align: center;
	font-size: 115%;
}
	.entry-content .subhead {
		text-align: left;
	}
.entry-header .line, .entry-footer .line, .entry-content hr {
	 height:3px;
	 width:100px;
	 margin:15px auto 15px auto;
	 background-color:#b63148;		 
}
	.entry-content hr {
		margin: 40px auto 30px;
	}
article.type-post {
	background-color: #ffffff;
	padding: 20px 35px 35px;
	margin-bottom: 80px;
}
	article.teaser-post {
		text-align: center;
	}
	.attachment-teaser {
		display: block;
		width: 100%;
	}
	.content-primary article.post {
		background-color: transparent;
		padding: 0;
		margin: 10px 0 25px;
	}
	
article.search-post {
	margin-bottom: 30px;
}
	article.search-post .entry-content p {
		display: inline;
	}
	article.search-post:after {
		content: "";
		display: block;
		height:3px;
		width:100px;
		margin:30px 0 15px;
		background-color:#b63148;	
	}
.byline,
.updated:not(.published) {
	display: none;
}

.entry-meta {
	font-size: 12px;
	margin-top: 20px;
	font-weight: normal;
}
	.meta-left {
		width: 50%;
		float: left;
		text-align: left;
	}
	.meta-right {
		width: 50%;
		float: left;
		text-align: right;
	}
	.type-post .entry-meta {
		color: #9899a3;
	}
	.meta-colors {
		margin-top: 15px;
	}
.entry-meta strong {
	text-transform: uppercase;
	color: #313447;
}
.meta-tags a {
	color: #ffffff;
	background-color: #313447;
	display: inline-block;
	padding: 1px 5px 1px;
	margin: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
	.meta-tags a:hover {
		background-color: #b63148;
	}
	ul.meta-tags {
		list-style-type: none;
		margin: 0 0 35px;
		padding: 0;
	}
		ul.meta-tags ul {
			display: inline;
			margin: 0 0 0 5px;
			padding: 0;
		}
		ul.meta-tags h4 {
			display: inline-block;
			font-size: 12px;
			font-weight: normal;
			margin: 0;
		}
	ul.meta-tags li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: inline-block;
	}
.meta-colors div {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-content h1 {
	
}
.entry-content h2 {
	text-transform: none;
	font-size: 36px;
	color: #b63148;
}
	.post h2:before2 {
		content: "";
		display: block;
		height:3px;
		width:100%;
		margin:35px 0 15px;
		background-color:#f6f6f6;	
	}
	
	.post h2:before {
		content: "";
		display: block;
		height:20px;
		margin:35px -35px 30px;
		background-color:#f6f6f6;	
	}
.entry-content h3 {
	color: #9899a3;
}
.entry-content h4 {
	font-weight: normal;
	font-size: 15px;
}
	.entry-content h4 em {
		font-style: italic;
		text-transform: none;
		letter-spacing: normal;
		font-size: 13px;
		line-height: 1.5;
		margin-top: 3px;
		display: block;
		color: #9899a3;
	}
.entry-content h5 {
	font-size: 12px;
	color: #9899a3;
}

/* Testimonials */

.testimonial-carousel {
	/*margin-bottom: 50px;*/
	text-align: center;
}
.testimonial-carousel .testimonial-thumb {
	margin: -130px auto 0;
	text-align: center;
	width: 180px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: auto;
	}
.testimonial-carousel .gallery-cell {
	display: block;
	text-align: center;
	
}
.testimonial-carousel .gallery-cell blockquote {
	text-align: center;
}
.gallery-cell {
  width: 100%;
  height: auto;
  margin-right: 10px;
  counter-increment: gallery-cell;
}

.testimonial-quote strong {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.testimonial-quote a {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	color: #9899a3;
	letter-spacing: normal;
	text-decoration: none;
}
	.testimonial-quote a:hover {
		text-decoration: underline;
	}
.testimonial-quote blockquote {
	text-transform: none;
	font-style: italic;
	font-size: 24px;
	font-weight: 200;
	padding: 0;
	margin: 0 7%;
	padding: 3% 3% 0 3%;
	background: url(images/quoteR.svg) right bottom no-repeat, url(images/quoteL.svg) left top no-repeat;
}
	.testimonial-quote blockquote:after {
		content: "";
		display: block;
		margin: 15px auto 20px;
		width: 100px;
		border-bottom: 3px solid #b63148;
	}


/* Post Overlays */
.recent-posts {
	overflow: hidden;
	margin-bottom: 30px;
}
.recent-posts-header h4 {
		color: #d2d1d0;
		text-align: left;
		margin-top: 20px;
	}
	.recent-posts .item {
		width: 23.5%;
		margin-right: 2%;
		float: left;
	}
		.recent-posts .item:nth-child(4n) {
			margin-right: 0;
		}
		
		.footer-right .recent-posts .item {
			width: 30%;
			margin-right: 5%;
			float: left;
			text-align: center;
		}
		.footer-right .recent-posts .item:nth-child(3n) {
			margin-right: 0;
		}
		.footer-right .recent-posts a {
			text-decoration: none;
		}
		.footer-right .recent-posts a:hover {
			opacity:0.7;
			filter:alpha(opacity=70);
		}
		.footer-right .recent-posts a h4 {
			color: #ffffff;
			text-decoration: none;
			text-transform: none;
			letter-spacing: normal;
		}
	.recent-posts .item img {
		width: 100%;
		height: auto;
	}

.item-overlay {
	text-align: center;
	float: left;
	position: relative;	
	width: 30%;		
	margin-right: 5%;
}
	.recent-posts .item-overlay {
		width: 23.5%;
		margin-right: 2%;
		float: left;
	}
	.portfolio-archive .item-overlay {
		margin-bottom: 25px;
	}
		.portfolio-archive .item-overlay:nth-child(3n) {
			margin-right: 0;
		}
.item-overlay:before {
    content: "";
    display: block;
    padding-top: 78%;
}
	.recent-posts .item-overlay:before {
		padding-top: 100%;
	}
	
	.item-hover,
	.item-hover .mask,
	.item-img,
	.item-type-move .item-info {
		width: 100%;
		height: 100%;					
	}

	.item-hover,
	.item-hover .mask,
	.item-img { 
		position:absolute;
		top:0;
		left:0;			
	}			

	.item-type-move .item-hover {	
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		transition: all 300ms ease-out;	
		opacity:0;
		cursor:pointer;		
		z-index:100;
	}
	
		.item-type-move .item-info {
			z-index:10;
			color:#313447;
			position:relative;
			z-index:5;			
			overflow:hidden;			
		}
	
		.item-type-move .item-info .headline,
		.item-type-move .item-info .meta {
			width: 100%;
			position:absolute;
			-webkit-transition: all 300ms ease-out;
			-moz-transition: all 300ms ease-out;
			-o-transition: all 300ms ease-out;
			transition: all 300ms ease-out;		
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;	
			padding:0 10px;															
		}				

		.item-type-move .item-info .headline {
			top: 10px;							
		}
		
		.item-type-move .item-info .meta {
			font-size:14px;
			font-style:italic;
			color: #9899a3;
			bottom:10px;																	
		}
		.item-type-move .item-info .meta p {
			margin: 0;
		}
						
		.item-type-move .item-info .line {
			 height: 3px;
			 width: 15%;
			 margin: 15px auto 0 auto;
			 background-color: #b63148;		 
		}				
		
		.item-type-move .item-hover .mask {
			background-color:#ffffff;	
			background-color: rgba(255,255,255,.95);			
			z-index:0;
		}
		
		.item-type-move .item-hover:hover {
			opacity:1;
		}				

		.item-type-move .item-hover:hover .item-info .headline {
			top:35%;
		}				

		.item-type-move .item-hover:hover .item-info .meta {
			bottom:35%;
		}
			.recent-posts .item-type-move .item-hover:hover .item-info .meta {
				bottom: 26%;
			}		
	.item-img {			
		background-color: transparent;
		z-index: 0;	
		padding: 0;
		margin: 0;		
	}

.portfolio-links {
	margin-top: 35px;
	clear: both;
}

.portfolio-links ul {

	margin: 0;
	padding: 0;
}

.portfolio-links ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 25%;
	float: left;
}
	.portfolio-links ul li:before {
	    color: #b63148;
	    font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	    content: '\2022';
	 /* '' */
	    margin: 0 8px 0 0;
	    font-size: 15px;
	}

/*---------## Columns---------*/
.columns {
	overflow: hidden;
}
.columns-2 {
	
}
.columns-3 .column {
	width: 30%;
	float: left;
	margin-right: 5%;
	text-align: center;
}
	.columns-3 .column:nth-child(3n) {
		margin-right: 0;
	}
.columns-4 {
	
}
.columns-5 .column {
	width: 30%;
	float: left;
	margin-right: 5%;
	text-align: center;
}
	
	.columns-5 .column:nth-child(1) {
		width: 47.5%;
		margin-bottom: 25px;
		margin-right: 5%;
	}
	.columns-5 .column:nth-child(2) {
		width: 47.5%;
		margin-bottom: 25px;
		margin-right: 0;
	}
	.columns-5 .column:nth-child(2), .columns-5 .column:nth-child(5) {
		margin-right: 0;
	}
	.columns-5 .column:nth-child(3) {
		clear: left;
	}
	.columns-5 .column img {
		width: 100%;
		height: auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		display: block;
	}
	
.columns p {
	margin: 0 0 15px;
	font-size: 90%;
	line-height: 1.6;
}
.columns h3 {
}
.columns h4 {
	font-size: 12px;
	line-height: 1.6;
}



/*---------# Widgets---------*/
.widget {
	margin: 0 0 40px;
}

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

/* Search widget. */
.widget_search .search-submit {
	display: none;
}
.search-form {
	overflow: hidden;
	margin-bottom: 30px;
}
.search-form .search-field {
	width: 75%;
	display: inline-block;
	padding: 15px 20px;
	line-height: 30px;
}
	.site-sidebar .search-form .search-field {
		width: 60%;
		padding: 3px 10px;
		font-size: 13px;
		font-weight: normal;
	}
.search-form .search-submit {
	width: 25%;
	display: inline-block;
	line-height: 30px;
	margin: 0 0 0 -4px;
	padding: 15px;
}
	.site-sidebar .search-form .search-submit {
		width: 40%;
		padding: 3px 10px;
		font-size: 12px;
		font-weight: normal;
	}
.site-sidebar h3 {
	color: #9899a3;
	font-size: 22px;
}
.site-sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.site-sidebar ul li {
	margin: 0 0 8px 12px;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	line-height: 1.6;
}
.site-sidebar ul li:before {
    color: #b63148;
    font: 5px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    content: '\2022';
    margin: 0 5px 0 -12px;
    font-size: 15px;
}

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

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

.bypostauthor {
	display: block;
}

/*---------# Media---------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*---------## 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;
}

/*---------## Captions---------*/
.wp-caption {
	margin: 10px 0 40px !important;
	max-width: 100% !important;
}

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

.wp-caption-text {
	text-align: center;
	color: #9899a3;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

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


/*---------IMAGE GALLERIES---------*/
.gallery {
	margin: 25px auto 0;
	padding: 0;
	padding-bottom: 30px;
	overflow: hidden;
}
.gallery-columns-2 .gallery-item {
	float: left;
	display: inline-block;
	text-align: center;
	width: 47%;
	margin: 0 0 5% 0;
}
	.gallery-columns-2 .gallery-item:nth-child(2n) {
		float: right;
	}
	.gallery-columns-2 .gallery-item:nth-child(3), .gallery-columns-2 .gallery-item:nth-child(4), .gallery-columns-2 .gallery-item:nth-child(5), .gallery-columns-2 .gallery-item:nth-child(6) {
		
	}

.gallery-columns-3 {
	margin-bottom: 0;
	overflow: hidden;
}
.gallery-columns-3 .gallery-item {
	float: left;
	display: inline-block;
	text-align: center;
	width: 32%;
	padding: 0 !important;
	margin: 0 2% 2% 0;
}
	.gallery-columns-3 .gallery-item:nth-child(3n) {
		margin-right: 0;
	}
.gallery img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 !important;
}
.gallery .gallery-caption {
	margin-left: 0;
}

/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  box-shadow: none !important;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { 
	cursor: pointer; }

.flickity-prev-next-button:focus {
  outline: none;
}

.flickity-prev-next-button:active {

}

.flickity-prev-next-button.previous { 
	left: -50px; }
.flickity-prev-next-button.next { 
	right: -50px; }
	.portfolio-carousel .flickity-prev-next-button.previous { 
		left: -80px; }
	.portfolio-carousel .flickity-prev-next-button.next { 
		right: -80px; }
	
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=50); /* IE8 */
  opacity: 0.5;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 65%;
  height: 65%;
}

.flickity-prev-next-button .arrow {
  fill: #f6f6f6;
}
.portfolio-carousel .flickity-prev-next-button .arrow {
	fill: #ffffff;
}
/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #f6f6f6;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}

/*---------# 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:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/*---------# 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;
}


/*WP Shopify Customizations*/

.shop-content-primary {
	padding: 60px 0 50px;

}

	.shop-content-primary, .page-id-2006 .content-primary, .page-id-2009 .content-primary {
		text-align: center;
		background: url(images/template-header.jpg) repeat;
		background-size: auto;
	
	}
	.shop-content-primary .site-main, .page-id-2006 .content-primary .site-main {
		
	}

body.single-wps_products #page, body.post-type-archive-wps_products #page {
	background-color: #f3f3ef !important; 
}

.wps-btn-dropdown {
	margin-bottom: 10px !important;
}

.wps-product-quantity-wrapper {
	display: none;
}

.wps-products-price {
	margin: 5px 0 0 !important;
}
.wps-products-price:before {
    display: none;
}

.wps-breadcrumbs {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	text-transform: lowercase;
	color: #9899a3;
	margin: 20px auto;
	width: 100%;
	max-width: 1100px;
}
	.wps-breadcrumbs-separator {
	    color: #9899a3;
		margin: 0 5px;
		font-size: 12px;
		line-height: 20px;
	}
	.wps-breadcrumbs a {
		color: #9899a3;
	}
		.wps-breadcrumbs a:hover {
			text-decoration: none;
			color: #b63148;
		}
	.wps-breadcrumbs .wps-breadcrumbs-current {
		text-transform: uppercase;
		font-weight: bold;
		color: #313447;
	}

.wps-product-single {
	margin-top: 0;
}
h1.wps-products-heading {
	margin: 0;
}

h2.wps-products-title {
	margin: 10px 0;
	line-height: 1.2;
	font-size: 24px;
}
.wps-product-item a {
	text-decoration: none;
}

.wps-related-products {
	padding: 0;
	margin: 0 auto;
}

.page .all-products {
	border-top: 1px solid #f3f3ef;
	border-bottom: 1px solid #f3f3ef;
	padding: 15px 0 15px;
	margin: 35px 0;
	border-color: #dadace;
}
	.page .all-products .wps-breadcrumbs {
	
	}