/*
Theme Name: South Carolina Historical Society
Theme URI: http://schistory.org/
Author: Outline
Author URI: https://weareoutline.com
Description: Wordpress theme for South Carolina Historical Society by Outline.
Version: 1.0
*/

/*****************

	Header
	Dropdowns
	Footer
	Home
	Exhibit
	FAQs
	About
	News
	Event
	Employment
	Publications
	About Us
	Caralogue
	Blog
	Post

*****************/

/* header */
#header {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:900;
}
#header .inner {
	max-width:1356px;
	height: auto;
	margin:0 auto;
	padding:15px 30px;
	background:#ffffff;
	position:relative;
}
#header .top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
}
#header .logo {
	width:300px;
	flex-shrink: 0;
}
#header .logo a {
	display:block;
}
#header .announcement {
	flex-grow: 1;
	text-align: center;
}
#header .nav {
	text-align: right;
	flex-shrink: 0;
	width: 340px;
	align-items: center;
	justify-content: flex-end;
}
#header .nav .search {
	margin-bottom:0;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#header .nav .search a.button {
	width: 120px;
	padding: 0;
	margin-left: 10px;
	height: 35px;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#header .nav .search input[type='text'] {
	display:inline-block;
	padding: 9px 5px 8px;
	font-size:13px;
	letter-spacing:0.1em;
	border-bottom:none;
	text-align:left;
	color:#706259;
	border: 1px solid #706259;
	background:url(img/icon-search.png) no-repeat 8px center;
	background-size:13px 13px;
	text-indent: 25px;
	width: 200px;
	height: 35px;
    box-sizing: border-box;
}
#header .nav .search input[type='text'].has-placeholder {
    text-indent: 2px;
}
#header .nav .search input[type='text']:focus {
	background-image: none;
	text-indent: 0;
	padding-left: 8px;
}
#header .nav .search input[type='text']:focus::-webkit-input-placeholder { color:transparent; }
#header .nav .search input[type='text']:focus:-moz-placeholder { color:transparent; }
#header .nav .search input[type='text']:focus::-moz-placeholder { color:transparent; }
#header .nav .search input[type='text']:focus:-ms-input-placeholder { color:transparent; }
#header .nav .search input[type='submit'] {
	display: none;
}
.main-navigation {
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #cac3b9;
	position: relative;
}
.main-navigation ul {
	display: flex;
	justify-content: center; /* centers menu items horizontally */
	gap: 2.5em; /* or keep your previous spacing */
	padding: 0;
	margin: 0;
	list-style: none;
}

.main-navigation li {
	position: relative;
}

