/**
 * Table of Contents
 *
 * This is basically a copy of the main WordPress site
 *
 * 1.0 - Normalize
 * 2.0 - Global
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 *   6.3 - Pagination
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 11.0 - Content
 *   11.1 - Header
 *   11.2 - Footer
 *   11.3 - Page
 * 12.0 - Media Queries
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-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;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Global
 */

html {
	box-sizing: border-box;
	font-family: 'Lato', sans-serif;
	font-size: 62.5%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

.site {
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

@media screen and (min-width: 1050px) {
	.desktop_w {
		margin: 0 auto;
		max-width: 1050px;
	}
}


/**
 * 3.0 - Typography
 */

/**
 * 4.0 - Elements
 */

.button {
	text-align: center;
}

.button div,
.submit {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5a341+0,dbc750+50,bfa93c+100 */
	background: #b5a341; /* Old browsers */
	background: -moz-linear-gradient(45deg, #b5a341 0%, #dbc750 50%, #bfa93c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #b5a341 0%,#dbc750 50%,#bfa93c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #b5a341 0%,#dbc750 50%,#bfa93c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: none;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	margin-top: 25px;
	padding: 4px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.button div a {
	color: #000;
	display: block;
	padding: 4px;
}

.submit .button,
button.submit {
	background: transparent;
	border: none;
	color: #000;
	margin: 0;
	padding: 4px;
	text-transform: uppercase;
	width: 100%;
}

.button div a:hover,
.submit:hover .button,
button.submit {
	background-color: #fff;
}

.video {
	height: 0;
	margin-bottom: 15px;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
}

.video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media screen and (min-width: 1050px) {
	.button,
	.submit {

	}

	.button div,
	.submit button {
		display: inline-block;
		width: auto;
	}

	.button div a {
		padding: 4px 40px;
	}
}


/**
 * 5.0 - Forms
 */


/**
 * 6.0 - Navigation
 */

header nav {
	background-color: #001e44;
	position: absolute;
	right: -300px;
	top: 100%;
	transition: right 0.3s;
	width: 300px;
}

body header nav.open {
	right: 0;
}

header nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header nav ul li {
	background-color: #002852;
	border-bottom: 1px solid #204468;
}

header nav ul li a {
	color: #fff;
	display: block;
	font-size: 2.0rem;
	font-weight: 300;
	padding: 15px 30px;
}

header nav ul li ul {
	display: none;
}

header #logo_nav_button_c > .desktop_w {
	left: 0;
	position: absolute;
	top: 56px;
	width: 100%;
}

header #nav_search_c {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5a341+0,dbc750+50,bfa93c+100 */
	background: #b5a341; /* Old browsers */
	background: -moz-linear-gradient(45deg, #b5a341 0%, #dbc750 50%, #bfa93c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #b5a341 0%,#dbc750 50%,#bfa93c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #b5a341 0%,#dbc750 50%,#bfa93c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	display: none;
	height: 56px;
	width: 100%;
}

header #nav_search_c form {
	position: relative;
}

header #nav_search_c form input.s {
	background-color: transparent;
	border: none;
	color: #211f1f;
	display: inline-block;
	font-size: 2.0rem;
	font-weight: 400;
	padding: 15px 110px 16px 16px;
	width: 100%;
}

header #nav_search_c form button {
	background-color: transparent;
	border-bottom: none;
	border-left: 1px solid #211f1f;
	border-right: none;
	border-top: none;
	color: #211f1f;
	font-size: 2.0rem;
	height: 56px;
	padding: 0 16px;
	position: absolute;
	right: 0;
}

header #nav_search_c form button i {
	display: none;
}

