/*
Theme Name:     harwichsociety
Theme URI:
Author:         One Website Design
Author URI:     https://www.onewebsitedesign.co.uk
Description: 	Fully responsive WordPress theme based on the Foundation 6 framework.
Version:        4.2
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags:           one-column, two-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images
Text Domain:    owdtwentyseventeen
*/

/*----------------------------------------------------------------------------*\
  #COLOUR PALETTE

    Primary                 #c19d78
    Secondary               #212121
    Yellow                  #fbbd38
    Header Font             #333
    Body Font               #555
    Links                   #bc956d
    Links Hover             #111
    Input Border            #ddd
    Input Background        #fefefe

\*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*\
  #RESET
\*----------------------------------------------------------------------------*/
div,
article,
section,
li {
	  position: relative; /* Absolutely positioning elements within containers */
}

::-moz-selection {
  	background: #c19d78;
  	color:#fff;
}

::selection {
  	background: #c19d78;
  	color:#fff;
}

html,
body {
    height: 100%;
  	font-size: 100%;
    -webkit-text-size-adjust: 100%;
    background: #fafafa;
}

body {
    font-weight: normal;
    font-style: normal;
  	line-height: 1.6rem;
  	font-family: 'Noticia Text', serif;
  	color: #1f1f1f;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: auto;
}

*,
*:before,
*:after {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box; 
  	box-sizing: border-box;
}

menu,
ol,
ul {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
    display: inline-block;
	vertical-align: middle;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    color: #555;
    border-radius: 0;
    background-color: #fefefe;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: all 0.15s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
    background: #fff;
    border-color: #decbb8;
    outline: none;
}

textarea {
    min-height: 200px;
    max-width: 100%;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

select {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: all 0.15s linear;
}

input[type=submit] {
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    padding: 0.8rem 2rem 0.7rem 2rem;
    background: #c19d78;
    border: 0 none;
    transition: background 0.5s ease;
}

input:hover[type=submit],
input:focus[type=submit] {
    background: #212121;
}

/* Label Styles */
label {
    font-size: 0.875rem;
    margin-bottom: 0.3rem;
}

/* Buttons */
button, .button {
    text-transform: uppercase;
    background: #c19d78;
}

button:focus,
.button:focus,
button:hover,
.button:hover {
    background: #ba9269;
}

.button:after {
    font-family: 'Fontawesome';
    font-size: inherit;
    content: "\f054";
    margin-left: 1rem;
}

/* Responsive Videos */
.video-wrapper {
    position: relative;
    padding-bottom: 46%;
    padding-top: 25px;
    height: 0;    
    margin: 1.5rem auto;
    overflow: hidden;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----------------------------------------------------------------------------*\
  #TYPOGRAPHY
\*----------------------------------------------------------------------------*/
/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/* Default Link Styles */
a {
    color: #bc956d;
    text-decoration: none;
    line-height: inherit;
}

a:hover {
    color: #111;
}

a:focus {
    outline: 3px solid #ddd;
}

/* Default paragraph styles */
p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic;
}

/* Default heading styles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
  
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 80%;
    color: inherit;
    line-height: 0;
}

h1 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

h2 {
    font-size: 1.425rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}

.underline {
    width: auto;
    display: inline-block;
    border-bottom: 3px solid #c19d78;
    padding-bottom: 5px;
}

/* Blockquotes */
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 2px solid #ddd;
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #333;
}

blockquote cite a,
blockquote cite a:visited {
    color: #333;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #555;
}

/*----------------------------------------------------------------------------*\
  #UTILITIES
\*----------------------------------------------------------------------------*/
.container {
    padding: 2rem 0;
}

/* Back to top button */
.topbutton {
    height: 50px;
    width: 50px;
    font-size: 1.5rem;
    color: #212121 !important;
    position: fixed;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 45px;
    z-index: 1000;
    background: #decbb8;
    display: none;
}

.topbutton:hover {
    background: #212121;
}

/* Animations */
.animated { 
    animation-duration: 1s; 
    animation-fill-mode: both; 
} 