.main-navigation li:last-child {
	margin-right:0;	
}
.main-navigation li a {
	font-size:20px;
	position:relative;
}
.main-navigation li a:after { 
	display:block;
	content:'';
	width:100%;
	height:1px;
	position:absolute;
	bottom:1px;
	left:0;
	background:#ffffff;
	-webkit-transition:all 200ms linear;
       -moz-transition:all 200ms linear;
	     -o-transition:all 200ms linear;
	        transition:all 200ms linear;
}
.main-navigation li:hover a { color:#BC6124; }
.main-navigation li:hover a:after { background:#BC6124; }

/* dropdowns */
#header .main-navigation li .dropdown {
	display:none;
	padding:40px 20px 30px 30px;
	position:absolute;
	top:100%;
	left:0;
	z-index:9999;
	background:#ffffff;
}
#header .main-navigation li .dropdown-right {
	left: auto;
	right: 0;
}
#header .main-navigation li:hover .dropdown {
	display:block;	
}
#header .main-navigation li .dropdown .cols {
	text-align:left;
	display: flex;
	min-width: 650px;
}
#header .main-navigation li .dropdown .cols .col {
	position: relative;
}
#header .main-navigation li .dropdown .col.one-third {
	width:150px;	
	padding-right:20px;
	border-right:1px solid #cac3b9;
}
#header .main-navigation li .dropdown .col.two-thirds {
	width:460px;
	padding-left:40px;
	position:relative;
	left:-1px;
    border-left:1px solid #cac3b9;
}
#header .main-navigation li .dropdown .col.two-thirds.with_image {
	padding-left:210px;
	min-height:150px;	
}
#header .main-navigation li .dropdown .col.two-thirds.with_image .thumb {
	display:block;
	width:150px;
	height:150px;
	position:absolute;
	top:0;
	left:40px;	
}
#header .main-navigation li .dropdown .col.two-thirds.with_image .thumb img {
	width:100%;
	max-width:150px;	
}
#header .main-navigation li .dropdown ul {
	display:block;
}
#header .main-navigation li .dropdown li {
	display:block;
	margin:10px 0;
}
#header .main-navigation li .dropdown li:last-child {
	margin-bottom:0;	
}
#header .main-navigation li .dropdown li a {
	font-size:14px;	
	line-height:1.4;
	letter-spacing:0.1em;
	color:#706259;
}
#header .main-navigation li .dropdown li a:hover {
	color:#CDC3BB;
}
#header .main-navigation li .dropdown li a:after {
	display:none;	
}
#header .main-navigation li .dropdown .title a {
	color:#003764;	
}
#header .main-navigation li .dropdown .title a:hover {
	color:#BC6124;
}
#header .main-navigation li .dropdown .title a:after {
	display:none;	
}
#header .main-navigation li .dropdown p {
	max-width:230px;
	font-size:17px;
	margin:10px 0 0;
}

/* footer */
#footer ul {
	display:inline-block;
	list-style:none;	
}
#footer ul li {
	display:inline-block;
	margin-right:26px;
}
#footer ul li:last-child {
	margin-right:0;
}
#footer .top .inner {
	padding-left:25%;
	background:url(img/logo-small.svg) left center no-repeat;
	background-size:130px 103px;
}
#footer .top .cols .col:first-child {
	padding-right:40px;	
}
#footer .top p {
	font-size:26px;
	line-height:1.3;
}
#footer .top p span {
	color:#98afc1;	
}
#footer .top .formwrap .floatleft.half,
#footer .top .formwrap .floatright.half {
	width:48%;
}
#footer .top .formwrap input[type='text'] {
	width:100%;
	border-bottom:1px solid #ffffff;
	line-height:36px;
	font-size:18px;
	color:#ffffff;
}
#footer .top .formwrap .submit {
	margin-top:26px;
	border-bottom:1px solid #ffffff;	
}
#footer .top .formwrap .submit input[type='text'] {
	border-bottom:none;	
}
#footer .top .formwrap .submit input[type='submit'] {
	background:none;
	padding-right:26px;
	line-height:36px;
	color:#ffffff;
	font-size:15px;
	letter-spacing:0.1em;
	background:url(img/submit-arrow.png) right center no-repeat;
	background-size:7px 13px;
}
#footer .top .formwrap label.error {
	display:block;
	margin:5px 0;
    font-size:12px;	
}
#footer .middle {
	font-size:14px;	
	letter-spacing:0.15em;
	line-height:1.4;
}
#footer .middle .social ul {
	margin-left:26px;
}
#footer .middle .social .fa {
	font-size:22px;	
	letter-spacing:0;
}
#footer .bottom {
	padding:14px 0;
	border-top:1px solid #CDC3BB;
	font-size:15px;
	line-height:1.4;
}
#footer .bottom .group {
	display:inline-block;
	margin-right:18px;
	white-space:nowrap;
}
#footer .bottom .group:last-child {
	margin-right:0;
}

