/*!
Theme Name: trinite2018
Version: 1.0b
Theme URI: 
Author: SUCCEED INC.
Author URI: http://succeed-biz.jp/

This theme is based on WP Bootstrap 4. and based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

html {
	font-size:0.9375rem;
	font-size:16px;	
}

body {
	color:#333333;
	background-color: #FFF;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-font-smoothing: auto;
	text-rendering: optimizeLegibility !important;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: auto;
	line-height: 2;
	font-family: "proxima-nova", "source-han-sans-japanese", sans-serif;	
}

@media(max-width:991px){/*767px*/
	html {
		font-size:0.875rem;	
		font-size:15px;	
	}
	body { 
		line-height: 1.4;
	}
}


hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; }

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ }
img.img-responsive{width:100%;}

figure { margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */ }

table { margin: 0 0 1.5em; width: 100%; }

.relative{position:relative;}
.absolute{position:absolute;}

.bg-yellow27{background:rgba(217,226,73,0.27);}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300!important;
	letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}
small, .small {
	font-size: 0.875rem; /* 14px = 16px * 0.875 */
	line-height: 1.714286; /* = 24px / 14px */
	font-weight: 400;
}
.smalls {
	font-size: 0.8125rem; /* 13px = 16px * 0.8125 */
	line-height: 1.714286; 
	font-weight: 400;
}


@media(max-width: 991px){/*767px*/
	h1, .h1 {
		font-size: 2rem;
	}
	h2, .h2 {
		font-size: 1.8rem;
	}
	h3, .h3 {
		font-size: 1.6rem;
	}
	h4, .h4 {
		font-size: 1.3rem;
	}
	h5, .h5 {
		font-size: 1.15rem;
	}
	h6, .h6 {
		font-size: 0.8rem;
	}
	.lead {
		font-size: 1.15rem;
		font-weight: 300;
	}

	.display-1 {
		font-size: 3.6rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.display-2 {
		font-size: 3.2rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.display-3 {
		font-size: 2.8rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.display-4 {
		font-size: 2.4rem;
		font-weight: 300;
		line-height: 1.2;
	}	
}

.fw400, .fw-normal{font-weight:400;}
.fw500, .fw-medium{font-weight:500;}
.fw700, .fw-bold{font-weight:700;}

.ls-0{letter-spacing: 0;}

.font-serif{
	font-family: "ten-mincho", serif !important;
}


.title{
	display: flex;
	align-items: center;
	/* text-align: center; */
	justify-content: center;
	letter-spacing: 0 !important;
	word-break:keep-all
}
.title:after{
	background: #CCCCCC;
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}


.date {
	font-weight:300;
	color:#666;
}

.cat-badge {
	font-size:0.8em;
	border:solid 1px #a01c6d;
	padding:3px 8px;
	letter-spacing: 0.04em;
	margin-right:0.5em;
	line-height:1;
}



/* Text meant only for screen readers. */
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { outline: 0; }

.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; }

.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }

.widget select { max-width: 100%; }

.sticky { display: block; }

.hentry { margin: 0 0 1.5em; }

.updated:not(.published) { display: none; }

.page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; }

.page-links { clear: both; margin: 0 0 1.5em; }

.comment-content a { word-wrap: break-word; }

.bypostauthor { display: block; }

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { display: block; }

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link { display: inline-block; }

.wp-caption { margin-bottom: 1.5em; max-width: 100%; }

.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }

.wp-caption .wp-caption-text { margin: 0.8075em 0; }

.wp-caption-text { text-align: center; }

.gallery { margin-bottom: 1.5em; }

.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 50%; }

.gallery-columns-3 .gallery-item { max-width: 33.33%; }

.gallery-columns-4 .gallery-item { max-width: 25%; }

.gallery-columns-5 .gallery-item { max-width: 20%; }

.gallery-columns-6 .gallery-item { max-width: 16.66%; }

.gallery-columns-7 .gallery-item { max-width: 14.28%; }

.gallery-columns-8 .gallery-item { max-width: 12.5%; }

.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption { display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

a, button, input { -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; color: #555; }

blockquote { font-size: 1.25rem; padding: 1.25rem 1.75rem; }

table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }

table th, table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }

table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }

table tbody + tbody { border-top: 2px solid #dee2e6; }

table table { background-color: #fff; }

figcaption { padding-top: 0; padding-bottom: .75rem; color: #6c757d; text-align: left; }

input[type="button"], input[type="reset"], input[type="submit"] { display: inline-block; font-weight: 400; text-align: center; word-break:keep-all vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; line-height: 1.5; border-radius: 0.25rem; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; padding: 0.5rem 1.25rem; color: #fff; background-color: #007bff; border-color: #007bff; }

input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover { color: #fff; background-color: #0062cc; border-color: #005cbf; cursor: pointer; }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder { color: #6c757d; opacity: 1; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

blockquote { font-style: italic; font-size: 1.15rem; border-left: 3px solid rgba(33, 37, 41, 0.25); padding: 0.5rem 1.75rem; background: rgba(33, 37, 41, 0.05); }

blockquote p { font-size: 1.15rem; }

blockquote p:last-child { margin-bottom: 0; }

.nowrap {white-space:nowrap;}

.navbar-dark .navbar-nav .dropdown-menu a { display: block; width: 100%; padding: .25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; word-break:keep-all background-color: transparent; border: 0; }

.site-footer {
	background:#EEEEEE;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; text-align: left; width: 50%; }

.post-thumbnail { margin-top: 1.5em; display: inline-block; }

.card-title.entry-title { margin-bottom: .25rem; }

.entry-meta { font-size: .9rem; }

.entry-footer { font-size: .9rem; margin-top: 1rem; }

.comments-link { float: right; margin: 4px 0px 4px 10px; font-size: 90%; padding-top: 0.2em; }

.cat-links .badge, .tags-links .badge { font-size: 90%; font-weight: normal; border: 1px solid rgba(0, 0, 0, 0.125); margin: 4px 10px 4px 0; padding: 0.4em .9em; }

.cat-links a, .tags-links a { color: #6c757d; }

.cat-links a:hover, .tags-links a:hover { text-decoration: none; color: #212529; }

.entry-meta a, .comments-link a, .edit-link a { color: #6c757d; }

.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover { text-decoration: none; color: #007bff; }

.entry-title a:hover { color: #007bff !important; }

.content-area.wp-bp-404 .card-body { padding: 2.5rem 4rem; }

.sidebar-1-area .widget, .footer-widgets .widget { margin-bottom: 0; padding: 1rem 0; }

.sidebar-1-area .widget ul, .footer-widgets .widget ul { padding-left: 0px; color: #333; margin-bottom: 0; }

.sidebar-1-area .widget ul.sub-menu, .footer-widgets .widget ul.sub-menu{
	font-size: 0.85em;
    line-height: 1.5em;
    margin-top: -.2em;
}

@media (min-width: 992px){
	footer .widget-area.mt-lg-4{
		margin-top: 2rem !important;
	}
}

.sidebar-1-area .widget ul li, .footer-widgets .widget ul li {
	list-style: none;
}

.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child { padding-bottom: 0; margin-bottom: 0; }

.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a {
	font-weight:300;
	color: #555555;
}

.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover { color: #212529; text-decoration: none; }

.footer-widgets .widget { padding: 0.5rem 0; }

#wp-calendar #next { text-align: right; }

#wp-calendar #prev a, #wp-calendar #next a { color: #6c757d; }

#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color: #212529; text-decoration: none; }

#calendar_wrap table th, #calendar_wrap table td { padding: .25rem; }

.hentry.card .card-body { padding: 1.5rem; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.entry-title a:hover { text-decoration: none; }

.mt-3r { margin-top: 3rem; }

.wp-bs-4-jumbotron { margin-bottom: 0; }

.wp-bs-4-jumbotron .jumbotron-heading { font-weight: 600; }

.wp-bs-4-jumbotron .container { max-width: 40rem; }

.comments-area { clear: both; -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .media-body { overflow: auto; }

.comments-area .comment-list { list-style: none; padding-left: 0; }

.comments-area .comment-list > li { border-bottom: 1px solid #dee2e6 !important; padding: 2.5rem 4rem; }

.comments-area .comment-list ul.children { list-style: none; padding-left: 2rem; }

.comments-area .comment-list ul.children li { padding: 2.5rem 0 0; }

.comments-area .comment-list .comment-respond { padding: 2.5rem 4rem; }

.comments-area .comments-title { padding: 2.5rem 4rem; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .comment-navigation { padding: 1rem 4rem 0; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .wb-comment-form { padding: 2.5rem 4rem; }

.comments-area .wb-cancel-reply { margin-left: 2rem; }

.comments-area .logged-in-as { padding-left: 15px; font-size: .9rem; }

.comments-area .logged-in-as a { color: #6c757d; }

.comments-area .logged-in-as a:hover { color: #212529; text-decoration: none; }

.comments-area .wb-comment-notes { font-size: .9rem; }

.comments-area .no-comments { padding: 1rem 4rem; }

.comments-area small { font-size: .9rem; }

.comments-area p { -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .comment-reply-link, .comments-area .comment-edit-link { margin-right: 1rem; color: #6c757d; }

.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover { color: #212529; text-decoration: none; }

.comments-area .comment-author a:hover { text-decoration: none; color: #212529; }

.wp-bp-sticky { position: absolute; top: 0; right: 1rem; }

.single .post-navigation .nav-links a { color: #6c757d; margin-bottom: 2rem; display: inline-block; }

.single .post-navigation .nav-links a:hover { color: #212529; text-decoration: none; }

.navbar { padding:  0.8rem; }

@media(min-width: 992px){
	.navbar { padding:  15px 1.667rem 12px; }
}


#wp-bp-posts-slider { border: 1px solid rgba(0, 0, 0, 0.125); }

#wp-bp-posts-slider .carousel-item img { width: auto; height: 400px; -o-object-fit: cover; object-fit: cover; }

#wp-bp-posts-slider .carousel-caption { background: rgba(0, 0, 0, 0.4); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; padding: 2rem 4rem; }

#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next { width: 10%; }

.custom-logo-link { margin-right: 1rem; }

.logo { height: 53px; width: auto; max-width: none;}

.site-title a, .navbar-dark .navbar-brand, .site-description { color: #fff; margin-bottom: 0; }


.navbar-brand { font-size: 1.5rem; }

.navbar-dark .navbar-nav .nav-item {padding-right:1rem; padding-left:1rem;}

.navbar-dark .navbar-nav .nav-item.contact {border: solid 1px #FFF; padding-right:1.5rem; padding-left:1.5rem;}

.navbar-dark .navbar-nav .nav-link { font-family:"mr-eaves-modern","Arial", "Helvetica", "sans-serif"; color: #fff; font-weight: 300; letter-spacing: 0.1rem;}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #fff; opacity: 0.75; }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #AE9B4F; opacity: 1; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }

.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link { color: #212529; }

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus { color: #212529; }

.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 { margin-top: 0 !important; }

.wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: none; }

.navbar-toggler { background-color: #FFFFFF; border:none; }

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,185,239,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.site-header { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

body.custom-background .wp-bp-main-content .col-md-8 { background: #f8f9fa; padding: 2rem; border: 1px solid rgba(0, 0, 0, 0.125); }

.site-footer a:hover { text-decoration: none; }

.admin-bar .site-header.sticky-top { top: 32px; }

.wb-bp-front-page .site-header { border-bottom: 0; }


.site-content {
	position: relative;
}

/* headerimage */
.jumbotron {
	width: 100%;
	height: 50vw;
	max-height:calc(100vh - 80px);
	background-color: #transparent;
	overflow: hidden;
	border-radius: none;
	background-color: #FFF;
	padding: 0;
}

.jumbotron .scrollhorz {
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: block;
	border-radius: 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

.jumbotron .scrollhorz .container,
.jumbotron .scrollhorz .topheader-brand{
	height: 100%;
	position: relative;
}
.topheader-brand .bg-white90,
.page-header-wrap .bg-white90{
	display: inline-block;
	position:absolute;
	left:0;
	bottom:30px;
	width:auto !important;
	background-color:rgba(255,255,255,0.9);
	color:#555555 !important;
	min-width: 30%;
	max-width: 50%;
	padding:30px;
}

@media (max-width: 991.99px){
	.jumbotron {
		margin-bottom:3em;
	}
	.topheader-brand .bg-white90,
	.page-header-wrap .bg-white90{
		width:75%;
		min-width: none;
		max-width: 100%;

	}
}
.topheader-brand .bg-white90 p.flex{
	letter-spacing: 0.1em;
	display: flex;
	align-items: center;
	font-weight:300;
}
.topheader-brand .bg-white90 p.flex span.brands-title{
	font-size:13px;
	line-height:15px;
	padding:7px 1.5em 6px;
	border:solid 1px #707070;
}
.topheader-brand .bg-white90 p.flex img{
	height:30px;
	margin:0 10px;
}
.topheader-brand .bg-white90 img.brand-image{
/*	width:392px; */
	max-height: 218px;
}
@media(max-width:1199.99px){
	.topheader-brand .bg-white90 img.brand-image{
		height: 218px;
	}
}

a.brand-link{
	font-size: 13px;
    line-height: 15px;
    padding: 7px 1.5em 6px;
    border: solid 2px #007BFF;
    letter-spacing: 0.1em;
    color: #007BFF;
    width: calc(100% - 2em);
    display: inline-block;
    text-align: center;
    margin: 1em;
    text-align: center;
}

}

@media(max-width:991.99px){
	.topheader-brand .bg-white90{
		left:0;
		bottom:1vw;
		max-width:66.667%;
		padding:0.5rem 15px;
	}
	.topheader-brand .bg-white90 h2{
		font-size:1.5rem !important;
		margin-bottom:0.5rem !important;
		line-height:1.25;
	}
	.topheader-brand .bg-white90 p{
		font-size:10px;
		margin-bottom:0.5rem !important;
	}
	.topheader-brand .bg-white90 p.flex{
		letter-spacing: 0.1em;
		display: flex;
		align-items: center;
		font-weight:300;
	}
	.topheader-brand .bg-white90 p.flex span.brands-title{
		font-size:10px;
		padding:0.25em 1.5em;
	}
	.topheader-brand .bg-white90 p.flex img{
		height:20px;
		margin:0 10px;
	}
	.topheader-brand .bg-white90 img.brand-image{
		display:none;
	}
	.topheader-brand .bg-white90 a.brand-link{
		font-size:10px;
		line-height:12px;
		padding:0.25em 1.5em;
	}
}

.wb-bp-front-page .wp-bs-4-jumbotron { padding: 0; background-size: cover; background-position: center; background-color: #343a40; border-radius: 0; }

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading { font-weight: 600; font-size: 3rem; margin-bottom: 1rem; }

.wb-bp-front-page .wp-bp-services-section { padding: 4rem 0; }

.wb-bp-front-page .wp-bp-main-content { padding: 4rem 0; }

.wb-bp-front-page .wp-bp-main-content p { font-size: 1.25rem; font-weight: 300; }

.wb-bp-front-page .wp-bp-main-content blockquote { font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content blockquote p { font-size: 1.35rem; }

.wb-bp-front-page .wp-bp-main-content .post-thumbnail { margin-bottom: 1rem; margin-top: 0.5rem; }

.wb-bp-front-page .wp-bp-feat-card-img { -o-object-fit: cover; object-fit: cover; height: 200px; width: 100%; }

.wp-caption .wp-caption-text { font-size: 0.95rem; }


.attention {
	border: solid 1px #CC0000;
	padding: 5px;
	color: #CC0000;
	text-align: center;
}


@media(min-width:992px){/*768px*/
	.columns {
		-webkit-columns: 2;
		-moz-columns: 2;
		-ms-columns: 2;
		columns: 2;
	}
}

.box-transparent {
	padding: 30px;
	background: rgba(255,255,255,0.45);
}

section.subfooter{

}
.copyright {
	font-size: 0.8125rem;
	color:#555555;
}



.btn-primary {
	color: #FFF;
	letter-spacing:0.25em;
	line-height: 1;
	padding: .625em 2em;
	border-radius: 2px;
	border: solid 1px #FFF;
	background: none!important;
}

.btn-primary.white {
	border-color: #FFF;
	color: #FFF;
}

.btn-sm {
	font-size: 0.875rem;
	padding: .5em 1.5em;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) { .hentry.card .card-body { padding: 2.5rem 4rem; }
  .wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: block; } }



@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}


/* TOPPAGE */
article.post a:hover,
article.post a:focus{
	text-decoration: none;
}
article.post p.date{
	color:#39B0DD;
}

section.topworks{
	background:#00b9ef;
	color: #FFFFFF;
	position:relative;
}
@media (min-width: 992px){
	section.topworks:before,
	section.topworks:after{
		content:"";
		display:block;
		width:100%;
		height:50px;
		background:#FFFFFF;
		position:absolute;
	}
	section.topworks:before{
		top:0;
	}
	section.topworks:after{
		bottom:0;
		z-index:9;
	}
}

@media (max-width: 991.99px){
	section.topworks{
		padding:30px 0;
	}
}
section.topworks .container{
	position:relative;
	z-index:10;
}

section.topworks a.brand-link {
	border: solid 2px #FFFFFF;
	color:#FFFFFF;
}




.flex-middle{
	display: flex;
	justify-content: center;
	align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 992px){
	.lg-flex-middle{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
}

.page-header{
	width: 100%;
	height: 30vw;
	max-height: calc(100vh - 80px);
	overflow: hidden;
	border-radius: none;
	padding: 0;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.page-header .page-header-wrap,
.page-header .container {
	height: 100%;
	position: relative;
}

@media (max-width: 991.99px){
	.page-header{
		height: 60vh;
		max-height: none;
	}
}

@media (min-width: 992px){
	div.bg-message{
		padding-bottom:60px;
		background-image:url(./assets/images/bg-message.png);
		background-repeat:no-repeat;
		background-size:auto 400px;
		background-position:right bottom;
	}
}

.section-about,
.bg-eeeeee{
	background-color:#EEEEEE;
}
.section-about .custom-col-0375{
	width:37.5%;
	padding:0 6.25vw;
}
.section-about .custom-col-0375 h1,
.section-about .custom-col-0375 p{
	width:100%;
}
.section-about .custom-col-0625{
	width:62.5%;
}
@media (max-width: 991.99px){
	.section-about .custom-col-0375{
		width:100%;
		padding:15px;
	}
	.section-about .custom-col-0625{
		margin-top:20px;
		width:100%;
	}
}


/* add 20181012 */

.stack > section{
	margin-bottom:40px;
}
@media (min-width: 992px){
	.stack > section{
		margin-bottom:60px;
	}
}

@media (min-width: 992px){
	.col-lg-20per {
		width: 20% !important;
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		flex:none;
	}  
}

dl.solution {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center; 
}
dl.solution dt{
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
*/
  color:#ffffff;
  background:#39B0DD;
  padding: 2vh;
  font-size: 24px;
}

dl.solution dd{
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
*/
  background:#EEEEEE;
  padding: 2vh;
  margin: 0;
}


/* single-brands */
body.single-brands .jumbotron {
	height:auto;
	margin-bottom:100px;
}
body.single-brands .jumbotron .scrollhorz .topheader-brand .bg-white90{
	position:relative;
	bottom:0;
}

@media (min-width: 992px){
	img.lg-absolute.brand-bottle{
		width:100%;
		position:absolute;
    bottom: -60px;
	}
}
@media (max-width: 991.99px){
	img.brand-bottle{
		width:50%;
		margin:0 25%;
	}
}

img.absolute.rapoderina-book{
	bottom:0;
}

a.link-btn,
.text-badge{
	font-size: 13px;
	line-height: 15px;
	padding: 7px 1.5em 6px;
	border: solid 1px #707070;
}

a.link-btn.h5{
	font-size:19px;
	line-height:26px;
	padding: 11px 1.5em 9px;
	border: solid 2px #707070;
}

@media (max-width: 991.99px){
	a.link-btn.h5{
		font-size:16px;
		line-height:24px;
		padding: 11px 0.5em 9px;
		width:100%;
		text-align:center;
		margin-bottom:1.5rem;
		border: solid 2px #707070;
	}
}

.img-width-72 img{
	width:72%;
	margin:0 auto;
	display: block;
}

/* archive-brands.php */
.brandscat ul li article{
	height: 100%;
	position: relative;
	width: 100%;
	max-height: calc(100vh - 80px);
	background-color: transparent;
	overflow: hidden;
	border-radius: none;
	background-color: #FFF;
	padding: 0;
}
.brandscat ul li article > div{
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: block;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

.brandscat ul li article div .topheader-brand{
	width:100%;
}
.brandscat ul li article div .topheader-brand:before{
	content:"";
	display: block;
	padding-top:100%;
}
.brandscat ul li article div .topheader-brand .bg-white90{
	width:calc(100% - 15px) !important;
	min-width: auto;
	max-width: none !important;
	position: absolute;
	top:0;
	bottom:0;
	left:15px;
	right:15px;
}

.brandscat ul li article div .topheader-brand .bg-white90 p.absolute{
	left: 0;
	bottom: 30px;
	width: 100%;
}

.brandscat ul li:nth-child(even) .col-9{
	margin-left: 25%;
}
@media (min-width: 992px){
	.brandscat ul li:nth-child(even) .col-lg-6{
		margin-left: 50%;
	}
	.brandscat ul li:nth-child(even) article div .topheader-brand .bg-white90{
		left:unset;
		right:15px;
	}
}
@media (min-width: 1200px){
	.brandscat ul li:nth-child(even) .col-xl-5{
		margin-left: 58.333333%;
	}
}
@media (max-width: 991.99px){
	.brandscat ul li article div .topheader-brand:before{
		padding-top:75%;
	}
	.brandscat ul li article div .topheader-brand .bg-white90{
		padding:15px;
	}
	.brandscat ul li article div .topheader-brand .bg-white90 p.absolute{
		bottom:15px;	
	}
}


.flow_bg{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #000, #000 5px, transparent 5px, transparent 10px);
	background-repeat: repeat-y;
	background-size: 1px 10px;
	-webkit-background-size: 1px 10px;
	background-position: 35px 0;
}

.flow_bg span.flow_cnt{
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	border: solid 1px #707070;
	margin-left:15px;
	padding: 12px 15px;
	background:#FFFFFF;
}
.flow_bg .col-flow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(100% - 100px);
	flex: 0 0 calc(100% - 100px);
	max-width: calc(100% - 100px);
	padding-left: 15px;
	padding-right:15px;
}

.flow_bg .col-period {
	padding-left: 60px;
}
ul.flow-items li:last-child{
	background:#FFFFFF;
}



article.faq-wrap{}

article.faq-wrap .flex{
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
    margin-bottom: 2em;
}

article.faq-wrap .faq-icon{
	display:block;
	font-size:20px;
	width:40px;
	height:40px;
	border:solid 1px #555555;
	text-align:center;
	line-height:38px;
}
article.faq-wrap .faq-q h1,
article.faq-wrap .faq-a > div{
	width:calc(100% - 70px);
}
@media (max-width: 991.99px){
	article.faq-wrap .faq-q h1,
	article.faq-wrap .faq-a > div{
		width:calc(100% - 55px);
	}
}


article.faq-wrap .faq-a .faq-icon{
	background:#555555;
	color:#FFFFFF;
}

img.stack-brands-flag{
	height:18px;
}


.works-header{
	height:0;
	padding-top:30%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
@media (min-width: 992px){
	.lg-column2{
		columns:2;
		column-gap: 3rem;
	}
}

.non-clickable a{
	color: #cccccc !important;
	cursor: default;
}

body.shop {
	font-size: 16px;
}

body.shop .jumbotron {
	height: auto;
}


body.shop #shopHeader h1 {
    margin: 50px auto!important;
    width: 340px!important;
}

body.shop #shopHeader h1 img {
    max-width: 340px!important;
}

body.shop #shopHeader nav.nav-base {
	border-bottom: 1px dotted #000;
	border-top: none;
	font-family: "ten-mincho", serif !important;
	margin: 0 0 5em;
}

body.shop #shopHeader nav.nav-base ul li {
    display: inline-block;
    height: auto;
    line-height: 20px;
    margin: 0 20px;
}

body.shop p {
    margin-top: 0;
    margin-bottom: 1rem!important;
}

#baseMenu > ul > li a {
    width: 50px!important;
}