/*
Theme Name: Linkage Theme
Author: J.V.A
Description: 「」
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
	--c_beige: #C69D79;
	--c_beige_l: #e0b88e;
	--c_navy: #004459;
}

@media (min-width: 1200px){
	.container {
		max-width: 1500px;
	}
}

body {
	width: 1920px;
	max-height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

a {
	transition: all .3s;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
}

#page-wrap {
	overflow: hidden;
}

.btn-custom {
	display: table;
	font-size: 21px;
	font-weight: 600;
	background-color: var(--c_beige);
	color: #ffffff;
	padding: 10px 30px;
	transition: all .3s;
	border: none;
}

.btn-custom:hover, .btn-custom:focus {
	background-color: #91653e;
	color: #ffffff;
}

.ginput_container textarea {
	resize: none;
}

.ginput_container input, .ginput_container select, .ginput_container textarea {
	border-radius: 0;
}

.s_title {
	font-size: 35px;
	text-align: center;
	color: var(--c_navy);
	position: relative;
	padding-bottom: 1em;
	margin: 0;
	margin-bottom: 0px;
	margin-bottom: 1em;
}

.s_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 77px;
	height: 8px;
	background-color: var(--c_beige);
	transform: translateX(-50%);
}

#header_main {
	position: absolute;
	top: auto;
	left: auto;
	width: 1920px;
	max-width: 100%;
	z-index: 1;
	padding: 20px 0;
}

#header_main .header_nav {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

#header_main .header_nav > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

#header_main .header_nav > li > a {
	display: table;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	display: table;
	padding: 10px;
}

#header_main .header_nav > li > a:hover, #header_main .header_nav > li > a:focus, #header_main .header_nav > li.active > a {
	color: var(--c_beige);
}

#header_main .site_logo {
	display: table;
	margin: auto;
	margin-top: 30px;
}

#header_main .site_logo:hover, #header_main .site_logo:focus {
	transform: scale(.96);
}

#banner_section {
	position: relative;
	background-color: #000000;
}

#banner_section .banner_bg .img_container .fake_image {
	padding-top: 63.1%;
	opacity: .5;
	background-size: cover;
	background-position: center;
}

#banner_section .banner_content_box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

#banner_section .banner_content_box .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 26px;
	color: #d6d6d6;
	cursor: pointer;
	z-index: 1;
}

#banner_section .banner_content_box .slick-arrow:hover, #banner_section .banner_content_box .slick-arrow:focus {
	color: var(--c_beige);
}

#banner_section .banner_content_box .slick-arrow.left {
	left: 0;
}

#banner_section .banner_content_box .slick-arrow.right {
	right: 0;
}

#banner_section .banner_content_box .item {
	padding: 0 30px;
}

#banner_section .banner_content_box .title {
	text-align: center;
	font-size: 45px;
	font-weight: 600;
	color: #ffffff;
	text-shadow: 3px 3px 6px #000;
	line-height: 1.2;
	width: 415px;
	max-width: 100%;
	margin: auto;
	margin-bottom: 30px;
}

#banner_section .banner_content_box .content {
	text-align: center;
	font-size: 19px;
	color: #fff;
	text-shadow: 3px 3px 6px #000;
	width: 622px;
	max-width: 100%;
	line-height: 2;
	margin: auto;
	margin-bottom: 2em;
}

#banner_section .banner_content_box .btn-custom {
	margin: auto;
}

#banner_section .banner_qlinks {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 68, 89, 0.8);
	padding: 40px 0;
}

#banner_section .banner_qlinks .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

#banner_section .banner_qlinks .box {
	flex: 1;
	display: flex;
	align-items: center;
}

#banner_section .banner_qlinks .box:not(:first-child) {
	padding-left: 20px;
}

#banner_section .banner_qlinks .box:not(:last-child) {
	padding-right: 20px;
}

#banner_section .banner_qlinks .box:not(:first-child, :last-child) {
	border-style: solid;
	border-width: 0 1px;
	border-color: #fff;
}

#banner_section .banner_qlinks .box .img_container {
	width: 100px;
	height: 100px;
	border: solid 8px rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	padding: 20px;
	margin-right: 10px;
}

#banner_section .banner_qlinks .box .img_container .fake_image {
	padding-top: 100%;
	background-size: contain;
	background-position: center;
}

#banner_section .banner_qlinks .box .info .title {
	font-size: 25px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
}

#banner_section .banner_qlinks .box .info a {
	font-size: 21px;
	font-weight: 600;
	color: var(--c_beige_l);
}

#banner_section .banner_qlinks .box .info a:hover, #banner_section .banner_qlinks .box .info a:focus {
	color: var(--c_beige);
}

#hiw_section {
	margin: 100px 0;
}

#hiw_section .container {
	max-width: 1122px;
}

#hiw_section .benefits {
	/* width: 1160px; */
	/* max-width: 100%; */
	margin: auto;
	display: flex;
	justify-content: space-between;
}