header #nav_search_c form input.text {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5a341+0,dbc750+50,bfa93c+100 */
	background: #b5a341; /* Old browsers */
	background: -moz-linear-gradient(45deg, #b5a341 0%, #dbc750 50%, #bfa93c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #b5a341 0%,#dbc750 50%,#bfa93c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #b5a341 0%,#dbc750 50%,#bfa93c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media screen and (min-width: 1050px) {
	header nav {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c6ab3c+0,dac34b+50,9a7a1b+100 */
		background: #c6ab3c; /* Old browsers */
		background: -moz-linear-gradient(45deg, #c6ab3c 0%, #dac34b 50%, #9a7a1b 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, #c6ab3c 0%,#dac34b 50%,#9a7a1b 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, #c6ab3c 0%,#dac34b 50%,#9a7a1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		position: relative;
		right: auto;
		width: 100%;
	}

	header nav .menu-main-menu-container {
		width: 700px;
	}

	header nav ul {
		display: flex;
		justify-content: space-between;
	}

	header nav ul li {
		background-color: transparent;
		border: none;
		position: relative;
	}

	header nav ul li.current-menu-parent::after {
		content: "";
		border-color: #c6aa3c transparent transparent;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		height: 0;
		left: 50%;
		margin-left: -10px;
		position: absolute;
		top: 100%;
		width: 0;
	}

	header nav ul li a {
		color: #211f1f;
		display: block;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 3.4rem;
		padding: 2px 10px 0 10px;
	}

	header nav ul#menu-main-menu > li.open > a,
	header nav ul#menu-main-menu > li.current_page_item > a,
	header nav ul#menu-main-menu > li.current-menu-parent > a {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8f8339+0,8f8339+100&1+0,0+5,0+95,1+100 */
		background: -moz-linear-gradient(left, rgba(143,131,57,1) 0%, rgba(143,131,57,0) 5%, rgba(143,131,57,0) 95%, rgba(143,131,57,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(143,131,57,1) 0%,rgba(143,131,57,0) 5%,rgba(143,131,57,0) 95%,rgba(143,131,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(143,131,57,1) 0%,rgba(143,131,57,0) 5%,rgba(143,131,57,0) 95%,rgba(143,131,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

	header nav ul li.open > a,
	header nav ul li.current_page_item > a,
	header nav ul li.current-menu-parent > a {
		font-weight: 700;
	}

	header nav ul ul.sub-menu {
		background-color: #0d244d;
		left: -15px;
		padding: 15px;
		position: absolute;
	}

	header nav ul ul.sub-menu li:first-child {
		display: none;
	}

	header nav ul ul.sub-menu li a {
		color: #fff;
		font-size: 1.3rem;
		white-space: nowrap;
		min-width: 170px;
	}

	header #logo_nav_button_c > .desktop_w {
		left: auto;
		position: relative;
		top: auto;
		width: auto;
	}

	header #nav_search_c {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2bd7b+0,ebd78f+50,bea96a+100 */
		background: #d2bd7b; /* Old browsers */
		background: -moz-linear-gradient(45deg, #d2bd7b 0%, #ebd78f 50%, #bea96a 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(45deg, #d2bd7b 0%,#ebd78f 50%,#bea96a 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(45deg, #d2bd7b 0%,#ebd78f 50%,#bea96a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		bottom: 0;
		display: block !important;
		height: 36px;
		position: absolute;
		right: 0;
		width: 250px;
	}

	header #nav_search_c form input.s {
		font-size: 1.6rem;
		height: 36px;
		padding: 8px 42px 8px 8px;
	}

	header #nav_search_c form button {
		font-size: 1.6rem;
		height: 36px;
		padding: 0;
		width: 36px;
	}

	header #nav_search_c form button i {
		display: block;
	}

	header #nav_search_c form button span {
		display: none;
	}
}


/**
 * 6.1 - Links
 */

a {
	text-decoration: none;
}


/**
 * 6.2 - Menus
 */

/**
 * 6.3 - Pagination
 */

.paging-navigation {
	margin: 30px 0;
	position: relative;
	text-align: center;
}

.paging-navigation .nav-container a {
	bottom: 0;
	cursor: pointer;
	height: 32px;
	position: absolute;
	text-indent: -9999px;
	width: 32.5px;
	z-index: 999;
}

.paging-navigation .nav-container.previous-container a {
	background: transparent url('images/testimonials/icon_pager_right_arrow.png') no-repeat center center / cover;
	right: 25px;
}

.paging-navigation .nav-container.next-container a {
	background: transparent url('images/testimonials/icon_pager_left_arrow.png') no-repeat center center / cover;
	left: 25px;
}

.paging-navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.paging-navigation ul li {
	display: inline-block;
}

.paging-navigation ul li span,
.paging-navigation ul li a {
	display: block;
	color: #211f1f;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 3.2rem;
	margin: 0 5px;
}

.paging-navigation ul li span.current {
	color: #0d244d;
	font-weight: 700;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 11.0 - Content
 */

#content {
	overflow: hidden;
}

#the_content_c {
	padding: 35px;
}

@media screen and (min-width: 1050px) {
	#the_content_c {
		padding: 50px 0;
	}
}


/**
 * 11.1 - Header
 */

body header #top_nav_c {
	display: none;
}

