/*
	Theme Name: museum_pro
	Theme URI: http://www.maloneyit.co.uk/
	Description: This is the museum_pro theme created for the Genesis Framework.
	Author: malonesta
	Author URI: http://www.maloneyit.co.uk/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/

/* fonts
font-family: raleway, sans-serif; 
font-family: raleway, sans-serif; 
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-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}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 60%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

body {
/*	    background-image: url(http://localhost/museum/wp-content/uploads/2021/01/spring.png);*/
	color: #000;
	font-family: raleway, sans-serif; 
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.25;
	margin: 0;
    letter-spacing: 1px;
/*    padding-top: 80px;*/
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #8c2c04;
	text-decoration: underline;
}

a:focus,
a:hover {
	color: #fff;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
/*	list-style-type: none;*/
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'raleway', sans-serif; 
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
    letter-spacing; 5px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 1.6em;
}

h3 {
	
	font-size: 2.5rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

iframe  {
    width: 100%;
    border: none;}

img {
	height: auto;

}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #fff;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #000;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.clear{
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 40px;
    font-weight: 300;
    letter-spacing: 2px;
}

.dark {
    border: 1px solid #000;
    color: #fff;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #fff;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

.post-134 {
    margin-top: -7%;
}

.post-155 {
    margin-top: -7%;
}



/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1340px;
}

.site-inner {
	clear: both;
	padding-top: 5%;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	 margin: 50px auto 10px;
    background-color: white;
    padding: 5% 2% 5%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
/*	width: 100%;*/
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
    float: left;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;margin: 50px 10px auto;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
    width: 50%;
/*	padding: 60px;*/
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

h1.entry-title {
	font-size: 1.6em;
/*    padding-bottom: 40px;*/
    margin-top: 15px;
    font-weight: 400;
}



.entry-title a,
.sidebar .widget-title a {
	color: #8c2c04;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #000;
}

.widget-title {
	text-align: center;
	font-size: 2em;
	margin-bottom: 20px;
    font-family: 'raleway',serif;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto ;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
/*
	margin-bottom: 10px;
	padding-bottom: 10px;
*/
/*    font-size: 1.2em;*/
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #fff;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #fff;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #fff;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #fff;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #36454f;
    transition: all 0.2s ease-in-out;
    position: fixed;
    z-index: 100;
    top: 40px;
}

.site-header > .wrap {
	padding: 20px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
/*	width: 700px;*/
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 40%;
	padding: 0;
    width: 100%;
    
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.2;
    font-family: raleway, sans-serif;  
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #8c2c04;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
  
    
    
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
/*	width: 500px;*/
}

.after-header.widget-area {
/*    background-image: url("http://77.72.0.86/~museumingco/wp-content/uploads/2017/07/Tatton-consulting-2.jpg");*/
/*    width: 100%;*/
/*    height: 400px;*/
/*
    background-size: cover;
    background-position: right;
*/
}

.site-header {
/*  position: fixed;*/
  background-color: #fff;
  width: 100%;
   
}



/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu,
.above-header-right {
    display:inline;
	clear: both;
	
	
	font-weight: 600;
	line-height: 1;
	width: 100%;
}


.genesis-nav-menu .menu-item,
.above-header-right .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu {
    font-size: 1.8rem;
}

.above-header-right {
    font-size: 1.4rem;
}



.genesis-nav-menu a,
.above-header-right a {
	color: #8c2c04;
	display: block;
	padding: 30px 10px;
	text-decoration: none;
    font-family: raleway, sans-serif; 
    font-weight: 600;
/*    text-transform: uppercase;*/
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.above-header-right a:focus,
.above-header-right a:hover,
.above-header-right .current-menu-item > a,
.above-header-right .sub-menu .current-menu-item > a:focus,
.above-header-right .sub-menu .current-menu-item > a:hover{
	color: #000;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
/*	border: 1px solid #eee;*/
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: white;
	border-top: 2px solid black;
    border-bottom: 2px solid black;
/*    position: fixed;*/
    width: 100%;
    text-align: center;
  
    
    
}

.nav-primary a {
	text-decoration: none;
    color: #36454f;
    font-size: 1.4em;   
}

.nav-primary a:active
 {
	text-decoration: none;
    color: #000;
}



/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #fff;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-meta {
    margin: 0 0 0 100px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

/*
.footer-widgets {
	background-color: #000;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding-top: 60px;
    margin-bottom: -50px;
    color: white;
    margin-top: 25px;
}
*/

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 33%;
}

.footer-widgets-1 {

    text-align: center;

}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a,
.footer-widgets a:hover,
.footer-widgets a:visited {
    color: white;
}

.simple-social-icons ul li a, .simple-social-icons ul li a:hover, .simple-social-icons ul li a:focus {
    background-color: #000 !important;
    border-radius: 4px;
    color: #ffffff !important;
    border: 0px #ffffff solid !important;
    font-size: 20px;
    padding: 10px;
}



/* # Site Footer  https://coolors.co/03071e-370617-6a040f-9d0208-d00000-dc2f02-000-f48c06-faa307- #ffba08
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
/*	border-top: 1px solid #eee;*/
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
    color: #000;
  
}
.site-footer a {
    
    color: #8c2c04;
    text-decoration: none;}


