/* 
Theme Name:		 TRIPLEGUNS 1.0
Theme URI:		 http://childtheme-generator.com/
Description:	 TRIPLEGUNS is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:			 Tsutomu Ishida
Author URI:		 http://childtheme-generator.com/
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 TRIPLEGUNS
*/



html,body {
    height:100%;
    background-color: #141414;
}
html {
	font-size: 62.5%;
}
body {
    font-weight: 300;
    font-style: normal;
	color: #FFFFFF;
    -webkit-font-smoothing: auto;
    transition: none;
}
body.lang-ja {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
body.lang-en {
  font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}
a {
	color: #FFFFFF;
	-webkit-transition-duration: 0.5s;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none !important;
}
a:active {
	text-decoration: none;
}
p {
    font-size: 1.8rem;
    margin: 1.6rem 0;
    line-height: 1.6;
}
.entry-content p a,
.entry-content li a {
    color: #E3007F;
}

@media (max-width: 767px) {
    p {
        font-size: 1.6rem;
        margin: 1.4rem 0;
        line-height: 1.6;
    }
}

/*//////////////////////////////////////////////
    TYPOGRAPHY
//////////////////////////////////////////////*/
h1,h2,h3,h4,h5,h6 {
	color: #FFFFFF;
}
h1 { font-size: 4rem; font-weight: 400; }
h2 { font-size: 2.8rem; font-weight: 600; }
h3 { font-size: 2.4rem; }
h4 { font-size: 2rem; }
h5 { font-size: 1.8rem; }
h6 { font-size: 1.6rem; font-weight: 400; }
h2, h3 {
    margin: 75px 0 30px;
    line-height: 1.4;
}
h4 {
    margin: 50px 0 20px;
    line-height: 1.4;
}
h5, h6 {
    margin: 30px 0 10px;
    line-height: 1.4;
}
ol, ul {
    padding-left: 20px;
}
ul li, ol li {
    margin: 8px 0;
}
figcaption {
    font-size: 15px;    
}
figure.wp-block-table {
    margin-bottom: 30px;
}
figure.wp-block-table table {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    h1 { font-size: 3.6rem; font-weight: 400; }
    h2 { font-size: 2.4rem; font-weight: 600; }
    h3 { font-size: 2.2rem; }
    h4 { font-size: 1.8rem; }
    h5 { font-size: 1.6rem; }
    h6 { font-size: 1.4rem; font-weight: 400; }
}
    
    
/*//////////////////////////////////////////////
    BOOTSTRAP
//////////////////////////////////////////////*/
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

.gutter-10 {
	margin-right: -5px;
	margin-left: -5px;
}
.gutter-10 > .col,  .gutter-10 > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.gutter-30 {
	margin-right: -30px;
	margin-left: -30px;
}
.gutter-30 > .col, .gutter-30 > [class*="col-"] {
	padding-right: 30px;
	padding-left: 30px;
}
.mt-100 { margin-top: 100px; }
.mt-75 { margin-top: 75px; }
.mt-50 { margin-top: 50px; }
.mb-100 { margin-bottom: 100px; }
.mb-75 { margin-bottom: 75px; }
.mb-50 { margin-bottom: 50px; }

@media (min-width: 992px) {
	.modal-lg {
		max-width: 900px;
	}
}

@media (max-width: 991px) {
	.gutter-30 {
		margin-right: 15px;
		margin-left: 15px;
	}
	.gutter-30 > .col,  .gutter-30 > [class*="col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}
}


/*//////////////////////////////////////////////
    CONTENTS
//////////////////////////////////////////////*/
.section {
    margin: 75px 0;
}
.wp-block-media-text, .is-stacked-on-mobile, 
ul.wp-block-list, ol.wp-block-list {
    margin: 30px 0;
}

@media (max-width: 767px) {
    .section {
        margin: 40px 0;
    }
}

/*//////////////////////////////////////////////
    CAROUSEL
//////////////////////////////////////////////*/
.jumbotron {
	padding: 0;
	border-radius: 0;
    margin-bottom: 0;
}
.carousel-item-image {
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.jumbotron,
.carousel-inner,
.carousel-item,
.carousel-item-image {
	width: 100%;
	overflow: hidden;
	height: calc(100vh - 125px);
    max-height: 800px;
	overflow: hidden;
}

/* 
@-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1, 1);
}
 to {
 -webkit-transform: scale(1.2, 1.2);
}
}
@keyframes zoom {
 from {
 transform: scale(1, 1);
}
 to {
 transform: scale(1.2, 1.2);
}
}
.carousel-item.active .carousel-item-image {
	animation: zoom 30s;
}
*/

.jumbotron .wp-bp-jumbo-overlay {
	background-color: transparent;
}
.carousel-control-next, .carousel-control-prev {
	top: 116px;
	z-index: 20;
}

.top-items {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 50;
}
.carousel h1 {
    font-family: "Oswald", sans-serif;
    font-size: 7rem;
    font-weight: 600;
    color: #FFFFFF;
	margin: 0 0 50px;
	padding: 0 30px;
	line-height: 1.4;
    text-align: center;    
	text-transform: uppercase;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
}
.carousel h2 {
    color: #ffffff;
    font-size: 20px;
}
.top-items a {
    border: 4px solid #ffffff;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    z-index: 50;
}
.top-items a:hover {
    background-color: #C81B23;
}
ol.carousel-indicators {
    display: none;
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .carousel h1 {
        font-size: 3.6rem;
        margin-bottom: 30px;
    }
    .carousel h2 {
        font-size: 16px;
        margin-top: 0;
    }
    .jumbotron, .carousel-inner, .carousel-item, .carousel-item-image {
        max-height: 480px;
    }
}
@media (max-width: 575px) {
	.carousel h1 br { display: none; }
}


/*//////////////////////////////////////////////
    HEADER
//////////////////////////////////////////////*/
header#masthead {
    position: absolute;
    width: 100%;
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    padding: 30px;
    z-index: 999;
}
header#masthead .navbar-brand img {
    height: 50px;
}

@media (max-width: 767px) {
    header#masthead {
        padding: 20px;
    }
    header#masthead .navbar-brand img {
        height: 40px;
        margin-top: 3px;
    }
}


