/*
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_blu: #0e71b3;
	--c_grn: #8ec04a;
}

@media (min-width: 1200px) {
	.container {
		/*max-width: 1340px;*/
		max-width: 1370px;
	}
}

body {
	font-family: 'lato', sans-serif;
	width: 1920px;
	max-width: 100%;
	margin: auto;
}

a {
	transition: all .3s;
}

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

#page-wrap {
	overflow: hidden;
}

.btn-custom {
	display: table;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: var(--c_grn);
	padding: 15px 30px;
	border: none;
	border-radius: 2em;
	color: #ffffff;
	transition: all .3s;
}

.btn-custom:hover, .btn-custom:focus {
	background-color: var(--c_blu);
	color: #ffffff;
}

.s_title {
	font-size: 45px;
	font-weight: 900;
	color: var(--c_blu);
	margin-top: 0;
	margin-bottom: 20px;
}

.s_title span {
	font-size: 25px;
	color: var(--c_grn);
	display: block;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
}

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

.header_main .header_body {
	border-top: solid 5px var(--c_grn);
	padding: 15px 0;
}

.header_main .header_body .site_logo {
	display: table;
	margin: auto;
	width: 300px;
	max-width: 100%;
}

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

.header_main .header_body .socials {
	text-align: right;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 15px;
}

.header_main .header_body .socials > span {
	margin-right: 10px;
	vertical-align: center;
	font-size: 18px;
	color: #4c4c4c;
}

.header_main .header_body .socials > li {
	display: inline-block;
	vertical-align: center;
}

.header_main .header_body .socials > li:not(:last-child) {
	margin-right: 10px;
}

.header_main .header_body .socials > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: solid 3px rgba(166, 166, 166, 0.45);
	border-radius: 100%;
	color: var(--c_grn);
}

.header_main .header_body .socials > li > a:hover, .header_main .header_body .socials > li > a:focus {
	color: var(--c_blu);
}

.header_main .header_body .telephone {
	text-align: right;
	margin: 0;
	font-size: 19px;
	color: var(--c_blu);
}

.header_main .header_body .telephone a {
	color: var(--c_blu);
}

.header_main .header_body .telephone a:hover, .header_main .header_body .telephone a:focus {
	color: var(--c_grn);
}

.header_main .header_bot {
	background-color: var(--c_blu);
	padding: 15px 0;
}

.header_main .header_bot p {
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	margin: 0;
}

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

.header_main .header_bot .header_nav > li {
	display: inline-block;
	vertical-align: middle;
}

.header_main .header_bot .header_nav > li:not(:last-child) {
	margin-right: 50px;
}

.header_main .header_bot .header_nav > li > a {
	font-size: 20px;
	color: #ffffff;
	display: table;
}

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

#banner_section {}

#banner_section .banner_background {
	background-size: cover;
	background-position: center;
	padding: 100px 0;
}

#banner_section .banner_title {
	text-align: right;
	font-size: 43px;
	font-weight: 600;
	color: var(--c_blu);
	margin-bottom: 30px;
	line-height: 1.2;
	text-shadow: 1px 1px 3px #ffffff;
}

#banner_section .banner_content {
	margin-bottom: 3em;
}

#banner_section .banner_content p {
	text-align: right;
	font-size: 18px;
	color: #4c4c4c;
	line-height: 2;
}

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

#about_section {
	margin: 100px 0;
}

#about_section .s_title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 100px;
}

#about_section .s_title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	border-bottom: solid 1px #a5a5a5;
	width: 100vw;
	transform: translatex(-50%);
}

#about_section .about_content p {
	font-size: 18px;
	line-height: 2;
	color: #4f4f4f;
	margin-bottom: 2em;
}

#about_section .responsive-video {
	padding-bottom: 75%;
	border-radius: 10px;
	overflow: hidden;
	width: 655px;
	max-width: 100%;
	margin: auto;
}

#equipment_section {
	margin: 100px 0;
}

#equipment_section .stack {
	width: 655px;
	max-width: 100%;
	margin: auto;
}

#equipment_section .stack .img_container {
	width: 445px;
	max-width: 100%;
	border: solid 10px #ffffff;
	box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.15);
}

#equipment_section .stack .img_container:first-child {
	margin-bottom: -35%;
}

#equipment_section .stack .img_container:last-child {
	margin-left: auto;
}

#equipment_section .stack .img_container .fake_image {
	padding-top: 116.18%;
	background-size: cover;
	background-position: center;
}

#equipment_section .equipment_content {
	font-size: 18px;
	line-height: 2;
	color: #4d4d4d;
	margin-bottom: 2em;
}

#equipment_section .equipment_list {
	padding: 0;
	margin-bottom: 4em;
	list-style: none;
}

#equipment_section .equipment_list > li {
	font-size: 30px;
	font-weight: 600;
	color: var(--c_blu);
	position: relative;
	margin-bottom: .5em;
}

#equipment_section .equipment_list > li > i {
	border: ;
	position: relative;
}

#equipment_section .equipment_list > li > i:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80%;
	height: 80%;
	border: solid 3px var(--c_grn);
	border-radius: 7px;
	z-index: -1;
}

#equipment_section .equipment_list > li > span {
	text-decoration: underline;
}

#equipment_section .excerpt {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	color: var(--c_blu);
	width: 1267px;
	max-width: 100%;
	margin: 100px auto;
}

#equipment_section .excerpt span {
	color: var(--c_grn);
}