.site-footer p {
	margin-bottom: 0;
    color: #000;
}

.bg-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 800px;
    color: #fff;
    letter-spacing: 5px;
    width: 100%;
}

.bg-heading{
    margin-bottom: 100px;
}

.bg-btns a {
    margin-right: 40px;
}




/* Front Page Template for Full Width Sections
-------------------------------------------- */

.home .site-inner {
	max-width: none;
	padding-top: 10vw;
}

.home .site-inner .widget-area {
	padding-top: 2vh;
}

.home .site-inner .slideshow-area {
	padding: 0;
    overflow: hidden;
}

.slideshow-area {
    box-shadow: 5px 20px 40px rgb(2 2 2);}

.slideshow-area .soliloquy-container {
	margin-bottom: 0 !important;
}

.soliloquy-container .wrap {
	margin: 0 auto;
	padding: 40px;
	line-height: 1.3;
    overflow: hidden;
}

.soliloquy-container a {
color: white;}

.after-header {
    text-align: left;
    background-color: #36454f;
    color: #fff;

}

.after-header h1,
h1.archive-title {
    padding-top: 10px;
/*    text-transform: uppercase;*/
    font-size: 1.4em;
    font-weight: 400;
    font-family: raleway, sans-serif; 
/*    letter-spacing: .2em;*/
    
}

h1.archive-title {
    text-align: left;
}


/*SOLILOQUY*/

.soliloquy-container .soliloquy-prev,
.soliloquy-container .soliloquy-next {
  background-color: #36454f;
  border-radius: 999em;
  border: 3px solid white;
  width: 34px;
  height: 35px;
}
.soliloquy-container .soliloquy-prev { 
  background-position: 45% center; 
}
.soliloquy-container .soliloquy-next {
  background-position: 55% center; 
}


.soliloquy-caption-inside h1,
.soliloquy-caption-inside h3
{
    font-family: 'raleway', sans-serif; 
    padding: 2vh 1vh;
    
    text-align: left;
   
}

.soliloquy-caption-inside h1 {
    font-size: 3em;
    margin-top: 5vh;
    color: #8c2c04;
     background-color: rgba(255, 255, 255, 0.7)!important;
 display: inline-block!important;
    padding: 1%!important;
border-radius: 15px 22px!important;
    font-weight: 700;
   
}


    
}
.bg-white {
    background-color: rgba(255, 255, 255, 0.7)!important;
 display: inline-block!important;
    padding: 1%!important;
border-radius: 15px!important;}

.soliloquy-caption-inside h3 {
    font-size: 1.8em;
    max-width: 50%;
    color: #fff;
    line-height: 1.3;
        margin-bottom: 5vh;
  text-shadow: 2px 2px 7px #000;

        
}

.banner-wrap {
    
text-align: left;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
   background: rgba(29,29,29, 0.8)!important;
    padding: 2vh 20vh!important;
       margin-top: 6vh;

}


.soliloquy-caption-inside p {
    font-size: 1.2em;
    padding: 5% 15%;
    line-height: 1.2em;
      text-shadow: 2px 2px 7px #000;
    text-align: justify;
/*    margin-right: 20%;*/
    
}

.soliloquy-container .soliloquy-caption {
    background: none;
    
    
}

.soliloquy-container .soliloquy-caption.soliloquy-caption-left .soliloquy-caption-inside {
   background: none;
/*    border: solid white 2px;*/
    
}

.soliloquy-container .soliloquy-caption.soliloquy-caption-left {
    width: 100%!important;
}



.soliloquy-wrapper {
/*    background-color: #000;*/
    
}



#soliloquy-thumbnails-container-11 {
/*     background-color: #000;*/
}
 
