/*
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_red: #b80000;
	--c_gry: #424251;
}

body {
	font-family: "Montserrat", sans-serif;
	/*width: 1920px;*/
	/*max-width: 100%;*/
	/*margin: auto;*/
}

a {
	transition: all .3s;
}

#page-wrap {
	overflow: hidden;
}

.btn-custom {
	background-color: var(--c_red);
	border: none;
	color: #fff;
	padding: .5rem 1rem;
	min-width: 176px;
	transition: all .3s;
}

.btn-custom:hover, .btn-custom:focus {
	background-color: hsl(from var(--c_red) h s calc(l - 10));
	color: #ffffff;
}

#main_header {
	position: fixed;
	top: auto;
	left: 0;
	right: 0;
	padding: 2rem 0;
	z-index: 999;
	transition: all .3s;
}

body:not(.home) #main_header {
	background-color: #ffffff;
}

#main_header.shrink {
	background-color: #fff;
	padding: 1rem 0;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);
}

#main_header .site_logo {
	width: 200px;
	max-width: 100%;
	display: table;
	margin: auto;
}

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

#main_header .header_nav > li {
	display: inline-block;
	vertical-align: middle;
}

#main_header .header_nav > li:not(:last-child) {
	margin-right: 4rem;
}

#main_header .header_nav > li > a {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.2rem;
}

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

#banner_section {
	margin-bottom: 8rem;
	position: relative;
}

#banner_section .img_container .fake_image {
	background-size: cover;
	/* height: 900px; */
	opacity: .4;
	background-position: bottom center;
	aspect-ratio: 16/9;
}

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

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

#banner_section .container .front .black {
	background-color: rgba(0, 0, 0, 0.8);
	color: transparent;
	padding: 1rem;
	margin: 0 2px;
	font-size: 3rem;
	transform: translateX(-1rem);
	transition: transform 1s, color 2s;
}

#banner_section .container .slick-active .front .black {
	color: #ffffff;
	transform: translateX(0);
}

#banner_section .container .front .red {
	background-color: rgba(184, 0, 0, 0.8);
	color: transparent;
	padding: 1rem;
	margin: 0 2px;
	font-size: 3rem;
	transform: translateX(1rem);
	transition: transform 1s, color 2s;
}

#banner_section .container .slick-active .front .red {
	color: #ffffff;
	transform: translateX(0);
}

#banner_section .container .box {
	background-color: rgba(66, 66, 81, 0.8);
	padding: 3rem;
	border-radius: 2rem 0rem 3rem 0rem;
}

#banner_section  .box .title {
	color: #ffffff;
	font-size: 45px;
	font-weight: 400;
	letter-spacing: 5px;
	margin-bottom: 2rem;
}

#banner_section .box .excerpt {
	color: #ffffff;
	font-size: 20px;
	line-height: 3rem;
	margin-bottom: 2rem;
}

#banner_section .box .btn {
	border: solid 1px #ffffff;
	color: #fff;
	background-color: transparent;
}

#about_section {
	padding: 5rem 0;
	position: relative;
	margin-bottom: 8rem;
}

#about_section .img_container {
	position: absolute;
	inset: 0;
	background-color: ;
	width: 66%;
	left: auto;
}

#about_section .img_container .fake_image {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
}

#about_section .box {
	position: relative;
	background-color: var(--c_red);
	max-width: 600px;
	padding: 3rem;
	border-radius: 0 3rem 0 3rem;
	margin-left: auto;
}

#about_section .box .about_content {
	color: #ffffff;
	/*line-height: 2.5rem;*/
	text-align: justify;
}

#projects_section {
	margin-bottom: 8rem;
}

#projects_section h2 {
	font-size: 45px;
	font-weight: 400;
}

#projects_section h2 span {
	color: var(--c_red);
}

#projects_section .nav-pills .nav-link.active {
	background-color: #333333;
	color: #ffffff;
}

#projects_section .nav-pills .nav-link {
	border-radius: 0;
	color: #333333;
}

#projects_section .cat-all {
	transition: all .3s;
}

#projects_section .img_container {
	position: relative;
	display: block;
	overflow: hidden;
}

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

#projects_section .img_container .title {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	font-size: 2rem;
	text-align: center;
	padding: 1rem;
	opacity: 0;
	transition: all .3s;
}

#projects_section .img_container:hover .title, #projects_section .img_container:focus .title {
	opacity: 1;
}

#testimonial_section {
	position: relative;
	margin-bottom: 8rem;
	padding: 5rem 0;
}

