html {
	scroll-behavior: smooth;
}
html,body {
	background: #241614 url('../images/subpage_header.png') 50% 0 no-repeat;
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	margin: 0;
}
body.home {
}
body {
	color: #f7edd4;
}
body.home {
	background: #171011 url('../images/home_bg.png') 50% 0 no-repeat;
}
img {
	height: auto;
	max-width: 100%;
}
a {
	color: #c7ab7a;
	font-weight: 700;
	text-decoration: none;
}
strong {
	font-weight: 700;
}
hr {
	border: none;
	background: #c7ab7a;
	clear: both;
	color: #c7ab7a;
	height: 1px;
	margin: 50px auto;
	max-width: 1200px;
	width: 80%;
}
hr.sword {
	background: transparent url('../images/divider.png') 50% 50% no-repeat;
	height: 102px;
}
.wp-block-separator.sword {
	border-top: 0 !important;
}

h2 {
	font-family: "Playfair Display", serif;
	font-size: 2.75rem;
}
h2 strong {
	color: #fffdfa;
	display: block;
}

.deco-heading {
	display: flex;
	align-items: center;
	color: #d4b06a;
	gap: 1.25rem;
	font-family: "Cinzel Decorative", serif;
	font-size: 2rem;
	justify-content: center;
	letter-spacing: 0.063em;
	margin: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
}

.deco-heading::before,
.deco-heading::after {
	content: "";
	flex: 0 0 62px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 62px 14px;
}
.deco-heading::before {
	background-image: url('../images/heading_dec_left.png');
}
.deco-heading::after {
	background-image: url('../images/heading_dec_right.png');
}
.deco-heading-right::after {
	background-image: none;
}
@media (max-width: 480px) {
	.deco-heading::before,
	.deco-heading::after { display: none; }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: inherit;
	text-decoration: none;
}
h1.page_title {
	font-family: "Playfair Display", serif;
	font-size: 3em;
	font-weight: 600;
	letter-spacing: 0.063em;
	line-height: 1em;
	padding-bottom: 10px;
}
.page_wrapper h1.page_title {
	margin-bottom: 30px;
}
h2.subtitle {
	font-family: "Playfair Display", serif;
	font-size: 1.75em;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding-bottom: 30px;
}
.standard_page h2 {
	font-size: 2.5em;
	font-weight: 900;
	padding: 80px 0 40px 0;
	padding-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}
.preheading {
	color: #c7ab7a;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin: 0 0 8px 0;
	padding: 0;
	text-transform: uppercase;
}
@media( max-width: 900px ) {
	h1 {
		text-align: center;
	}
	h1.page_title {
		font-size: 3.5rem;
	}

}
.lined {
	background: transparent url('../images/header_line_white.png') 50% 100% no-repeat;
	color: #1c1312;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
}
.lined_black {
	background: transparent url('../images/header_line_black.png') 50% 100% no-repeat;
}


button,
.button,
.more_button a,
.expansion_button strong,
input[type="submit"] {
	background-color: #8c692c;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.938rem;
	font-weight: 500;
	letter-spacing: 0.125em;
	padding: 12px 40px;
	transition: all 0.3s ease;
	text-decoration: none;
	text-transform: uppercase;
}