@media (min-width: 768px) and (max-width: 1024px) {
 
    .soliloquy-container .soliloquy-caption {
        bottom: 13px !important;
    }
 
}
 
@media (max-width: 800px) {
 
        /** Hide the caption and control nav for small devices since they can swipe slides */
    .soliloquy-container .soliloquy-control-nav,
        .soliloquy-container .soliloquy-caption {
        display: none !important;
    }
 
}


.home-section-1{
    color: black;
    
}
.home-section-1-sq {
    max-height: 40vh;
    overflow: hidden
        ;
}

.home-section-1-sq a {
   text-decoration: none;
     font-family: 'raleway', 'sans-serif';
      color: white;
    text-align: left;
    font-weight: 600;
  
}

.home-section-1-sq a:hover {
    text-decoration: underline;
    transition: all .8s ease-in;
}

.home-section-1 h3 {
    font-family: 'raleway', 'sans-serif';
    color: #000;

}

#featured-page-8 a:hover, #featured-page-9 a:hover, #featured-page-10 a:hover {
    border: 2px solid #8c2c04;
}



#text-18 {
    padding: 5vh;
 
}

.bullets {
    padding: 0 1%;
    width: 100%;
}


.home-vid {
    width: 53%;
    margin-left: 2%;
    
float: left;

        display: inline;
    
}

.bullets {
     margin-left: 10%
}
@media only screen and (max-width: 927px) {

.home-vid,
.bullets {
    max-width: 100%!important;
    margin: 0 auto;
    padding: 10px 0;
    width: 100%;
}
    }


   


.bord {
    border: solid 1px #000;
    margin-top: 1%;
}

.bullets p,
.bullets li {
/*    background-color: white;*/
    line-height: 2em;

    
}

li.bullets { 
    display: list-item;
    list-style-type: circle;
    text-align: left;
}

.bullets {
    padding: 0 1%;
    width: 33%;
    
}

@media only screen and (max-width: 930px) { 
    .bullets {
    padding: 0 1%;
    width: 100%!important;
        
    
    
    }}


.wrapper {
    display: flex;
    overflow: hidden;

 
}



#media_video-5 {
    max-width: 500px;
    
}

.widget_media_video {
    max-width: 500px;
    display: inline;
}

@media only screen and (max-width: 930px) {
    #media_video-5 {
    max-width: 1280px;
    
}

.widget_media_video {
    max-width: 1280px;
    display: inline;
    }}


.wp-video {

    max-width: 500px;
    
}

.section1 {
    padding: 10px;
/*    margin: 2% 2%;*/
    display: inline;
}

.home-section-1 {
    text-align: center;

    margin: 0 auto;
    padding-bottom: 5%;
        box-shadow: 0 1px 4px rgb(132 20 36 / 30%), 0 0 40px rgb(2 2 2);
}



.home-section-6
 {
	text-align: center;
    color: ;
    margin-bottom: 10vh;
         padding: 2vh 0 4vh;
}

.quote-area, .quote-area2 {
    text-align: center;
    
     min-height: 100%;
/*  opacity: 0.6;*/
  position: relative;
  background-attachment: fixed;
  background-position: center;
    
}

.quote-area2 p {
    font-size: 1.6em;
    font-style: italic;
    padding: 8% 2% 10%;
    color: white;
   
}

.home-section-1 h3, .home-section-4 h3, h1.entry-title,
h1.archive-title, .home-section-3 h3, .home-section-6 h3, .home-section-5 h3 {
   font-family: 'raleway', sans-serif;
    text-align: left;
    font-weight: 600;
    font-size: 2.2em;
    margin: 1% 0;
    padding: 5% 2% 5%;
}

.home-section-4 h3
{padding: 5% 2% 0;}


#text-28 h3 {
    font-size: 2.5em;
}

.home-section-2 {
    text-align: center;
   
    margin: 1vh auto 10vh;

} 


.home-section-2 a {
    font-family: 'raleway' , sans-serif;
    color: #000;
    text-decoration: none;
}

/* Front Page 2
 * ========================================================================== */

.home-section-2 {
	overflow: hidden;
	display: inline-block;
	width: 100%;
}

.home-section-2 .widget-area {
	margin-bottom: 60px;
}


.home-section-2 .featured-content article.entry {
  position: relative;
  padding: 0;
}

.home-section-2 .featured-content article a {
  margin: 0;
	display: block;
}

.home-section-2 article:after {
  content: " ";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 2;
  pointer-events: none;
}

