/*
Theme Name: wjtheme
Description: Theme based on Underscores
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wjtheme
Tags:

This theme, like WordPress, is licensed under the GPL.

wjtheme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*

COLORS:
blue:  #5c9dd8
pink:  #f3b3cf
dark pink:  #e372a7
light green: #b5d590

font-family: 'Pacifico', cursive;
font-family: 'Handlee', cursive;
font-family: 'Rochester', cursive;
font-family: 'Berkshire Swash', cursive;
font-family: 'Oleo Script Swash Caps', cursive;

*/


/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
body
{
	background:#ffffff;
}

.full
{
	width:100%;
}

.main-page
{
	max-width:1080px;
	margin:0 auto;
	padding:0 40px;
}

.main-content-area
{
	background:url(images/bg-main.png) top center no-repeat;
}

.inner
{
	padding:18px 0;
}

.home .inner
{
	padding:0 0 24px 0;
}

.header-area
{
	background:url(images/bg-topswirl.png) top repeat-x;
	color:#b5d590;
}

.header-area a,
.header-area a:hover
{
	color:#b5d590;
}

.header-area .inner
{
	padding:10px 0 0;
}

.splash-area
{
	display: table;
	position: relative;
	width: 100%;
	height: 180px;
	background:#000000;
}

.splash-area .main-page
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color:#FFFFFF;
}

#primary
{
	float:left;
	width:70%;
	margin-right:1.5%;
	padding:20px 0px;
}

#secondary
{
	float:left;
	width:28.5%;
}

#logo
{
	float:left;
	width:40%;
	text-align:left;
	color: #b5d590;
	font-family:'Rochester';
	font-size:64px;
	padding: 0px 0 0 0;
	white-space: nowrap;
	padding:5px auto 10px;
	line-height:1.1;
}

#logo a,
#logo a:hover
{
	text-decoration:none;
	color: #b5d590;
}

#tagline
{
	float:left;
	width:60%;
	text-align:right;
	color: #f3b3cf;
	font-family:'Rochester';
	font-size:24px;
	line-height:1.2;
	white-space: wrap;
	padding:5px 0 10px;
}

#tagline a,
#tagline a:hover
{
	text-decoration:none;
	color: #e372a7;
}

#tagline .phone
{
	margin:5px 0 0 0;
	font-family:'Rochester';
	font-size:24px;
	line-height:1.2;
}

#tagline .contact
{
	margin:-3px 0 0 0;
	padding:0 4px;
	font-family:'Rochester';
	font-size:24px;
	line-height:1.2;
}

#tagline .contact a
{
	font-family: 'Open Sans', sans-serif;
	color:#5c9dd8;
	font-size:14px;
}

#tagline .contact a:hover
{
	color:#e372a7;
}

.quarter
{
	float:left;
	width:25%;
	padding:0px 24px 0 0px;
}

.quartermid
{
	display:none;
}

.half
{
	float:left;
	width:50%;
	padding:0px 28px 0 0px;
}

.third
{
	float:left;
	width:33.3%;
	padding:0px 28px 0 0px;
}

.twothirds
{
	float:left;
	width:66.6%;
	padding:0px 28px 0 0px;
}

/*div.third:nth-of-type(3n+0),
*/

.center
{
	text-align:center;
}

.right
{
	text-align:right;
}

.boxes
{
	font-size:13px;
}

.boxes h3
{
	background:#000000;
	padding:4px 8px;
	margin-bottom:20px;
}

.boxes h3 a
{
	color:#FFFFFF;
}

.boxpic
{
	line-height:1;
}

.customers div
{
	text-align:center;
}

.customers img
{
	max-width:80%;
}

.imgpadtop img
{
	margin-top:24px;
}

.more
{
	margin:14px 0 5px;
}

.box
{
	background:#f3b3cf;
	border:1px solid #e372a7;
	border-radius:9px;
	padding:18px;
}

.featuredthumb
{
	float:left;
	width:180px;
	margin:0 20px 20px 0;
}

.featuredthumb img
{
	max-width:100%;
	height:auto;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
}

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 {
	font-style: italic;
}


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,
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;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 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;
}