.more_button a:hover,
.expansion_button strong:hover,
.button:hover {
	background-color: #f6e0ab;
	color: #281815;
}
a.read_more,
p.read_more a {
	color: #8c702c;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.125em;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
p {
	font-size: 1.25em;
	line-height: 160%;
	padding-bottom: 20px;
}

p.callout {
	font-size: 1.25em;
}

blockquote {
	background: transparent url('../images/quote_diamond.png') 50% 100% no-repeat;
	color: #f8f1e1;
	font-size: 1.325rem;
	line-height: 120%;
	margin-bottom: 40px;
	padding-bottom: 45px;
	text-align: center;
}
blockquote p {
	font-size: inherit;
	line-height: 120%;
	padding-bottom: 0;
}

cite {
	color: #c7ab7a;
	display: block;
	font-size: 1.125rem;
	font-weight: 300;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
figcaption {
	color: #f8f1e1;
	font-size: 0.75rem;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
}
.wp-block-image .aligncenter>figcaption {
	display: block !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: #1c1312;
	color: #fffdfa;
	min-height: 105px;
	line-height: 140%;
	opacity: 0;
	padding: 10px 5px;
	text-transform: none;
	transition: all 0.4s ease;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:hover figcaption {
	opacity: 0.95;
}

.wp-block-embed {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
}
figure,
.wp-block-image {
	display: block;
}
.wp-block-media-text {
	padding-bottom: 20px;
}

.content_wrapper {
	margin: 0 auto;
	max-width: 1200px;
	min-width: 320px;
	padding: 0 15px;
	width: 100%;
}
.page_wrapper {
	padding: 50px 0;
}

.visually_hidden {
	clip-path: inset(100%);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

iframe {
	max-width: 100%;
}

article ul,
.page_wrapper ul {
	margin: 20px 20px 40px 20px;
}
article ol,
.page_wrapper ol {
	margin: 20px 20px 40px 20px;
}
.page_wrapper ul li,
.page_wrapper ol li,
article ul li,
article ol li {
	line-height: 150%;
	margin: 15px;
}
article ul li,
.page_wrapper ul li {
	list-style: disc;
}
article ol li,
.page_wrapper ol li {
	list-style-type: decimal;
}
ul a {
	text-decoration: none;
}
.aligncenter,
.wp-block-image .aligncenter {
	display: block;
	margin: 15px auto;
	text-align: center;
}

.alignright,
.wp-block-image .alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 30px;
}
.alignleft,
.wp-block-image .alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
}

@media( max-width: 900px ) {
	.alignright,
	.alignleft,
	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		display: block;
		float: none;
		margin: 15px auto;
		text-align: center;
	}
}

.red_block {
	background-color: #c7ab7a;
	color: #1c1312;
	margin-bottom: 50px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	padding: 80px 0 60px 0;
	width: 100vw;
}
.red_block .is-layout-flex,
.non_gallery .is-layout-flex {
	display: block !important;
	text-align: center;
}
.non_gallery figure figure,
.red_block figure figure {
	display: inline-block !important;
	margin: 15px 10px !important;
	width: auto !important;
}
.non_gallery .figure img,
.non_gallery .wp-block-gallery.has-nested-images figure.wp-block-image img,
.red_block .figure img,
.red_block .wp-block-gallery.has-nested-images figure.wp-block-image img {
	height: auto !important;
	max-width: none !important;
	width: auto !important;
}


.cols,
.cols_rev {
	display: flex;
	flex-direction: row;
	flex: 1;
	width: 100%;
}
.col_30,
.col_40,
.col_50,
.col_60,
.col_70 {
	vertical-align: top;
}
.col_20 { width: 20%; flex-basis: 20%; }
.col_30 { width: 30%; flex-basis: 30%; }
.col_40 { width: 40%; flex-basis: 40%; }
.col_50 { width: 50%; flex-basis: 50%; }
.col_60 { width: 60%; flex-basis: 60%; }
.col_70 { width: 70%; flex-basis: 70%; }
.col_80 { width: 80%; flex-basis: 80%; }

.left_col {
	padding-right: 60px;
}
@media( max-width: 900px ) {
	.left_col {
		padding-right: 0;
	}
	.col_reverse {
		flex-direction: column-reverse !important;
	}
	.col_reverse .wp-block-image {
		text-align: center;
	}
}

@media( max-width: 900px ) {
	.cols {
		flex-direction: column;
	}
	.cols_rev {
		flex-direction: column-reverse;
	}
	.col_20,
	.col_30,
	.col_40,
	.col_50,
	.col_60,
	.col_70,
	.col_80 {
		display: block;
		flex-basis: 100%;
		margin: 20px auto;
		width: 100%;
	}
	.col_50,
	.col_60,
	.col_70,
	.col_80 {
		order: 1;
	}
	.col_30 {
		order: 2;
	}
	.col_20 {
		order: 3;
	}
}

.mobile {
	display: none;
}
.non_mobile {
	display: block;
}
@media( max-width: 900px ) {
	.mobile {
		display: block;
	}
	.non_mobile {
		display: none;
	}
}


/* header / navigation */
#site_header {
	padding: 40px 15px;
}
#site_header .col_30 {
	text-align: left;
	vertical-align: middle;
}
#site_header .logo {
	display: block;
	width: 176px;
}
#site_header .col_70 {
	text-align: right;
	vertical-align: middle;
}

@media( max-width: 900px ) {
	#site_header {
		padding: 20px 0 10px 0;
		text-align: center;
	}
	#site_header .col_30 {
		display: inline;
		text-align: center;
	}
	#site_header .col_70 {
		display: inline;
	}
	#site_header .logo {
		display: block;
		margin: 0 auto 20px auto;
	}
}