.home-section-2 article .entry-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}

.home-section-2 article .entry-header .entry-title {
  margin: 0;
}

.home-section-2 article .entry-header a {
  color: #fff;
  padding: 20px;
  width: 100%;
  display: block;
}

.home-section-2 .widget-area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	position: relative;
}

.quoteCTA {    background-color: black;
    color: white;
    min-height: 35vh;
    margin: 2vh auto;
    max-width: 80%;
    padding: 2vh 0 ;
    font-family: 'raleway', sans-serif;
    text-align: left;
    font-weight: 600;
    font-size: 2.2em;
}


.quoteCTA button {   
    background-color: white;
    color: black;
    font-family: 'raleway', sans-serif;
    text-align: left;
    font-weight: 600;
    font-size: 1em;
    margin-top: 2vh;
}

.quoteCTA button:hover, .quoteCTA button:active, .quoteCTA button:focus {
    background-color: #8c2c04;
    color: white;
    text-decoration: underline;
    font-size: 1.1em;
    
}



 .home-section-3  {
background-color: #000;
     
}

.home-section-3 .woocommerce ul.product_list_widget li {
    padding: 40px 70px!important;
    background-color: #1d1d1d;
    margin-bottom: 8vh;
    
}
.home-section-3 .woocommerce ul.product_list_widget li a { color: white;}


.home-section-3 .woocommerce ul.product_list_widget li:hover {
    background-color: #8c2c04;
     padding: 45px 75px!important;
}

 .home-section-3 .woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 100%!important;
 
    max-height: 200px!important;
    overflow: hidden;
     box-shadow: none;}

.home-section-4 {
    color: black;
    
}



 .footer-widgets  {
     padding-top: 6vh;

    color: black;
    margin: 0 auto;
    background-color: #fff;
    
}

 .quote-area, .quote-area2, .parallax_1 {background-image: url("https://bdhs.org.uk/wp-content/uploads/2021/04/books-scaled.jpg");}

.quote-area {
    
    
}

.parallax_1  {
    
/*    height:6vh;*/
}



.footer-widgets { 
/*    height: 30vh;*/
}

.oranje, .soliloquy-button  {
        background-color: #8c2c04!important;
    padding: 1em 1em!important;
    text-decoration: none!important;
}

.oranje:hover, .soliloquy-button:hover {
        background-color: #fff!important;
    color: #8c2c04;
}



.bluej {
        background-color: rgb(99, 173, 224);
    padding: 1em 1em;
    text-decoration: none;
}

.bluej:hover {
        background-color: #000064;
}

.bluej a {
    color: white;
    text-decoration: none;
}

.bluej a:hover {
    color: #000064;
    text-decoration: none;
    background-color: white;
}


.home-section-2 h4 {
    font-size: 6rem;
}

.home-section-2 h4:hover {
    color: #000;
    
}


.home-section-2 h3 {
    
  
    font-family: 'raleway', sans-serif;
    text-align: left;
    font-weight: 600;
    font-size: 2.2em;
    margin: 1% 0;
    padding: 5% 2% 0;
 
}

.product_list_widget {
    
    margin: 50px;
    display: grid;        
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
    overflow: hidden;
}

/*
.home-section-2 p {
    font-size: 1.4 em;
}
*/

.icon-red,
.icon-blue,
.icon-green,
.icon-aqua {
  
}

.icon-red .svg-inline--fa{
    color: #f1594f;
    font-size: 3em;
}

.icon-blue .svg-inline--fa{
    color: #62ade0;
    font-size: 3em;
}

.icon-green .svg-inline--fa{
    color: #96ca4a;
    font-size: 3em;
}
.icon-aqua .svg-inline--fa{
    color: aqua;
    font-size: 3em;
}



@media only screen and (max-width: 580px) {
    .home-section-3 h3,
.home-section-5 h3,
.home-section-4 h3,
.home-section-2 h3,
h1.entry-title,
    h3.widgettitle.widget-title {
   
        max-width: 100%;
}
}

.entry-header h1.entry-title {
    max-width: 100%;
    font-size: 46px;
    margin-bottom: 1%;
}




.home-section-3 h3
 {
   

     font-family: 'raleway', sans-serif;
    text-align: left;
    font-weight: 600;
    font-size: 2.2em;
     color: white;
       text-shadow: -3px 3px 18px black;


}


 .home-section-5 {
            color: white;
    background-color: black;
     padding-bottom: 100px;
}