#equipment_section .gallery_slider .item img {
	height: 676px;
	margin: 0 15px;
}

#equipment_section .gallery_slider .item:first-child img {
	margin-left: 12vw;
}

#equipment_section .slidescroll .slick-dots {
	position: unset;
	display: flex;
	align-content: center;
	justify-content: center;
	background-color: #a3a3a3;
}

#equipment_section .slidescroll .slick-dots li {
	width: auto;
	height: auto;
	display: block;
	flex: 1;
}

#equipment_section .slidescroll .slick-dots li button {
	width: 100%;
	height: 4px;
	padding: 0;
	background-color: #a3a3a3;
	transition: all .3s;
}

#equipment_section .slidescroll .slick-dots li button:hover, #equipment_section .slidescroll .slick-dots li button:focus, #equipment_section .slidescroll .slick-dots li.slick-active button {
	background-color: var(--c_blu);
}

#equipment_section .slidescroll .slick-dots li button:before {
	content: none;
}

#learn_section {
	padding: 100px 0;
	background-image: url('images/learn-bg.jpg');
	background-size: cover;
	background-position: center;
}

#learn_section .img_container {
	border: solid 10px #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.25);
	background-color: #ffffff;
}

#learn_section .img_container .fake_image {
	padding-top: 74.6%;
	background-size: cover;
	background-position: center;
}

#learn_section .s_title {
	color: #ffffff;
	letter-spacing: 5px;
	line-height: 1.2;
}

#learn_section .learn_content {
	font-size: 18px;
	line-height: 2;
	color: #ffffff;
	margin-bottom: 2em;
}

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

#contact_section .box {
	width: 890px;
	max-width: 100%;
	margin: auto;
	padding: 50px;
	position: relative;
}

#contact_section .box:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: var(--c_blu);
	mix-blend-mode: multiply;
}

#contact_section .box > * {
	position: relative;
}

#contact_section .box .contact_title {
	font-size: 35px;
	text-align: center;
	color: #ffffff;
	max-width: 580px;
	margin: auto;
	margin-bottom: .5em;
}

#contact_section .box .contact_excerpt {
	font-size: 21px;
	text-align: center;
	color: #ffffff;
	max-width: 580px;
	margin: auto;
	margin-bottom: 1em;
	line-height: 2;
}

#contact_section .box .ginput_container textarea {
	height: 133px !important;
}

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

.ginput_container input, .ginput_container select, .ginput_container textarea {
	border: none;
	border-radius: 0;
	padding: 14px !important;
}

#footer .footer_body {
	padding: 50px 0;
	border-width: 4px 0;
	border-style: solid;
	border-color: var(--c_grn);
}

#footer .footer_body .box h4 {
	font-size: 25px;
	font-weight: 600;
	color: var(--c_blu);
	margin: 0;
	margin-bottom: 1em;
}

#footer .footer_body .box p {
	font-size: 16px;
	color: #4e4e4e;
	line-height: 1.7;
}

#footer .footer_body .site_info {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .footer_body .site_info > li {
	font-size: 16px;
	position: relative;
	padding-left: 2em;
	margin-bottom: 2em;
	color: #5f5f5f;
}

#footer .footer_body .site_info > li > i {
	position: absolute;
	top: 5px;
	left: 0;
	color: var(--c_grn);
}

#footer .footer_body .site_info > li > a {
	color: #5f5f5f;
}

#footer .footer_body .site_info > li > a:hover, #footer .footer_body .site_info > li > a:focus {
	color: var(--c_grn);
}

#footer .footer_body .footer_nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .footer_body .footer_nav > li {
	margin-bottom: .5em;
}

#footer .footer_body .footer_nav > li > a {
	font-size: 16px;
	color: #5f5f5f;
}

#footer .footer_body .footer_nav > li > a:hover, #footer .footer_body .footer_nav > li > a:focus, #footer .footer_body .footer_nav > li.active > a {
	color: var(--c_grn);
}

#footer .footer_body .newsletter {
	font-size: 16px;
	color: #4c4c4c;
}

#footer .footer_body .newsletter label {
	font-weight: 400;
}

#footer .footer_body .newsletter .email {
	width: 100%;
	padding: 9px;
	border: solid 1px #dddddd;
	margin-bottom: 1em;
	width: 400px;
	max-width: 100%;
}

#footer .footer_body .newsletter .btn {
	margin-left: auto;
}

#footer .colophon {
	background-color: var(--c_blu);
	padding: 50px 0;
}

#footer .colophon .copyright {
	font-size: 16px;
	color: #ffffff;
	margin: 0;
}

#footer .colophon .socials {
	text-align: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .colophon .socials > span {
	margin-right: 10px;
	vertical-align: center;
	font-size: 18px;
	color: #ffffff;
}

#footer .colophon .socials > li {
	display: inline-block;
	vertical-align: center;
}

#footer .colophon .socials > li:not(:last-child) {
	margin-right: 10px;
}

#footer .colophon .socials > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: solid 3px rgba(166, 166, 166, 0.45);
	border-radius: 100%;
	color: var(--c_grn);
}

#footer .colophon .socials > li > a:hover, #footer .colophon .socials > li > a:focus {
	color: #ffffff;
}

#innerpage_banner {
	height: 300px;
	background-size: cover;
	background-position: center;
	background-color: #888888;
	display: flex;
	align-items: center;
	justify-content: center;
}

#innerpage_banner h1 {
	margin: 0;
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 6px #000000;
}