/*
Theme Name: websus64theme
Theme URI: http://underscores.me/
Author: M. Scherjon
Author URI: http://www.websus.nl
Description: Websus websus64theme starter theme
Version: 1.6.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: websus64theme
Tags: left-sidebar, grid-layout, custom-header, custom-menu, custom-logo, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

websus64theme is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/

.woocommerce-store-notice, p.demo_store {
	position: fixed;
	height:50px;
	bottom:0;
	top:auto;
}
/*--------------------------------------------------------------
# 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 {
	font-style: italic;
}

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-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;
}
/* small only */
@media only screen and (max-width: 30em) {
	.wp-video {
	    width: 340px!important;
	}
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #042236;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	color:#e3cc00;
	margin-bottom: 0;
}
h1 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    line-height: 1;
}
h2,
h3 {
	font-size: 1.25rem;
}
p {
	margin: 0 0 1em 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}
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: #fff;
	font-size:.875rem;
	text-decoration: none;
}

big {
	font-size: 125%;
}
/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	h1 {
    	font-size: 2rem;
    	margin-bottom:1.5rem;
	}
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*: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,
q {
	font-style: italic;
	margin: 0 2em 2em 2em;
}

hr {
	background-color: #efefef;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 2em;
	padding:0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.no-js & ul {
    display: none;
}
.ws-align-center,
.title-center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #efefef #efefef #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 0.75rem;
	line-height: 1;
	padding: 1em;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #efefef #bbb #aaa;
}

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;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #efefef;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #efefef;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.ws-site-nav {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
}
.sticky.is-anchored {
	z-index: 999;
}
.title-bar .menu-icon {
    margin-left: auto;
    margin-right: auto;
    width: 32px;
    height: 18px;
}
.title-bar {
	background: transparent;
	padding: 0;
}
.title-bar .menu-icon {
	float:right;
}
.menu-bar {
	position: absolute;
	top:0;
	left:0;
	text-align:center;    
	width: 100%;
	background: #fff;
	z-index: 9;
}
.menu-bar > ul > li > a {
	color:#222;
  	border-bottom: 1px solid #ececec;
}
.menu-text {
	display: none !important; 
} 
.dropdown.menu a {
	font-size: 1em;
    text-transform: uppercase;
   	color:#042236;
    font-weight: 400;
	padding: 1rem 1.9375rem;
}
.dropdown.menu .submenu {
  	border: none; 
  	margin: 0;
}
.dropdown.menu .submenu li {
	background: #f5f5f5;
	padding-left: .9375rem;
	list-style: none;
}
.is-dropdown-submenu {
	position:relative;
}
.dropdown.menu .is-active>a {
	color:#042236;
}
.dropdown.menu.vertical>li>a::after {
	right:1.5rem;
}
.dropdown.menu.vertical>li.opens-right>a::after {
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    margin-top: -3px;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #333;
    border-top:4px solid transparent;
    margin-top: -9px;
}
.menu-footer-menu-container .menu {
	display: block;	
}
.menu-footer-menu-container .menu  a {
	padding: 0.333rem 0;
}
/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	.ws-site-nav {
		position:relative;
		margin-top:0.625rem;
	}
	.site-branding .sticky.is-stuck.is-at-top .ws-site-nav {
		margin-top:0;
	}
	.title-bar {
		display: none;
	}
	.menu-bar {
		position:relative;
		top:0;
    	background: transparent;
		display: inline-block;
		text-align:left;
		margin-top:0;
	}
	.dropdown.menu.large-horizontal {
		float: right;
	}
	.dropdown.menu.large-horizontal > li {
		margin-left: .533rem;
	}
	.dropdown.menu.large-horizontal > li > a {
		background: #e3cc00;
		color:#042236;
	    padding: .75rem .9375rem;
	    border: none;
	    -webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	.dropdown.menu.large-horizontal > li.current-menu-parent > a {
		padding-right: 1.75rem;
	}
	.dropdown.menu.large-horizontal > li.current_page_item > a,
	.dropdown.menu.large-horizontal > li:hover > a,
	.dropdown.menu.large-horizontal > li.is-active > a {
		background:#e3cc00;
	}
	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
		border-color: #333 transparent transparent;
		right: 0.5rem;
		left: auto;
		margin-top: -2px;
	}
	.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu,
	.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
		position: absolute;
		top:3.45rem;
		background:#e3cc00;
		border: 1px solid #fff;
		text-align: left;
		padding:.9375rem;
		white-space: nowrap;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		z-index: 999;
	}
	.dropdown.menu .submenu li {
		background:transparent;
		padding:0;
		border-bottom:1px solid #fbef8b;
	}
	.dropdown.menu .submenu li:last-child {
		border-bottom:none;
	}
	.dropdown.menu .submenu li a {
		color:#042236;
		font-size: .875rem;
		font-weight:400;
		text-transform:none;
		padding: .75rem 0;
	}
	
}
/* small only */
@media only screen and (max-width: 30em) {
	.sticky.is-anchored {
	    top: 0!important;
	}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #404040;
}
a:hover,
a:focus,
a:active {
	color: #404040;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.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%;
}