#custom_html-20 {
    max-width: 48%;
    float: left;
    margin-left: 2%;
}

@media only screen and (max-width: 940px) {
    
    #gts_widget-3 {
    max-width: 100%;
    float: left; 
    
}

#custom_html-20 {
    max-width: 100%;
    float: left;
    margin-left: 2%;
}
}




home-section-2, home-section-6 {
    text-align: center;
}



/*featured post*/



.featuredpost .post {
    width: 31.6239%;
    float: left;
    margin-left: 2.5641%;
 }
.featuredpost .post:nth-of-type(3n+1){
  margin-left: 0;
}
.featuredpost .entry-title {
    font-size: 24px;
    text-align: center;
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .featuredpost .post {
    width: 100%;
      float: none;
  }
  .featuredpost .post:nth-of-type(3n+1) {
    margin-left: 2.5%;
  }  
  .featuredpost .post:nth-of-type(2n+1) {
    margin-left: 0;
  }


}
@media only screen and (max-width: 480px) {
  .featuredpost .post {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}



    }

.widget_recent_entries li, .cat-item{
    background-color: #000;
    padding: 10px 20px;
    text-align: center;
    
    
}

.widget_recent_entries li a, .cat-item a {
    font-family: raleway, sans-serif; 
    font-size: 2.8rem;
    text-align: center;
    background-color: #000;
    color: white;
    text-decoration: none;
}

.cat-item a:hover, .widget_recent_entries li a:hover {
    color: #ccc;
}


img.entry-image.attachment-page {
    /* border-bottom: black; */
    border: 1px;
    border-style: inset;
/*    margin-top: 40px;*/
    border-color: #000;
}

img.entry-image.attachment-post {
    width: 85%;
    
    border: 1px;
    border-style: inset;
    margin: 40px;
    border-color: #000;
    overflow: hidden;
}

img.entry-image {
    border: 1px;
    border-style: inset;
    border-color: #000;
    position: relative;
/*    float: left;*/
    background-position: 50% 50%;
    background-repeat:   no-repeat;
    background-size:     cover;
    
        max-height: 300px;
    max-width: 100%;
    overflow: hidden;
    
    margin-bottom: 25px;
}


#slider_282:after {
    content: "<div class="parallax_1"></div>";
}


/* Front Page Wdiget Areas
-------------------------------------------- */


.bgorange {
  background-color: #FC8301;
/*
    border-top: 2px solid black;
    border-bottom: 2px solid black;
*/
    color: white;
    font-size: 1.2em;
    font-weight: 400;
    padding-top: 3%;
}

.padding{
    padding-top: 3%;
    padding-bottom: 3%;
}

.madge {
    padding: 2%;
}

.bgblue {
    background-color: #000;
/*
    border-top: 2px solid black;
    border-bottom: 2px solid black;
*/
    color: white;
}

.bgcharc {
    color: #fff;
    background-color: #000;
   
/*    margin: 2% 6px;*/
}

.bgwhite {
    background-color: #fff;
  
/*    padding: 2% 5%;*/
    margin-bottom: 1px;
    
}

.bgwhite-sections {
    background-color: #fff;
    margin-top: 20px;
    text-align: center;
}



.full-width {
    width: 100%;
}

.featured-image {
    max-height: 300px;
    max-width: 100%;
    overflow: hidden;
    margin-top: -50px;
/*    border: solid 1px #000;*/
    

    
}



h4.entry-title a {
    /* margin-top: -45px; */
/*    background-color: white;*/
    font-size: 2.5rem;
    padding: 2px 15px;
/*    border-style: inset;*/
    color: #000;
    font-family: 'raleway';
    font-weight: 600;
}

.header-widget-area {
/*    padding-top: 30px;*/
}

/*category page*/


.grid .content .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
}   

.grid .content .entry {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.grid .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
    grid-template-areas:
        'one one'
        'two three'
        'four four'
        'five five'
        'six six';
}

.grid .entry:nth-child(1) {
    grid-area: one;
}

.grid .entry:nth-child(2) {
    grid-area: two;
}

.grid .entry:nth-child(3) {
    grid-area: three;
}

.grid .entry:nth-child(4) {
    grid-area: four;
}
   
.grid .entry:nth-child(5) {
    grid-area: five;
}

.grid .entry:nth-child(6) {
    grid-area: six;
}

.grid .entry:nth-child(4) img, 
.grid .entry:nth-child(5) img, 
.grid .entry:nth-child(6) img {
    width: 266px;
    height: 150px;
    float: left;
    margin: 0 24px 12px 0;
}

