@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

@font-face {
    font-family: 'Silver South Script';
    src: url('/SilverSouthScript.woff2') format('woff2'),
        url('/SilverSouthScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.front-page .home-full-blurb .widget-title, .front-page .home-split .widget-title, .front-page .about-2 .widget-title, .front-page #featured-section .widget-title {font-family: 'Silver South Script';}
.front-page #featured-section .widget-title {font-size:7.0rem;}
.front-page .widget-title {font-size:6.0rem;}
body, .footer-widgets li, .entry-header p.entry-meta {font-family: 'Open Sans', sans-serif;font-weight:300;}

h1,h2,h3 {font-family: 'Playfair Display', serif;font-style:italic;}
.theme-bar {
	background: #222;
	color: #fff;
	font-family: 'BL';
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

.theme-bar .button {
    border: 1px solid #fff;
    font-size: 10px;
    padding: 3px 5px;
    margin-left: 15px;
}


.admin-bar .theme-bar.fixed {
	top: 32px;
}

.theme-bar.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.theme-bar.fixed .wrap {
	margin: 0 auto;
}

.theme-bar.fixed + div {
	border-top: 74px solid transparent;	
}

.theme-bar .widget-title {
	display: none;
}


.page-template-page_landing .sticky-social {display:none;}
.page-template-page_landing .image-section-5 {display:none;}
.hyd-landing .site-inner {max-width:1300px;}

.share-entry-meta {display:inline;}
.archive-description h1::after {background: #FDF1F0;}
.entry-header h1 {text-align: center;
    position: relative;
    width: max-content;
    margin: 0 auto 8%;
    z-index: 1;}
.entry-header h1::after{background: #FDF1F0;display: block;
    content: " ";
    width: 100%;
    height: 20px;
    position: relative;
    top: -20px;
    left: 12px;
    z-index: -1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;}

.frontpage-blog .post {height: auto !important;}