/*

	@package hjone

*/
/*

	Generic

	---------------------------------------------------------

*/
@charset "utf-8";
footer {
  background-color: #d9d9d9;
  padding: 60px 0;
}
body {
  font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
}
.blue {
  color: #0057b3;
}
.grey {
  color: #A1A1A1;
}
.orange {
  color: #ff9900;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s ease-out 0s
}
header {
  background-color: #2580e2;
}
span#showmenu {
  margin: 15px 0;
  font-size: 30px;
  position: absolute;
}
.mlogo {
  margin: 0 auto;
}
.topbar {
  color: #fff;
  padding: 10px 0;
}
ul.ssicon {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
ul.ssicon li {
  float: right;
  margin-right: 20px;
}
ul.ssicon li.icon-only {
  width: 30px;
}
ul.ssicon li a {
  color: #fff;
}
.header-navbar {
  position: relative;
}
.header-navbar:before {
  content: "";
  position: absolute;
  width: 92%;
  left: 0;
  top: -2px;
  bottom: 0;
  background: #fff;
  border-radius: 0 80px 0 0;
  display: block;
  content: "";
}
.mainmenu {
  list-style: none;
  margin: 15px 0;
  padding: 0;
  float: left;
}
.mainmenu > li {
  float: left;
  margin: 30px 0;
}
.mainmenu > li a {
  color: #333;
  display: block;
  padding: 12px 25px;
  font-weight: normal;
  transition: all 0.5s;
}
.mainmenu > li a:hover {
  color: #0f4267;
}
.mainmenu > li.join-btn a {
  border-radius: 30px;
  background-color: #2580e2;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mainmenu > li.join-btn a:before {
  content: "";
  height: 300px;
  width: 300px;
  background: #001e3e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.mainmenu > li.join-btn a:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.mainmenu > li.current-menu-item.join-btn a {
  color: #fff;
}
.mainmenu > li.home-btn a {
  background: url(/wp-content/themes/hjmedia/img/ig-logo.jpg) left top no-repeat;
  background-size: auto 100%;
  text-indent: -999px;
  overflow: hidden;
}
.mainmenu > li.home-btn.current-menu-item a:after {
  display: none;
}
.home-client-photo-con {
  width: 100%;
  height: 650px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: inherit;
  border-radius: 0 60px 0 0;
}
.mainmenu > li.current-menu-item a {
  color: #2580e2;
  position: relative;
}
.mainmenu > li.current-menu-item a:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #2580e2;
  border-radius: 2px;
  left: 25px;
  bottom: 5px;
}
.fishing-date {
  position: absolute;
  left: 0;
  top: 10%;
  background-color: #1da0c5;
  color: #fff;
  padding: 30px;
}
.fmonth, .fdate {
  display: block;
  text-align: center;
}
.fmonth {
  font-size: 200%;
}
.image2 {
  display: block;
  width: 150px;
  height: 200px;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -30px;
  bottom: -30px;
  border: 5px solid #fff;
  border-radius: 60px 0 0 0;
}
.footer-col {
  margin-bottom: 30px;
  width: 100%;
}
.copyright {
  font-size: 85%;
  color: #939393;
}
ul.footer-ssicon{list-style: none; margin:30px 0 0; padding: 0; overflow: hidden;}
ul.footer-ssicon li{float: left; width: 60px; height: 60px;margin-right: 15px;}
ul.footer-ssicon li img{width: 100%; height: auto; }
@media (max-width: 767px) {
  body {
    font-size: 18px;
  }
  .mainmenu {
    transition: all 0.5s;
    height: 1px;
    margin: 0;
    overflow: hidden;
  }
  .mainmenu > li.home-btn {
    display: none;
  }
  .mainmenu {
    float: none;
    padding: 0 30px 0 0;
    text-align: center;
  }
  .mainmenu > li {
    float: none;
  }
  .mainmenu.show {
    height: auto;
    margin: 0;
  }
  .mainmenu > li.current-menu-item a:after {
    width: calc(100% - 50px)
  }
}
.wpml-ls-legacy-list-horizontal{padding: 0;}
.wpml-ls-legacy-list-horizontal a{ padding: 0;}
/*iPad V*/
@media (min-width: 768px) {
  .footer-col {
    width: 50%;
  }
  .mainmenu > li.home-btn {
    margin-right: 10px;
  }
  .mainmenu > li.home-btn a {
    width: 127px;
    height: 75px;
  }
  .mainmenu > li a {
    padding: 12px 10px;
  }
}
@media (min-width: 992px) {
	.mainmenu > li.home-btn {
    margin-right: 20px;
  }
  .mainmenu > li.home-btn a {
    width: 187px;
    height: 110px;
  }
  .mainmenu > li a {
    padding: 12px 15px;
  }
}
/*Large screen V*/
@media (min-width: 1200px) {
	
.mainmenu > li.home-btn {
  margin: 0 30px 0 0;
}
  .mainmenu > li a {
    padding: 12px 40px;
  }
}