@media only screen and (max-width: 960px) {

    .grid .content {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-gap: 20px;
        grid-template-areas:
        'one one'
        'two two'
        'three three'
        'four four'
        'five five'
        'six six';
    }
    
}



#featured-post-9 {
    width: 92%;
    max-width: 1280px;
}




@media only screen and (max-width: 860px) {

 
    
    .home-section-3 .widget{
width: 100%;
        float: none;
        margin: auto;
 
    
    }}

/*parralax*/

.parallax_1 {


    color: white;
    margin: 0 auto;
    height: 40vh;
   
}

.ax_2 {
  background-image: url("#");
/*
    background-size: 50px 50px;
background-color: #000;
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
background-image: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
-pie-background: linear-gradient(135deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                 transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                 transparent 75%, transparent) 0 0 / 50px 50px, #c16;
*/
behavior: url(/pie/PIE.htc);
    height: 0px;
       border-top: solid 0px  black;
    border-bottom: solid 0px  black;
}

.parallax_3 {
  background-image: url("#");

behavior: url(/pie/PIE.htc);
    height: 0px;
       border-top: solid 0px  black;
    border-bottom: solid 0px  black;
}

.parallax_1,
.parallax_2,
.parallax_3,
.footer-widgets{
  min-height: 100%;
/*  opacity: 0.6;*/
  position: relative;
  background-attachment: fixed;
  background-position: center;
/*
  background-repeat: no-repeat;
  background-size: cover;
*/

}

@media only screen and (max-device-width: 1024px) {
    .parallax_1,
.parallax_2,
.parallax_3  {
        background-attachment: scroll;
    }
}

a.more-link{
    padding: 5px 15px;
    color: white;
    background-color: #000;
    text-decoration: none;
}

a.more-link:hover {
    padding: 5px 15px;
    color: #000;
    background-color: white;
    text-decoration: none;
}

.bgblue img {
    border-style: none;
}

.bg_team {
	background-color: #FC8301;
	color: white;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 4% 12% 4% 12%;
}

img.bg_team {
	border: 1px solid white;
	
}


.bg_team_w {
	background-color: white;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 4% 12% 4% 12%;
}

bg_team a {
	color: white;
	
}

.flexbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.button a {
    text-decoration: none;
}

.site-header .button {
    text-align: center;
    margin-top: -20px;
}

.wp-video {
    border: 1px solid #000;
    margin: 10px 50px;
    
    
}

@media only screen and (max-width: 1060px) {
    .wp-video {
         margin: 70px 50px;
    }
}

@media only screen and (max-width: 960px) {
    .wp-video {
         margin: 80px 50px;
    }
}


@media only screen and (max-width: 860px) {
    .wp-video {
         margin: auto auto;
    }
}


.mainbullets {
    margin: 30px 0px 0px 20px;
    font-weight: 600;
    padding-bottom: 15px;
    
} 
.home-section-1 li {
    line-height: 150%!important;
}


.utility-bar {
/*background-image: url("http://localhost/britishdeaf/wp-content/uploads/2021/02/clean-gray-paper.png");*/
    
    background-color: #fff;
	border-bottom: 1px solid #000;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 0;
	padding: 1rem;
/*    height: 40px;*/
    overflow: hidden;
    position: fixed;
    z-index: 100;
    width: 100%;
    
}

.utility-bar .svg-inline--fa {
    font-size: 2rem;
}

.utility-bar a {
	color: #000;
    text-decoration: none;
}

.utility-bar a:hover {
	text-decoration: underline;
    color: #333;
}

.utility-bar-left,
.utility-bar-right {
	width: 50%;
}

.utility-bar-left p,
.utility-bar-right p {
	margin-bottom: 0;
}

.utility-bar-txt {
    margin-top: 4px;
    font-weight: 500;
    color: #000;
}

.utility-bar-left {
	float: left;
}

.utility-bar-right {
	float: right;
	text-align: right;
}

.utility-bar input[type="search"] {
	background: inherit;
	padding: 10px 0 0;
	padding: 1.0rem 0 0;
}

 /* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 22.076923076923077%;
  height: 333px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
    float: left;
	margin-left: 2.564102564102564%;

}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
/*    transition-timing-function: cubic-bezier(1, 0, 0, 1);*/
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
    color: white;
height: 333px; 
    padding: 30% 15% 15%; 
    
}