#main_menu {
	padding-top: 14px;
	vertical-align: middle;
}
#main_menu ul {
	display: inline;
}
#main_menu li {
	display: inline-block;
	vertical-align: middle;
}
#main_menu > ul > li ul {
	display: none;
}
#main_menu a {
	background-image: none;
	background-position: 50% 0;
	background-repeat: no-repeat;
	color: #deceb2;
	display: inline-block;
	font-size: 0.938em;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin: 0 25px;
	padding: 23px 4px 4px 4px;
	text-align: center;
	text-transform: uppercase;
}
#main_menu a:hover,
#main_menu li.current-menu-item a,
#main_menu li.current-page-ancestor a,
body.single-book #main_menu li.menu-item-34 a {
	background-image: url('../images/nav_highlight.png');
	color: #c7ab7a;
}

#main_menu > ul > li:hover ul {
	background: #1c1312;
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
	color: #deceb2;
	display: block;
	margin: 0;
	padding: 6px 15px;
	position: absolute;
	width: 200px;
}
#main_menu > ul > li ul li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
#main_menu > ul > li ul li a {
	color: #1c1312;
	display: block;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}
#main_menu > ul > li ul li a:hover {
	color: #fff;
}

#burger_button,
#menu_open_bg {
	display: none;
}
#menu_open_bg {
	z-index: 400;
}

@media( max-width: 1300px ) {
	#main_menu {
		padding-top: 6px;
	}
	#main_menu a {
		margin: 0 20px;
	}
}
@media( max-width: 1150px ) {
	#main_menu {
		padding-top: 2px;
	}
	#main_menu a {
		margin: 0 10px;
	}
}

@media( max-width: 900px ) {
	#site_header {
		display: block;
	}
	.header_logo,
	.header_nav {
		display: block;
		text-align: center;
		width: 100%;
	}
	.header_logo {
		padding-bottom: 20px;
	}

	#main_menu {
		background-color: #c7ab7a;
		border-bottom: 0;
		border-top: 0;
		color: #1c1312;
		display: block;
		height: 100vh;
		left: -310px;
		padding: 30px 0 50px 0;
		position: fixed;
		text-align: left;
		top: 0;
		transition: all 1s;
		width: 300px;
		z-index: 510;
	}
	body.menu_open #main_menu {
		left: 0;
	}
	#main_menu a {
		color: #1c1312;
		background-position: 0 50%;
		display: block;
		padding: 8px 15px 8px 23px;
		text-align: left;
		width: auto;
	}
	#main_menu a:hover {
		color: #fff;
	}
	#main_menu li {
		display: block;
	}

	#main_menu > ul > li ul,
	#main_menu > ul > li:hover ul {
		background: transparent;
		box-shadow: none;
		display: block;
		padding: 0 0 0 30px;
		position: static;
		width: auto;
	}
	#main_menu a:hover,
	#main_menu li.current-menu-item a,
	#main_menu li.current-page-ancestor a,
	body.single-book #main_menu li.menu-item-34 a {
		color: #000;
	}

	#main_menu > ul > li ul li a {
		color: #1c1312;
		margin-left: 15px;
		padding: 8px 15px;
	}
	#main_menu > ul > li ul li a:hover {
		color: #fff;
	}

	#burger_button {
		cursor: pointer;
		display: inline-block;
		margin-bottom: 20px;
		height: 25px;
		width: 30px;
		-o-transition: all 0.25s;
		-ms-transition: all 0.25s;
		-moz-transition: all 0.25s;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}
	body.menu_open #burger_button {
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	body.menu_open #menu_open_bg {
		background-color: rgba( 0, 0, 0, 0.6 );
		display: block;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}

}

