/*
Theme Name: FoGS V2
Theme URI: http://www.forestofgaltressociety.org
Description: Forest of Galtres Society Theme
Version: 1.0
Author: Mark Beech & Emma Acum
Author URI: http://www.oconnordesign.co.uk
*/
* {
	box-sizing: border-box;
}
*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul,
li {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: "";
}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a img {
	border: none;
} /* Gets rid of IE's blue borders */

@font-face {
	font-family: "Lubalin Graph";
	src: url("fonts/LubalinGraphMediumBT.ttf") format("truetype");
}

h1,
h2,
h3,
h5,
h5,
h6 {
	font-weight: bold;
	font-family: "Lubalin Graph", serif;
}
p {
	font-family: Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 1rem;
}
p {
	font-family: Helvetica, sans-serif;
}

.alert {
	background: red;
	color: white;
}
body {
	background-color: #fdf2d9;
}

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #666;
	text-align: center;
	background: #ccc;
	padding: 10px;
	margin: 10px;
}

li#theme-switcher {
	background: #fff;
	border: 10px solid red;
	padding: 20px;
	position: fixed;
	top: 0;
	right: 0;
}

.header-wrap {
	background-repeat: repeat-x;
}

.header {
	width: 925px;
	margin: auto;
	background-repeat: no-repeat;
	height: 168px;
	padding-left: 40px;
}

.header h1 {
	padding-top: 50px;
}

.header h1 a {
	color: #fff;
	font-size: 1.6em;
	text-decoration: none;
}

#header_menu {
	margin-top: 45px;
	display: flex;
	position: relative;
}

#header_menu li {
	font-size: 0.9rem;
	padding: 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#header_menu li a {
	color: #fff;
	text-decoration: none;
}

#header_menu .current_page_item,
#header_menu .current_page_ancestor {
	background-color: #dfaf37;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
}

#header_menu .current_page_item a,
#header_menu .current_page_ancestor a {
	color: #000;
	font-weight: bold;
}

#header_menu .sub-menu {
	z-index: 2;
	display: none;
	position: absolute;
	top: 2.6rem;
	left: 0;
	background-color: #e6bcba;
	height: 30px;
}

#header_menu .current_page_item .sub-menu,
#header_menu .current_page_ancestor .sub-menu {
	display: flex;
}

#header_menu .sub-menu li {
	font-size: 0.8rem;
	display: block;
	padding: 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#header_menu .sub-menu li a {
	color: #000;
	text-decoration: none;
}

#header_menu .sub-menu li a:hover {
	color: #000;
	text-decoration: underline;
}

.content-wrap {
	display: flex;
	justify-content: center;
}

.content {
	position: relative;
	width: 925px;
	padding: 40px;
	display: flex;
}

.content-background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 250px;
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(./imgs/pulvino-4.jpg);
}

.post {
	position: relative;
	flex-grow: 1;
	padding-right: 40px;
}

.post h1 {
	color: #000;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.post h2 {
	color: #000;
	font-size: 1.2rem;
	margin-top: 20px;
	margin-bottom: 10px;
}

.post p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 7px;
}

.post a {
	color: #212b16;
	text-decoration: none;
}

.post a:hover {
	text-decoration: underline;
}

.post ul {
	margin-bottom: 10px;
}

.post ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	list-style: disc;
	margin-left: 13px;
}

.post-spacer {
	display: block;
	width: 100%;
	height: 2rem;
}

.galleries {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.galleries-item {
	width: calc(50% - 1rem);
	margin-bottom: 2rem;
}

.galleries-item-image {
	display: block;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 60%;
	border: 4px solid #dfaf37;
}

.galleries-item-image img {
	position: absolute;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.galleries-item-overlay {
	z-index: 2;
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	font-size: 1.5rem;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	opacity: 0;
	transition: opacity 200ms ease;
}

.galleries-item-image:hover .galleries-item-overlay {
	opacity: 1;
	transition: opacity 200ms ease;
}

.galleries-item .galleries-item-title {
	display: block;
	margin-top: 0.5rem;
	font-family: "Lubalin Graph", serif;
	font-size: 0.9rem;
}

.galleries-item .galleries-item-qty {
	display: block;
	margin-top: 0.2rem;
	font-size: 0.8rem;
	font-family: Arial, Helvetica, sans-serif;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery-item {
	width: calc(25% - 1rem);
	margin-bottom: 1.25rem;
}

.gallery-image {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border: 4px solid #dfaf37;
}

.gallery-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sidebar-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sidebar-gallery-item {
	width: calc(50% - 0.5rem);
	margin-bottom: 1rem;
}

.sidebar-gallery-image {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border: 4px solid #dfaf37;
}

.sidebar-gallery-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sidebar {
	width: 275px;
	flex-shrink: 0;
}

.sidebar .sidebar-heading {
	color: #000;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.footer-wrap {
	background: #7eabd2;
	border-top: 12px solid #dfaf37;
	border-bottom: 12px solid #dfaf37;
	display: flex;
	justify-content: center;
}

.footer {
	width: 885px;
	height: 293px;
	display: flex;
	justify-content: space-between;
}

.news-item {
	background-color: #e6bcba;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.news-item h1 {
	font-size: 0.8em;
	color: #ffffff;
}

.news-item p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 7px;
}

.news-item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	display: block;
	color: #fff;
}

.ngg-widget {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ngg-widget a {
	width: calc(50% - 8px);
	margin-bottom: 16px;
}

.ngg-widget img {
	width: 100%;
}

.ngg-album-compact {
	width: 48%;
}

.ngg-album-compact .Thumb {
	width: 100%;
}

.ngg-album-compact h4 a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #212b17;
}

.ngg-album-compact h4 a:hover {
	text-decoration: underline;
}

.tree {
	display: flex;
	width: 925px;
	margin: auto;
}

.tree img {
	width: 350px;
}

.tree p {
	padding-top: 190px;
	color: #333;
	font-family: "Lubalin Graph", serif;
	font-size: 1.2em;
}

.footer-book,
.footer-links {
	margin-top: 50px;
}

.footer-book h1,
.footer-links h1 {
	color: #fff;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.footer-book {
	float: right;
	width: 300px;
}

.footer-book h2 {
	color: #fff;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.footer-book #diary-front {
	float: right;
	margin-left: 15px;
}

.footer-book p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.footer-book img {
	margin-top: 1rem;
	margin-left: 15px;
	float: right;
	border: 4px solid #dfaf37;
}

.footer-book a {
	color: #000;
	text-decoration: none;
}

.footer-book a:hover {
	text-decoration: underline;
}

#main-footer .footer-links {
	float: left;
	margin-right: 75px;
	margin-top: 50px;
	width: 420px;
}

.footer-links p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 2em;
}

#previous-visits {
	background-color: #e6bcba;
	margin-bottom: 10px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.visit-item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	display: block;
	color: #fff;
	line-height: 2em;
}
.visit-item a:hover {
	text-decoration: underline;
}

.image-caption {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 7px 0 4px;
	width: 125px;
}

.programme {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #fff;
	background-color: #e6bcba;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.programme h1 {
	margin-bottom: 10px;
	font-size: 1.4em;
	color: #212b17;
}

.visits-note {
	font-size: 0.8rem;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 20px;
}
