/*
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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*.grid-x {
	display: -webkit-box;
  	display: -moz-box;
	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
}
.grid-x>.small-1, .grid-x>.small-10, .grid-x>.small-11, .grid-x>.small-12, .grid-x>.small-2, .grid-x>.small-3, .grid-x>.small-4, .grid-x>.small-5, .grid-x>.small-6, .grid-x>.small-7, .grid-x>.small-8, .grid-x>.small-9, .grid-x>.small-full, .grid-x>.small-shrink {
	-webkit-flex-basis: auto;
  	flex-basis: auto;
}
.small-order-2,
.medium-order-2 {
	-webkit-order: 2;
  	-ms-flex-order: 2;
  	order: 2;
}
.small-order-1,
.medium-order-1 {
	-webkit-order: 1;
  	-ms-flex-order: 1;
  	order: 1;
}
.cell {
	-ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}
h1 {
    font-size: 1.5em;
    margin-top:1.875rem;
    margin-bottom: 0.67em;
}
.home h1 {
	font-weight:600;
}
h2,
h3 {
	font-size: 1.2em;
}
p {
	margin: 0 0 1.5em 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: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	h1 {
		margin-top:2.875rem;
		margin-bottom:3.875rem;
	}
	.home h1 {
		font-size:4em;
		line-height: 1;
	}
	
}
/* medium only */
@media screen and (min-width: 30.063em) and (max-width: 48em) {

}
/* medium + */
@media screen and (min-width: 30.063em) {

	h1 {
	    font-size: 1.8em;
	}
	h2,
	h3 {
		font-size: 1.4em;
	}
	
}
/*--------------------------------------------------------------
# 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: #f5f5f5; /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
	font-style: italic;
	margin: 0 2em 2em 2em;
}

hr {
	background-color: #ccc;
	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 {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .6em;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #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 #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

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
--------------------------------------------------------------*/
.title-bar .menu-icon {
    width: 32px;
    height: 18px;
}
.title-bar {
	background: transparent;
	padding: 1rem 0;
	border-bottom: 1px solid #e0e0e0;
}
.menu li {
		margin-left:1em;
	}
	.menu li:first-child {
		margin-left:0;
	}
.menu a {
    font-weight: 700;
	padding: .7rem 0;
}
.menu li.current-menu-item a,
.menu li a:hover {
	text-decoration:underline;
}
.menu li.socialmedia .fa {
	border-right: 1px solid #000;
    padding-right: 0.27rem;
    font-size: 0.875rem;
}
.menu li.socialmedia img {
	margin-left: 0.27rem;
	width:0.875rem;
}
.menu li.socialmedia a:hover {
	text-decoration:none;
}
.mobile-nav .menu-bar .menu {
	display:block;
}
.mobile-nav .menu-bar .menu li {
	margin-left:0;
	width: 100%;
	text-align:center;
	border-top:1px solid #f5f5f5;
}
.mobile-nav .menu-bar .menu li a {
	padding: 1rem 0;
}
.mobile-nav .ws-language {
	text-align:center;
	border-top:1px solid #f5f5f5;
	padding: 1rem 0;
}
.mobile-nav .ws-language a span {
	padding: 0 1rem;
	font-weight:700;
}
/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	.menu-bar {
		position: relative;
		left: -2rem;
		display: inline-block;
		margin-top:2.125rem;
		background: transparent;
		text-align: center;
		border: none;	
	}
	.title-bar {
		display: none;
	}
	.menu a {
		font-size:0.875rem;
		line-height:1.125rem;
	    border: none;
	}
	.menu a .fa {
		font-size:1.125rem;
	}
	.menu li img {
		margin-top:-0.5rem;
	}
	.menu .is-active>a {

	}
	.menu > .current-menu-item > a,
	.menu > .current-menu-parent > a {

	}
	.menu > .current-menu-parent > a {
		padding-right: 1.75rem;
	}
	.menu.large-horizontal {
		display: -webkit-flex;
	    -webkit-flex-wrap: wrap;
	    display: flex;   
	    flex-wrap: wrap;
	}
	.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
		padding-right:.9375rem;
	}
	.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
		border-color: #333 transparent transparent;
		right: 0;
		left: auto;
		margin-top: -2px;
	}
	.menu.large-horizontal>li.opens-left>.is-dropdown-submenu,
	.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
		position: absolute;
		top:1.875rem;
		background:#fff;
		text-align: left;
		z-index: 999;
	}
	.is-stuck .menu.large-horizontal>li.opens-left>.is-dropdown-submenu,
	.is-stuck .menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
		top:2.65em;
	}
	.menu .submenu li {
		background:#fff;
		padding:0;
	}
	.menu .submenu li a {
		font-weight:400;
		padding: 0.625em 0;
	}
}
/* small large */
@media only screen and (min-width: 48.063em) and (max-width: 63.938em) {
	.menu-bar {
		left: 0;
		margin-top:0;
		width: 100%;	
	}
}
/* medium only */
@media screen and (min-width: 30.063em) and (max-width: 48em) {
	.menu-bar {
		width: 100%;
		left:0;
	}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #404040;
}