/* home */
#home .intro {
	max-width:1440px;
	margin:0 auto;
	position:relative;
	z-index:900;
}
#home .intro .inner {
	max-width:780px;
}
#home .intro .inner p:first-child {
	font-size:62px;
	line-height:1.2;
}
#home .intro .inner p {
	font-size:26px;
	line-height:1.4;
}
#home .intro .inner .actions a.textlink {
	margin-left:30px;
}
#home .intro .box {
	width:466px;
	position:absolute;
	top:-100px;
	right:0;
}
#home .intro .box .title {
	height:100px;
	line-height:100px;
	white-space:nowrap;
}
#home .intro .box .title h3 {
	display:inline-block;	
}
#home .intro .box .text {
	padding:60px;
	background:url(img/bg-01.jpg) center center no-repeat;
	background-size:cover;
}
#home .blog {
	background:url(img/bg-02.jpg) center center no-repeat;
	background-size:cover;
}
#home .blog h3 {
	margin-bottom:50px;	
}
#home .blog .cols {
	margin:0 -20px;	
}
#home .blog .col {
	margin-bottom:50px;
	padding:0 20px;	
}
#home .blog .item {
	max-width:380px;
	margin:0 auto;
}
#home .blog .item .inner {
	min-height:200px;
	padding:25px 25px 20px;
	background:#ffffff;	
	border-bottom:7px solid #003764;
}
#home .blog .item .inner a {
	font-size:24px;
	line-height:1.4;
}
#home .exhibits,
#home .digital_exhibits {
	padding:40px 0;	
}
#home .exhibits .floatright,
#home .digital_exhibits .floatright {
    width:50%;
}
#home .exhibits h3,
#home .digital_exhibits h3 {
    font-size:22px;
    letter-spacing:0.2em;	
	margin-bottom:30px;
}
#home .exhibits .nav ul,
#home .digital_exhibits .nav ul {
	list-style:none;
}
#home .exhibits .nav li,
#home .digital_exhibits .nav li {
	display:block;
	margin:15px 0;
}
#home .exhibits .nav li a,
#home .digital_exhibits .nav li a {
	font-size:48px;
	line-height:1.4;
	color:#98afc1;
}
#home .exhibits .nav li a:hover,
#home .digital_exhibits .nav li a:hover {
	color:#ffffff;	
}
#home .exhibits.faint_brown_bg .nav li a,
#home .digital_exhibits.faint_brown_bg .nav li a {
    color:#706259;
}
#home .exhibits.faint_brown_bg .nav li a:hover,
#home .digital_exhibits.faint_brown_bg .nav li a:hover {
    color:#ffffff;
}
#home .exhibits .image,
#home .digital_exhibits .image {
	margin:0 auto;	
	max-width:400px;
}
#home .spotlight .wrapper {
	position:relative;	
}
#home .spotlight .wrapper .more {
	display:block;
	width:58px;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	border:1px solid #BC6124;
	background:#BC6124;
	text-align:center;
}
#home .spotlight .wrapper .more span {
	width:150px;
	height:18px;
	position:absolute;
	top:50%;
	left:-45px;
	margin-top:-9px;
	font-size:17px;
	letter-spacing:0.1em;
	line-height:14px;
	white-space:nowrap;
	color:#ffffff;
    -webkit-transform:rotate(270deg);
	   -moz-transform:rotate(270deg);
	    -ms-transform:rotate(270deg);
            transform:rotate(270deg);
    -webkit-transform-origin:75px 5px 0;
	   -moz-transform-origin:75px 5px 0;
	    -ms-transform-origin:75px 5px 0;
            transform-origin:75px 5px 0;
}
#home .spotlight .wrapper .more:hover {
	background:#ffffff;	
}
#home .spotlight .wrapper .more:hover span {
	color:#BC6124;	
}
#home .spotlight .text .inner {
	max-width:500px;
}
#home .spotlight .text .heading {
	border-left:5px solid #003764;
	margin-bottom:24px;
	padding-left:35px;
}
#home .spotlight .text .heading h3 {
	font-size:16px;	
}
#home .spotlight .text .content {
	padding-left:40px;
}
#home .spotlight .text .content p {
	max-width:370px;
	font-size:20px;	
}