body header #logo_nav_button_c {
	background-color: #fff;
	padding: 10px 15px;
	position: relative;
	z-index: 1000;
}

body header #logo_nav_button_c #logo {
	color: #0d244d;
	display: block;
	height: 36px;
	width: 25%;
}

body header #logo_nav_button_c #logo img {
	display: block;
	height: 100%;
}

body header #logo_nav_button_c #logo span {
	display: none;
}

body header #logo_nav_button_c #search_icon_c {
	color: #211f1f;
	cursor: pointer;
	font-size: 3.0rem;
	left: 50%;
	line-height: 56px;
	margin-left: -26px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 56px;
}

body header #logo_nav_button_c #search_icon_c.open {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5a341+0,dbc750+50,bfa93c+100 */
	background: #b5a341; /* Old browsers */
	background: -moz-linear-gradient(45deg, #b5a341 0%, #dbc750 50%, #bfa93c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #b5a341 0%,#dbc750 50%,#bfa93c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #b5a341 0%,#dbc750 50%,#bfa93c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

body header #logo_nav_button_c .close {
	position: absolute;
	right: 0;
	top: 0;
}

body #content .header_image_c {
	color: #fff;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 3.0rem;
	line-height: 4.0rem;
	height: 360px;
	padding: 20px 15px 0 15px;
	text-transform: uppercase;
}

body.page-template-default #content .header_image_c {
	background: #fff;
	color: #0d244d;
	height: auto;
	margin-bottom: 0;
	padding: 20px 15px;
}

/* https://github.com/callmenick/Animating-Hamburger-Icons */

.c-hamburger {
	border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 56px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	transition: background 0.3s;
	width: 60px;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	background: #00023a;
	display: block;
	height: 4px;
	left: 15px;
	position: absolute;
	right: 15px;
	top: 25px;
}

.c-hamburger span::before {
	top: -8px;
}

.c-hamburger span::before,
.c-hamburger span::after {
	background-color: #00023a;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-hamburger span::after {
	bottom: -8px;
}

.c-hamburger--htx {
	background-color: #fff;
}

.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-delay: 0.3s, 0s;
	transition-duration: 0.3s, 0.3s;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5a341+0,dbc750+50,bfa93c+100 */
	background: #b5a341; /* Old browsers */
	background: -moz-linear-gradient(45deg, #b5a341 0%, #dbc750 50%, #bfa93c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #b5a341 0%,#dbc750 50%,#bfa93c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #b5a341 0%,#dbc750 50%,#bfa93c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

@media screen and (min-width: 1050px) {
	body header #top_nav_c {
		background-color: #f1f0e9;
		display: block;
		text-align: right;
	}

	body header #top_nav_c a {
		color: #000;
		display: inline-block;
		font-size: 1.3rem;
		font-weight: 700;
		padding: 5px 10px;
		text-decoration: underline;
	}

	body header #logo_nav_button_c {
		padding: 0;
	}

	body header #logo_nav_button_c #logo {
		height: 70px;
		margin: 20px 0;
		text-align: center;
		width: 100%;
	}

	body header #logo_nav_button_c #logo img {
		display: inline;
	}

	body header #logo_nav_button_c #logo span {
		display: inline-block;
		font-family: 'Sorts Mill Goudy', serif;
		font-size: 5.0rem;
		line-height: 66px;
		margin: 4px 0 0 40px;
		vertical-align: top;
	}

	body header #logo_nav_button_c .close {
		display: none;
	}

	body header #logo_nav_button_c #search_icon_c {
		display: none;
	}

	body #content .header_image_c {
		display: flex;
		flex-direction: column;
		font-size: 6.0rem;
		justify-content: center;
		line-height: 6.4rem;
		margin-bottom: 50px;
		padding: 0;
	}

	body.page-template-default #content .header_image_c {
		font-size: 4.0rem;
		height: 150px;
	}

	body #content .header_image_c .desktop_w {
		width: 1050px;
	}
}


/**
 * 11.2 - Footer
 */

#darken_c {
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

footer {
	background-color: #0d244d;
	padding: 40px 0;
	position: relative;
	z-index: 1;
}

footer nav {
	margin-bottom: 40px;
	padding: 0 75px;
	text-align: center;
}

footer nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer nav > ul > li {
	margin-bottom: 30px;
}

footer nav ul li a {
	color: #fff;
	display: block;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.15;
	margin-bottom: 12px;
}

footer nav > ul > li > a {
	font-weight: 700;
	text-transform: uppercase;
}

