/*
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.
*/

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

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

a {
	transition: all .3s;
}

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

.btn {
	transition: all .3s;
}

.btn-custom {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	background-color: #fa1b15;
	border: solid 0px #ffffff;
	border-radius: 3px;
	padding: 10px;
	width: 200px;
	max-width: 100%;
	box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
}

.btn-custom:hover, .btn-custom:focus {
	color: #ffffff;
	background-color: #e6120c;
	border-color: #ffffff;
}

.btn-custom-alt {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	background-color: #0c2444;
	border: solid 0px #ffffff;
	border-radius: 3px;
	padding: 10px;
	width: 200px;
	max-width: 100%;
	box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
}

.btn-custom-alt:hover, .btn-custom-alt:focus {
	color: #ffffff;
	background-color: #0b2a52;
	border-color: #ffffff;
}

.s_title {
	position: relative;
	text-align: center;
	font-size: 45px;
	color: #332ba7;
	margin: 0;
	margin-bottom: .75em;
	padding-top: .75em;
}

.s_title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 7px;
	width: 48px;
	background-color: #d92027;
}

.sub_title {
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	color: #d92027;
	margin: 0;
}

.socials {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

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

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

.socials > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: solid 5px #d6d6d6;
	border-radius: 100%;
	font-size: 25px;
	color: #332ba7;
}

.socials > li > a:hover, .socials > li > a:focus {
	color: #d92027;
}

#page-wrap {
	overflow: hidden;
}

#main_header {
	padding: 15px 0;
}

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

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

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

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

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

#main_header .header_nav > li > a {
	display: table;
	font-size: 15px;
	font-weight: 600;
	color: #0c2444;
	text-transform: uppercase;
}

#main_header .header_nav > li > a:hover, #main_header .header_nav > li > a:focus, #main_header .header_nav > li.active > a {
	color: #d92027;
}

#banner_section {
	position: relative;
}

#banner_section:after {
	/* content: ''; */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 378px;
	background-image: url(images/banner-bottom.fw.png);
	background-size: cover;
	background-position: bottom center;
}

#banner_section .img_container {
	position: relative;
}

#banner_section .img_container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 0%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 0%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 0%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#banner_section .img_container:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 750px;
	background: -moz-linear-gradient(top, rgba(3,0,107,0) 0%, rgb(43 43 43 / 15%) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,0,107,0) 0%,rgb(43 43 43 / 15%) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,0,107,0) 0%,rgb(43 43 43 / 15%) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0003006b', endColorstr='#bf03006b',GradientType=0 ); /* IE6-9 */
}

#banner_section .img_container .fake_image {
	padding-top: 45%;
	background-size: cover;
	background-position: center bottom;
}

#banner_section .box {
	position: absolute;
	bottom: 200px;
	left: 0;
	right: 0;
	z-index: 1;
}

#banner_section .box h2 {
	text-align: center;
	font-size: 70px;
	font-weight: 900;
	color: #ffffff;
	margin: 0;
	margin-bottom: 30px;
}

#banner_section .box .content {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 30px;
}

#banner_section .box .links {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#banner_section .box .links li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

#banner_section .slick-dots {
	position: unset;
	margin: 30px 0;
}

#banner_section .slick-dots li button:before {
	font-size: 11px;
	color: #ffffff;
	opacity: 1;
}

#banner_section .slick-dots li.slick-active button:before {
	color: #d92027;
	opacity: 1;
}

#welcome_section {
	margin: 100px 0;
}

#welcome_section .welcome_content {
	width: 1312px;
	max-width: 100%;
	margin: auto;
}

#welcome_section .welcome_content p {
	text-align: center;
	font-size: 21px;
	line-height: 1.5;
	color: #5a5a5a;
	margin-bottom: 2em;
}

#about_section {
	position: relative;
	padding: 150px 0;
	background-image: url(images/curve-top.fw.png), url(images/curve-bot.fw.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-color: #f4f4f4;
	margin-bottom: 100px;
}

#about_section .about_content {
	text-align: center;
	font-size: 21px;
	color: #595959;
	line-height: 1.5;
	margin-bottom: 2em;
}

#about_section .q_pages {
	margin-bottom: 50px;
}

#about_section .q_pages .img_container {
	padding: 56px 83px 75px 38px;
	overflow: hidden;
	background-image: url(images/img-border.fw.png);
	background-size: cover;
	background-position: center;
	width: 600px;
	max-width: 100%;
	margin: auto;
}

#about_section .q_pages .img_container .fake_image {
	position: relative;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
}

#about_section .q_pages .img_container .fake_image:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	border: solid 13px #ffffff;
	border-radius: 100%;
	opacity: .7;
}