/*//////////////////////////////////////////////
    FOOTER
//////////////////////////////////////////////*/
footer#colophon {
	position: relative;
	background-color: #1b1b1b !important;
    background-image: url("images/logo-tripleguns-pink-40.png");
	color: #fff !important;
    margin-top: 0px;
    padding: 30px 0 0;
    background-position: center 180px;
    background-repeat: no-repeat;
    background-size: 1080px;
}
footer#colophon .footer-info {
}
footer#colophon .footer-info img {
    height: 120px;;
	margin-bottom: 40px;
}
footer#colophon .site-info {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.20);
	padding: 10px 0;
    margin-top: 240px;
}
.footer-menu ul {
	padding: 0;
	list-style: none;
}
.footer-menu ul li {
    line-height: 1.2;
    margin: 0 10px 10px 0;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.footer-link a {
    display: block;
    margin: 0 8px;
}
.footer-link a.newsletter {
    margin: 0 0 0 24px;
}
a.page-scroller {
	display: none;
}
a.page-scroller img {
	margin-bottom: 8px;
}
a.page-scroller.up, .home a.page-scroller.down {
	display: block;
	position: absolute;
	width: 50px;
	bottom: -25px;
	left: 50%;
	margin-left: -25px; /* Half the width */
	margin-top: 0;
	background-color: #666666;
    border-radius: 5px;
	line-height: 50px;
	color: #fff;
	font-size: 2.5rem;
	cursor: pointer;
	text-align: center;
	z-index: 80;
}
a.page-scroller.up {
	top: -25px;
	bottom: auto;
}

@media (max-width: 1199px) {
    footer#colophon {
        background-size: 960px;
    }
    footer#colophon .site-info {
        margin-top: 180px;
    }
}
@media (max-width: 991px) {
    footer#colophon {
        background-size: 720px;
    }
    footer#colophon .site-info {
        margin-top: 120px;
    }
}
@media (max-width: 767px) {
    footer#colophon {
        background-size: 100%;
        background-position: center 300px;
        margin-top: 0;
    }
    footer#colophon .site-info {
        margin-top: 100px;
    }
    footer#colophon .btn-enquiry {
        margin: 20px auto;
    }
    .footer-menu ul li {
        text-align: center;
    }
}
@media (max-width: 575px) {
}
@media (min-width: 768px) {
.col-sm-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
}

@media (max-width: 479px) {
.footer-link h3 {
	font-size: 14px;
}
}