footer #copyright_links_c {
	background-color: transparent;
	background-image: url('https://www.jewel-craft.com/wp-content/uploads/2018/06/JC-logo-footer-062018-226x95-1.png');
	background-position: right top, right 70px top;
	background-repeat: no-repeat;
	background-size: 95px auto;
	margin: 15px;
	padding: 0 50% 0 0;
}

footer #copyright_links_c div,
footer #copyright_links_c a {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.15;
	margin-bottom: 12px;
}

footer #copyright_links_c a {
	display: block;
	text-decoration: underline;
}

@media screen and (min-width: 1050px) {
	footer nav {
		margin: 0;
		padding: 0;
		text-align: left;
	}

	footer nav > ul {
		display: flex;
		justify-content: space-between;
	}

	footer nav ul ul li {
		display: block;
	}

	footer #copyright_links_c {
		background-position: right center, right 70px center;
		margin: 0;
	}

	footer #copyright_links_c div,
	footer #copyright_links_c a {
		display: inline-block;
		line-height: 48px;
		margin: 0 15px 0 0;
	}
}

/**
 * 11.3 - Page
 */

.page-template .header_c,
.archive .header_c,
.single .header_c,
.blog .header_c,
.search .header_c,
.error404 .header_c {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: 10px solid rgb(222, 42, 44);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	position: relative;
	width: 100%;
}

.page-template .header_c h1,
.archive .header_c h1,
.single .header_c h1,
.blog .header_c h1,
.search .header_c h1,
.error404 .header_c h1 {
	color: #fff;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 3.0rem;
	font-weight: 400;
	line-height: 1;
	margin: 14px 0 16px 0;
	padding-bottom: 16px;
	position: relative;
	text-align: center;
}

.page-template .header_c h1:after,
.archive .header_c h1:after,
.single .header_c h1:after,
.blog .header_c h1:after,
.search .header_c h1:after,
.error404 .header_c h1:after {
	bottom: 0;
	border-bottom: 2px solid #fff;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 80px;
}

.page-template .header_c p,
.archive .header_c p,
.single .header_c p,
.blog .header_c p,
.search .header_c p,
.error404 .header_c p {
	display: block;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.333;
	text-align: center;
}


#contact_form_c {
	border: 3px solid #0d244d;
	margin: 30px 15px;
	padding: 30px 15px;
}

#contact_form_c h3 {
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 2.3rem;
}

#contact_form_c p {
	font-size: 1.0rem;
	font-weight: 400;
	margin: 0;
}

#contact_form_c .disclaimer {
	font-size: 1.0rem;
	font-weight: 300;
}

#contact_form_c .input {
	margin: 10px 0;
}

#contact_form_c .input label {
	display: block;
	font-size: 1.3rem;
	font-weight: 300;
	margin-bottom: 3px;
}

#contact_form_c .input br {
	display: none;
}

#contact_form_c .input.text input,
#contact_form_c .input.email input,
#contact_form_c .input.select select,
#contact_form_c .input.textarea textarea {
	display: block;
	font-size: 1.3rem;
	font-weight: 300;
	padding: 4px;
	width: 100%;
}

#contact_form_c .input.textarea textarea {
	height: 100px;
}

#contact_form_c .submit input {
	cursor: pointer;
}

#contact_form_c .submit .ajax-loader {
	display: none;
}

@media screen and (min-width: 1050px) {
	.page-template .header_c,
	.archive .header_c,
	.single .header_c,
	.blog .header_c,
	.search .header_c,
	.error404 .header_c {
		border-bottom: 15px solid rgb(222, 42, 44);
		height: 220px;
		padding: 0;
	}

	.page-template .header_c h1,
	.archive .header_c h1,
	.single .header_c h1,
	.blog .header_c h1,
	.search .header_c h1,
	.error404 .header_c h1 {
		font-size: 3.0rem;
		margin: 18px 0 16px 0;
	}

	.page-template .header_c p,
	.archive .header_c p,
	.single .header_c p,
	.blog .header_c p,
	.search .header_c p,
	.error404 .header_c p {
		font-size: 1.8rem;
		padding: 0 190px;
	}

	#contact_form_c {
		border: 4px solid #0d244d;
		margin: 0;
		padding: 30px;
	}

	#contact_form_c h3 {
		font-size: 1.8rem;
	}

	#contact_form_c p {
		font-size: 1.1rem;
		margin: 5px 0;
	}
}


/**
 * 12.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