.buy_button {
	display: inline-block;
	font-size: 1.125em;
	margin-top: 20px;
	text-align: center;
	width: 280px;
}
.buy_button span {
	background-color: #8c692c;
	border: 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding: 16px 30px;
	text-transform: uppercase;
	width: 280px;
}
.buy_button nav {
	background-color: #8c692c;
	color: #fff;
	display: none;
	box-shadow: 1px 1px 3px rgba( 0, 0, 0, 0.4);
	list-style: none;
	padding-bottom: 15px;
	position: absolute;
	text-align: center;
	vertical-align: top;
	width: 280px;
	z-index: 600;
}
.buy_button nav > div {
	display: inline-block;
	padding: 20px 1%;
	vertical-align: top;
	width: 45%;
}
.buy_button header {
	text-transform: uppercase;
	padding-bottom: 10px;
}
.buy_button 
.buy_button br {
	display: none;
}
.buy_button.open span,
.buy_button:hover span {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.buy_button.open nav,
.buy_button:hover nav {
	display: block;
}
.buy_button nav a {
	color: #1c1312;
	display: block;
	font-weight: 600;
	margin: 0 auto;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 90%;
}
.buy_button nav p {
	display: inline;
	padding: 0;
}
@media( max-width: 550px ) {
	.buy_button nav {
		margin-left: 0;
		width: 280px;
	}
	.buy_button nav > div {
		display: block;
		width: auto;
	}

}



/* homepage */
#hp_hero {
	padding-top: 30px;
	text-align: center;
}
#hp_hero h2 {
	color: #c7ab7a;
	font-family: "Raleway", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.063em;
	padding-bottom: 24px;
	text-transform: uppercase;
}
#hp_hero .more_button a {
	font-size: 1.125rem;
}
.hero_logo img {
	margin-bottom: 30px;
}
#hp_hero .quote_wrapper {
	background: transparent url('../images/callout_line.png') 50% 36% no-repeat;
}
#hp_hero blockquote {
	background-color: #1c1312;
	color: #e7d4b4;
	display: block;
	font-family: "Cinzel Decorative", serif;
	font-size: 3rem;
	font-weight: 400;
	margin: 0 auto;
	max-width: 900px;
	width: 100%;
}
#hp_hero cite {
	color: #9a753f;
	font-family: "Raleway", sans-serif;
	font-size: 1.25rem;
	text-transform: uppercase;
}

@media(max-width: 900px) {
	#hp_hero h2 br {
		display: none;
	}
	#hp_hero .more_button a {
		font-size: 0.875rem;
		padding: 6px 20px;
	}
	#hp_hero blockquote {
		font-size: 2rem;
	}
	#hp_hero cite {
		font-size: 1.125rem;
	}
}

#hp_books_wrapper {
	background: #261614 url('../images/hp_books_bg.png') 0 0 repeat-x;
	padding-top: 50px;
}
#hp_latest_book {
	background: transparent url('../images/latest_book_bg.png') 100% 0 no-repeat;
	padding: 50px 0 30px 0;
}
.book_release_date {
	color: #c7ab7a;
	display: block;
	font-size: 0.938rem;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#hp_latest_book h2 {
	font-size: 3rem;
	padding-bottom: 10px;
}
#hp_latest_book h3 {
	font-family: "Playfair Display", serif;
	font-size: 1.75rem;
	padding-bottom: 25px;
}

#hp_all_books {
	padding: 50px 0;
	text-align: center;
}
#hp_all_books header {
	background: transparent url('../images/heading_books.png') 0 0 no-repeat;
	font-size: 0.875rem;
	margin-bottom: 30px;
	min-height: 29px;
	letter-spacing: 0.063em;
	text-align: right;
	text-transform: uppercase;
}
@media( max-width: 900px) {
	#hp_all_books header {
		background-position: 50% 0;
		padding-top: 50px;
		text-align: center;
	}
}

#hp_worlds {
	background: #f2ede4 url('../images/the_worlds_bg.jpg') 50% 50% no-repeat;
	color: #18100f;
	background-size: cover;
	padding: 50px 0 30px 0;
	text-align: center;
}
#hp_worlds h3 {
	font-family: "Playfair Display", serif;
	font-size: 1.75rem;
}
#hp_worlds .wp-block-column {
	padding: 15px;
}

#hp_meet {
	background: transparent url('../images/meet_sabaa_bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	padding-top: 30px;
}
#hp_meet .meet_sabaa_content {
	align-items: center;
	display: flex;
}
#hp_meet .meet_sabaa_content p {
	padding-bottom: 40px;
}
#hp_meet .meet_sabaa_content figure {
	padding-bottom: 25px;
}
@media(max-width: 900px ) {
	#hp_meet .wp-block-columns {
		flex-direction: column-reverse;
		text-align: center;
	}
	#hp_meet .meet_sabaa_content {
		padding-top: 50px;
	}
}

#newsletter_wrapper {
	background: #f2ede4 url('../images/the_worlds_bg.jpg') 50% 50% no-repeat;
	color: #18100f;
	background-size: cover;
	padding: 50px 0 30px 0;
	text-align: center;
}
#newsletter_wrapper .deco-heading {
	color: #63490b;
}


#single_book_wrapper {
	background: transparent url('../images/book_hero_bg.png') 100% 50% no-repeat;
}
.single_book_cover {
	text-align: center;
}

#book_praise {
	background: transparent url('../images/praise_footer.png') 50% 100% no-repeat;
	padding-bottom: 80px;
}
#book_praise .content_wrapper {
	max-width: 900px;
}