a:visited {
	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;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-logo-mobile {
	text-align:center;
	background: url(images/header-bg.png) repeat-x left top;
	margin-bottom:1rem;
}
.header-top {
	background: #f5f5f5;
}
.sticky-container,
.site-header.sticky.is-stuck.is-at-top  {
	background: url(images/header-bg.png) repeat-x left top;
}
.header-top .site-branding {
	padding-right: .9375rem;
    padding-left: .9375rem;
}
.site-header .site-branding {
	position:relative;
}
.site-header .ws-language {
	position: absolute;
    right:0;
    top: 0.5rem;
    font-weight: 700;
    z-index: 999;
}
.ws-language a span {
	padding:0 0.333rem;
}
.ws-language a:first-child span {
	border-right:1px solid #000;
}

/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	.site-branding .site-logo {
		display: block;
    	float: left;
	}
	.ws-socialmedia,
	.ws-language {
	    font-size: .75em;
	    font-weight: 700;
	}
	.site-header .ws-language {
		top: 2.688rem;
		right: 2.25rem;
		font-size: .875rem;
	}
	.site-header .ws-language a {
		margin-left:0;
	}
	.site-footer .ws-language {
		position: absolute;
		top:2.2rem;
		right:0;
		z-index: 999;
	}
	
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area {
	background:#f5f5f5;
}
.site-content {
	position:relative;
  	background:#f5f5f5;
  	padding-top:1rem;
	padding-bottom:1.875em;
}
.ws-sidebar-photo-description {
	color:#f5f5f5;
}
/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	.site-content {
		min-height:40em;
		padding-top:0;
	}
	.left-site {
		padding-left:7.285715vw;
		padding-right:7.285715vw;
	}
}
/* medium only */
@media screen and (min-width: 30.063em) and (max-width: 48em) {
	.home .site-content {
		padding-top: 4rem;
	}
}

/* small only */
@media only screen and (max-width: 30em) {
	.content-area {
		margin-top: 4rem;
	}
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.home .post {
	margin-bottom:1em;
}
.entry-meta .posted-on {
	color: #cd5c5c;
	font-weight:700;
	margin:0;
}
.entry-content a {
	color: #cd5c5c;
	text-decoration:underline;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.more-link,
.nav-links a,
a.more-link:visited {
	font-size: .875em;
	color: #cd5c5c;
	text-decoration:underline;
}
.nav-links .nav-previous a:before,
.nav-links .nav-next a:after {
	font-family: "FontAwesome";
	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;
}
/*--------------------------------------------------------------
# Auteur Page
--------------------------------------------------------------*/
.auteurs {
	margin-bottom:2em;
}
.auteurs .entry-title {
	margin-top:1rem;
}
.auteurs .entry-title a:hover {
	text-decoration: underline;    
    text-decoration-color: #cfcfcf;
}
/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	.auteurs .entry-title {
		margin-top:0;
	}
}
/*--------------------------------------------------------------
# Secondary
--------------------------------------------------------------*/
#secondary {
	position: relative;
	background:#035982;
	color:#fff;
}
#secondary .sidebar-top {
	position:relative;
	overflow: hidden;
}
#secondary .sidebar-bottom {
	font-size: 0.750em;
	padding:.9375rem;
}
.sidebar-full {
	background:#035982;
}
.home .ws-sidebar-photo .ws-sidebar-photo {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 0 0;
   	background-size: cover;
}