#testimonial_section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 40%;
	background-image: url(images/testimonial-bg.jpg);
	background-size: cover;
	background-position: center;
}

#testimonial_section .img_container {
	width: 300px;
	display: block;
	margin-left: auto;
	margin-right: 2rem;
}

#testimonial_section .img_container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

#testimonial_section h4 {
	font-size: 21px;
	color: var(--c_red);
}

#testimonial_section h2 {
	font-size: 70px;
	font-weight: 400;
	margin-bottom: 4rem;
}

#testimonial_section h2 span {
	color: var(--c_red);
}

#testimonial_section .test_content .title {
	color: var(--c_red);
	font-size: 26px;
}

#testimonial_section .test_content .rating {
	padding: 0;
	list-style: none;
}

#testimonial_section .test_content .rating > li {
	display: inline-block;
	vertical-align: middle;
	color: #FFBF00;
	margin-right: .5rem;
}

#testimonial_section .test_content .content {
	margin-bottom: 1rem;
	color: #515151;
}

#testimonial_section .test_content .name {
	font-size: 35px;
	color: var(--c_red);
	margin-bottom: 0;
}

#blog_section {
	margin-bottom: 8rem;
}

#blog_section h4 {
	font-size: 1rem;
	letter-spacing: .3rem;
}

#blog_section .box .img_container {
	overflow: hidden;
	margin-bottom: 1rem;
}

#blog_section .box .img_container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	transition: all .3s;
}

#blog_section .box:hover .img_container .fake_image, #blog_section .box:focus .img_container .fake_image {
	transform: scale(1.1);
}

#blog_section .box .date {
	color: var(--c_red);
	text-transform: uppercase;
	letter-spacing: .2rem;
}

#blog_section .box .title {
	font-size: 1.2rem;
	font-weight: 600;
}

#footer .footer_top {
	background-color: var(--c_gry);
	padding: 5rem 0;
	color: #ffffff;
}

#footer .footer_top h4 {
	font-size: 1rem;
	letter-spacing: .2rem;
	color: #ffffff;
	margin-bottom: 2rem;
}

#footer .footer_top h2 {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 2rem;
	line-height: 1.5;
}

#footer .footer_top .footer_content {
	font-size: 18px;
	color: #ffffff;
	line-height: 2rem;
}

#footer .ginput_container input, #footer .ginput_container select, #footer .ginput_container textarea {
	background-color: var(--c_gry);
	border-width: 0 0 2px 0;
	color: #ffffff;
}

#footer .gfield {
	margin-bottom: 2rem;
}

#footer .ginput_container input::placeholder {
	color: #ffffff;
	letter-spacing: .2rem;
}

#footer .gform-footer {
	justify-content: end;
}

#footer .footer_bot {
	background-color: var(--c_red);
	padding: 2rem 0;
}

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

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

#footer .socials > li:not(:last-child) {
/*	margin-right: 1rem;*/
}

#footer .socials > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #000000;
	border-radius: 100%;
	font-size: 1.75rem;
	color: #ffffff;
}

#footer .socials > li > a:hover, #footer .socials > li > a:focus {
	background-color: hsl(from var(--c_red) h s calc(l - 10));
}

.innerpage_banner {
	/*background-image: url(images/banner.jpg);*/
	background-color: var(--c_red);
	background-position: center;
	background-size: cover;
/* background-blend-mode: overlay;*/
height: 100px;
display: flex;
}

.project_gallery .slick-next {
	right: 1rem;
	height: auto;
	width: auto;
	z-index: 1;
}

.project_gallery .slick-prev {
	left: 1rem;
	height: auto;
	width: auto;
	z-index: 1;
}

.project_gallery .slick-prev:before, .project_gallery .slick-next:before {
	font-size: 3rem;
}

.back-to-top {
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	opacity: 0;
	color: #ffffff;
	font-size: 30px;
}

.back-to-top.show {
	opacity: 1;
}

#projects_section .grid .grid-item {
	width: 304px; 
	max-width: 100%;
	margin: 0 10px 20px 10px;
}

.project_gallery .vid_ratio {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.project_gallery .vid_ratio > iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.project_gallery_thumb .img_container .fake_image {
	padding-top: 75%;
	background-size: cover;
}

.proj_thumbs .img_container {
	cursor: pointer;
}

.proj_thumbs .img_container > .fake_image {
	background-size: cover;
	background-position: center;
	padding-top: 75%;
}

/* 2/18/2026 */
article.type-post {
  max-width: 1024px;
  margin: auto;
}