/*//////////////////////////////////////////////
    MENU
//////////////////////////////////////////////*/
#masthead .navbar .nav-outer {
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.50);
    border-radius: 50px;
}
#masthead #main-nav ul.navbar-nav {
}


#masthead #main-nav ul.navbar-nav > li {
    float: left;
    margin: 0;
}
#masthead #main-nav ul.navbar-nav > li > a {
    padding: 0 10px;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
}
#masthead #main-nav ul.navbar-nav li.current-page-ancestor > a,
#masthead #main-nav ul.navbar-nav > li.active > a {
	font-weight: 400;
}
#masthead #main-nav ul.navbar-nav > li > a.hover {
	color: #eee;
}
.bogo-language-switcher.list-view {
    margin-bottom: 0;
    padding-left: 0;
}
.bogo-language-switcher.list-view li {
    float: left;
}
.bogo-language-switcher.list-view li span.bogoflags {
    display: none;
}
.bogo-language-switcher.list-view li span.bogo-language-name a {
    display: block;
    width: 70px;
    font-size: 13px;
    margin-left: 5px;
    text-align: center;
    background-color: #343434;
    border-radius: 50px;
}

.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,1.00);
	border: none;
	font-size: 24px;
}
.menu-tab, .menu-hide {
	display: none;
}

ul#menu-menu-1 ul.dropdown-menu li {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.2);
}
ul#menu-menu-1 ul.dropdown-menu {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	background-color: #9E010D;
}
ul#menu-menu-1 ul.dropdown-menu a.dropdown-item {
	white-space: nowrap;
	padding: 7px 14px;
	text-align: left;
	background-color: #9E010D;
	color: #fff;
	font-size: 14px;
}
ul#menu-menu-1 ul.dropdown-menu a.dropdown-item:hover {
	background-color: #84000c;
}
.dropdown-toggle {
	background-image: url(images/arr-navi.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.dropdown-toggle::after {
	display: none;
}


@media (min-width: 992px) {

/*
.collapse:not(.show) {
	display: block;
}
*/
.navbar-nav {
	display: block;
}
ul#menu-menu-1 {
	width: 100%;
}
ul#menu-menu-1 li {
	float: left;
	width: 14.2857143%;
	text-align: center;
	border-left: 1px solid rgba(255,255,255,0.2);
    margin: 0;
}
ul#menu-menu-1 li:last-child {
	border-right: 1px solid rgba(255,255,255,0.2);
}
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        justify-content: space-between;
    }
}

@media (max-width: 1199px) {
.menu-tab {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 999;
}
.menu-tab div {
	width: 40px;
    height: 4px;
    background-color: #FFFFFF;
    display: block;
    margin: 10px 10px;
	transition: all .3s ease-in-out;
}
.menu-tab div:nth-child(1) {
	margin-top: 14px;
}
.menu-tab.active {
	transition: all 600ms ease-in-out;
}
.menu-tab.active #one {
	transform: translateY(14px) rotate(-135deg);
	transition: all .3s ease-in-out;
	background-color: #FFFFFF;
}
.menu-tab.active #two {
	opacity: 0;
	transition: .2s ease;
}
.menu-tab.active #three {
	transform: translateY(-14px) rotate(-45deg);
	transition: all .3s ease-in-out;
	background-color: #FFFFFF;
}
.menu-hide {
	display: block;
	width: 300px;
	left: -300px;
	height: 100vh;
	position: fixed;
	z-index: 1000;
	top: 0px;
	transition: all .6s ease-in-out;
	background-color: #FFFFFF;
}
nav ul.navbar-nav {
	margin-top: 100px;
	border-top: 1px solid #eee;
}
nav ul li {
	height: auto;
	list-style-type: none;
	text-align: center;
	transition: all .2s ease;
	border-bottom: 1px solid #eee;
    margin: 0;
}
nav ul li a {
	padding: 12px 0 12px 15px !important;
	text-align: left;
	text-decoration: none;
	line-height: 1;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}
nav ul li a:hover,
nav ul li ul.dropdown-menu li a:hover {
	color: #a20110 !important;
	background-color: #f1f1ed !important;
}
nav ul li ul.dropdown-menu {
	position: relative !important;
	display: block !important;
	margin: 0;
	margin-left: 0 !important;
}
nav ul li ul.dropdown-menu li {
	border-bottom: none;
}
nav ul li ul.dropdown-menu li a {
	font-size: 16px;
	text-align: left;
	padding: 2px 0 2px 15px !important;
	line-height: 1;
}
    .menu-hide.show {
	    left: 0px;
	    background-color: rgba(255,255,255,1.0);
    	transition: all .3s ease-in-out;
    }
    .dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
        margin-right: 10px;
    }
    #top-left-nav.d-flex, #top-right-nav.d-flex {
        display: none !important;
    }
    #masthead .navbar .nav-outer {
        display: none !important;
    }
}