/* exhibit */
#exhibit .rows {
	padding:40px 0;	
}
#exhibit .rows .row {
	margin-bottom:60px;	
}
#exhibit .rows .row:last-child {
	margin-bottom:0;	
}
#exhibit .rows .table .cell:first-child { padding-right:20px; }
#exhibit .rows .table .cell:last-child { padding-left:20px; }
#exhibit .rows .text .image img {
	width:100%;
	max-width:585px;
}
#exhibit .rows .text .inner {
	max-width:440px;	
	padding:0 20px;
}
#exhibit .rows .text .title {
	font-size:36px;
	line-height:1.4;	
}
#exhibit .rows .text .desc {
	margin-top:15px;
	font-size:18px;
	line-height:1.4;	
}
#exhibit .rows .image a.video {
	display:block;
	position:relative;	
}
#exhibit .rows .image a.video span {
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-width:29px 0 29px 38px;
	border-color:transparent transparent transparent #808080;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-29px;
	margin-left:-19px;
}

/* faqs */
#faqs .faq {
	padding-left:40px;
	margin-bottom:30px;
	position:relative;
}
#faqs .faq:before {
	display:block;
	content:'Q';
	font-family:'Gill Sans W01', sans-serif;
	font-weight:600;
	font-size:20px;
	line-height:1.8;
	color:#BC6123;
	position:absolute;
	top:0;
	left:0;
}
#faqs .faq .question {
	margin-bottom:18px;
	font-size:30px;	
	line-height:1.2;
}
#faqs .faq .answer {
	font-size:20px;	
	line-height:1.4;
}

/* about */
#about .group {
	padding:30px 0;	
}
#about .row .col.one-third {
	margin-bottom:30px;
	padding:0 20px;
}
#about .row .person {
	max-width:275px;
	margin:0 auto;
}
#about .row .person img {
	width:100%;
	margin-bottom:30px;
}
#about .row .person h4 {
	margin-bottom:0;
	line-height:1.6;	
}
#about .row .person h4.toggle {
	cursor:pointer;	
}
#about .row .person h4.toggle:hover {
	color:#BC6124;	
}
#about .row .person p a {
	color:#706259;
	text-decoration:underline;	
	word-break:break-word;
}
#about .row .person p a:hover {
	text-decoration:none;	
}
#about .details .detail {
	display:none;
	padding:80px 0;
}
#about .details .detail .inner {
	padding-left:15%;
	position:relative;
}
#about .details .detail .inner span.close {
	display:block;
	width:27px;
	height:27px;
	background:url(img/icon-close.png) center center no-repeat;
	background-size:27px 27px;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}
#about .details .detail .image {
	padding-right:40px;	
}
#about .details .detail .image img {
	width:100%;
	max-width:275px;	
}
#about .details .detail h3,
#about .details .detail p {
	font-size:20px;	
}

/* news */
#news {
	padding:60px 0;	
}
#news .events {
	margin:40px 0;
	border-top:2px solid #E8E5E2;
	padding-top:50px;	
}
#news .events .event {
	padding-bottom:50px;
	border-bottom:2px solid #E8E5E2;
	margin-bottom:50px;	
}
#news .events .event:last-child {
	margin-bottom:0;	
}
#news .events .event .col.first {
	width:38%;
	position:relative;
	padding:0 45px 0 150px;	
}
#news .events .event .col.first img {
	width:100%;
	max-width:270px;	
}
#news .events .event .col.first .date {
	display:block;
	position:absolute;
	top:0;
	left:4px;
	letter-spacing:0.1em;
}
#news .events .event .col.first .date .day {
	display:block;
	margin-top:14px;
	font-size:48px;	
}
#news .events .event .col.middle {
	width:34%;	
}
#news .events .event .col.middle h2 {
	font-size:30px;
	margin-bottom:10px;	
}
#news .events .event .col.last {
	width:28%;
	padding-left:40px;	
}
#news .events .event .col.last h5 {
	font-size:14px;
}
#news .more a.button.outline {
	padding:0 34px;
	line-height:60px;	
}
#news .more a.button.outline span {
	display:inline-block;
	margin-left:8px;	
}
#news .press {
	margin-top:60px;	
}
#news .press .cols {
	margin:0 -20px;	
}
#news .press .col {
	margin-bottom:40px;
	padding:0 20px;	
}
#news .press .item {
	max-width:270px;
	margin:0 auto;	
	line-height:1.4;
}
#news .press .item .thumb {
	display:block;
	margin-bottom:30px;	
}
#news .press .item .thumb img {
	width:100%;	
}
#news .press .item .date {
	margin-bottom:12px;	
}
#news .press .item .title {
	font-size:20px;
}
#news .press .item .source {
	margin-top:14px;
	font-size:14px;	
	letter-spacing:0.1em;
}
#news .inquiries {
	margin-top:36px;	
}
#news .inquiries p a {
	text-decoration:underline;	
}
#news .inquiries p a:hover {
	text-decoration:none;	
}

