/*
Theme Name: The7
Theme URI: https://the7.io/
Author: Dream-Theme
Author URI: https://dream-theme.com/
Description: Any design, any layout. No coding required. The7 is the most customisable WordPress theme on the market up to date. Add the power of Visual Composer, The7 Post Types, Ultimate Addons, Slider Revolution, and WooCommerce to the mix, and you'll get the ultimate web-site building toolkit! Theme is translation ready, compatible with WPML, SEO and mobile friendly (certified by Google).
Version: 12.5.3
Tested up to: 6.8.0
Requires PHP: 7.2.0
Requires at least: 6.6.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: https://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: https://themeforest.net/licenses/regular_extended
License URI: License.txt
Tags: multipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
Text Domain: the7mk2
*/

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}

.filter {
  margin-bottom: 30px;
}
.paginator {
  margin-top: 30px;
}

.wf-float-right {
  display: none !important;
}

/* フッター */
.footer-container {
  display: flex;	
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
.footer-container .footer-item {
  padding: 10px;
  box-sizing: border-box;
}
.footer-container .footer-item > .sitemap-title {
  margin-bottom: 16px !important;
  text-align: left;
  font-weight: bold;
}
.footer-container .footer-item > .sitemaps {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 873px) {
  .footer-container {
	  justify-content: space-between;
  }
  .footer-container .footer-item > .sitemaps {
    flex-direction: row;
  }
}
.footer-container .footer-item > .sitemaps ul {
  margin-bottom: 24px;
  margin-left: 16px;
}
.footer-container .footer-item > .sitemaps ul li {
  text-align: left;
  line-height: 2;
}
.footer-container .footer-item > .certifications {
}
.footer-container .footer-item > .certifications dl {
  display: flex;
}
.footer-container .footer-item > .certifications dl dt {
  position: relative;
  width: 140px;
  min-width: inherit;
  text-align: left;
}
.footer-container .footer-item > .certifications dl dt::before {
  content: '：';
  position: absolute;
  right: 0;
  top: 0;
}
.footer-container .footer-item > .certifications dl dd {
  text-align: left;
}
.footer-container .footer-item > .certifications .images {
  display: flex;
}
.footer-container .footer-item > .sitemaps .images img,
.footer-container .footer-item > .certifications .images img {
  max-width: 120px;
  height: auto;
  padding: 10px 10px 10px 0;
}
.copyright {
  text-align: center;
}
.from-centre-line > li > a .menu-item-text:before {
    bottom: -6px;
    height: 3px;
    background-color: #f7be68;
}
.entry-meta > a {
    margin: 0;
	padding: 0;
}
.blog-shortcode .entry-meta * {
	color: #333333;
}
.category-link {
    background: #d9d9d9;
    color: #a6a6a6;
    padding: 3px 6px !important;
    border-radius: 3px;
}
@media screen and (max-width: 768px) {
    .post-entry-content  {
        padding: 10px !important;
		display: block;
	}
    .dividers-on.classic-layout-list .post {
		border-bottom: 1px solid #eaeaea !important;
    }
}


footer.footer.solid-bg.full-width.empty-footer {
  background-image: url('/wp/wp-content/uploads/footer.png') !important;
  background-size: cover !important; /* 全体にフィットさせる */
  background-position: center !important; /* 左寄せ表示 */
  background-repeat: no-repeat !important;
}

/* お知らせ・投稿ページ */
.entry-author,
.entry-meta-item-author {
	display: none;
}
.entry-meta a {
    pointer-events: none;
}
.entry-meta > span:after {
	display: none;
}
.wpb_wrapper {
	word-break: break-word;
}
/* パンくず*/
.dt-breadcrumbs-shortcode .breadcrumbs {
	padding-left: 3px !important;
	font-size: 16px;
    white-space: nowrap;
    overflow-x: scroll;
}
.dt-breadcrumbs-shortcode .breadcrumbs::-webkit-scrollbar {
  display: none;
}
.dt-breadcrumbs-shortcode .breadcrumbs a:hover {
	color: var(--the7-accent-color);
}
.dt-breadcrumbs-shortcode .breadcrumbs > .current > span {
	color: rgba(85,85,85, 0.7) !important;
}
/* ブログミニの画像 */
.items-grid .alignleft {
	width: 60px;
}
.post-content .text-secondary {
	color: rgba(85,85,85, 0.65);
    font-size: 14px;
}
.post-entry-content .entry-title {
	margin-left: 0 !important; 
}
.fancy-date .entry-year {
	font-size: 14px !important;
}

/* メガメニュー */
#mega-menu-wrap-primary #mega-menu-primary {
    text-align: center;
    padding: 10px 10px !important;
}
.masthead:not(.side-header):not(.mixed-header) .header-bar,
.header-space {
	height: 60px !important;
	min-height: 60px !important;
}
@media only screen and (min-width: 993px) {
  #mega-menu-wrap-primary {
    background: transparent;
  }
}
.dt-mobile-menu-icon:not(.floating-btn) .menu-line:before,
.dt-mobile-menu-icon:not(.floating-btn) .menu-line:after {
    background: #f7f7f7 !important;
}
@media screen and (max-width: 992px) {
    body:not(.transparent) .masthead:not(.side-header) {
        background-color: #111111 !important;
    }
}
.masthead.masthead-mobile-header,
.masthead.masthead-mobile-header:not(.mixed-header) {
    background: #111111 !important;
}