.home-section-1 .svg-inline--fa {
    font-size: 5em;
}



/* Style the back side */
.flip-box-back {
  color: white;
    transform: rotateY(180deg);
     padding: 5% 10% 10%; 
   
} 

.flip1 {
   background-color: rgb(255, 168, 1);
}
.flip2 {
   background-color: rgb(99, 173, 224);
}
.flip3 {
    background-color: rgb(150, 202, 74) ;
}
.flip4 {
    background-color: rgb(41, 40, 100); 
}

@media only screen and (max-width: 860px) {
    .flip-box {

  width: 100%;
 margin-bottom: 5%;
    }
}

/* Background Images and Colors
 * ====================================== */
.with-background-image {
    min-height: 100%;
/*  opacity: 0.6;*/
  position: relative;
  background-attachment: fixed;
  background-position: center;
}
.with-background-image:after {
    -ms-filter: "alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.30;
}
.bg-primary,
.bg-primary a {
    color: #fff;
}
[class*="bg-"],
[class*="bg-"] .wrap {
    position: relative;
    z-index: 2;
}
.bg-primary:after,
.bg-light-gray:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.bg-primary:after {
    background: #1a1a1a;
}
.bg-light-gray:after {
    background: #dcdcdc;
}
/* Page Header 
 * ============================= */
.page-header {
    padding: 8rem 0;
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #1a1a1a;
    top: 180px;
}
.page-header h1,
.page-header .author-box-title {
    line-height: 1.2;
    font-size: 4rem;
    display: inline-block;
}
.page-header h1:last-child {
    margin-bottom: 0;
}
.page-header p {
    font-size: 2.4rem;
    max-width: 74rem;
    margin-left: auto;
    margin-right: auto;
}
.page-header p:last-child {
    margin-bottom: 0;
}
.page-header a:not(.button) {
    opacity: .5;
}
.page-header a:hover:not(.button) {
    opacity: 1;
}
 
@media only screen and (min-width: 960px) {
.page-header { 
  padding: calc(2% + 10.8rem) 0 10%;
} 
.home .page-header { 
   padding: calc(10% + 10.8rem) 0 10%; 
} 
.page-header h1, 
.page-header 
.author-box-title { 
   font-size: 6rem; 
} 
.page-header 
.entry-meta { 
   font-size: 1.6ren; 
} 
 
/* Added */
.page-header h1, 
.page-header 
.author-box-title { 
  font-size: 6rem; 
  text-align: center; 
 } 
    
    
}

.gb-accordion-title:focus {
        color: #333;
    outline: #ccc solid 1px;
}

