/**
Theme Name: iel
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iel
Template: astra
*/

/*----------------------------------------
// アイキャッチ画像がTOPに出てしまう問題
//--------------------------------------*/
.entry-header {
  display: none;
}

/*----------------------------------------
// under 10px text
//--------------------------------------*/
.size9-txt{
  display:block;
  font-size: 10px;
  transform: scale(0.9);
}
.size8-txt{
  display:block;
  font-size: 10px;
  transform: scale(0.8);
}
.size7-txt{
  display:block;
  font-size: 10px;
  transform: scale(0.7);
}
.size6-txt{
  display:block;
  font-size: 10px;
  transform: scale(0.6);
}
.size5-txt{
  display:block;
  font-size: 10px;
  transform: scale(0.5);
}

/*----------------------------------------
// mouse selection styles
//--------------------------------------*/
::-moz-selection {
  color: #fff !important
  background-color: #3B6562 !important
}
::selection {
  color: #fff !important;
  background-color: #3B6562 !important
}

/*----------------------------------------
// display
//--------------------------------------*/
/* pc only new line */
.br-pc {
  display: block;
}
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
/* mobile only new line */
.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}
/* mobile only delete */
.delete-sp {
  display: inline-block;
}
@media (max-width: 767px) {
  .delete-sp {
    display: none;
  }
}

/*----------------------------------------
// sub-menu非表示
//--------------------------------------*/
.no-submenu .elementor-nav-menu .sub-menu {
  display: none !important;
}

/*----------------------------------------
// bg dot
//--------------------------------------*/
.bg-dot-main {
  background-image: radial-gradient(#3B6562 30%, transparent 30%);
  background-size: 8px 8px;
}
.bg-dot-sub-main {
  background-image: radial-gradient(#2B475C 30%, transparent 30%);
  background-size: 8px 8px;
}

/*----------------------------------------
// marker
//--------------------------------------*/
.marker-main {
  background: linear-gradient(transparent 90%, #3B6562 90%);
}
.marker-sub-main {
  background: linear-gradient(transparent 90%, #2B475C 90%);
}

/*----------------------------------------
// title
//--------------------------------------*/
.title-boder-left {
  display: inline-block;
  font-weight:bold;
  border-left: solid 4px #3B6562;
  padding: 0.4em 0 0.4em 0.4em;
}

.title-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.8em;
  height: calc(1.8em * 2); /* 2行分の高さ */
}

/*----------------------------------------
// container link
//--------------------------------------*/
.box-link {
  text-decoration: none !important;
}
.box-link:hover{
  opacity:0.7;
  transition:0.3s;
}

/*----------------------------------------
// news widget styles
//--------------------------------------*/
/* pagenation */
.page-numbers {
  padding: 8px 12px !important;
  border: 1px solid #3B6562;
  border-radius: 4px;
  color: #3B6562;
  background: #fff;
}
.page-numbers:hover {
  color: #fff;
  background-color: #3B6562;
  border: 1px solid #3B6562;
}
.current {
  color: #fff;
  background-color: #3B6562;
  border: 1px solid #3B6562;
  border-radius: 4px;
}
.current:hover {
  color: #fff;
  background-color: #3B6562;
  border: 1px solid #3B6562;
}
.elementor-pagination {
  letter-spacing: 0px !important;
}