/*--------------------------------------------------------------
# General Styles
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.55;
}

a
{
	color:#5c9dd8;
}

a:hover
{
	color:#e372a7;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.splash-area a,
.footer-area a
{
	color:#FFFFFF;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.5em 0;
	padding:0 0 0 0;
	font-family:'Pacifico';
	font-weight:normal;
	width:auto;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a
{
	text-decoration:none;
}

h1, h1 a, h1 a:hover
{
	font-family: 'Rochester', cursive;
	font-size: 48px;
	color:#b5d590;
}

.header-area .main-page h2
{
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    font-weight: 700;
	color:#FFFFFF;
}

.home .entry-title
{
	display:none;
}

h2, h2 a
{
	font-size: 36px;
	color:#e372a7;
}

h3,
h3 a
{
	font-size: 28px;
	color:#5c9dd8;
}

h3
{
}

h3.widget-title,
h3.widget-title a
{
	color:#5c9dd8;
	font-size:1.4em;
	text-decoration:none;
}

h4, h4 a
{
	font-size: 24px;
	color:#e372a7;
}

h4
{
}

h5,
h5 a
{
	font-size: 20px;
	color:#5c9dd8;
}

p {
	margin: 0 0 1.5em;
}


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: transparent;
	text-decoration: none;
	color:inherit;
	font-weight:normal;
}

big {
	font-size: 125%;
}

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;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 20px;
	padding:0 0 0 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

#primary li.bullets
{
	margin:0 0 11px 0;
	padding:0 0 0 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Helper Styles
--------------------------------------------------------------*/
/* 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. */
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom:24px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom:24px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:24px;
}

.clear
{
	clear:both;
}

.rowpad
{
	height:24px;
}

.smallpad
{
	height:12px;
}

.medpad
{
	height:30px;
}

.tallpad
{
	height:45px;
}
.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:before,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Buttons & Inputs
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"]
{
	color:#FFFFFF;
	background:#5c9dd8;
	border-radius: 4px;
	font-size: 14px;
	padding: 9px 24px;
	text-decoration:none;
}

.button.large
{
	font-size: 24px;
	font-family:'Pacifico';
	line-height: 1;
	padding: 11px 50px;
	border-radius: 9px;
}

.btn
{
	color:#FFFFFF;
	background:#5c9dd8;
	border-radius: 4px;
	padding: 5px 10px;
	text-decoration:none;
	font-size: 18px;
	font-family:'Rochester';
	line-height: 1;
	border-radius: 7px;
}

.half .button.large
{
	margin-top:30px;
}

.btn:hover,
.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
/*
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
				inset 0 15px 17px rgba(255, 255, 255, 0.8),
				inset 0 -5px 12px rgba(0, 0, 0, 0.02);
*/

	color:#FFFFFF;
	background:#efc034;
	background:#333333;
	background:#e372a7;
	border-color:#5c9dd8;

}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
				inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.card {
	position: relative;
	margin: 0.5rem 0 1rem 0;
	background-color: #ffffff;
	transition: box-shadow .25s;
	border-radius: 9px;
	border:2px dashed #e372a7;
	padding:4px;
}

.card .card-title {
	font-size: 24px;
	line-height:1.1;
	font-weight:normal;
	font-family:'Pacifico';
	padding:10px 20px 5px;
	text-align:center;
	color:#e372a7;
	min-height:60px;
}

.card .card-content
{
	padding: 10px 20px 20px;
	border-radius: 0 0 2px 2px;
	text-align:center;
	min-height:80px;
}

.card .card-image.inset img {
	left:auto;
	right:auto;
	text-align:center;
	margin:0px auto 0 auto;
	padding:20px 0 0;
	max-width:80%;
	height:auto;
}

.card-action
{
	text-align:center;
	margin:15px auto 5px auto;
}

.dashline
{
	border-top:2px dashed #f3b3cf;
}

.hr
{
	border-top:2px dashed #42a082;
	margin:32px 0;
	width:100%;
}

.stitched
{
	border-radius: 9px;
	border:2px dashed #b5d590;
	padding:11px;
}


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#topnav
{
	text-align:center;
	margin:20px auto 10px;
	font-size:14px;
	background:#f3b3cf;
	padding-top:3px;
	padding-bottom:3px;
	color:#FFFFFF;
	line-height:1;
}

#topnav .wrapper
{
	border-top:2px dashed #42a082;
	border-bottom:2px dashed #42a082;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:1;
}



.mobile-navigation
{
	display:none;
}

.main-navigation {
	clear: both;
	display: block;
	width:90%;
	max-width:980px;
	text-align:center;
	margin:0px auto 0;
	padding:0px 0 0;
	text-align:left;
}

.main-navigation ul {
	display: inline-block;
	text-align:center;
	list-style: none;
	margin:0 auto 0;
	padding:0 0 0 0;
	line-height:1;
}

.main-navigation li {
	float: left;
	position: relative;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:1;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding:10px 10px;
	font-family: 'Rochester';
	font-size:24px;
	letter-spacing:0px;
	color:#FFFFFF;
	text-shadow: 1px 1px 1px #000;
/*
	background:#333333;
	border:2px solid #333333;
	border-radius:1px;
*/
	margin:0 7px;
}

.main-navigation a:hover {
	color:#e372a7;
	 background:transparent;
	text-shadow: 1px 1px 0px #000000;
}