.menu-hide img {
    position: absolute;
    height: 40px;
    top: 25px;
    left: 20px;
}
.lang-mobile {
    position: absolute;
    top: 42px;
    right: 110px;
    z-index: 999;
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .menu-tab {
        width: 60px;
        height: 60px;
        top: 16px;
        right: 10px;
    }
    .lang-mobile {
        top: 30px;
        right: 80px;
    }
}
@media (max-width: 425px) {
    .bogo-language-switcher.list-view li span.bogo-language-name a {
        width: 60px;
    }
    .lang-mobile {
        right: 65px;
    }
}



/*//////////////////////////////////////////////
    CONTENT
//////////////////////////////////////////////*/
#content.site-content {
    padding-top: 0;
}
.section.img-back {
    margin: 0;
}
.section.img-back .inner {
    width: 100%;
    overflow: hidden;
    height: 360px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    padding: 60px;
}
.section.img-back h1 {
    color: #FFFFFF;
    font-family: "Oswald", sans-serif;
    font-size: 5.4rem;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
    margin: 0;
    padding: 0;
}
.section.img-back p {
    font-size: 2.4rem;
    text-shadow: 0px 0px 7.5px rgba(0, 0, 0, 1);
    margin: 5px 0 0;
}
.entry-content h4 {
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .section.img-back h1 {
        font-size: 4rem;
    }
}


/*//////////////////////////////////////////////
    FRONT PAGE
//////////////////////////////////////////////*/
.page-home #content.site-content {
    padding-top: 40px;
}
#front-top .offices .image {
    position: relative;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    border: 1px solid #E3007F;
    border-radius: 10px;
}
#front-top .offices .image .city {
    z-index: 10;
}
#front-top .offices .image .smoke {
    background-color: rgba(0,0,0,0.20);
    position: absolute;
    width: 100%;
    height: 100%;
}
#front-top .offices .image h3 {
    color: #FFFFFF;
    font-family: "Oswald", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}
#front-top .offices .image p {
    color: #FFFFFF;
    font-family: "Oswald", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}
a.btn-small {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    background-color: #4B4B4B;
    width: 140px;
    line-height: 30px;
    text-align: center;
    margin: 20px auto;
    border-radius: 30px;
}
a.btn-small:hover {
    background-color: #777;
}
a.btn-enquiry {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    width: fit-content;
    min-width: 200px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0 20px;
    border: 1px solid #E3007F;
    border-radius: 40px;   
}
a.btn-more {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    width: fit-content;
    min-width: 140px;
    line-height: 40px;
    text-align: center;
    margin: 20px auto 0;
    padding: 0 20px;
    background-color: rgba(255,0,102,0.50);
    border-radius: 40px;   
}
a.btn-more:hover {
    background-color: rgba(255,0,102,1);
}
a.btn-enquiry:hover {
    background-color: #000000;
}
.enquiry-divider {
    width: 100%;
    background-color: #242424;
    padding: 30px;
}
#front-news-headline .inner p,
#front-blog-headline .inner p {
    font-size: 1.5rem;
    margin: 8px 0 0;
    line-height: 1.3;    
}
#front-news .inner .image img {
    object-fit: cover;
    width: 100%;
    height: 160px;
    border-radius: 5px;
    line-height: 1.4;
}
#front-news-headline .front-title,
#front-blog-headline .front-title {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
#front-news-headline .front-title::after,
#front-blog-headline .front-title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E0007E;
    transform: translateY(-50%);
    z-index: -1;
}
#front-news-headline h2,
#front-blog-headline h2 {
    padding: 0;
    margin: 0 auto;
    width: 140px;
    line-height: 1;
    font-size: 2.4rem;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    background-color: #141414;
}
.en-GB #front-news-headline h2,
.en-GB #front-blog-headline h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
}
.japan-world h2 {
    margin: 0;
    padding: 0;
    border: 1px solid #E0007E;
    border-radius: 60px;
    text-align: center;
    font-size: 3rem;
    line-height: 50px;
    color: #FFFFFF;
}
.japan-world h2 img {
    margin-bottom: 5px;
}
.japan-world h2 span {
    font-size: 2.2rem;
}
.japan-world .inner p {
    margin: 30px 0;
}
.japan-world .globe img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -48px);
    z-index: -1;
}
.japan-world .detail-link .image img {
    object-fit: cover;
    width: 100%;
    height: 360px;
}
.japan-world .detail-link .grey {
    background-color: #242424;
    padding: 0 60px;
}
.japan-world .detail-link .grey h3 {
    color: #FFFFFF;
    font-size: 2.1rem;
    margin: 0;
}
.japan-world .detail-link .grey a.btn-more {
    margin: 0 auto;
    background-color: #4B4B4B;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
}
.japan-world .detail-link .grey p {
    font-size: 1.8rem;
    color: #A7A7A7;
    margin: 20px 0;
}