/*--------------------------------------------------------------
# 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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
## Site header top
--------------------------------------------------------------*/
.site-header-top {
	background:#042236;
	color:#828282;
	/*padding-top:.875rem;
	padding-bottom:.875rem;*/
}
.site-header-top span {
	font-size:1.125rem;
	color:#d0d0d0;
	font-weight: 300;
}
.site-header-top .svg-inline--fa {
	position:relative;
	top:3px;
	font-size:1.4rem;
	color:#d0d0d0;
	margin-right:.533rem;
	margin-right:.533rem;
	width: 1em;
}
.site-header-top .ws-site-info a {
	color:#fff;
	line-height:3.125rem;
	margin-left: 2rem;
    display: inline-block;
}
.site-header-top .ws-language a {
	line-height:3rem;
	margin-left: .533rem;
}
.site-header-top .ws-language img {
	border:1px solid #d0d0d0;
}
/* small only */
@media only screen and (max-width: 30em) {
	.site {
	    padding-top: 48px;
	}
	.site-header-top {
		position:fixed;
		top:0;
		width: 100%;
		z-index: 99999;
	}
	.site-header-top .ws-site-info a {
		margin-left: .533rem;
	}
	.site-header-top .ws-site-info a h1 {
		line-height:3.125rem;
	}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header .site-title h1,
.site-header .site-title span {
	margin-bottom:0;
	font-weight:700;
	font-size: 1.6em;
}
.site-header .site-title h1 span {
	display: inline-block;
	margin-right:1rem;
}
/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	.site-branding {
		position: relative;
		background:#fff;
		margin-top: 2.125em;
	    margin-bottom: 2.125em;
	    z-index: 99;   
	}
	.site-branding .sticky.is-stuck.is-at-top {
	    background: #fff;
	    border-bottom: 1px solid #e3cc00;
	    padding-top:0.5rem;
	    padding-bottom:0.5rem;
	}
	.site-header .site-title, .site-header .site-logo {
		text-align:left;
	}
	.site-branding .sticky.is-stuck.is-at-top .site-logo img {
		height: 3.125rem;
	}
	.site-header-top .ws-site-info {
		text-align:right;
	}
	.site-header .site-title h1, 
	.site-header .site-title span {
		font-size:2.4em;
		color: #de543e;
	}
}
/* medium + */
@media screen and (min-width: 30.063em) {
	.site-branding .site-logo h1,
	.site-branding .site-logo span {
		font-size:1.6em;
		font-weight: 700;
		margin: 0;
	}
	
}
/* medium only */
@media screen and (min-width: 30.063em) and (max-width: 48em) {
	.site-branding .site-logo img {
		width:90px;
	}
}
/* small only */
@media only screen and (max-width: 30em) {
	.site-header .site-title h1, 
	.site-header .site-title span {
		color:#fff;
	}
	.site-branding {
	    height: 0!important;
	}
}
/*--------------------------------------------------------------
## Header photo
--------------------------------------------------------------*/
#ws-homepage-headerphoto,
#ws-page-headerphoto {
	position: relative;
}
#ws-homepage-headerphoto .ws-headerphoto-content {
	position: absolute;
	bottom: 0rem;
	width: 100%;
	background:rgba(0, 0, 0, 0.25);
	text-align: center;
}