.book_series {
	background: #f2ede4 url('../images/the_worlds_bg.jpg') 50% 50% no-repeat;
	color: #18100f;
	background-size: cover;
	text-align: center;
}
#book_series_ember .content_wrapper {
	background: transparent url('../images/series_hero_ember.png') 50% 0 no-repeat;
	max-width: 900px;
	padding-bottom: 40px;
	padding-top: 320px;
}
.book_page_other_books {
	padding: 60px 0;
}
.books_list {
	text-align: center;
}
.books_list a {
	background: transparent url('../images/quote_diamond.png') 50% 100% no-repeat;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.063em;
	margin: 15px 0;
	padding-bottom: 40px;
	text-transform: uppercase;
}
body.home .books_list a {
	background-image: none;
}
.books_list img {
	max-height: 300px;
}

.all_books_series .content_wrapper {
	border-bottom: 3px #584320 solid;
	padding: 70px 0 50px 0;
	text-align: center;
}

/* about */
.about_hero {
	background: transparent url('../images/about_bg.png') 100% 100% no-repeat;
	margin: 0;
	padding: 0;
}
body.about hr.sword {
	margin-top: -33px;
	max-width: 100%;
	position: relative;
	width: 100%;
}
.about_hero .wp-block-column:first-child {
	padding-top: 60px;
}
.about_hero h2 {
	font-size: 4rem;
	margin-bottom: 50px;
}
.about_hero .more_button {
	margin-top: 50px;
}

.about_quote {
	background-image: none;
	border-bottom: 3px #584320 solid;
	color: #e7d4b4;
	display: block;
	font-family: "Cinzel Decorative", serif;
	font-size: 3.75rem;
	font-weight: 400;
	margin: 0 auto 50px auto;
	padding: 0 0 50px 0;
	text-align: center;
	width: 100%;
}
.about_quote cite {
	color: #9a753f;
	font-family: "Raleway", sans-serif;
	font-size: 1.25rem;
	text-transform: uppercase;
}
.about_media_links {

}
.about_media_links h3 {
	background: transparent url('../images/quote_diamond.png') 0 50% no-repeat;
	color: #f0d3a3;
	padding: 5px 0 5px 20px;
	font-size: 1.25rem;
}
.about_media_links p {
	padding-left: 20px;
}
body.about .wp-block-accordion {
	margin: 0 auto;
	max-width: 900px;
}
body.about .wp-block-accordion-item {
	background: transparent url('../images/quote_diamond.png') 50% 100% no-repeat;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.wp-block-accordion h3 {
	color: #d4b06a;
	font-family: "Playfair Display", serif;
	font-size: 1.5rem;
}
.wp-block-accordion-panel {

}
@media( max-width: 900px ) {
	.about_hero {
		background-image: none;
		text-align: center;
	}
	.about_quote {
		font-size: 2.75rem;
	}
}


.af-form-wrapper {
	background-color: rgba(140,112,44,0.3);
	padding: 30px;
}
.af-form-wrapper input[type="text"],
.af-form-wrapper input[type="email"] {
	background-color: #fff;
	border: 0;
	margin-right: 15px;
	min-width: 300px;
	padding: 20px;
}
.af-form-wrapper input[type="submit"] {
	background-color: #8c692c;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 0.938rem;
	font-weight: 700;
	letter-spacing: 0.125em;
	padding: 20px 0;
	width: 200px;
	text-transform: uppercase;
}
@media(max-width: 900px) {
	.af-form-wrapper input[type="text"],
	.af-form-wrapper input[type="email"] {
		display: block;
		margin: 0 auto 15px auto;
		min-width: 200px;
		width: 200px;
	}
}

/* footer */
#site_footer {
	background: #241614 url('../images/footer_bg.jpg') 50% 0 no-repeat;
	background-size: cover;
	font-size: 0.875rem;
	padding: 150px 0 30px 0;
}
#site_footer .footer_nav {
	margin: 20px 0;
}
#site_footer .footer_nav li {
	display: inline-block;
}
#site_footer .footer_nav a {
	display: block;
	font-size: 1rem;
	font-weight: 300;
	padding: 8px 15px;
	opacity: 0.8;
	text-transform: uppercase;
}
#site_footer .footer_nav a::before {
	color: #dbb17d;
	content: "•";
	display: inline-block;
	margin-right: 15px;
	width: 15px;
}
#site_footer .footer_nav li:first-child a::before {
	content: "";
	margin-right: 0;
}
#site_footer .wp-block-social-links {
	margin-bottom: 40px;
}
#site_footer .copyright {
	font-size: 0.875rem;
	opacity: 0.6;
}
@media( max-width: 900px ) {
	#site_footer .footer_nav {
		display: none;
	}
}