/* event */
#event .back {
	margin-bottom:20px;	
}
#event .back a {
	display:inline-block;
	padding-left:30px;
	background:url(img/arrow-back.png) 3px center no-repeat;
	background-size:19px 9px;
	font-size:13px;
	color:#706258;
	letter-spacing:0.1em;	
}
#event .back a:hover {
	background-position:left center;	
}
#event .post p,
#event .post ul,
#event .post ol {
	font-size:20px;	
}

/* employment */
#employment .post {
	max-width:900px;
	margin:0 auto;	
}

/* publications */
#publications .publications .inner {
	max-width:900px;
	margin:0 auto;	
}
#publications .publications .cols {
	margin-bottom:90px;	
}
#publications .publications .cols:last-child {
	margin-bottom:0;	
}
#publications .publications .image {
	padding-right:36px;	
}
#publications .publications .image img {
	width:100%;
	max-width:275px;	
}
#publications .publications .text h2 {
	font-size:30px;
	margin-bottom:10px;	
}
#publications .publications .text p,
#publications .publications .text li {
	font-size:24px;
	line-height:1.6;
}
#publications .publications .text ul {
	list-style:none;
	margin:0 0 30px;	
}
#publications .publications .text ul li {
	padding-left:30px;
	position:relative;
}
#publications .publications .text ul li:before {
	display:block;
	content:'\2022';
	position:absolute;
	top:0;
	left:0;
	font-size:16px;
}
#publications .blog {
	background:url(img/bg-02.jpg) center center no-repeat;
	background-size:cover;
}
#publications .blog h3 {
	margin-bottom:50px;	
}
#publications .blog .cols {
	margin:0 -20px;	
}
#publications .blog .col {
	margin-bottom:50px;
	padding:0 20px;	
}
#publications .blog .item {
	max-width:380px;
	margin:0 auto;
}
#publications .blog .item .inner {
	min-height:200px;
	padding:25px 25px 20px;
	background:#ffffff;	
	border-bottom:7px solid #003764;
}
#publications .blog .item .inner a {
	font-size:24px;
	line-height:1.4;
}

/* about us */
#about_us .page_blocks .table {
	margin-bottom:100px;	
}
#about_us .page_blocks .table:last-child {
	margin-bottom:0;	
}
#about_us .page_blocks .cell.image img {
	width:100%;
	max-width:590px;	
}
#about_us .page_blocks .table .cell:first-child { padding-right:20px; }
#about_us .page_blocks .table .cell:last-child { padding-left:20px;	}
#about_us .page_blocks .cell.text p {
	font-size:20px;	
}
#about_us .page_blocks .cell.text .button {
	margin-top:30px;	
}

/* Default Template Bottom Buttons */
.bottom_buttons {
	margin-top:60px;
	text-align:center;
}
.bottom_buttons .button_container {
	display:flex;
	justify-content:center;
	gap:60px;
}
.bottom_buttons .button {
	display:inline-block;
}

/* Text Blocks Template */
.text-blocks-page {
	padding-top:30px;
}
.text-blocks-page .page {
	background:#fff;
}
.text-blocks-page .text_intro {
	margin-bottom:0;
}
.block_buttons {
	text-align:center;
}
.block_buttons .button_container {
	display:flex;
	justify-content:center;
	gap:30px;
}
.block_buttons .button_container:only-child {
	justify-content:center;
}
.block_buttons .button {
	margin:0;
}