@media (max-width: 991px) {
    .japan-world .detail-link .grey {
        padding: 0 30px;
    }
    .japan-world .detail-link .image img {
        height: 300px;
    }
}
@media (max-width: 767px) {
    .japan-world .detail-link .grey {
        padding: 20px;
    }
    .japan-world .detail-link .image img {
        height: 300px;
    }
    #front-top {
        margin-top: 0;
    }
    a.btn-enquiry {
        font-size: 16px;
        line-height: 30px;
        padding: 0 20px;
    }
    .enquiry-divider {
        padding: 20px;
    }
    .japan-world h2 {
        font-size: 2rem;
        line-height: 40px;
    }
    .japan-world h2 img {
        height: 30px;
    }
    .japan-world h2 span {
        font-size: 1.8rem;
    }
    .japan-world .detail-link .image img {
        height: 200px;
    }
}


/*//////////////////////////////////////////////
    SERVICES
//////////////////////////////////////////////*/
.page-services .section.img-back .inner {
    height: 100vh;
    max-height: 800px;
}
.section.img-back#service-top p {
    font-size: 2.4rem;
}
.section.img-back .service-info {
    width: 480px;
    height: auto;
    padding: 40px;
    background-color: rgba(0,0,0,0.60);
    border-radius: 10px;
    text-align: left;
}
.section.img-back .service-info h3 {
    color: #FFFFFF;
    font-size: 2rem;
    margin: 0;
    padding: 0;
}
.section.img-back .service-info h2 {
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 20px 0 10px;
}
.section.img-back .service-info p {
    font-size: 1.8rem;
}
.section.img-back .service-info img {
    width: 30px;
    height: 30px;
}
.section.img-back .service-info h3 span{
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    .page-services .section.img-back .inner {
        padding: 20px;
    }
    .page-services #service-top.section.img-back .inner {
        height: 480px;
    }
    .section.img-back .service-info {
        padding: 20px;
    }
    .section.img-back .service-info h2 {
        font-size: 2.2rem;
    }
    .japan-world .detail-link .grey h3 {
        font-size: 1.8rem;
    }
    .japan-world .detail-link .grey p {
        font-size: 1.4rem;
        margin: 5px 0 20px;
    }
    #front-news-headline .inner p, #front-blog-headline .inner p {
        font-size: 1.4rem;
        margin: 5px 0 0;
        line-height: 1.2;
    }
    #front-news-headline h2, #front-blog-headline h2 {
        font-size: 2rem;
        width: 110px;
    }
    .page-services .section.img-back .inner {
        max-height: 600px;
    }
}

/*//////////////////////////////////////////////
    ABOUT US
//////////////////////////////////////////////*/
#about-1 img.logo {
    display: block;
    width: 300px;
    margin: 0 auto;
}
#about-1 h2 {
    text-align: center;
    color: #FFFFFF;
    font-size: 2.1rem;
    font-weight: bold;
}
#about-1 p {
    font-size: 1.6rem;
}
#about-message {
    background-color: #242424;
    border-top: 1px solid #E0007E;
    border-bottom: 1px solid #E0007E;
    padding: 30px 0;
}
#about-message h3 {
    color: #FFFFFF;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#about-message p {
    font-size: 1.8rem;
    margin: 20px 0;
}
#about-message h4 {
    color: #FFFFFF;
    font-size: 2.4rem;
    margin: 0;
    padding: 0;
}
#about-offices p,
#about-offices-small p {
    font-size: 1.6rem;
}
#about-offices-small img {
    margin: 20px;
    height: 200px;
}