/* bounceInDown */
@keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-40px); 
    } 
    60% { 
        opacity: 1; 
        transform: translateY(2px); 
    } 
    80% { 
        transform: translateY(-2px); 
    } 
    100% { 
        transform: translateY(0); 
    } 
}

/* bounceInUp */
.bounceInDown { 
    animation-name: bounceInDown; 
}

@keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(40px); 
    } 
    60% { 
        opacity: 1; 
        transform: translateY(-2px); 
    } 
    80% { 
        transform: translateY(2px); 
    } 
    100% { 
        transform: translateY(0); 
    } 
} 

.bounceInUp { 
    animation-name: bounceInUp; 
}

/* Plugin CSS override */
.google-calendar-widget li {
    list-style-type: none !important;
}

/*----------------------------------------------------------------------------*\
  #HEADER SECTION
\*----------------------------------------------------------------------------*/
header {
    width: 100%;
    height: auto;
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.7s ease;
}

header.smaller {
    background-color: rgba(255, 255, 255, 0.9);
}

header.smaller .custom-logo {
    width: 60px;
}

header.smaller .desktop-menu li a {
    padding-top: 31px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.top-bar {
    padding: 0 0;
    background: transparent;
}

.top-bar-left {
}

.custom-logo-link {
    float: left;
    width: auto;
    padding-right: 0 !important;
    margin: 7px 0 7px 0.96rem !important;
    transition: all 0.7s ease;
}

.custom-logo {
    transition: all 0.7s ease;
}

.top-bar-right ul {
    background: transparent;
}

.desktop-menu li a {
    font-size: 15px;
    color: #333;
    line-height: 18px;
    text-transform: uppercase;
    padding-top: 41px;
    padding-bottom: 40px;
    border-bottom: 2px solid #fff;
    display: block;
    transition: all 0.7s ease;
}

.desktop-menu li a:hover,
.desktop-menu li a:focus {
    color: #c19d78;
    outline: none;
    border-bottom: 2px solid #c19d78;
}

.desktop-menu li ul {
    min-width: 300px;
    background: #fefefe;
    border: 1px solid #ebeef0;
    border-bottom: 0 none;
}

.desktop-menu li ul li a {
    text-transform: none;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    border-bottom: 1px solid #ebeef0;
}

.desktop-menu li ul li a:hover {
    color: #fff;
    background: #c19d78;
    border-bottom: 1px solid #c19d78;
}

.desktop-menu .active > a {
    font-weight: 400;
    color: #c19d78;
    background: transparent;
}

.desktop-menu .highlighted a {
    color: #fff !important;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    background: #c19d78;
    border-bottom: 2px solid #c19d78;
}

.desktop-menu .highlighted a:hover,
.desktop-menu .highlighted a:focus {
    background: #212121;
}

.main-navigation .menu.dropdown > li.is-dropdown-submenu-parent > a::after {
    border: inset 5px;
    border-color: #ddd transparent transparent;
    right: 5px;
    margin-top: -2px;
}

.main-navigation .dropdown.menu.vertical > li.opens-left > a::after {
    border: inset 5px;
    border-color: transparent #ddd transparent transparent;
}

.main-navigation .dropdown.menu.vertical > li.opens-right > a::after {
    border: inset 5px;
    border-color: transparent transparent transparent #ddd;
}

/*----------------------------------------------------------------------------*\
  #HOME PAGE SECTION
\*----------------------------------------------------------------------------*/
/* Orbit Slider */

.orbit-slide {
}

.orbit-container {
    height: auto;
}

.orbit-next,
.orbit-previous {
    font-size: 3rem;
    line-height: 1;
    color: #c19d78;
    padding: 0.3rem 1.3rem;
    background-color: rgba(250, 250, 250, 0.8);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    transition: all 0.5s ease;
}

.orbit-next:hover,
.orbit-next:focus,
.orbit-previous:hover,
.orbit-previous:focus {
    color: #212121;
    background-color: rgba(250, 250, 250, 0.4);
}

.slide-caption {
    float: right;
    background: rgba(255, 255, 255, 0.8);
    animation-delay: 0.7s;
}

.slide-title {
    color: #212121;
}

.slide-subtitle {
    font-family: 'Noticia Text', serif;
    font-weight: 400;
    line-height: 1.4;
    color: #1f1f1f;
    text-transform: none;
    display: block;
}

/* Home content */
.join-us {
    background: #decbb8;
}

.join-us .underline {
    margin-bottom: 2rem; 
}

.join-us .sign-up h2,
.join-us .membership-benefits h2,
.join-us .hs-magazine h2 {
    font-size: 1.125rem;
}

.join-us .membership-pricing {
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
    font-size: 2.125rem;
}

.featured-section-block-grid {
    margin: 3rem 0 1.13rem 0;
}

.image-hover-wrapper {
    position: relative;
}

.image-hover-wrapper a {
    display: inline-block;
    letter-spacing: normal;
    line-height: initial;
    margin: 0;
    padding: 0;
    position: relative;
}

.image-hover-wrapper a img {
    float: left;
    overflow: hidden;
    width: 100%;
}

.image-hover-wrapper a .image-hover-wrapper-reveal {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fafafa;
    display: inline;
    height: 100%;
    margin-left: -100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 80;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-delay: 0.25s;
}

.image-hover-wrapper a .image-hover-wrapper-reveal:hover {
    opacity: 1;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.image-hover-wrapper a .image-hover-wrapper-reveal:hover p {
    font-size: 1.125rem;
    opacity: 1;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-delay: 0.15s;
}

.image-hover-wrapper a .image-hover-wrapper-reveal p {
    bottom: 0;
    display: block;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.image-hover-wrapper a .fa {
    font-size: 1.125rem;
    margin-left: 0.5rem;
}

.image-hover-wrapper .image-hover-wrapper-banner {
    background-color: rgba(250, 250, 250, 0.8);
    font-size: 1.125rem;
    line-height: 1.3rem;
    color: #212121;
    text-align: center;
    text-transform: uppercase;
    left: 0;
    padding: 0.5rem;
    margin-left: 15%;
    margin-right: 15%;
    position: absolute;
    top: 40%;
    width: 70%;
    z-index: 10;
}

.news-events-container {
    background: #fff;
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
}

.news-events-container .underline {
    margin: 0 auto;
}

.news-events-container li {
    padding: 1rem 0;
    border-bottom: 1px solid #ddd;
}

.news-events-container a h3 {
    font-size: 1rem;
    text-transform: none;
    margin-top: 0.8rem;
}

.news-events-container ul li {
    margin-top: 0.9rem;
}

.news-events-container .date {
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 0.2rem;
}

.news-events-container .button {
    margin-top: 2rem;
    margin-bottom: 0;
}

.home-content-container {
    
}

/*----------------------------------------------------------------------------*\
  #CONTENT
\*----------------------------------------------------------------------------*/
/* Page header */
.page-header {
    padding: 10rem 0 6rem 0;
    background: #212121;
}

.page-title {
    color: #fff;
}

/* Entry header */
.entry-header {
    padding: 2rem 0 1rem 0;
}

.entry-header .entry-title {
    margin: 0;
}

.entry-thumbnail img {
    display: block;
    margin: 0 auto 20px auto;
}

/* Entry content */
.entry-content {
    word-wrap: break-word;
    margin: 0 0 3rem 0;
}

.lead {
  /* Styling for the first paragraph of our main content */
  font-size: 1.2rem;
  line-height: 1.9rem;
}

.entry-content a {
    padding-bottom: 2px;
    border-bottom: 2px solid #decbb8;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

.entry-content a:hover {
    border-color: #212121;
}

.entry-content ul {
    margin: 1rem 0 1rem 1.4rem;
}

.entry-content ul li {
    line-height: 1.3rem;
    text-indent: -1.4rem;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 0.3rem;
}

.entry-content ol {
    margin: 1rem 1rem 1rem 1.4rem;
}

.entry-content ol li {
    line-height: 1.3rem;
    list-style-type: decimal;
    list-style-position: inside;
    text-indent: -1.4rem;
    margin-bottom: 0.3rem;
}

.entry-content button,
.entry-content .button {
    color: #fff;
    border-bottom: 0 none;
    padding: 0.85em;
}

.entry-content button:hover,
.entry-content .button:hover {
    border-color: #c19d78;
}

/* Entry footer */
.entry-footer {
    clear: both;
    margin: 20px 0 0 0;
}

.entry-footer h3 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 20px;
}

.edit-link {
    float: left;
    clear: both;
    margin-bottom: 3rem;
    background: #c19d78;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.edit-link:hover {
    background: #212121;
}

.edit-link a {
    color: #fff;
    padding: 8px 16px;
    display: block;
    border-bottom: 0 none;
}

.edit-link a:hover {
    color: #fff;
    border-bottom: 0 none;
}

/* Audio Trail */
.trail-navigation {
    float: left;
    width: 100%;
    margin: 2rem 0 1rem 0;
}

.trail-navigation .previous {
    float: left;
}

.trail-navigation .next {
    float: right;
}

.trail-navigation .previous:before {
    font-family: 'Fontawesome';
    font-size: inherit;
    content: "\f053";
    margin-right: 1rem;
}

.trail-navigation .previous:after {
    content: "";
    margin-left: 0;
}

/* Events Pages */
ol.events-list {
    margin: 2.3rem 0 3rem 0;
    padding: 0;
}

ol.events-list .event-entry {
    float: left;
    display: inline;
}

ol.events-list .event-link {
    float: left;
    display: inline;
    text-align: right;
}

ol.events-list .event-link .button {
    margin-bottom: 0;
}

ol.events-list li {
    list-style-type: none;
    padding: 1rem;
    margin: 0 0 0 0;
    position: relative;
    display: block;
}

ol.events-list li:nth-child(odd) {
    background: #decbb8;
}

ol.events-list h2 {
    font-size: 1rem;
    margin: 0 0;
}

ol.events-list .date {
    font-size: 0.9rem;
    font-style: italic;
    color: #555;
}

ol.events-list .fa {
    color: #bc956d;
    margin-right: 0.5rem;
}

.event-content .lead {
    font-size: inherit;
    line-height: inherit;
}

/* Contact and location pages */
.contact-form {
    padding: 2rem 0 1rem 0;
}

.map {
    padding: 1rem 0;
}

.map iframe {
    padding: 2px;
    border: 2px solid #ddd;
}

/* Sitemap page */
.sitemap-column {
    margin: 0 0 3rem 0;
}

.sitemap-column h2 {
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.sitemap-column a {
    color: #bc956d;
}

ul.sitemap-pages,
ul.sitemap-categories,
ul.sitemap-tags {
    padding: 0;
    margin: 0 0 0 1.4rem;
}

ul.sitemap-pages .children,
ul.sitemap-categories .children,
ul.sitemap-tags .children {
    padding: 0;
    margin: 0.3rem 0 0 1.2rem;
}

ul.sitemap-pages li,
ul.sitemap-categories li,
ul.sitemap-tags li {
    line-height: 1.3rem;
    text-indent: -1.4rem;
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 0.3rem;
}

ul.sitemap-pages li ul li,
ul.sitemap-caegories li ul li,
ul.sitemap-tags li ul li {
    list-style-type: circle;
}

/*----------------------------------------------------------------------------*\
  #POSTS
\*----------------------------------------------------------------------------*/
ol.post-list {
    margin: 2.3rem 0 0 0;
    padding: 0;
}

ol.post-list li {
    list-style-type: none;
    padding: 0 0 1.7rem 0;
    margin: 0 0 1.7rem 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

ol.post-list li.sticky {    
    border-style: solid;
    border-width: 2px;
    border-color: #decbb8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #fff;
}

ol.post-list li.sticky .attachment-thumbnail {
}

.attachment-thumbnail {
    float: left;
    margin: 3px 20px 0 0;
}

.featured-image {
    display: block;
    margin: 20px auto 30px auto;
}

ol.post-list .post-link {
    margin-bottom: 1rem;
}

.post-link a {
    color: #bc956d;
    transition: all 0.7s ease;
}

.post-link a:hover {
    color: #212121;
}

/* Post meta */
.post-meta {
    font-size: 0.9rem;
    color: #555;
    margin: 0 0 1.5rem 0;
}

.post-meta a {
    color: #555;
}

.post-meta .fa {
    color: #bc956d;
    margin-right: 0.5rem;
}

.post-meta .post-author,
.post-meta .post-date,
.post-meta .date,
.post-meta .post-category,
.post-meta .post-tag,
.post-meta .time,
.post-comment {
    font-style: italic;
    display: inline-block;
}

.post-author,
.post-meta .post-date,
.post-meta .date,
.post-meta .post-category,
.post-meta .post-tag,
.post-meta .time {
    margin-right: 1rem;
}

/* Post navigation */
.post-nav ul {
    margin: 3rem 0 2.5rem 0;   
}

.post-nav ul li {    
    display: inline-block;
    margin: 0 0 20px 0;
}

.post-nav ul li a {
  color: #bc956d;
  padding: 7px 13px 7px 13px;
  font-size: 0.8em;
  border: solid 1px #ddd;
  margin-left: 4px;
}

.post-nav ul li .current, 
.post-nav ul li .dots {
    color: #fff;
    padding: 8px 13px 7px 13px;
    font-size: 0.8em;
    margin-left: 4px;
    border: 1px solid #212121;
    background: #c19d78;
}

.post-nav ul li a:hover {
    color: #fff;
    background: #c19d78;
    border: 1px solid #212121;
    text-decoration: none;
}

/* Post image attachments */
.entry-content .attachment {
    margin: 4rem 0 1rem 0;
}

.entry-content .attachment img {
    margin: 0 auto;
    display: block;
}

p.image-resolutions {
    margin: 2rem 0 4rem 0;
}

p.image-resolutions a {
    
}

.image-resolutions span {
    color: #ddd;
}

/* Search results page */
.search-results ol {
    margin: 1.8rem 0 3rem 0;
}

.search-results ol li {
    list-style-type: none;
    padding: 1rem 0;
    margin: 0;
    border-bottom: 1px dotted #ddd;
}

.search-results a {
    font-size: 1.2rem;
    color: #bc956d;
}

.search-results a:hover {
    color: #212121;
}

/*----------------------------------------------------------------------------*\
  #SIDEBAR
\*----------------------------------------------------------------------------*/
.sidebar h3 {
    color: #c19d78;
}

.sidebar,
.sidebar-left {
    background: #fff;
    border: 1px solid #ddd;
    padding: 1.25rem 1.25rem 1rem 1.25rem;
}

.sidebar .menu {
    margin-top: 1rem;
}

.sidebar .menu > li > a {
    color: #212121;
    padding: 0.6rem 0;
    border-top: 1px solid #ddd;
}

.sidebar .menu .active > a {
    color: #212121;
    background: #decbb8;
    padding-left: 1rem;
}

/*----------------------------------------------------------------------------*\
  #FOOTER
\*----------------------------------------------------------------------------*/
.footer-cta-bar {
    background: #decbb8;
}

.footer-cta-bar p {
    text-transform: uppercase;
}

.footer-cta-bar .button {
    margin-bottom: 0;
}

.footer-container {
    background: #212121;
}

.footer {
    padding: 2rem 0 3rem 0;
}

.footer h4 {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 1rem;
}

.footer p {
    font-size: 0.95rem;
    color: #fff;
}

.footer ul li {
    color: #fff;
}

.footer ul li a {
    color: #fff;
}

.footer ul li a:hover {
    color: #ba9269;
}

.bottom-bar {
    padding-top: 1rem;
    margin-top: 2rem;
    border-top: 1px solid #444;
}

.bottom-bar span {
    color: #555;
    padding: 0 0.5rem;
}

.copyright p {
    font-size: 0.9rem;
    color: #999;
}

.site-info ul li {
    font-size: 0.9rem;
    color: #999;
    display: inline;
}

.site-info ul li a {
    text-decoration: none;
    color: #999;
}

.site-info ul li a:hover {
    text-decoration: underline;
}

/*----------------------------------------------------------------------------*\
  #WIDGETS
\*----------------------------------------------------------------------------*/
.widget-area {
    margin: 0 0 0.5rem 0;
}

.widget-container {
    font-size: 0.9em;
    -webkit-hyphens: auto;
    -moz-hyphens:    auto;
    -ms-hyphens:     auto;
    hyphens:         auto;
    word-wrap: break-word;
    margin: 0 0 1.5rem 0;
    border-bottom: 1px solid #ddd;
}

.widget-container .widget-title  {
    font-size: 1.125rem;
    color: #c19d78;
    padding-bottom: 0.5rem;
    margin: 0;
}

.widget-container p {
    font-size: inherit;
    line-height: inherit;
}

.widget-container a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

.widget-container a:hover {
    color: #111;
}

.widget-container .screen-reader-text {
    visibility: hidden;
} 

.widget-container ul li {
    display: block;
}

/* Pages widget, Archives widget, Categories, Recent entries widget */
.widget_archive .widget-title,
.widget_categories .widget-title,
.widget_recent_entries .widget-title {
    margin-bottom: 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0 none;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li {
    color: #555;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 0 none;
}

.widget_categories ul ul li:first-child {
    border-top: 1px solid #ddd;
}

.widget_archive a,
.widget_categories a {
    color: #212121;
    line-height: 1.2rem;
    padding: 0.8rem 0;
    display: inline-block;
}

.widget_recent_entries li {
    padding-bottom: 0.8rem;
}

.widget_recent_entries a {
    color: #212121;
    line-height: 1.2rem;
    padding: 0.8rem 0 0 0;
    display: inline-block;
}

.widget_recent_entries .post-date:before {
    font-family: 'Fontawesome';
    font-style: normal !important;
    content: "\f073";
    color: #bc956d;
    margin-right: 0.5rem;
}

.widget_recent_entries .post-date {
    font-style: italic;
    color: #555;
    display: block;
}

.widget_archive select,
.widget_categories select {    
    margin: -1.5rem 0 1.6rem 0;
}

/* Text widget */
.textwidget {
    padding-bottom: 1rem;
}

/* Search widget */
.search-form {
    padding: 0.5rem 0;
}

#searchform input {
    padding: 0 0.5rem;
    margin-bottom: 0;
}

/* Tag cloud widget */
.tagcloud {
    padding: 20px 0 20px 0;
}

/* Calendar widget */
.widget_calendar table {
    max-width: 97%;
    margin: 16px 0 0 0;
}

.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 0.9em;
    color: #fff;
    background: #ccc;
    padding: 0 10px;
    margin: 0;
}

.widget_calendar thead {
    font-size: 0.9em;
    color: #444;
    background: #eee;
}

.widget_calendar tbody td {
    font-size: 0.9em;
    background: #fff;
}

.widget_calendar tbody {
    background-color: transparent;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
    font-size: 0.9em;
    color: #fff;
    background: #444;
}

.widget_calendar a:hover {
    text-decoration: none;
    background: #222;
}

/* RSS widget */
.widget-title .rsswidget {
    font-size: inherit;
    color: #444;
}

.widget_rss span {
   display: block !important;
}

.rsswidget {
    font-size: 1rem;
}

.rssSummary {
    padding-bottom: 0.7rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dotted #ddd;
}

/*----------------------------------------------------------------------------*\
  #IMAGES
\*----------------------------------------------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, 
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 5px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 5px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 5px 20px;
    padding: 0;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 5px 0;
    padding: 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.wp-caption {
    max-width: 99%; /* Ensure image does not overflow the content area */
    padding: 0px;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.aligncenter {
    display: block;
    margin: 25px auto 20px auto;
}

.wp-caption img {
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption-text {
    font-size: 0.8rem;
    line-height: 1.1rem;
    color: #555;
    padding: 0.5rem 0 0.5rem 0;
    margin: 0;
    white-space: pre-line;
    margin-top: -4px; /* optional */
}

/* Audio player */
.mejs-container {
    height: auto !important;
    margin: 2rem 0;
}

.mejs-container a {
    border: 0 none;
    padding-bottom: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #c19d78 !important;
}

/* Galleries */
.gallery {
    margin-top: 2rem !important;
    margin-left: -1rem !important;
}

.gallery dl dt,
.gallery dl dd {
    margin-bottom: 0;
}

.gallery img {
    width: 100%;
    height: auto;
    border: 0 none !important;
}

.gallery-item {
    display: inline-block;
    padding: 0 0 1.25rem 1rem;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 !important;
}

.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-icon img {
    margin: 0 auto;
}

.gallery-caption {
    font-size: 0.8rem;
    min-height: 2.4rem;
    line-height: 1.2rem;
    text-align: center;
    padding: 0.2rem 0.5rem;
    clear: both;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* Responsive images. Fluid images for posts, comments, and widgets */
.row img,
.widget img,
.wp-caption img {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.row img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.entry-thumbnail,
img.attachment-thumbnail,
img.attachment-medium,
img.attachment-large,
img.size-thumbnail,
img.size-medium,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/**
 *
 * Our media queries begin here
 *
 */

/*----------------------------------------------------------------------------*\
  #MOBILE NAVIGATION BREAKPOINT
\*----------------------------------------------------------------------------*/ 
@media (max-width: 63.9375em) {
    .top-bar-left,
    .desktop-menu {
        display: none;
    }

    .no-js .title-bar,
    .title-bar {
        color: #fff;
        background: #c19d78;
        border-bottom: 1px solid #ba9269;
        width: 100%;
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
    }

    .title-bar-title a {
        color: #fff;
        text-transform: uppercase;
    }

    /* Mobile off canvas menu */
    .title-bar .toggle {
        color: #fff;
        width: 90px;
        float: right;
    }

    .title-bar .toggle:after {
        font-family: 'Fontawesome';
        font-size: 1.8rem;
        float: right;
        color: #fff;
        content: '\f0c9';
        margin-right: 0.5rem;
    }

    .title-bar .toggle[aria-expanded='true']::after {
        content: '\f00d';
    }

    .off-canvas {
        background: #decbb8;
        margin-top: 45px;
    }

    .is-transition-push.position-left::after,
    .is-transition-push.position-right::after  {
        box-shadow: none;
    }

    .is-transition-push.position-left::after  {
        border-right: 2px solid #c19d78;
    }

    .is-transition-push.position-right::after  {
        border-left: 2px solid #c19d78;
    }

    .off-canvas .nested.menu {
        margin-left: 0;
    }

    .off-canvas .vertical.menu > li {
        border-bottom: 1px solid #c19d78;
    }

    .off-canvas .menu a {
        color: #212121;
    }

    .off-canvas .menu a:hover,
    .off-canvas .menu .active > a {
        color: #212121;
        background: #fff;
    }

    .js-off-canvas-overlay {
        background: hsla(0,0%,1%,.35);
    }

    header {
        border-bottom: 0 none;
    }

    /* Orbit Slider */
    .slider {
        margin-top: 0;
    }

    /* Home page content */
    .home-content-container {
        margin-top: 45px;
    }
}

/*----------------------------------------------------------------------------*\
  #LARGE SCREENS
\*----------------------------------------------------------------------------*/ 
@media only screen and (min-width: 64em) {
    /* Home page */
    .hero {
        margin-top: 58px;
    }

    .orbit-slide {
        padding: 26rem 0 3rem 0;
    }

    .slide-caption {
        width: 45%;
        padding: 0.8rem 1.5rem 0.2rem 1.5rem;
    }

    .slide-title {
        font-size: 1.2rem;
    }

    .slide-subtitle {
        font-size: 1rem;
    }

    /* Events Pages */
    ol.events-list .event-entry {
        width: 70%;
    }

    ol.events-list .event-link {
        width: 30%;
    }

    /* Sidebar */
    .sidebar,
    .sidebar-left {
        margin: 3rem 0 2rem 0;
    }

    /* Footer */
    .footer-cta-bar p {
        font-size: 1.4rem;
        margin: 0.7rem 0 0 0;
    }

    .footer-cta-bar .button {
        float: right;
    }

    .site-info ul {
        float: right;
    }
}

/*----------------------------------------------------------------------------*\
  #MEDIUM SCREENS
\*----------------------------------------------------------------------------*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    /* Back to top button */
    .topbutton {
        height: 40px;
        width: 40px;
        font-size: 1.2rem;
        line-height: 38px;
    }

    a:focus {
        outline: none !important;
    }

    /* Home page */
    .hero {
        margin-top: 45px;
    }

    .orbit-slide {
        padding: 16rem 0 3rem 0;
    }

    .slide-caption {
        width: 60%;
        padding: 0.8rem 1.5rem 0.2rem 1.5rem;
    }

    .slide-title {
        font-size: 1.2rem;
    }

    .slide-subtitle {
        font-size: 1rem;
    }

    .news-events-container img.attachment-thumbnail-small {
        margin-right: 2rem;
    }

    /* Entry content */
    .entry-content {
        margin: 1rem 0;
    }

     /* Events Pages */
    ol.events-list .event-entry {
        width: 60%;
    }

    ol.events-list .event-link {
        width: 40%;
    }

    /* Gallery */
     .gallery-caption {
        display: none;
    }

    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item {
        max-width: 50%;
    }

    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item {
        max-width: 33.33%;
    }

    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        max-width: 25%;
    }

    /* Sidebar */
    .sidebar,
    .sidebar-left {
        margin: 1rem 0 0 0;
        border-right: 0 none;
        border-left: 0 none;
    }

    .sidebar .menu li {
        width: 50%;
        float: left;
    }

    /* Footer */
    .footer-cta-bar p {
        font-size: 1.3rem;
        margin: 0.7rem 0 0 0;
    }

    .footer-cta-bar .button {
        float: right;
    }

    .site-info ul {
        float: right;
    }
}

/*----------------------------------------------------------------------------*\
  #SMALL SCREENS
\*----------------------------------------------------------------------------*/
@media screen and (max-width: 39.9375em) {
    /* Back to top button */
    .topbutton {
        height: 32px;
        width: 32px;
        font-size: 1rem;
        line-height: 30px;
    }

    a:focus {
        outline: none !important;
    }

    /* Home page */
    .small-hero {
        margin-top: 45px;
        padding: 10rem 0 2rem 0;
    }

    .slide-caption {
        width: 90%;
        text-align: center;
        padding: 0.8rem 0.75rem 0.2rem 0.75rem;
        margin-right: 5%;
        margin-left: 5%;
    }

    .slide-title {
        font-size: 1rem;
    }

    .slide-subtitle {
        font-size: 0.95rem;
    }

    .join-us {
        text-align: center;
    }

    .image-hover-wrapper .image-hover-wrapper-banner {
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
    }

    .news-events-container {
        text-align: center;
    }

    .news-events-container .news-feed {
        padding-top: 2rem;
        margin-top: 2rem;
        border-top: 2px solid #ddd;
    }

    /* Entry content */
    .entry-title,
    .map .widget-title {
        text-align: center;
    }

    .entry-content {
        margin-top: 0;
    }

     /* Events Pages */
     ol.events-list .event-entry {
        padding-bottom: 1rem !important;
    }
    
    ol.events-list .event-entry,
    ol.events-list .event-link {
        width: 100%;
        text-align: center;
    }

    /* Sidebar */
    .sidebar,
    .sidebar-left {
        margin: 2rem 0 2px 0;
    }

    /* Footer */
    .footer,
    .footer-cta-bar {
        text-align: center;
    }

    .footer ul {
        margin-bottom: 1.25rem;
    }

    .footer-cta-bar p {
        font-size: 1.2rem;
        margin: 0 0 1.25rem 0;
    }

    .copyright p {
        text-align: center;
    }

    .site-info ul {
        float: none;
        text-align: center;
    }

    /* Comments */
     .author-info .author-avatar {
      width: 60px;
      height: 60px;
    }

    .comment-author .avatar {
      width: 45px;
      height: 45px;
    }

    /* Gallery */
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
      width: 100% !important;
      max-width: 100%;
    }
}