/* FAQs */
.faqs {
	margin-top: 20px;
}
.faq {
	border: 1px solid #e0e0de;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.faq .question {
	background: #f8f8f8;
	padding: 20px;
	cursor: pointer;
	position: relative;
	transition: background-color 0.3s ease;
	display: flex;
	align-items: center;
}
.faq .question:hover {
	background: #f0f0f0;
}
.faq .question h4 {
	margin: 0;
	padding-right: 40px;
	font-size: 18px;
	color: #003764;
	line-height: 1.1;
	margin-bottom: -7px;
}
.faq .question .toggle {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: bold;
	color: #003764;
	transition: transform 0.3s ease;
}
.faq .answer {
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: opacity 0.3s ease;
	opacity: 0;
}
.faq .answer p {
	margin: 0 0 15px 0;
}
.faq .answer p:last-child {
	margin-bottom: 0;
}

/* Pure CSS Accordion */
.faq input[type="checkbox"] {
	display: none;
}
.faq input[type="checkbox"]:checked + .question .toggle {
	transform: translateY(-50%) rotate(45deg);
}
.faq input[type="checkbox"]:checked ~ .answer {
	padding: 20px;
	height: auto;
	opacity: 1;
}

/* Text block images */
.block_image {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

/* Text blocks template specific styling */
.text-blocks-page .page_blocks .block .inner {
	padding-bottom: 60px;
}
.text-blocks-page .page_blocks .faq-block .section {
	padding-top: 0;
}
.block_image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* education */
#education_blocks .page_blocks .table {
	margin-bottom:100px;
	display: flex !important;
	align-items: stretch;
}
#education_blocks .page_blocks .cell.image {
	width: 50% !important;
	height: 400px !important;
	float: none !important;
}
#education_blocks .page_blocks .cell.text {
	width: 50% !important;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	float: none !important;
}

/* Override about_us styles for education blocks */
#education_blocks .page_blocks .table {
	display: flex !important;
	align-items: stretch;
}
#education_blocks .page_blocks .cell.image {
	width: 50% !important;
	height: 400px !important;
	float: none !important;
}
#education_blocks .page_blocks .cell.text {
	width: 50% !important;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	float: none !important;
}

/* Force education layout regardless of inherited styles */
#education_blocks .page_blocks .inner .table {
	display: flex !important;
	align-items: stretch;
}
#education_blocks .page_blocks .inner .cell.image {
	width: 50% !important;
	height: 400px !important;
	float: none !important;
}
#education_blocks .page_blocks .inner .cell.text {
	width: 50% !important;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	float: none !important;
}

/* Desktop-specific education overrides */
@media screen and (min-width: 769px) {
	#education_blocks .page_blocks .table {
		display: flex !important;
		align-items: stretch;
	}
	#education_blocks .page_blocks .cell.image {
		width: 50% !important;
		height: 400px !important;
		float: none !important;
		display: block !important;
	}
	#education_blocks .page_blocks .cell.text {
		width: 50% !important;
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		float: none !important;
	}
}

/* Education-specific table and cell styling - Square version */
.education-table {
	margin-bottom: 100px;
}
.education-cell.image {
	width: 50%;
	float: left;
}
.education-cell.text {
	width: 50%;
	float: left;
	padding-left: 40px;
}
.education-cell.image img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
#education_blocks .page_blocks .table:first-child {
	margin-top:60px;	
}
#education_blocks .page_blocks .table:last-child {
	margin-bottom:0;	
}
#education_blocks .page_blocks .cell.image img {
	width:100%;
	height:100%;
	object-fit: cover;
}
#education_blocks .page_blocks .table .cell:first-child { padding-right:20px; }
#education_blocks .page_blocks .table .cell:last-child { padding-left:20px;	}
#education_blocks .page_blocks .cell.text p {
	font-size:20px;	
}
#education_blocks .page_blocks .cell.text .button {
	margin-top:30px;	
}