/*before and after image*/


}
 .me {
	 margin: 0;
	 height: 0vh;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .container {
	 position: relative;
	 width: 300px;
	 height: 200px;
	 border: 2px solid white;
}
 .container .img {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: 300px 100%;
}
 .container .background-img {
	 background-image: url('https://i.imgur.com/s08MkXC.jpg');
}
 .container .foreground-img {
	 background-image: url('https://i.imgur.com/PfIWek4.jpg');
	 width: 50%;
}
 .container .slider {
	 position: absolute;
	 -webkit-appearance: none;
	 appearance: none;
	 width: 100%;
	 height: 100%;
	 background: rgba(242, 242, 242, .3);
	 outline: none;
	 margin: 0;
	 transition: all 0.2s;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .container .slider:hover {
	 background: rgba(242, 242, 242, .1);
}
 .container .slider::-webkit-slider-thumb {
	 -webkit-appearance: none;
	 appearance: none;
	 width:2px;
	 height: 200px;
	 background: white;
	 cursor: pointer;
}
 .container .slider::-moz-range-thumb {
	 width: 2px;
	 height: 200px;
	 background: white;
	 cursor: pointer;
}
 .container .slider-button {
	 pointer-events: none;
	 position: absolute;
	 width: 10px;
	 height: 10px;
	 border-radius: 50%;
	 background-color: white;
	 left: calc(50% - 18px);
	 top: calc(50% - 1px);
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .container .slider-button:after {
	 content: '';
	 padding: 1px;
	 display: inline-block;
	 border: solid #5d5d5d;
	 border-width: 0 1px 1px 0;
	 transform: rotate(-45deg);
}
 .container .slider-button:before {
	 content: '';
	 padding: 1px;
	 display: inline-block;
	 border: solid #5d5d5d;
	 border-width: 0 1px 1px 0;
	 transform: rotate(135deg);
}
 
p.has-text-color a {
    color: #fff;
    font-family: 'raleway';
    text-decoration: none;
    
}

p.has-text-color a:hover,
p.has-text-color a:focus,
{
    color: #8c2c04;
 
    
}


.page-header h1{
     color: #fff;
    font-family: 'raleway';
    font-size: 5em;
    text-shadow: 4px 4px #8c2c04;
}

.woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus, .woocommerce ul.products li.product .button:active  {
    background-color: #8c2c04;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:focus, .woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
    color: black;
}

.woocommerce a.button:focus, 
.woocommerce a.button:hover, 
.woocommerce a.button.alt:focus, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button:focus, 
.woocommerce button.button:hover, 
.woocommerce button.button.alt:focus, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button:focus, 
.woocommerce input.button:hover, 
.woocommerce input.button.alt:focus, 
.woocommerce input.button.alt:hover {
    background-color: #8c2c04;
    color: #fff;}

.woocommerce div.product div.images img {
    max-width: 50%
}

.woocommerce.full-width-content .content, .woocommerce-page.full-width-content .content {width: 80%!important
    ;}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}
    
    .site-header .widget-area {
        float: none;}
    
    .parallax_1 {
   
        height: 20vh;}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content
/*	.site-header .widget-area*/
    {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

}


@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}
    
    .home .site-inner {
        padding-top: 2px;
    }

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content
/*	.site-header .widget-area {*/
    {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
.site-header {
    position: relative;
    width: 100%;
    z-index: 9999;
}
}

@media only screen and (max-width: 1023px) {
    
   
	.site-inner,
	.wrap {
		max-width: 800px;
	}
    
    .header-image .title-area {
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
    
}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	/* ### Genesis Responsive Menus */

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #8c2c04;
        font-weight: 600;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #000;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
/*		border-top: 1px solid #eee;*/
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition:     transform .25s ease-in-out;
		transition:         transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}
    
    

}

@media only screen and (max-width: 860px) {
    
     .header-image .site-title > a {

        background-size: contain !important;}


	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
    .one-halfv2,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
    
    .home-section-1-sq {
   
        margin: 20px 0 ;}
    
    .quoteCTA p {
        padding: 20px;
        font-size: 2rem;
    }
    
    #text-30 {text-align: center;}
    
    .bookshop {
       
    }

    .logo {
        padding: 20px 0;
        max-width: 
    }
    
    .home-section-4 {

        padding-bottom: 50px;}
}



/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


@media only screen and (max-width: 750px) {
    
    #soliloquy-container-9 .soliloquy-caption h1 {
    letter-spacing: 4px;
    font-weight: 700;
    font-style: normal;
    font-size: 20px !important;
    text-align: left !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
    text-transform: none !important;
    
}
    


#soliloquy-container-9 .soliloquy-caption h3 {
    font-weight: 400;
    font-style: normal;
    font-size: .7em;
}
}
@media only screen and (max-width: 520px) {
    
    #soliloquy-container-9 .soliloquy-caption h1 {
    font-size: 10px !important;
    text-align: center !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
/*        line-height: 1.25em !important;*/
/*    letter-spacing: normal !important;*/
    text-transform: none !important;
    }
    #soliloquy-container-1781 .soliloquy-caption h3 {
        display:none;}}

@media only screen and (max-width: 1559px) {
    
    #soliloquy-container-9 .soliloquy-caption h1 {
    letter-spacing: 4px;
    font-weight: 700;
    font-style: normal;
    font-size: 40px !important;
    text-align: left !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;
    text-transform: none !important;
    
}
    


#soliloquy-container-9 .soliloquy-caption h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 1.3em;
}
}

@media only screen and (max-width: 1023px) {
    
    #soliloquy-container-9 .soliloquy-caption h1 {
    letter-spacing: 4px;
    font-weight: 700;
    font-style: normal;
    font-size: 30px !important;
    text-align: left !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;

    text-transform: none !important;
    
}
    


#soliloquy-container-9 .soliloquy-caption h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}
	
     .signage-wrap img,
    .soliloquy-button {display:none;}
    
    
   
    }}


 @media only screen and (max-width: 1025) {
    
    #soliloquy-container-9 .soliloquy-caption h1 {

    letter-spacing: 4px;
    font-weight: 700;
    font-style: normal;
    font-size: 30px !important;
    text-align: left !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25) !important;

    text-transform: none !important;
    
}
    


#soliloquy-container-9 .soliloquy-caption h3 {
   
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
}
}