.main-navigation ul ul {
/*	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);  */
	float: left;
	position: absolute;
	top: auto;
	margin-top:-1px;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 180px;
	background:#131316;
	border:0px solid #FFFFFF;
	border-radius:1px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:13px;
	letter-spacing:0;
	text-align:left;
	padding:14px 10px;
	margin:0 auto;
	font-weight:bold;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.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;
	left: 10px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

/* a tag directly after curr elements but not all children */
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	background:transparent;
	color:#5c9dd8;
	text-shadow: 1px 1px 0px #000;
}

.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover,
.main-navigation .current_page_ancestor > a:hover {
	background:transparent;
	color:#b5d590;
	text-shadow: 1px 1px 0px #000;
}

/* Small menu. */
.menu-toggle
{
	display: none;
}

.site-main
{
	min-height:300px;
}

.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%;
}

.cat-links
{
	padding-right:14px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1em;
}

.page.hentry {
	margin: 0 0 0em;
}

.post.hentry {
	margin: 0 0 2em;
	border-bottom:2px dashed #b5d590;
	padding-bottom:2em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-meta
{
	display:none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	border-radius: 9px;
	border:2px dashed #b5d590;
	padding:11px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}


/*--------------------------------------------------------------
# Infinite scroll - used with Jetpack
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-area
{
	margin:0 auto;
	line-height:1.8em;
	font-size:13px;
	background:#5c9dd8;
	padding:3px 0 0px 0px;
	color:#FFFFFF;
}

.footer-area .inner
{
	padding:24px 0 30px;
}

.footer-area h3,
.footer-area h4,
.footer-area h5
{
	color: #b5d590;
}

.footer-area .menu-main-menu-container
{
	text-align:center;
	margin: 10px auto 0 auto;
}

.footer-area ul {
	display: block;
	text-align:left;
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}

.footer-area li {
	display:block;
	text-align:left;
	position: relative;
	font-size:13px;
}

.footer-area ul ul{
	margin-left:12px;
}

.footer-area li li:before
{
	color:#ffffff; /* set color to white */
	content:"\2022"; /* /2022 is the numerical unicode for &bull; */
	font-size:1em; /* set the font-size of the bullet if necessary. Make sure to use em or %*/
	padding-right:4px; /* give the bullet some padding from the text Make sure to use em*/
	position:relative;
	top:.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
	font-size:12px;
}

.footer-area li a
{
	padding:0 7px;
	text-decoration:none;
	color:#ffffff;
}

.footer-area li a:hover
{
	text-decoration:none;
	color:#f3b3cf;
}

/*--------------------------------------------------------------
# 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%;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

img.alignleft,
img.alignright
{
	max-width:50%;
}

.mobileonly
{
	display:none;
}


/* WOOCOMMERCE STUFF */

label[for=payment_method_cheque]
{
	font-weight:bold;
	font-size:24px;
}

.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box
{
	background:#f3b3cf;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 980px) {
	.main-navigation a {
		padding:10px 8px;
		font-family: 'Rochester';
		font-size:22px;
	}
}

@media screen and (max-width: 880px) {

	#logo,
	#tagline
	{
		margin:9px auto;
		text-align:center;
		float:none;
		display:block;
		width:80%;
	}

	.main-navigation {
		width:98%;
	}

}

@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	.main-navigation
	{
		display:none;
	}

	.mobile-navigation
	{
		display:inline-block;
	}

	#slidearea .half
	{
		width:100%;
		float:none;
		margin:0 auto 24px;
		padding:0 0 0 0;
	}

	#primary,
	#secondary
	{
		float:none;
		width:auto;
		margin:0 auto 28px;
		display:block;
	}

	.mobileonly
	{
		display:block;
		margin:-8px 0 30px;
		font-size:18px;
	}
}

@media screen and (max-width: 680px) {
	.third,
	.half
	{
		width:100%;
		float:none;
		margin:0 auto 24px;
		padding:0 0 0 0;
	}

	.boxes
	{
		text-align:center;
	}

	.boxes .third
	{
		text-align:left;
		max-width:400px;
	}

	.quarter
	{
		width:50%;
		padding:0px 24px 24px 0px;
	}

	.quartermid
	{
		clear:both;
	}

	img.alignleft,
	img.alignright
	{
		float:none;
		display:block;
		margin:18px auto;
		max-width:100%;
	}

	.footer-area
	{
		text-align:center;
	}

	.footer-area ul {
		display:inline-block;
		text-align:center;
		margin:0 auto;
	}

	.footer-area li {
		display:inline-block;
		float:left;
		text-align:left;
	}

	.footer-area .quarter
	{
		display:block;
		width:100%;
		float:none;
		margin:0 0 5px 0;
		padding:0 0 0 0;
	}

}

@media screen and (max-width: 480px) {
	.quarter
	{
		display:block;
		width:100%;
		float:none;
		margin:0 0 24px 0;
	}


}

.edit-link
{
	display:none;
}