#hiw_section .benefits .box {
	width: 230px;
	max-width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

#hiw_section .benefits .box .img_container {
	width: 60px;
	margin: auto;
	margin-bottom: 1em;
}

#hiw_section .benefits .box .img_container .fake_image {
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background: ;
}

#hiw_section .benefits .box .title {
	font-size: 28px;
	color: var(--c_navy);
}

#hiw_section .benefits .box .excerpt {
	font-size: 16px;
	color: #000000;
}

#hiw_section .excerpt {
	/* width: 1208px; */
	/* max-width: 100%; */
	margin: auto;
	margin-bottom: auto;
	text-align: center;
	font-size: 35px;
	color: var(--c_navy);
	margin-bottom: 1em;
}

#hiw_section .content {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 3em;
}

#hiw_section .buying p {
	text-align: center;
	font-size: 35px;
	color: var(--c_navy);
	margin-bottom: 1em;
}

#hiw_section .buying .btn {
	margin: auto;
}

#process_section {
	background-color: var(--c_navy);
	padding: 100px 0;
}

#process_section .s_title {
	color: #fff;
}

#process_section .s_title::after {
	content: none;
}

#process_section .excerpt {
	text-align: center;
	font-size: 35px;
	color: #ffffff;
	margin-bottom: 1em;
}

#process_section .content {
	font-size: 19px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 3em;
	line-height: 2;
}

#process_section .hiw {
	text-align: center;
	font-size: 35px;
	color: #ffffff;
	margin-bottom: 1em;
}

#process_section .steps {
	position: relative;
	display: flex;
	justify-content: space-between;
}

#process_section .steps:before {
	content: '';
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	border-bottom: dashed 5px #DAEAF5;
}

#process_section .steps .box {
	width: 371px;
	max-width: 100%;
	position: relative;
}

#process_section .steps .box .count {
	display: flex;
	margin: auto;
	font-size: 65px;
	font-weight: 700;
	color: var(--c_beige);
	width: 108px;
	height: 108px;
	align-content: center;
	justify-content: center;
	border: solid 8px rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	background-color: var(--c_navy);
	box-shadow: 0 0 0px 10px var(--c_navy);
	position: relative;
	margin-bottom: 20px;
}

#process_section .steps .box:first-child .count:before, #process_section .steps .box:last-child .count:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50vw;
	background-color: var(--c_navy);
}

#process_section .steps .box:first-child .count:before {
	right: 109%;
}

#process_section .steps .box:last-child .count:before {
	left: 109%;
}

#process_section .steps .box .title {
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	color: var(--c_beige);
}

#services_section {
	background-color: var(--c_navy);
	padding: 100px 0;
}

#services_section .s_title {
	color: var(--c_beige_l);
	display: table;
	margin: auto;
	margin-bottom: 1em;
	font-weight: 900;
}

#services_section .s_title::after {
	content: none;
}

#services_section .excerpt {
	font-size: 19px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 3em;
	line-height: 2;
}

#services_section .services .box {
	text-align: center;
}

#services_section .services .box .fa_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #ffffff;
	width: 100px;
	height: 100px;
	margin: auto;
	border: solid 8px rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	margin-bottom: 15px;
}

#services_section .services .box .title {
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--c_beige_l);
}

#quick_section {
	margin: 100px 0;
}

#quick_section .container {
	max-width: 1200px;
}

#quick_section .box {
	margin-bottom: 150px;
}

#quick_section .box .img_container {
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
}

#quick_section .box .img_container .fake_image {
	padding-top: 66.56%;
	background-size: cover;
	background-position: center;
}

#quick_section .box .title {
	font-size: 35px;
	color: var(--c_navy);
	margin-bottom: 20px;
}

#quick_section .box .excerpt {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 2em;
}

#quick_section .box .btn-custom {
	position: absolute;
	bottom: 75px;
}

#quick_section .qlink {
	display: table;
	margin: auto;
}

#contact_section {
	padding: 100px 0;
	/*	background-color: #F7F7F7;*/
	/*	background: radial-gradient(circle, transparent 20%, #F7F7F7 20%, #F7F7F7 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #F7F7F7 20%, #F7F7F7 80%, transparent 80%, transparent) 25px 25px, linear-gradient(#e0b88e 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #e0b88e 2px, #F7F7F7 2px) -1px 0;*/
	/*	background-size: 50px 50px, 50px 50px, 25px 25px, 25px 25px;*/
	background-color: #F7F7F7;
	opacity: 1;
	background-image: radial-gradient(#C69D79 1.1px, #F7F7F7 1.1px);
	background-size: 22px 22px;

}

#contact_section .testimonial_title {
	text-align: center;
	font-size: 35px;
	color: var(--c_navy);
	margin-bottom: 1em;
}

