/*
 Theme Name:     Mergeo
 Theme URI:      http://www.mergeo.com
 Description:    Mergeo website
 Author:         Ryuhei Yokokawa
 Author URI:     http://y-designs.com
 Template:       blankslate
 Version:        1.0.0
*/
@font-face {
  font-family: 'tensoregular';
  src: url('../../fonts/tenso/03_Tenso_Regular-webfont.eot');
  src: url('../../fonts/tenso/03_Tenso_Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../fonts/tenso/03_Tenso_Regular-webfont.woff') format('woff'), url('../../fonts/tenso/03_Tenso_Regular-webfont.ttf') format('truetype'), url('../../fonts/tenso/03_Tenso_Regular-webfont.svg#tensoregular') format('svg');
  font-weight: normal;
  font-style: normal;
  /*
 * Style Guide
 * 
Colors:
Green:$light
Navy:$dark
Background-Color:#f9f9f9
Darker grey: #efefef


Fonts: 
main font: Tenso
main body text: Helvetica Neue, sans-serif
Bubbly Button Text: Aller-bold

 */
}
html, body {
  background: #f9f9f9;
}
h1, h2, h3, h4 {
  font-family: 'tensoregular';
}
a {
  color: #43c3d8;
}
a:hover {
  text-decoration: none;
  color: #0d4a80;
}
.no-horiz-pad {
  padding-left: 0;
  padding-right: 0;
}
.header-wrapper {
  width: 100%;
  height: 65px;
  background: #0d4a80;
  z-index: 3;
}
.big-container {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
.desktop-menu {
  z-index: 100;
  float: right;
  height: 57px;
}
.desktop-menu h1 {
  z-index: 100;
  /*Top MENU system*/
  /*shared*/
}
.desktop-menu ul li a {
  color: #43c3d8;
  font-family: 'tensoregular';
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.desktop-menu ul li a:hover {
  color: #fff;
  /*Level 1*/
}
.desktop-menu > ul {
  margin: 20px 0 15px 0;
  padding: 0;
}
.desktop-menu > ul > li {
  display: inline-block;
  padding: 0;
  font-weight: bold;
}
.desktop-menu > ul > li > a {
  display: inline-block;
  padding: 0 0 20px 40px;
  /*Level 2*/
}
.desktop-menu ul li ul li a {
  padding: 0px !important;
}
.desktop-menu ul li ul {
  position: absolute;
  display: none;
  background-color: #1e2828;
  padding: 15px 40px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 100;
}
.desktop-menu ul li:hover ul {
  display: block;
}
.desktop-menu ul li ul li {
  margin: 0;
}
header nav h1 {
  position: absolute;
  left: -15px;
  margin: 2px 0 0 0;
  display: inline-block;
}
header nav img {
  width: 200px;
  height: auto;
  /*secondary menu*/
}
.secondary-menu-container ul#menu-secondary-menu {
  display: inline-block;
  list-style: none;
  float: right;
}
.secondary-menu-container ul#menu-secondary-menu li {
  float: left;
  padding: 10px 0 0 40px;
}
.secondary-menu-container ul#menu-secondary-menu li a {
  color: #0d4a80;
  font-family: 'tensoregular';
  font-size: 15px;
  text-transform: uppercase;
}
.secondary-menu-container ul#menu-secondary-menu li a:hover {
  color: #43c3d8;
  text-decoration: none;
  /*mobile menu*/
}
.mobile-menu {
  background: #0d4a80;
  height: 65px;
}
.mobile-menu h1 {
  left: 0px;
}
.mobile-menu h1 img {
  max-height: 90px;
}
.mobile-menu button {
  height: 65px;
  color: #fff;
  background-color: #43c3d8;
  font-family: 'tensoregular';
}
.mobile-menu button:hover {
  text-decoration: none;
  background-color: #43c3d8;
}
.mobile-menu .dropdown-menu {
  background-color: #43c3d8;
}
.mobile-menu .dropdown-menu > ul {
  list-style: none;
}
.mobile-menu .dropdown-menu > li > a {
  font-family: 'tensoregular';
  /*Footer*/
}
.footer-wrapper {
  width: 100%;
  background: #0d4a80;
  color: #fff;
}
.footer-wrapper footer {
  padding: 20px 0;
}
.footer-wrapper footer nav ul {
  margin: 0;
  padding: 0;
}
.footer-wrapper footer nav ul li {
  display: inline-block;
}
.footer-wrapper footer nav ul li a {
  color: #43c3d8;
}
.footer-wrapper footer nav ul li a:after {
  content: "|";
  margin: 0 10px;
}
.footer-wrapper footer nav ul li.menu-item-28 a:after {
  content: " ";
}
.page-id-7 .wpcf7 {
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
}
.page-id-7 .wpcf7 input, .page-id-7 .wpcf7 textarea {
  width: 100%;
  border: solid 1px #ddd;
  padding: 10px 10px;
}
.page-id-7 .wpcf7 input {
  height: 40px;
}
.page-id-7 .wpcf7 input[type="submit"] {
  display: block;
  width: 50%;
  margin: 30px auto;
  padding: 10px 20px;
  background: #43c3d8;
  color: #fff;
  font-family: 'tensoregular';
  text-transform: uppercase;
  border: 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  /***************************************
	Shared CSS
*/
}
.top-title h1 {
  color: #43c3d8;
  text-transform: uppercase;
  border-bottom: 1px solid #43c3d8;
  font-weight: normal;
  font-size: 45px;
  margin-top: 0px;
  margin-bottom: 30px;
  /***************************************
	Media Queries
*/
  /*Tiny*/
}
@media (max-width: 479px) {
  /*Small*/  .header-wrapper {
    height: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /*Normal*/  .header-wrapper {
    height: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*Bigger*/}
@media (min-width: 992px) and (max-width: 1199px) {
  /*Huge*/}