@media (max-width: 767px) {
    #about-1 img.logo {
        width: 240px;
    }
    #about-1 h2 {
        text-align: left;
        font-size: 1.8rem;
        font-weight: bold;
        margin-top: 30px;
    }
    #about-message h3 {
        font-size: 2rem;
    }
    #about-message p {
        font-size: 1.6rem;
        margin: 10px 0 0;
    }
    #about-message h4 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    #about-offices-small img {
        height: auto;
    }
    #about-offices-small h3 {
        font-size: 1.6rem;
        margin: 0;
    }
    #about-offices-small p {
        font-size: 1.4rem;
    }
}

/*//////////////////////////////////////////////
    Past Works
//////////////////////////////////////////////*/
#work-list .region-buttons {
    text-align: center;
    margin-bottom: 50px;
}
#work-list .region-buttons button.region-btn {
    font-family: 'Oswald';
    font-size: 1.8rem;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-radius: 6px;
    min-width: 80px;
    margin-right: 10px;
    padding: 6px 12px;
    background: #f5f5f5;
    cursor: pointer;
}
#work-list .region-buttons button.region-btn.active {
    background: #333;
    color: white;
}
#work-list .region-contents .image {
    background-position: center;
    background-size: cover;
    height: 140px;
    border-radius: 10px;
    margin-bottom: 10px;
}
#work-list .region-contents .inner {
    padding-bottom: 20px;
}
#work-list .region-contents .inner a.detail-link {
    display: inline-block;
    float: right;
    padding: 2px 6px;
    font-size: 2rem;
    font-weight: 400;
    background-color: #2ecc71;
    border-radius: 5px;
    margin-left: 5px;
}
#work-list .region-contents .inner a.detail-link.internal {
    background-color: #E0007E;
}
#work-list .region-contents .inner h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.6rem;
    display: inline;
    line-height: 1.2;
}
#work-list .region-contents .inner p {
    margin: 5px 0;
    font-size: 1.4rem;
    line-height: 1.2;
}

@media (max-width: 767px) {
    #region-select {
        font-size: 1.8rem !important;
        border-radius: 50px;
        text-transform: uppercase;
        padding: 8px 16px !important;
        margin-bottom: 10px;
    }
}


/*//////////////////////////////////////////////
    Blog
//////////////////////////////////////////////*/
#blog-top .inner {
    height: 360px;
}
.content-area.news .entry-header {
    margin-bottom: 50px;
}
.content-area.news .cat-name {
    margin: 0 0 10px;
}
.content-area.news .cat-name a {
    font-size: 1.6rem;
}
.content-area.news h1.entry-title {
    font-size: 3.6rem;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    padding: 0;
    border: none;
}
.content-area.news .entry-meta {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 15px 0 0;
}
.entry-content iframe.wp-embedded-content {
    width: 100%;
    margin-top: 20px;
}
.entry-content figure.wp-block-table table,
.entry-content ul li, ol li { 
    font-size: 1.5rem;
}


/*//////////////////////////////////////////////
    Blog Archive
//////////////////////////////////////////////*/
.news-headline .image {
    height: 160px;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}
.news-headline .image.no-thumb {
    background-color: #303030;
}
.news-headline .image.no-thumb img {
    width: 50%;
    height: auto;
}
.news-headline .inner {
    margin-bottom: 24px;
}
.news-headline .inner h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.3;
}
section#news-archive .news-headline .inner p {
    font-size: 1.4rem;
    line-height: 1;
}
section#news-archive h1.category-title {
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .news-headline .image {
        height: 120px;
    }
}


/*//////////////////////////////////////////////
    Contact Us
//////////////////////////////////////////////*/
.page-contact-us .wpcf7-form {
    margin-top: 30px;
}
.page-contact-us .wpcf7-form p {
    margin: 0 0 20px;
}
.page-contact-us .wpcf7-form .col-sm-4 p {
    margin: 0;
}
.page-contact-us .wpcf7-form .form-control {
    font-size: 1.6rem;
}
.page-contact-us .wpcf7-form .wpcf7-submit {
    font-size: 1.6rem;
    width: 200px;
    border-radius: 50px;
    background-color: #009933;
    border-color: #009933;
    margin-top: 30px;
    margin-left: 72px;
}


