#contact_section .fa-quote-left {
	display: table;
	margin: auto;
	font-size: 50px;
	color: #d6d6d6;
}

#contact_section .title {
	text-align: center;
	font-size: 35px;
	color: var(--c_navy);
}

#contact_section .excerpt {
	text-align: center;
	font-size: 19px;
	font-weight: 600;
	line-height: 2;
	margin-bottom: 1em;
}

#contact_section .name {
	text-align: center;
	font-size: 25px;
	color: var(--c_navy);
	font-weight: 600;
}

#contact_section .form_container {
	width: 587px;
	max-width: 100%;
	margin: auto;
	background-color: rgba(0, 68, 89, 0.8);
	padding: 50px;
}

#contact_section .form_container .title {
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 1em;
}

#contact_section .form_container .gform_confirmation_wrapper {
	text-align: center;
	font-size: 25px;
	font-weight: 900;
	color: #ffffff;
	height: 383px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact_section .gform_required_legend {
	font-size: ;
	display: none;
}

#contact_section .gfield_label {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}

#contact_section .btn-custom {
	margin: auto;
}

#contact_section .arrow_nav {
	display: table;
	margin: 10px auto 0;
	font-size: 21px;
}

#contact_section .arrow_nav a {
	margin: 0 20px;
	color: #d6d6d6;
	cursor: pointer;
}

#contact_section .arrow_nav a:hover, #contact_section .arrow_nav a:focus {
	color: var(--c_navy);
}

#footer {
	border-bottom: solid 24px var(--c_navy);
}

#footer .footer_top {
	padding: 100px 0;
	background-color: var(--c_navy);
	/*background-image: url(images/contact-bg.jpg);*/
	background-size: cover;
	background-position: center;
}

#footer .footer_top .title {
	text-align: center;
	font-size: 54px;
	color: #ffffff;
}

#footer .footer_top .excerpt {
	text-align: center;
	font-size: 35px;
	color: #ffffff;
	margin-bottom: 1em;
}

#footer .footer_top .contact_info {
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	list-style: none;
	text-align: center;
	margin-bottom: 2em;
	color: #ffffff;
	font-size: 18px;
}

#footer .footer_top .contact_info .phones > span:not(:last-child)::after {
	content: '/';
	margin: 0 10px;
}

#footer .footer_top .contact_info li a {
	color: #ffffff;
}

#footer .footer_top .contact_info li a:hover, #footer .footer_top .contact_info li a:focus {
	color: var(--c_beige);
}

#footer .footer_top .btn {
	margin: auto;
}

#footer .footer_bot {
	padding: 100px 0 30px;
	/*background-image: url(images/footer-bg.jpg);*/
	background-size: cover;
	background-position: center;
}

#footer .footer_bot .footer_logo {
	display: table;
	margin: auto;
	margin-bottom: 50px;
	width: 300px;
	max-width: 100%;
}

#footer .footer_bot .footer_logo:hover, #footer .footer_bot .footer_logo:focus {
	transform: scale(.96);
}

#footer .footer_bot .footer_logo .fake_image {
	background-size: cover;
	background-position: center;
}

#footer .footer_bot .socials {
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	list-style: none;
}

#footer .footer_bot .socials > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

#footer .footer_bot .socials > li > a {
	display: flex;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	border: solid 8px RGBA(107, 87, 20, 0.2);
	border-radius: 100%;
	font-size: 30px;
	color: var(--c_navy);
}

#footer .footer_bot .socials > li > a:hover, #footer .footer_bot .socials > li > a:focus {
	color: var(--c_beige);
}

#footer .footer_bot .copyright {
	text-align: center;
	font-size: 18px;
	color: var(--c_navy);
}

#innerpage_banner {
	height: 500px;
	position: relative;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

#innerpage_banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
}

#innerpage_banner h1 {
	text-align: center;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	position: relative;
	margin-top: 200px;
	text-shadow: 2px 2px 3px #000;
}

.post-list .box {
	margin-bottom: 50px;
}

.post-list .box .img_container {
	display: table;
	overflow: hidden;
	width: 500px;
	max-width: 100%;
	margin: auto;
	margin-bottom: auto;
	box-shadow: 2px 2px 6px #000000;
	border: solid 5px #eeeeee;
	margin-bottom: 2em;
}

.post-list .box .img_container:hover, .post-list .box .img_container:focus {
	transform: scale(.96);
}

.post-list .box .img_container .fake_image {
	padding-top: 75%;
	background-size: cover;
	background-position: center;
}

.post-list .box .title {
	font-size: 35px;
	font-weight: 700;
	color: var(--c_navy);
}

.post-list .box .excerpt {
	font-size: 16px;
	line-height: 2;
}

/* 5 12 2023 */
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map img {
	max-width: inherit !important;
}

/* 5 19 2023 */
.gform_required_legend {
	display: none;
}