/* archives */
#archives_blocks .page_blocks .table {
	margin-bottom:100px;	
}
#archives_blocks .page_blocks .table:last-child {
	margin-bottom:0;	
}
#archives_blocks .page_blocks .cell.image img {
	width:100%;
	max-width:590px;	
}
#archives_blocks .page_blocks .table .cell:first-child { padding-right:20px; }
#archives_blocks .page_blocks .table .cell:last-child { padding-left:20px;	}
#archives_blocks .page_blocks .cell.text p {
	font-size:20px;	
}
#archives_blocks .page_blocks .cell.text .button {
	margin-top:30px;	
}
#about_us .page_blocks .content-skinny {
	max-width:700px;	
}
#about_us .page_blocks .content-skinny h2 {
	font-size:40px;	
}
#about_us .page_blocks .content-skinny .col.one-half {
	padding:0 20px;	
}
#about_us .page_blocks .content-skinny .col.one-half p {
	font-size:20px;
}

/* caralogue */
#caralogue .page_blocks .col.one-quarter {
	padding-right:40px;	
}
#caralogue .page_blocks .col.one-quarter img {
	width:100%;
	max-width:275px;	
}
#caralogue .page_blocks .col.three-quarters p {
	margin-bottom:18px;	
}

/* blog */
#blog .main {
	width:75%;
	float:left;
}
#blog .sidebar {
	width:22%;
	float:right;	
}
#blog .sidebar .widget {
	margin:0 auto 50px;
	padding:40px;
	background:#E8E5E2;
}
#blog .sidebar .widget .title {
	font-size:20px;	
}
#blog .sidebar .widget .title:after {
	display:block;
	content:'';
	width:75px;
	height:4px;
	margin:20px 0 25px;
	background:#BC6124;	
}
#blog .sidebar .widget .list ul {
	list-style:none;	
}
#blog .sidebar .widget .list ul li {
	margin:8px 0;	
}
#blog .sidebar .widget .list ul li:last-child {
	margin-bottom:0;
}
#blog .sidebar .widget .list ul li a {
	font-size:14px;
	line-height:1.4;
	letter-spacing:0.1em;
}
#blog .main .posts .post {
	padding-bottom:60px;
	border-bottom:2px solid #E8E5E2;
	margin-bottom:50px;	
}
#blog .main .posts .post.with_image {
	padding-left:315px;
	position:relative;
	min-height:200px;	
}
#blog .main .posts .post.with_image .image {
	width:315px;
	height:200px;
	position:absolute;
	top:0;
	left:0;	
}
#blog .main .posts .post.with_image .image a {
	display:block;
	width:100%;
	max-width:270px;	
}
#blog .main .posts .post.with_image .image a img {
	width:100%;	
}
#blog .main .posts .post .excerpt {
	padding-right:22%;
	position:relative;	
}
#blog .main .posts .post .excerpt h2 {
	font-size:30px;	
	margin-bottom:16px;
}
#blog .main .posts .post .excerpt p {
	margin-bottom:10px;	
}
#blog .main .posts .post .excerpt a.textlink {
	padding-left:2px;
	padding-bottom:8px;
	border-bottom:1px solid #BC6124;	
}
#blog .main .posts .post .excerpt a.textlink:hover {
	border-bottom:1px solid #ffffff;	
}
#blog .main .posts .post .excerpt .category {
	width:22%;
	position:absolute;
	top:0;
	right:0;
	text-align:right;	
}
#blog .main .posts .post .excerpt .category a {
	line-height:1.6;
	letter-spacing:0.1em;
	font-size:14px;	
}
#blog .pagination .prev a,
#blog .pagination .next a,
#post .pagination .prev a,
#post .pagination .next a {
	display:inline-block;
	font-size:13px;
	letter-spacing:0.1em;	
}
#blog .pagination .prev a,
#post .pagination .prev a {
	padding-left:40px;
	background:url(img/arrow-back.png) left center no-repeat;
	background-size:19px 9px;	
}
#blog .pagination .next a,
#post .pagination .next a {
	padding-right:40px;
	background:url(img/arrow-next.png) right center no-repeat;
	background-size:19px 9px;	
}
#blog .pagination .prev a:hover,
#blog .pagination .next a:hover,
#post .pagination .prev a:hover,
#post .pagination .next a:hover {
	color:#BC6124;
}
#blog .pagination .centertext a,
#blog .pagination .centertext span {
	display:inline-block;	
	margin:0 4px;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:13px;
	letter-spacing:0;
	background:#E8E5E2;
	-webkit-border-radius:100%;
		    border-radius:100%;
}
#blog .pagination .centertext a.current,
#blog .pagination .centertext span.current {
	background:#BC6124;
	color:#ffffff;	
}
#blog .pagination .centertext h2 {
	display:none;	
}
#blog .join h2 {
	font-size:36px;	
}
#blog .join a.button {
	width:100%;
	max-width:270px;	
}