#about_section .q_pages .content .s_title {
	text-align: left;
}

#about_section .q_pages .content .s_title:before {
	left: 0;
	transform: none;
}

#about_section .q_pages .content .excerpt p {
	font-size: 21px;
	color: #2c2c2c;
	margin-bottom: 2em;
	line-height: 1.5;
	text-align: justify;
}

#about_section .q_pages .content a {
	font-size: 18px;
	color: #d92027;
}

#about_section .q_pages .content a:hover, #about_section .q_pages .content a:focus {
	color: #332ba7;
}

.home_bg {
	background-image: url(images/testimonial-bg.jpg);
	background-size: cover;
	background-position: center 200px;
	background-repeat: no-repeat;
}

#numbers_section {
	margin-bottom: 100px;
}

#numbers_section .s_title {
	margin-bottom: 0;
}

#numbers_section .sub_title {
	margin-bottom: 50px;
}

#numbers_section .box {
	margin-bottom: 50px;
}

#numbers_section .box .circle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #332ba7;
	/*height: 326px;*/
	align-items: center;
	border-radius: 100%;
	overflow: hidden;
}

#numbers_section .box .circle:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	border: solid 3px #d92027;
	border-radius: 100%;
}

#numbers_section .box .circle:after {
	content: '';
	padding-top: 100%;
}

#numbers_section .box .circle div {
	padding: 0 30px;
	width: 100%;
}

#numbers_section .box .circle .number {
	text-align: center;
	font-size: 75px;
	font-weight: 900;
	color: #ffffff;
	margin: 0;
}

#numbers_section .box .circle .title {
	text-align: center;
	font-size: 25px;
	color: #ffffff;
	width: 240px;
	max-width: 100%;
	margin: auto;
}

#reviews_section {
	margin-bottom: 100px;
}

#reviews_section .s_title {
	margin-bottom: 0;
}

#reviews_section .sub_title {
	margin-bottom: 50px;
}

#reviews_section .box {
	padding: 0 15px;
}

#reviews_section .box .img_container {
	margin-bottom: 20px;
}

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

#reviews_section .box .excerpt {
	font-size: 21px;
	color: #595959;
	line-height: 2;
}

#gallery_section {
	margin-bottom: 100px;
}

#gallery_section .img_container {
	position: relative;
	width: 600px;
	max-width: 100%;
	padding: 5px;
	background-color: #ffffff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .25);
	transition: all .3s;
	transform: scale(.96);
}

#gallery_section .img_container:hover {
	transform: scale(1);
}

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

#gallery_section .img_container .foobox {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 66px;
	z-index: 1;
	color: #ffffff;
	text-shadow: 0 0 8px #000000;
	opacity: .7;
}

#gallery_section .img_container .foobox:hover, #gallery_section .img_container .foobox:focus {
	opacity: 1;
}

#footer .footer_top {
	position: relative;
	padding-top: 100px;
	padding-bottom: 300px;
	background-image: url(images/contact-bg.jpg);
	background-size: cover;
	background-position: center;
}

#footer .footer_top:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 206px;
	background-image: url(images/footer-curve.fw.png);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}

#footer .footer_top .box {
	margin-bottom: 100px;
}

#footer .footer_top .box h3 {
	font-size: 40px;
	color: #26ffff;
	margin: 0;
	margin-bottom: 10px;
}

#footer .footer_top .box h2 {
	font-size: 60px;
	color: #ffffff;
	margin: 0;
	margin-bottom: 18px;
}

#footer .footer_top .box h4 {
	font-size: 40px;
	color: #ffffff;
	margin: 0;
}

#footer .footer_top .box .newsletter .email {
	display: block;
	width: 558px;
	max-width: 100%;
	font-size: 18px;
	padding: 10px;
	border: solid 1px #a3a3a3;
	border-radius: 8px;
	margin-bottom: 2em;
}

.footer_bot {
	margin-bottom: 50px;
	line-height: 1.5;
}

.footer_bot .box {
	padding: 0 5px;
	/*text-align: justify;*/
}

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

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

#footer .footer_bot .about p {
	font-size: 21px;
	/*color: #595959;*/
	line-height: 1.5;
	margin-bottom: 1em;
	/*text-align: justify;*/
	text-indent: 30px;
}

#footer .footer_bot .contacts {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 4em;
}

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

#footer .footer_bot h4 {
	font-size: 25px;
	font-weight: 900;
	color: rgb(51 43 167);
	margin: 0;
	margin-bottom: 1em;
}

#footer .colophon {
	padding-bottom: 50px;
}

