@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700;900&family=Noto+Sans+JP:wght@400;900&display=swap");
/* CSS Document */
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  background-color: #282828;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat","Montserrat Fallback", sans-serif;
}
.back-to-top {
  display: none;
  padding-top: 12px;
  text-align: center;
  position: fixed;
  z-index: 5;
  bottom: 45px;
  right: 25px;
  font-size: 22px;
  color: #b0b0b0;
  line-height: 52px;
  width: 50px;
  height: 50px;
  border: solid 2px #e8e8e8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: transparent;
}
.back-to-top .fa {
  display: block;
}
.back-to-top:focus {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: transparent;
}
.back-to-top:hover {
  color: #b0b0b0;
  border-color: #e8e8e8;
  background-color: #e8e8e8;
}
strong.stronger {
  font-weight: 900;
}
* {
  margin: 0;
}
big {
  font-size: 1.14em;
}
.break-word {
  -webkit-word-wrap: break-word;
  -moz-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
}
p,
.section-white {
  font-size: 20px;
  line-height: 36px;
  color: #282828;
  font-weight: 400;
}
p {
  margin: 0 0 30px;
}
.boat-intro p {
  font-size: 20px;
}
.list-unstyled {
  list-style: none;
}
.list-unstyled li {
  display: block;
  margin: 0 !important;
}
ul,
ol {
  margin: 0 0 30px;
}
ul *,
ol * {
  vertical-align: top;
}
li {
  font-size: 20px;
  line-height: 36px;
  color: #282828;
  font-weight: 400;
}
span.fa-li {
  color: #326d94;
  top: 0.45em;
}
td,
th {
  font-size: 20px;
  line-height: 36px;
  color: #282828;
  font-weight: 400;
}
a {
  color: #326d94;
  text-decoration: none;
  display: inline-block;
  -o-transition:
    color 0.2s ease-out,
    background 0.2s ease-in;
  -ms-transition:
    color 0.2s ease-out,
    background 0.2s ease-in;
  -moz-transition:
    color 0.2s ease-out,
    background 0.2s ease-in;
  -webkit-transition:
    color 0.2s ease-out,
    background 0.2s ease-in;
  transition:
    color 0.2s ease-out,
    background 0.2s ease-in;
  /* ...and now for the proper property */
}
a:hover,
a:focus {
  color: #50a9e4;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
  width: auto;
}
h1,
.h1-style {
  font-size: 40px;
  line-height: 1.2em;
  color: #282828;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  margin: 30px 0;
}
h1 > span,
.h1-style > span {
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 200;
}
h2 {
  font-size: 35px;
  line-height: 1.2em;
  color: #282828;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  margin: 30px 0;
}
h3 {
  font-size: 28px;
  line-height: 1.2em;
  color: #282828;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  margin: 30px 0;
}
h4 {
  font-size: 20px;
  line-height: 1.2em;
  color: #282828;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  margin: 30px 0;
}
.iframe-holder:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
/* Blog Default titles */
.events-page .media-module .right .title {
  font-size: 35px;
  line-height: 1.2em;
  color: #282828;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  margin: 30px 0;
}
.news-right-column h2,
.news-right-column h3 {
  font-size: 28px;
  line-height: 1.2em;
  color: #282828;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  margin: 30px 0;
}
.iframe-holder:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/
.navigation-board {
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(/wp-content/themes/mm/assets/img/navigation-board-bnn.jpg);
  background-position: center;
  background-size: cover;
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 0;
  padding: 4vw 2vw 0;
  padding-right: 6vw;
  opacity: 0;
  top: -105px;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.navigation-board.behaved {
  top: 0;
  height: 100%;
  opacity: 1;
}
.navigation-board .nav-board-top .logo-nav {
  margin: 25px 0;
  width: 460px;
}
.navigation-board .nav-board-top a {
  color: #fff;
}
.navigation-board .nav-board-top a:hover {
  color: #9ed9ff;
}
.navigation-board .nav-board-top h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 40px;
}
.navigation-board .nav-board-top h2 span {
  display: block;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
}
.navigation-board .nav-board-top .social-nav {
  float: right;
  margin: 40px 0 0;
}
.navigation-board .nav-board-top .social-nav li {
  font-size: 40px;
}
.navigation-board .nav-board-top .social-nav li:not(:last-child) {
  margin-right: 25px;
}
.navigation-board > ul {
  margin: 0 -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.navigation-board > ul > li > ul {
  margin: 0 0 40px;
}
.navigation-board > ul > li {
  display: block;
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px !important;
}
.navigation-board > ul > li.single-col {
  width: 16.6666%;
}
.navigation-board > ul > li.mobile-hidden {
  display: block;
}
.navigation-board > ul > li.desktop-hidden {
  display: none;
}
.navigation-board > ul > li a {
  display: block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.navigation-board > ul > li a:hover {
  color: #9ed9ff;
}
.navigation-board > ul > li > ul {
  margin: 0 -15px;
}
.navigation-board > ul > li > ul > li {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin: 0 0 5px;
}
.navigation-board > ul > li.single-col > ul {
  margin: 0;
}
.navigation-board > ul > li.single-col > ul > li {
  width: 100%;
  padding: 0;
}
.navigation-board > ul > li > a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: solid 1px #b9e3ff;
}
.navigation-board > ul > li > a:hover {
  cursor: default;
  color: #fff;
}
.navigation-board > ul > li > a .fal {
  display: none;
}
@media (max-width: 1800px) {
  .navigation-board > ul > li a {
    font-size: 14px;
  }
  .navigation-board > ul > li > a {
    font-size: 22px;
  }
}
@media (max-width: 1600px) {
  .navigation-board {
    padding: 80px 4vw;
  }
  .navigation-board .nav-board-top .logo-nav {
    margin: 15px 0;
    width: 300px;
  }
  .navigation-board .nav-board-top h2 {
    margin: 15px 0;
    font-size: 28px;
  }
  .navigation-board .nav-board-top h2 span {
    font-size: 12px;
  }
  .navigation-board .nav-board-top .social-nav {
    margin: 20px 0;
  }
  .navigation-board .nav-board-top .social-nav li {
    font-size: 28px;
  }
  .navigation-board > ul > li a {
    font-size: 12px;
    line-height: 28px;
  }
  .navigation-board > ul > li > a {
    font-size: 18px;
    margin: 12px 0;
    padding-bottom: 12px;
  }
}
@media (max-width: 1150px) {
  .navigation-board {
    padding: 100px 5vw 20px;
  }
  .navigation-board .nav-board-top .logo-nav {
    margin: 10px 0;
    width: 200px;
  }
  .navigation-board .nav-board-top h2 {
    margin: 10px 0;
    font-size: 24px;
  }
  .navigation-board .nav-board-top h2 span {
    font-size: 11px;
  }
  .navigation-board .nav-board-top .social-nav {
    margin: 15px 0 0;
  }
  .navigation-board .nav-board-top .social-nav li {
    font-size: 20px;
  }
  .navigation-board > ul > li a {
    line-height: 24px;
    font-size: 14px;
  }
  .navigation-board > ul > li > a {
    font-size: 16px;
    margin: 10px 0;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .navigation-board > ul > li {
    width: 50%;
    margin-bottom: 15px !important;
  }
  .navigation-board > ul > li.single-col {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .navigation-board {
    padding: 40px 15px;
  }
}
@media (max-width: 650px) {
  .navigation-board > ul > li {
    width: 100%;
    margin-bottom: 15px !important;
  }
  .navigation-board > ul > li.single-col {
    width: 50%;
  }
  .navigation-board > ul > li.single-col.mobile-double-col {
    width: 100%;
  }
  .navigation-board > ul > li.single-col.mobile-double-col > ul {
    margin: 0 -15px;
  }
  .navigation-board > ul > li.single-col.mobile-double-col > ul > li {
    width: 50%;
    padding: 0 15px;
  }
  .navigation-board > ul > li.mobile-hidden {
    display: none;
  }
  .navigation-board > ul > li.desktop-hidden {
    display: block;
  }
}

/*MENU IMAGES */
/*home
.slick-track li:nth-child(1) a {
    background-image: url(/wp-content/themes/mm/assets/img/menu/home.jpg);
}
/*dockage
.slick-track li:nth-child(2) a {
    background-image: url(/wp-content/themes/mm/assets/img/menu/dockage.jpg);
}
/*storage
.slick-track li:nth-child(3) a {
    background-image: url(/wp-content/themes/mm/assets/img/menu/storage.jpg);
}
/*services
.slick-track li:nth-child(4) a {
    background-image: url(/wp-content/themes/mm/assets/img/menu/services.jpg);
}
/*sales
.slick-track li:nth-child(5) a {
    background-image: url(/wp-content/themes/mm/assets/img/menu/sales.jpg);
}
/*new boat sales
.slick-track li:nth-child(6) a {
    background-image: url(/wp-content/themes/mm/assets/img/menu/new-boat.jpg);
}
/*sail charters
.slick-track li:nth-child(7) a {
    background-image: url(/wp-content/themes/mm/assets/img/menu/sail.jpg);
}
/*store
.slick-track li:nth-child(8) a {
    background-image: url(/wp-content/themes/mm/assets/img/menu/store.jpg);
}
/*activities
.slick-track li:nth-child(9) a {
    background-image: url(/wp-content/themes/mm/assets/img/menu/activities.jpg);
}
/*about us
.slick-track li:nth-child(10) a {
    background-image: url(/wp-content/themes/mm/assets/img/menu/about-us.jpg);
}
/*contact
.slick-track li:nth-child(11) a {
    background-image: url(/wp-content/themes/mm/assets/img/menu/contact.jpg);
}
.depth_0 li a {
    background: none!important;
}*/
.menu {
  display: block;
  position: fixed;
  z-index: 11;
  top: -50%;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 15px 25px 0;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu.ready {
  top: 0;
  opacity: 1;
}
.menu.actived {
  padding: 15px 25px;
  background-color: rgb(40 40 40 / 95%);
}
.menu.behaved {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 15px 25px 0;
}
.customize-support .menu {
  top: 32px;
}
.menu > div .navigation {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  padding-left: 24px;
  text-decoration: none;
  float: right;
  margin: 42px 0;
  /* margin-right: 10px; */
  -webkit-transition: margin-top 0.3s ease;
  -moz-transition: margin-top 0.3s ease;
  -ms-transition: margin-top 0.3s ease;
  -o-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}
.menu > div .navigation:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  position: absolute;
  left: -3px;
  top: -1px;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.menu.behaved > div .navigation:before {
  opacity: 1;
}
.menu > div .navigation:hover,
.menu > div .navigation:focus {
  text-decoration: none;
}
.menu.actived > div .navigation {
  margin: 15px 0;
  margin-right: 10px;
}
.menu.behaved > div .navigation {
  color: #fff;
  margin: 10px 0;
  position: absolute;
  right: 0;
}
.menu.behaved > div .navigation:after {
  content: "";
  background-color: #23a8ff;
  position: absolute;
  z-index: -1;
  left: -10%;
  top: -40%;
  width: 120%;
  height: 180%;
}
.menu > div .navigation .txt:before {
  content: "menu";
}
.menu.behaved > div .navigation .txt:before {
  content: "close";
}
.menu > div a > .bar {
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  border-radius: 0;
  border: mone;
  background-color: #fff;
  -webkit-transition:
    top 0.3s ease,
    transform 0.4s ease,
    opacity 0.3s ease;
  -moz-transition:
    top 0.3s ease,
    transform 0.4s ease,
    opacity 0.3s ease;
  -ms-transition:
    top 0.3s ease,
    transform 0.4s ease,
    opacity 0.3s ease;
  -o-transition:
    top 0.3s ease,
    transform 0.4s ease,
    opacity 0.3s ease;
  transition:
    top 0.3s ease,
    transform 0.4s ease,
    opacity 0.3s ease;
}
.menu.behaved > div a > .bar {
  background-color: #fff;
}
.menu > div a > span:first-child {
  top: 0px;
}
.menu > div a > span:nth-child(2) {
  top: 7px;
}
.menu > div a > span:nth-child(3) {
  top: 14px;
}
.menu > div a:hover > span:first-child {
  top: -3px;
}
.menu > div a:hover > span:nth-child(3) {
  top: 17px;
}
.menu > div a.behaved > span:first-child {
  top: 8px;
  width: 14px;
  transform: rotate(135deg);
}
.menu > div a.behaved > span:nth-child(2) {
  display: none;
}
.menu > div a.behaved > span:nth-child(3) {
  top: 8px;
  width: 14px;
  transform: rotate(-135deg);
}
.menu .logo-nav {
  position: absolute;
  display: block;
  width: 512px;
  margin-top: 20px;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu .logo-nav img {
  display: block;
  width: 100%;
}
.menu.actived .logo-nav {
  width: 300px;
  margin-top: 3px;
}
.menu.behaved .logo-nav {
  position: absolute;
  max-width: 0;
  margin-top: 0;
  opacity: 0;
}
.menu div > ul > li ul {
  display: none;
  background-color: rgb(255 255 255);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  left: 0;

  right: auto;
  z-index: 5;

  padding: 5px 0;
  width: 210px;
  margin-top: 0 !important;
}

.menu div > ul > :last-child li > ul {
  left: auto;
  right: 0;
}
.menu div > ul > li > ul > li > ul {
  left: 100%;
  top: 0;
}
.menu div > ul > li > ul li {
  position: relative;
  padding: 0;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  text-shadow: none;
}
.menu div > ul > li > ul > li a {
  display: block;
  padding: 4px 10px;
  color: #05356b;
}
.menu div > ul > li > ul > li a:focus {
  color: #05356b;
  text-decoration: none;
}
.menu div > ul > li > ul > li a:hover,
.menu div > ul > li.current-menu-ancestor > ul > li.current-menu-item a {
  color: #05356b;
  background-color: rgb(235 241 249);
}
.menu ul.main-menu {
  float: right;
  padding: 0;
  margin: 25px 0;
  -webkit-transition:
    padding 0.3s ease,
    margin 0.3s ease;
  -moz-transition:
    padding 0.3s ease,
    margin 0.3s ease;
  -ms-transition:
    padding 0.3s ease,
    margin 0.3s ease;
  -o-transition:
    padding 0.3s ease,
    margin 0.3s ease;
  transition:
    padding 0.3s ease,
    margin 0.3s ease;
}
.menu.actived ul.main-menu {
  margin: 17px 0;
}
.menu > div {
  position: relative;

  max-width: 100%;
  padding: 0;
}
.menu.behaved > div {
  background-color: transparent;
  border-color: transparent;
}
.menu div > ul > li {
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
  text-transform: uppercase;
}
.menu div > ul > li {
}
.menu div > ul > li.list-inline-item:not(:last-child) {
  margin-right: 2vw;
}
.menu div > ul > li.dad {
  position: relative;
}
.menu div > ul > li > a,
.menu div > ul > li > a:focus {
  color: #05356b;
  position: relative;
  text-decoration: none;
  padding: 8px 0 6px;
  transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu div > ul > li > a:hover,
.menu div > ul > li.current-menu-item > a,
.menu div > ul > li.current-menu-ancestor > a {
  color: #05356b;
  text-decoration: none;
}

.menu .navs-wrapper {
  float: right;
}
.menu .social-nav {
  text-align: right;
  margin: 0;
  margin-right: 20px;
}
.menu > div ul.social-nav > li:not(:last-child) {
  margin-right: 25px;
}
.menu > div ul.social-nav > li a,
.menu > div ul.social-nav > li a:focus {
  color: #fff;
}
.menu > div ul.social-nav > li a:hover {
  color: #b8d3ff;
}

.arrow-box {
  position: relative;
}
.arrow-box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}
.navigation-overlay,
.products-dropdown {
  /*  display: none;*/
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: fixed;
  z-index: 9;
  bottom: 0;
  top: -105px;
  left: 0;
  width: 100%;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 70px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.6s ease;
  font-family: "Noto Sans JP", sans-serif;
}
.navigation-overlay.behaved,
.products-dropdown.behaved {
  top: 0;
  height: auto;
  opacity: 1;
}
.navigation-overlay:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 420px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+63,0.65+72,0.17+95,0+100 */
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 63%,
    rgba(0, 0, 0, 0.65) 72%,
    rgba(0, 0, 0, 0.17) 95%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 63%,
    rgba(0, 0, 0, 0.65) 72%,
    rgba(0, 0, 0, 0.17) 95%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 63%,
    rgba(0, 0, 0, 0.65) 72%,
    rgba(0, 0, 0, 0.17) 95%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.navigation-overlay > ul {
  opacity: 0;
  position: relative;
  z-index: 2;
  margin: 60px 0 0;
  padding: 0;
  width: 251px;
  float: left;
  -webkit-transition:
    transform 500ms cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.4s ease;
  -moz-transition:
    transform 500ms cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.4s ease;
  -ms-transition:
    transform 500ms cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.4s ease;
  -o-transition:
    transform 500ms cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.4s ease;
  transition:
    transform 500ms cubic-bezier(0.77, 0, 0.175, 1),
    opacity 0.4s ease;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.customize-support .navigation-overlay > ul {
  top: 32px;
}
.navigation-overlay.behaved > ul {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;

  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.navigation-overlay > ul > li {
  text-align: left;
}
.navigation-overlay > ul > li > a {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1em;
  margin: 15px 0;
  padding: 0 0 0 27px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navigation-overlay > ul > li > a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  display: block;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.navigation-overlay > ul > li > a:not(.actived) {
  opacity: 0.55;
}
.navigation-overlay > ul > li > a:focus {
  color: #fff;
  text-decoration: none;
}
.navigation-overlay > ul > li > a:hover {
  color: #fff;
  opacity: 0.8;
}
.navigation-overlay > ul > li > a.actived:before {
  opacity: 1;
  left: 12px;
}
.navigation-overlay > ul > li.current-menu-item > a,
.navigation-overlay > ul > li.current-menu-ancestor > a {
  text-decoration: none;
  color: #a4d6f7;
}
.navigation-overlay > ul.social-nav {
  margin-top: 50px;
  text-align: right;
}
.navigation-overlay > ul.social-nav li {
  margin: 0;
}
.navigation-overlay > ul.social-nav li a {
  margin: 0 10px;
  font-size: 26px;
}
.navigation-overlay > ul > li ul {
  background-color: rgb(25 25 25 / 70%);
  display: none;
  padding: 5px 0;
}
.navigation-overlay > ul > li > ul li {
  padding: 0;
}
.navigation-overlay > ul > li > ul li a {
  color: #fff;
  padding: 7px 0 7px 26px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1em;
  text-transform: uppercase;
}
.navigation-overlay > ul > li > ul li a:focus {
  text-decoration: none;
  color: #fff;
}
.navigation-overlay > ul > li > ul li a:hover,
.navigation-overlay
  > ul
  > li.current-menu-ancestor
  > ul
  li.current-menu-item
  a {
  text-decoration: none;
  color: #c0c0c0;
}
.navigation-overlay > ul > li > ul .fal {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.navigation-overlay .social-nav {
  position: relative;
  margin-top: 20px;
  text-align: center;
  padding: 0 15px;
}
.navigation-overlay .social-nav li {
}
.navigation-overlay .social-nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}
.navigation-overlay .social-nav li a:hover {
  text-decoration: none;
  color: #c0c0c0;
}
.navigation-overlay .btns-top {
  display: block;
  margin: 0;
  position: relative;
}
.navigation-overlay .btns-top a {
  display: block;
  padding: 10px;
  margin: 0 15px 15px !important;
}
body.behaved {
  overflow: hidden;
  background-color: #fff;
}
body.actived {
  overflow: hidden;
}
.page {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.slider-subnav {
  margin-left: 220px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
.customize-support .slider-subnav {
  top: 32px;
}
.slider-subnav .top {
  background-image: url("/wp-content/themes/mm/assets/img/bnn-engine.jpg");
  background-position: center;
  background-size: cover;
  padding: 30px 0 30px 140px;
  margin-right: 160px;
  margin-bottom: 10px;
}
.slider-subnav .top h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 86px;
  line-height: 1.1em;
}
.slider-subnav .top h2 span {
  font-weight: 400;
  font-size: 30px;
  display: block;
  line-height: 1em;
}
.subnav-roll .slick-slide {
  padding: 0 5px;
  transition: all 0.3s ease;
}
.subnav-roll .slick-slide:not(.slick-current) {
  opacity: 0.55;
}
.subnav-roll .slick-slide > a {
  background-image: url(/wp-content/themes/mm/assets/img/bnn-02.jpg);
  background-position: center;
  background-size: cover;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  padding: 220px 11px 2px;
  transition: all 0.3s ease;
}
.subnav-roll .slick-slide > a:hover {
  transform: scale(1.01);
}

.subnav-roll .slick-slide > a .fal,
.subnav-roll .slick-slide > a .far,
.subnav-roll .slick-slide > a .fas {
  display: none !important;
}
.subnav-roll .slick-slide > ul {
  margin-top: 15px;
}
.subnav-roll .slick-slide > ul li {
  display: inline-block;
  width: 50%;
  padding: 0 12px;
  margin: 0 -2px 10px !important;
  text-transform: uppercase;
  font-size: 18px;
}
.subnav-roll .slick-slide > ul li a,
.subnav-roll .slick-slide > ul li a:focus {
  color: #fff;
}
.subnav-roll .slick-slide > ul li a:hover {
  color: #9fd0f0;
}
@media screen and (max-width: 991px) {
  .menu.behaved > div .navigation {
    margin: 20px 0 0;
  }
  .navigation-overlay > ul {
    width: 200px;
  }
  .slider-subnav {
    margin-left: 190px;
  }
  .slider-subnav .top h2 {
    font-size: 50px;
  }
  .slider-subnav .top h2 span {
    font-size: 22px;
  }
  .subnav-roll .slick-slide > ul li {
    display: block;
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .navigation-overlay > ul > li ul,
  .navigation-overlay > ul > li > a .fal,
  .navigation-overlay > ul > li > a .far,
  .navigation-overlay > ul > li > a .fas {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  /*============== TOP NAV ================*/
  .menu.behaved > div .navigation {
    margin: 5px 0;
    padding: 0 8px;
    right: -15px;
    top: 28px;
  }
  .menu.actived > div .navigation {
    right: 0;
  }
  .customize-support .menu.behaved > div .navigation {
    top: 5px;
  }
  .slider-subnav {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  .navigation-overlay > ul {
    width: 100%;
  }
  .menu div > a > .txt {
    display: none;
  }
  .navigation-overlay > ul > li {
    text-align: center;
  }
  .navigation-overlay > ul > li > a {
    font-size: 20px;
    margin-top: 0;
    margin: 16px 0;
    opacity: 1 !important;
  }
  .navigation-overlay > ul > li > a:before {
    display: none;
  }
  .navigation-overlay > ul > li > ul > li a {
    font-size: 16px;
  }
  .menu > div .navigation {
    margin: 25px 0;
  }
  .menu.actived > div .navigation {
    margin: 15px 0;
  }
  .menu.behaved > div .navigation:after {
    display: none;
  }
  .menu .logo-nav {
    width: 250px;
  }
  .menu.actived .logo-nav {
    width: 200px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .menu,
  .menu.actived {
    padding: 15px 10px;
  }
  .menu .logo-nav {
    max-width: 220px;
  }
  .customize-support .menu {
    top: 46px;
  }
  .customize-support .menu.actived {
    top: 0;
  }
}

/*=========================================== AGENT AFIX ======================================================*/
.agent-afix {
  display: block;
  position: fixed;
  z-index: 5;
  top: 250px;
  right: 0;
  padding: 30px 50px;
  padding-left: 220px;
  height: 200px;
  background: #fff;
  border-radius: 105px 0 0 105px;
  box-shadow: -2px 2px 3px rgb(0 0 0 / 30%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.agent-afix.actived {
  top: 120px;
}
.agent-afix.closed {
  right: -390px;
}
.agent-afix.closed:hover {
  right: -380px;
}
.agent-afix .agent-close {
  color: #60a5d1;
  font-size: 16px;
  position: absolute;
  top: 27px;
  right: 5px;
}
.agent-afix .agent-close:hover {
  color: #7cccff;
}
.agent-afix .agent-open {
  display: none;
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 50%;
  color: #fff;
  font-size: 16px;
  transform: translate(0, -50%);
}
.agent-afix.closed .agent-open {
  display: block;
}
.agent-afix .bnn {
  display: block;
  background-size: cover;
  background-position: center;
  background-color: #e0ad63;
  position: absolute;
  left: 3px;
  top: 3px;
  bottom: 3px;
  width: 200px;
  border-radius: 50%;
}
.agent-afix .bnn:after {
  content: "";
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 200px;
  border-radius: 50%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.agent-afix.closed .bnn:after {
  background-color: #e0ad63;
}
.agent-afix .agent-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 18px;
}
.agent-afix .agent-name span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #7a7a7a;
  line-height: 1em;
}
.agent-afix .agent-links {
  position: relative;
  font-size: 22px;
  line-height: 1em;
  padding-left: 35px;
  margin-bottom: 12px;
}
.agent-afix .agent-links .fas {
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.agent-afix .agent-links span {
  display: block;
  font-size: 13px;
  line-height: 1em;
}
.agent-afix .agent-links a {
  color: #60a5d1;
}
.agent-afix .agent-links a:hover {
  color: #7cccff;
}
@media (max-width: 768px) {
  .agent-afix {
    padding: 15px;
    padding-left: 125px;
    height: 120px;
  }
  .agent-afix.closed {
    right: -270px;
  }
  .agent-afix.closed:hover {
    right: -250px;
  }
  .agent-afix .bnn,
  .agent-afix .bnn:after {
    width: 110px;
  }
  .agent-afix .agent-open {
    font-size: 11px;
  }
  .agent-afix .agent-close {
    font-size: 11px;
  }
  .agent-afix .agent-name {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .agent-afix .agent-name span {
    font-size: 12px;
  }
  .agent-afix .agent-links {
    font-size: 12px;
    padding-left: 25px;
  }
  .agent-afix .agent-links .fas {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .agent-afix {
    padding: 8px;
    padding-left: 90px;
    height: 90px;
  }
  .agent-afix.closed {
    right: -170px;
  }
  .agent-afix.closed:hover {
    right: -150px;
  }
  .agent-afix .bnn,
  .agent-afix .bnn:after {
    width: 80px;
  }
  .agent-afix .agent-open {
    font-size: 8px;
  }
  .agent-afix .agent-close {
    font-size: 8px;
    top: 10px;
  }
  .agent-afix .agent-name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .agent-afix .agent-name span {
    font-size: 10px;
  }
  .agent-afix .agent-links {
    font-size: 10px;
    padding-left: 16px;
  }
  .agent-afix .agent-links span {
    font-size: 8px;
  }
  .agent-afix .agent-links .fas {
    font-size: 15px;
  }
}

/*=========================================== BANNER TOP ======================================================*/
.banner-top {
  padding-top: 130px;

  padding-bottom: 30px;
  min-height: 515px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner-top .banner-video-iframe {
  width: 106%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.banner-top .banner-video-iframe .iframe-holder {
  width: 104%;
  padding-bottom: 56.25%;
  position: relative;
}
.banner-top .banner-video-iframe .iframe-holder iframe,
.banner-top .banner-video-iframe .iframe-holder video {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-size: cover;
}
.banner-top > .container {
  position: absolute;
  max-width: 100%;
  z-index: 3;
  top: 80px;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(0, -50%);
}
.banner-top.ready > .container {
  top: 55%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition:
    opacity 1.2s ease 0s,
    top 0.8s ease 0s;
  -moz-transition:
    opacity 1.2s ease 0s,
    top 0.8s ease 0s;
  -o-transition:
    opacity 1.2s ease 0s,
    top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.banner-top > .container h1 {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 53px;
  text-transform: capitalize;
}
.banner-top > .container h1 img {
  max-width: 400px;
}
.banner-top > .container .subheading {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.banner-top span.parallax {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 180%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-top .banner-video-iframe {
  width: 104%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.banner-top .banner-video-iframe .iframe-holder {
  width: 104%;
  padding-bottom: 56.25%;
  position: relative;
}
.banner-top .banner-video-iframe .iframe-holder iframe {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .banner-top {
    padding-top: 180px;
  }
}
@media screen and (max-width: 768px) {
  .banner-top .banner-video-iframe {
    display: none;
  }
  .banner-top {
    min-height: 415px;
  }
  .banner-top > .container h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .banner-top > .container h1 img {
    max-width: 280px;
  }
  .banner-top > .container .subheading {
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  .banner-top > .container h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .banner-top > .container .subheading {
    font-size: 18px;
  }
}
/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.section-white {
  background-color: #fff;
  width: 100%;
  padding: 40px 0;
}
.section-white > .container {
  position: relative;
  z-index: 2;
  top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.section-white.ready > .container {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition:
    opacity 1.2s ease 0s,
    top 0.8s ease 0s;
  -moz-transition:
    opacity 1.2s ease 0s,
    top 0.8s ease 0s;
  -o-transition:
    opacity 1.2s ease 0s,
    top 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.event-date {
  font-style: italic;
  display: block;
  color: #00163c;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/*===========================================================================================================*/
/*========================================== BLOG STYLE =====================================================*/
/*===========================================================================================================*/
.article {
  margin-bottom: 80px;
}
.article h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 600;
  display: block;
  text-transform: none;
  text-align: center;
}

.article .body {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.article .meta {
  text-align: center;
  margin: 0 0 15px;
  vertical-align: middle;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  color: #a4a4a4;
  text-transform: capitalize;
}

.article .image {
  position: relative;
}

.article .image .post-img-wrapp {
  overflow: hidden;
  vertical-align: middle;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.article .image .post-img-wrapp a {
  display: block;
  margin: -2px;
  transition:
    opacity 0.7s ease,
    -webkit-transform 0.7s ease;
  transition:
    transform 0.7s ease,
    opacity 0.7s ease;
  transition:
    transform 0.7s ease,
    opacity 0.7s ease,
    -webkit-transform 0.7s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.article .image .post-img-wrapp img {
  width: 100%;
  height: auto;
  min-height: 150px;
  border: none;
  vertical-align: middle;
}

.article .image .post-img-wrapp a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.7s ease;
}

.article:hover .post-img-wrapp a:after {
  opacity: 1;
}

.article .post-image-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0;
}
.article .post-image-mask span,
.article .post-image-mask:after,
.article .post-image-mask:before {
  display: inline-block;
  margin-right: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: middle;
  opacity: 0;
  transition: opacity 0.2s ease;
  -webkit-animation: wd-fadeOutRight 0.3s ease;
  animation: wd-fadeOutRight 0.3s ease;
}

.article .post-image-mask:after,
.article .post-image-mask:before {
  content: "";
}

.article .post-image-mask span {
  transition-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.article .post-image-mask:before {
  transition-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.article .post-image-mask:after {
  margin-right: 0;
}

.article:hover .post-image-mask span,
.article:hover .post-image-mask:after,
.article:hover .post-image-mask:before {
  opacity: 1;
  -webkit-animation: wd-fadeInLeft 0.3s ease;
  animation: wd-fadeInLeft 0.3s ease;
}

.article:hover .post-image-mask:before {
  transition-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.article:hover .post-image-mask span {
  transition-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.article .read-more-section {
  margin-top: 20px;
}
.article .read-more-section a {
  position: relative;
  line-height: 0.8;
}
.article .read-more-section a:after {
  position: absolute;
  bottom: 0;
  left: 100%;
  display: inline-block;
  margin-left: 5px;
  height: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 5px;
  opacity: 0;
  transition: opacity 0.35s ease;
  content: "...";
}

@-webkit-keyframes wd-fadeInLeft {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wd-fadeInLeft {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes wd-fadeOutRight {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}
@keyframes wd-fadeOutRight {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
}

.article .post-date {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: inline-block;
  min-width: 53px;
  background-color: #fff;
  box-shadow: 0 0 9px rgb(0 0 0 / 10%);
  color: #333;
  text-align: center;
  line-height: 1;
}
.article .post-date span {
  display: block;
}

.article .post-date .day {
  padding-top: 6px;
  padding-bottom: 4px;
  font-size: 24px;
}

.article .post-date .month {
  padding-top: 2px;
  padding-bottom: 8px;
  padding: 2px 4px 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-weight: 600;
  font-size: 12px;
}

.article .read-more-section a:hover:after {
  opacity: 1;
  -webkit-animation: wd-ShakeNext 1s ease infinite;
  animation: wd-ShakeNext 1s ease infinite;
}
@-webkit-keyframes wd-ShakeNext {
  25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
}
@keyframes wd-ShakeNext {
  25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
  }
}

.new-right-column > div {
  padding-bottom: 20px;
}

.new-right-column .searchform {
  position: relative;
  margin-bottom: 10px;
}

.new-right-column .searchform input {
  width: 100%;
  padding: 12px 52px 12px 12px;
  border-radius: 4px;
}

.new-right-column .searchform button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 1.1em;
  font-weight: 900;
  cursor: pointer;
  color: #4c4c4c;
}

.new-right-column .searchform input,
.new-right-column .searchform input:hover,
.new-right-column .searchform input:focus,
.new-right-column .searchform input:target,
.new-right-column .searchform button,
.new-right-column .searchform button:hover,
.new-right-column .searchform button:focus,
.new-right-column .searchform button:target {
  background: transparent !important;
  border: none !important;
  outline: none !important;
}

.new-right-column .searchform button:after {
  -o-transition: color 0.7s;
  -ms-transition: color 0.7s;
  -moz-transition: color 0.7s;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
  color: #4c4c4c;
  content: "\f002";
}

.new-right-column .searchform:focus button:after,
.new-right-column .searchform input:focus + button:after,
.new-right-column .searchform button:hover:after {
  color: #000;
}

.new-right-column .recent-posts {
  margin-left: 10px;
}

.new-right-column .recent-posts > div {
  margin-bottom: 25px;
}

.new-right-column .row-line > div:first-child {
  padding: 10px 5px;
}

.new-right-column .row-line > div:last-child {
  font-size: 18px;
  line-height: 30px;
}

.new-right-column .row-line span {
  display: block;
  color: #575757;
  font-size: 16px;
}

/* Gallery page - Follow us on Social Media */
.social-follow {
  margin: 50px 0 10px;
  text-align: center;
}
.social-follow h2 {
  margin-bottom: 25px;
}
.social-follow .social-nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-follow .social-nav li {
  font-size: 40px;
  line-height: 1;
}
.social-follow .social-nav li:not(:last-child) {
  margin-right: 25px;
}
.social-follow .social-nav a {
  color: inherit;
  transition: opacity 0.2s ease;
}
.social-follow .social-nav a:hover {
  opacity: 0.7;
}