.ws-sidebar-photo .ws-sidebar-photo {
    height: 83.33333vh;
    background-repeat: no-repeat;
    background-position: center;
   	background-size: contain;
}
.ws-sidebar-photo .ws-sidebar-photo.ws-mobile {
	width: 80vh;
    height: 60vh;
}
/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	#secondary {
		position: fixed;
	    right: 0;
	    top: 0;
	}
	#secondary .grid-y {
		height:100vh;
		overflow: hidden;
	}
	#secondary .sidebar-bottom {
		padding:1.5rem 1em;
	}
	.ws-sidebar-photo-auteur {
		position:absolute;
		bottom:0;
	}
	.ws-sidebar-photo .ws-sidebar-photo {
	 	background-position: left center;
	 	background-size: auto;
	}
	.ws-sidebar-page-photo {
		position: absolute;
		bottom: 0;
		left: 0;
    	right: 0;
	}
	
}
/* large (iPad landscape) */
@media only screen and (min-width: 48.063em) and (max-width: 63.938em) {
	#secondary {
		position: relative;
	}
}
/* medium only */
@media screen and (min-width: 30.063em) and (max-width: 48em) {	
	#secondary .owl-carousel.owl-drag .owl-item {
		text-align:center;
	}
	#secondary .owl-carousel .owl-item img {
		display: inline-block;
    	width: auto;
    	max-height: 60vh;
	}
	#secondary .ws-owl-theme .owl-nav {
		/*height: 4rem;*/
	}
}


/* small only */
@media only screen and (max-width: 30em) {	
	#secondary .owl-carousel.owl-drag .owl-item {
		text-align:center;
	}
	#secondary .owl-carousel .owl-item img {
		display: inline-block;
    	width: auto;
    	max-height: 70vh;
	}
}
/*--------------------------------------------------------------
# Sidebar slideshow
--------------------------------------------------------------*/
.sidebar-full { 
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
	display: -moz-flex;
  	display: -ms-flexbox;
  	display: flex;
  
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	-moz-justify-content: center;
  	justify-content: center;
  
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	-moz-align-items: center;
  	align-items: center;
}
/*--------------------------------------------------------------
# Sidebar slideshow ws Theme
--------------------------------------------------------------*/
.ws-owl-theme .owl-stage {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -moz-box;
	display: -moz-flex;
  	display: -ms-flexbox;
  	display: flex;
  
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	-moz-justify-content: center;
  	justify-content: center;
  
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	-moz-align-items: center;
  	align-items: center;
}
.owl-carousel .owl-item {
	text-align: center;
}
.ws-owl-theme .owl-nav {
	position: absolute;
   	bottom: -4.5rem;
   	height: 4.5rem;
    background: #a0bfa7;
    display: flex!important;
    width:100%;
}
.ws-owl-theme .owl-nav .owl-prev {
	position: absolute;
    right: .533rem;
}
.ws-owl-theme .owl-nav .owl-next {
	position: absolute;
    left: .533rem;
}
.ws-owl-theme .owl-nav .fa {
	font-size:4em;
	color: #000;
	-webkit-transition: all 0.25s ease-in-out;
  	-moz-transition: all 0.25s ease-in-out;
  	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
	
}

/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	.ws-owl-theme .owl-nav {
		height: 4.5rem;
    	background: transparent;
	}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.mobile-nav {
	background:#a0bfa7
}
/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	.site-footer {
		position:relative;
	}
	.widget_text,
	.ws-site-address,
	.ws-site-contact {
		font-size:0.75em;
		margin-top:1rem;	
	}
}


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

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* large (pc screen) */
@media only screen and (min-width: 48.063em) {
	

}

/* large (iPad landscape) */
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
	
}

/* medium + */
@media screen and (min-width: 30.063em) {

}
/* medium only */
@media screen and (min-width: 30.063em) and (max-width: 48em) {

}
/* small only */
@media only screen and (max-width: 30em) {


}