#footer .colophon hr {
	margin-bottom: 50px;
}

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

#footer .colophon .footer_nav > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

#footer .colophon .footer_nav > li > a {
	font-size: 15px;
	color: #595959;
}

#footer .colophon .footer_nav > li > a:hover, #footer .colophon .footer_nav > li > a:focus {
	color: #d92027;
}

#footer .colophon .copyright {
	text-align: right;
	margin: 0;
	font-size: 15px;
	color: #595959;
}

/* 1 18 2022 */
#innerpage_banner {
	position: relative;
	margin-bottom: 2em;
}

#innerpage_banner:after {
	/* content: ''; */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 378px;
	background-image: url(images/banner-bottom.fw.png);
	background-size: cover;
	background-position: bottom center;
}

#innerpage_banner .img_container {
	position: relative;
}

#innerpage_banner .img_container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 0%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 0%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 0%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

#innerpage_banner .img_container:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: -moz-linear-gradient(top, rgba(3,0,107,0) 0%, rgb(43 43 43 / 15%) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,0,107,0) 0%,rgb(43 43 43 / 15%) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,0,107,0) 0%,rgb(43 43 43 / 15%) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0003006b', endColorstr='#bf03006b',GradientType=0 ); /* IE6-9 */
}

#innerpage_banner .img_container .fake_image {
	padding-top: 29%;
	background-size: cover;
	background-position: center -159px;
}

#innerpage_banner .box {
	position: absolute;
	bottom: 200px;
	left: 0;
	right: 0;
	z-index: 1;
}

#innerpage_banner .box h1 {
	text-align: center;
	font-size: 70px;
	font-weight: 900;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	margin-bottom: 30px;
	text-shadow: 3px 3px 6px rgb(0 0 0 / 50%);
}

#innerpage_banner .box .content {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 30px;
}

#innerpage_banner .box .links {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#innerpage_banner .box .links li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

/* 02 03 2022 */

body.blog .post-list .post-item {
	margin-top: 30px;
	margin-bottom: 30px;
}

body.blog .post-list .img_container {
	display: block;
	margin: auto;
	width: 400px;
	max-width: 100%;
}

body.blog .post-list .img_container:hover, body.blog .post-list .img_container:focus {
	transform: scale(.95);
}

body.blog .post-list .img_container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

body.blog .post-list .title {
	display: table;
	color: #000000;
}

body.blog .post-list .title h2 {
	font-weight: 600;
}

body.blog .post-list .excerpt {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 80px;
	text-align: justify;
}

body.blog .post-list .btn {
	position: absolute;
	bottom: 0;
	left: 15px;
}

/* 6 3 2022 */
.acf-map {
	width: 100%;
	height: 400px;
	border: none;
	margin-bottom: 20px;
}

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

/* 6 7 2022  */
.wp-block-latest-posts li:not(:last-child) {
	border-bottom: solid 1px #555555;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.wp-block-latest-posts li .wp-block-latest-posts__post-title {
	font-size: 21px;
	font-weight: 600;
	color: #000000;
	line-height: 1.5;
}

.wp-block-latest-posts li .wp-block-latest-posts__post-date {
	font-size: 18px;
}

.wp-block-latest-posts li .wp-block-latest-posts__post-title:hover, .wp-block-latest-posts li .wp-block-latest-posts__post-title:focus {
	color: #d92027;
}

.widget_nav_menu .menu {
	padding-left: 17px;
}

.widget_nav_menu .menu > li:not(:last-child) {
	/*margin-bottom: 1em;*/
}

.widget_nav_menu .menu > li > a {
	font-size: 21px;
	font-weight: 600;
	color: #000000;
	line-height: 1.5;
}

.widget_nav_menu .menu > li > a:hover, .widget_nav_menu .menu > li > a:focus, .widget_nav_menu .menu > li.active > a {
	color: #d92027;
}

/* 6 8 2022 */
.widget_block .iconed {
	list-style: none;
	padding: 0;
}

.widget_block .iconed li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 5px;
}

.widget_block .iconed li i {
	position: absolute;
	top: 0.25em;
	left: 0;
}

.widget_block .iconed li a {
	color: #000000;
}

.widget_block .iconed li a:hover, .widget_block .iconed li a:focus {
	color: #d92027;
}

.about .text {
	font-size: 12px;
	line-height: 17px;
	font-family: arial;
}

.about .text.short {
	height: 260px;
	overflow: hidden;
}

.about .text.full {

}
.read-more {
	cursor: pointer;
	display: inline-block;    
	font-weight: bold;
	padding: 5px 10px;
	background-color: #d92027;
	color: white;
	margin-top: 10px;
}