/* post */
#post .back {
	margin-bottom:20px;	
}
#post .back a {
	display:inline-block;
	padding-left:30px;
	background:url(img/arrow-back.png) 3px center no-repeat;
	background-size:19px 9px;
	font-size:13px;
	color:#706258;
	letter-spacing:0.1em;	
}
#post .back a:hover {
	background-position:left center;	
}
#post .title {
	border-bottom:2px solid #c2bdba;
	margin-bottom:36px;	
}
#post .title h1 {
	line-height:1;	
}
#post .title .category {
	margin:18px 0 30px;
	font-size:14px;
	line-height:1.6;
	letter-spacing:0.1em;	
}
#post .post p,
#post .post ul,
#post .post ol {
	font-size:20px;	
}
#post .post p.small {
	font-size:16px;	
}
#post .post a {
	text-decoration:underline;	
}
#post .post a:hover {
	text-decoration:none;	
}
#post .author_date {
	margin:30px 0;
	padding:14px 0;
	border-top:2px solid #c2bdb9;
	border-bottom:2px solid #c2bdb9;	
	font-size:14px;
	line-height:1.6;
	letter-spacing:0.1em;	
}

/* password form */
.password_form {
	width:100%;
	max-width:300px;
	margin:0 auto;	
	padding:40px;
	background:#d0cfcf;
}
.password_form label {
	display:block;
	margin-bottom:20px;
	font-size:18px;	
	line-height:1.4;
}
.password_form input[type='password'] {
	width:100%;
	margin-bottom:20px;
	padding:0 10px;
	line-height:40px;
    font-size:20px;
}
.password_form input[type='submit'] {
	width:100%;
}

/* search results */
.search_results .result {
	margin-top:50px;	
}
.search_results .result h2 {
	font-size:36px;	
}
.search_results .result a.button {
	line-height:36px;
    padding:0 20px;	
}

.search-icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.search-icon {
    width: 16px;
    height: 16px;
    display: block;
}
#header .nav .search input[type='text'] {
    text-align: left;
    padding-left: 4px;
}
#header .nav .search input[type='submit'] {
    background: none;
    text-indent: 0;
    width: auto;
    height: auto;
    color: #706259;
    font-size: 13px;
    line-height: 1;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
}

.announcement-bar {
    display: inline-block;
    padding: 8px 12px;
    border: solid 1px #BC6124;
    text-align: center;
    color: #BC6124;
    font-size: 16px;
    line-height: 1.2;
    text-transform: none;
}
.announcement-bar p {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
}

.announcement-mobile {
    display: none;
    width: 100%;
    background: #BC6124;
    text-align: center;
}
.announcement-mobile .announcement-bar {
    padding: 10px 20px;
    color: #fff;
}
.announcement-mobile .announcement-bar p {
    margin: 0;
    color: #fff;
}

/* show the mobile version and hide inline one at mobile */
@media screen and (max-width: 1024px) {
    .announcement-mobile {
        display: block;
    }
    #header .announcement {
        display: none;
    }
}