/*--------------------------------------------------------------
## Site USP's
--------------------------------------------------------------*/
#site-usp {
	background:#e3cc00;
	color:#042236;
	padding-top:.533rem;
	padding-bottom:.533rem;
}
.ws-shop-usp .usp-item {
	font-family: 'Open Sans', sans-serif;
	font-size:1rem;
	display: block;
	line-height: 2.5rem;
}
.ws-shop-usp .usp-item:first-child {
	margin-left:0;
}
.ws-shop-usp .usp-item:last-child {
    margin: 0;
}
.ws-shop-usp .usp-item .svg-inline--fa {
	position:relative;
	top:0.375rem;
	color:#042236;
	font-size: 1.4rem;
	margin-right:0.533rem;
}
/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	.ws-shop-usp {
		display: flex;
    	justify-content: space-between;
    	align-items: center;
	}
	.ws-shop-usp .usp-item {
		display: inline-block;
		font-size:1.25rem;
		/*margin-left:6rem;*/
		line-height: 4rem;
	}
	.ws-shop-usp .usp-item:last-child {
		float: left;
	    margin-left:6rem;
	    float: none;
	}
	.ws-shop-usp .usp-item .svg-inline--fa {
		font-size: 1.8rem;
	}
}
/* medium only */
@media screen and (min-width: 30.063em) and (max-width: 48em) {
	.ws-shop-usp {
		text-align:center;
	}
	.ws-shop-usp .usp-item {
		display: inline-block;
		margin-left:1rem;
	}
	.ws-shop-usp .usp-item:last-child {
		margin-left:1rem;
	}
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary.widget-area {
	position:relative;
	z-index:9;
}
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget.widget_photo .caption {
	display:block;
	font-style:italic;
	font-size:0.750em;
	padding-top:0.533em;	
}
#secondary.widget-area .widget {
    background: #e3cc00;
    color: #fff;
    padding: 1rem;
    border: 1px solid #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 0 1.5em;
}
#secondary.widget-area .widget .buttons a,
.button,
.lost_password a  {
	background: #fff;
    color: #042236;
    display: block;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 3rem;
    text-align: center;
    padding: 0 1.5rem;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.button,
.lost_password a,
.button:hover,
.lost_password a:hover  {
	display: inline-block;
	background: #042236;
    color: #fff;
}
.woocommerce-form__label-for-checkbox {
	margin-top: 1.5rem;
}
/*--------------------------------------------------------------
# Siteorgin custom Widget Buttons
--------------------------------------------------------------*/
.ws-simple-button a {
	display: inline-block;
    padding: 0.533rem 1.533rem;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1em;
    text-decoration:none;
    text-transform: uppercase;
    -webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	border-radius: 2rem;
}
.ws-simple-button .sow-icon-fontawesome {
	margin-right:.533rem;
}
.ws-simple-button a:hover {
	color: #fff;
}
#pg-9-1.panel-no-style, #pg-9-1.panel-has-style > .panel-row-style, 
#pg-9-2.panel-no-style, #pg-9-2.panel-has-style > .panel-row-style, 
#pg-9-3.panel-no-style, #pg-9-3.panel-has-style > .panel-row-style, 
#pg-9-4.panel-no-style, #pg-9-4.panel-has-style > .panel-row-style {
    -webkit-align-items: normal!important;
    align-items: normal!important;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-content {
	position:relative;
  	background:#fff;
  	padding-top:1.875em;
	padding-bottom:1.875em;
}
home .site-content  {
	padding-top:0;
}
/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	.site-content {
		margin-top: 2rem;
	}
}
/* medium + */
@media screen and (min-width: 30.063em) {
	.site-content {
		min-height:30em;
	}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content a,
.entry-content a,
.entry-summary a {
	text-decoration:underline;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.more-link,
.nav-links a {
	display: block;
}
.nav-links .nav-previous a:before,
.nav-links .nav-next a:after {
	font-family: "Font Awesome 5 Free";
	font-size: .875rem;	
}
.nav-links .nav-previous a:before {
	content: "\f053";
	margin-right: .333rem;
}
.nav-links .nav-next a:after {
	content: "\f054";
	margin-left: .333rem;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	overflow:hidden;
	background-color: #00458a;
    border-top: 1px solid #5e605f;
	padding-top:4em;
	padding-bottom:3em;
	color:#d0d0d0;
	font-size: 1.2rem;
}

.site-footer-main {
	position:relative;
}
.site-footer a {
	font-size: 1.2rem;
	color:#d0d0d0;
	text-decoration:none;
}

.site-footer .widget-title {
	color: #fff;
    font-size: 1.2rem;
    margin-bottom: .875rem;
}

.site-footer .contact-info {
	padding-left:2.1rem;
}
.site-footer .contact-info .svg-inline--fa {
	position: relative;
    top: 4px;
    float: left;
    margin-right:.5rem;
    margin-left:-2.5rem;
    font-size: 1.2rem;
    width:2.25rem;
    color:#fff;
}
.site-footer .contact-info .address {
	margin-top:2rem;
}
.menu-footer-menu-container .menu {
	display: block;	
}
.menu-footer-menu-container .menu  a {
	padding: 0.333rem 0;
}
.menu-footer-menu-container .menu  a:before {
	font-family: "Font Awesome 5 Free";
	font-size: .875rem;
	content: "\f054";
	color:#fff;
	margin-right:.533rem;
}
.site-footer .copyright {
	position: relative;
    padding-top: 1.5rem;
    padding-bottom: 0.313rem;
    font-size: 0.785em;
    color:#fff;
}
.site-footer .websus a {
	display:block;
	font-size: 0.785em;
	color:#fff;
}
.ws-extra-info {
	margin-top:2rem;
	margin-bottom:1rem;
}
a#scroll-to-top {
	bottom:60px;
}
/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	.site-footer {
		background-color: transparent;
    	border-top: none;
		padding-top:8em;
		padding-bottom:1em;
	}
	.site-footer:before {
		display: block;
	    background-color: #042236;
	    content: "";
	    height: 100vh;
	    position: absolute;
	    top: 15%;
	    left: 0;
	    -webkit-transform: skew(0deg,4deg);
	    transform: skew(0deg,4deg);
	    width: 100%;
	}

}
/* medium + */
@media screen and (min-width: 30.063em) {
	.site-footer .websus a {
		text-align:right;
	}
	
}
/* large (pc screen) */
@media only screen and (min-width: 120.063em) {
	.site-footer {
		padding-top:10em;
	}
	.site-footer:before {
	    top: 25%;
	}
}
/*--------------------------------------------------------------
# Mobile Footer cart buttons
--------------------------------------------------------------*/
.mobile-cart-buttons {
	position: fixed;
	bottom:0;
	width:100%;
	z-index: 99;
}
.mobile-cart-buttons p {
	display: flex;
	margin:0;
}
.mobile-cart-buttons .woocommerce-mini-cart__buttons a {
	display: inline-block;
	width:50%;
	border-radius:0;
	padding-top: .75rem;
	padding-bottom: .75rem;
	line-height: 1rem;
}
.mobile-cart-buttons .woocommerce-mini-cart__buttons a.checkout {
	margin:0;
}

/*--------------------------------------------------------------
# Siteorgin styles
--------------------------------------------------------------*/
.panel-grid.panel-no-style,
.panel-grid.panel-has-style > .panel-row-style {
	border-bottom: 1px solid #dedede;

}
.panel-grid.panel-has-style > .panel-row-style .panel-grid-cell {
	padding-bottom: 3.875rem;
    padding-top: 3.875rem;
}
.panel-grid.panel-has-style:first-child > .panel-row-style .panel-grid-cell {
	padding-top:0;
}
.so-widget-sow-editor .widget-title {
    font-size: 1.6rem;	
	margin-bottom: 2rem;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	clear: both;
	margin-bottom: .875em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding:0.375em;
}
.gallery-item:first-child {
	padding-left:0;
}
.gallery-item:last-child {
	padding-right:0;
}
.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;
}

