/*
Theme Name: Invest in Mauritius
Theme URI:
Description: Custom theme for Blah by the hideously clever Kablooey monsters. Oct 2014.
Author: The Kablooey Team
Author URI: http://www.kablooeystudios.com
Version: 1
*/
@charset "utf-8";
@media screen {
  body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
    color: #555;
    font-size: 14px;
  }
  img {
    border: 0;
    max-width: 100%;
    height: auto;
  }
  @font-face {
    font-family: 'Genericons';
    src: url("genericons/Genericons.eot");
    src: url("genericons/Genericons.eot?#iefix") format('embedded-opentype'), url("genericons/Genericons.woff") format('woff'), url("genericons/Genericons.ttf") format('truetype'), url("genericons/Genericons.svg#genericonsregular") format('svg');
    font-weight: normal;
    font-style: normal;
  }
  .genericon {
    font-size: 30px !important;
  }
  a.genericon-facebook:before {
    color: #0f0;
  }
  a.genericon-facebook:hover:before {
    color: #f00;
  }
  a {
    text-decoration: none;
    color: #31536e;
  }
  a:visited {
    color: #31536e;
  }
  a:hover {
    color: #aaa;
  }
  a:active {
    color: #000;
  }
  p {
    line-height: 24px;
  }
  ul,
  ol {
    margin: 0 0 10px 0;
  }
  li {
    font-size: 14px;
    margin-bottom: 10px;
    list-style-type: disc;
  }
  #sidebar li {
    list-style-image: url("images/list-image.png");
  }
  strong {
    color: #000;
  }
  iframe {
    width: 98%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Open Sans', sans-serif;
  }
  h1 {
    font-size: 32px;
    font-weight: normal;
  }
  h2 {
    font-size: 30px;
    font-weight: 700;
  }
  h3 {
    font-size: 24px;
    font-weight: normal;
  }
  h4 {
    font-size: 16px;
    text-transform: uppercase;
  }
  h5 {
    font-size: 14px;
    text-transform: uppercase;
  }
  .sidebar-box-title h5 {
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #ccc;
    font-size: 20px;
    font-weight: 400;
  }
  h6 {
    font-size: 12px;
    text-transform: uppercase;
  }
  hr {
    background-color: none;
    border: 1px dashed #ccc;
    border-style: none none dashed;
    color: none;
  }
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  .clear {
    clear: both;
  }
  .clear30 {
    clear: both;
    height: 30px;
  }
  .round {
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    -o-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
/* top left, top right, bottom right, bottom left */
  }
  #page-banner {
    line-height: 0;
    height: 30vh;
    min-height: value;
    overflow: hidden;
  }
  #content {
    float: left;
    width: 70%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  #content div {
    max-width: 100%;
    height: auto;
}
  #sidebar {
    float: left;
    width: 25%;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .copyright {
    width: 100%;
    text-align: right;
    margin-top: 30px;
  }
  .copyright .wrapper {
    border-top: 2px solid #666;
  }
  .copyright .cr {
    display: inline-block;
    vertical-align: middle;
  }
  .cr.web,
  .cr.call {
    border-right: 2px solid #666;
    padding-right: 5px;
    margin-right: 5px;
  }
  .cr.brought img {
    height: 50px;
    display: inline-block;
    vertical-align: middle;
  }
  #copyright p {
    text-align: center;
    font-size: 12px;
  }
  .page .post {
    margin-top: 40px;
  }
  #logo {
    position: relative;
    display: block;
  }
  #logo img {
    -webkit-filter: grayscale(100%) !important;
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(1);
  }
  #full-menu {
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .admin-bar #full-menu {
    top: 32px;
  }
  #menu-wrapper ul {
    margin: 0;
    padding: 0;
    z-index: 10;
/*	float:right; */
  }
  #menu-wrapper li {
    float: left;
    list-style: none;
    position: relative;
    margin-bottom: 0;
/* Change the following value to push the sub menu down - haerver the submenu top: value is change it to be the same*/
/*height:40px */
  }
  #menu-wrapper a {
    padding: 10px 20px;
    text-decoration: none;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333;
  }
  #menu-wrapper a:hover {
    background-color: #fff;
    cursor: pointer;
    color: #000;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
  }
  #menu-wrapper li.current-menu-item a {
    color: #555;
    background: #fff;
  }
  #menu-wrapper ul li .sub-menu {
    position: absolute;
    z-index: 100;
    background-color: #999;
    margin-left: 0;
    top: 40px;
    display: none;
  }
  #menu-wrapper ul li:hover > ul.sub-menu {
    display: block;
  }
  #menu-wrapper ul li .sub-menu ul {
    background-color: #888;
  }
  #menu-wrapper ul li .sub-menu li ul {
    margin-left: 150px;
    margin-top: -27px;
    top: 27px;
  }
  #menu-wrapper ul li .sub-menu ul ul {
    background-color: #777;
  }
  #menu-wrapper ul li .sub-menu li {
    float: none;
    width: 150px;
    height: auto !important;
    list-style: outside none;
  }
  #menu-wrapper ul li .sub-menu li a {
    padding: 5px 10px;
    line-height: 20px;
    display: block;
    color: #eee;
    font-size: 13px;
  }
  #menu-wrapper ul li .sub-menu li a:visited {
    color: #ddd;
  }
  #menu-wrapper ul li .sub-menu li a:hover {
    color: #000;
  }
  #responsivemenu {
    display: none;
    clear: both;
    position: relative;
    z-index: 500;
    font-size: 16px;
    color: #666;
  }
  .menubutton {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    float: right;
    cursor: pointer;
    width: 94%;
    padding: 10px 3%;
    height: 30px;
    position: relative;
    z-index: 5;
  }
  .menubutton img {
    padding-top: 5px;
  }
  .menubutton p {
    line-height: 30px;
    font-family: opensans, "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0;
  }
  #hiddenmenu {
    display: none;
    position: relative;
    z-index: 200;
    width: 100%;
  }
  #hiddenmenu .current-menu-item a {
    background-color: transparent !important;
    text-transform: uppercase;
  }
  #hiddenmenu ul {
    margin: 0;
    padding: 0;
  }
  #hiddenmenu ul li {
    list-style: none;
    line-height: 1.1em;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #555;
    border-top: 1px solid #fff;
  }
  #hiddenmenu ul li:last-child {
    border-bottom: 0;
  }
  #hiddenmenu ul li a {
    color: #000;
    font-family: opensans, "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    display: block;
    padding: 3%;
  }
  #hiddenmenu ul li ul.sub-menu {
    background: #ddd;
  }
  #hiddenmenu ul li ul.sub-menu li {
    padding-left: 20px !important;
    font-size: 12px !important;
    background-image: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
  #hiddenmenu ul li ul.sub-menu li:last-child {
    border-bottom: 0;
  }
  #hiddenmenu ul li li a {
    padding: 2% 3%;
  }
  #hiddenmenu ul li a:active {
    background: #0fc;
  }
  #hiddenmenu ul li ul.sub-menu li li {
    background: #eee;
  }
  #hiddenmenu ul li ul.sub-menu li li li {
    background: #fff;
  }
  .navigation {
    padding-top: 10px;
    margin-top: 20px;
  }
  .prev-posts {
    width: 50%;
    float: left;
  }
  .next-posts {
    width: 50%;
    float: right;
    text-align: right;
  }
  .gform_wrapper form br {
    display: none !important;
  }
  .gform_wrapper .gform_footer input.button,
  .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #555;
    padding: 5px 20px !important;
    text-align: center !important;
    display: inline-block !important;
    border: 0 !important;
    color: #fff;
  }
  .gform_button:hover {
    background-color: #f0f0f0 !important;
    color: #000 !important;
    cursor: pointer;
  }
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 0px !important;
  }
  form#searchform {
    margin: 0;
    padding: 0;
    height: 28px;
  }
  input#searchsubmit {
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
    background-image: url("images/search-icon.png");
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0;
    border: 0;
    background-color: #fff;
    vertical-align: bottom;
  }
  #searchsubmit:hover {
    background-color: #aaa;
    color: #fff;
  }
  input#s {
    border: 1px solid #aaa;
    color: #777;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    padding: 0px 10px;
  }
  #s {
    height: 28px;
  }
  .gallery {
    margin: auto;
  }
  .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
/* to make a quarter gallery
 	 margin:1% !important;
	 width:23% !important;
*/
  }
  .gallery p {
    line-height: 0;
    margin: 0;
    padding: 0;
  }
  .gallery img {
    border: 0 !important;
  }
  .gallery-caption {
    margin: 0 auto !important;
    max-width: 80%;
    text-align: center;
    font-size: 85%;
  }
  .gallery-columns-0 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 13%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 11%;
  }
  .gallery-columns-9 .gallery-caption {
    max-width: 9%;
  }
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
  img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-caption.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  .wp-caption.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  .wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-caption {
    font-size: 11px;
    background-color: #fff;
    padding: 10px;
  }
  .wp-caption img {
    margin: 0;
    width: 100%;
  }
  ol.commentlist {
    list-style: none;
  }
  ol.commentlist li.comment {
    padding: 20px;
  }
  ol.commentlist li.comment div.vcard cite.fn {
    font-style: normal;
  }
  ol.commentlist li.comment div.vcard img.avatar {
    float: right;
    margin: 0 0 10px 10px;
  }
  ol.commentlist li.comment div.comment-meta {
    font-size: 10px;
  }
  ol.commentlist li.comment div.comment-meta a {
    color: #ccc;
  }
  ol.commentlist li.comment ul {
    list-style: none;
  }
  ol.commentlist li.comment div.reply {
    font-size: 11px;
    margin-bottom: 20px;
  }
  ol.commentlist li.comment div.reply a {
    font-weight: bold;
    text-decoration: none;
  }
  ol.commentlist li.comment ul.sub-menu {
    list-style: none;
    margin: 10px 0 0;
  }
  ol.commentlist li.comment ul.sub-menu li.depth-2 {
    border-left: 5px solid #555;
    margin: 0 0 10px 10px;
  }
  ol.commentlist li.comment ul.sub-menu li.depth-3 {
    border-left: 5px solid #999;
    margin: 0 0 10px 10px;
  }
  ol.commentlist li.comment ul.sub-menu li.depth-4 {
    border-left: 5px solid #bbb;
    margin: 0 0 10px 10px;
  }
  ol.commentlist li.even {
    background: #fff;
  }
  ol.commentlist li.odd {
    background: #f6f6f6;
  }
  ol.commentlist li.parent {
    border-left: 10px solid #eee;
  }
  input[type=text] {
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #ccc;
    color: #666;
  }
  textarea {
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #ccc;
    color: #666;
  }
  #submit {
    background-color: #555;
    padding: 5px 20px;
    text-align: center;
    display: inline-block;
    border: 0;
    color: #fff;
    font-size: 14px;
  }
  #submit:hover {
    background-color: #f0f0f0;
    cursor: pointer;
    color: #000;
  }
}
@media print {
  .do-not-print {
    display: none;
  }
  #comments {
    page-break-before: always;
  }
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Garamond, "Times New Roman", serif;
    color: #000;
    background: none;
    font-size: 12pt;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Helvetica, Arial, sans-serif;
  }
  h1 {
    font-size: 19pt;
  }
  h2 {
    font-size: 17pt;
  }
  h3 {
    font-size: 15pt;
  }
  h4,
  h5,
  h6 {
    font-size: 12pt;
  }
  code {
    font: 10pt Courier, monospace;
  }
  blockquote {
    margin: 1.3em;
    padding: 1em;
  }
  img {
    display: block;
    margin: 1em 0;
  }
  a img {
    border: none;
  }
  table {
    margin: 1px;
    text-align: left;
  }
  th {
    border-bottom: 1px solid #333;
    font-weight: bold;
  }
  td {
    border-bottom: 1px solid #333;
  }
  th,
  td {
    padding: 4px 10px 4px 0;
  }
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  a {
    text-decoration: none;
    color: #000;
  }
}
.spaceme {
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.home_cover {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  overflow: hidden;
  text-align: center;
}
.home_cover .spaceme {
  min-height: 85vh;
}
.home_cover .crwap {
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}
.home_cover .crwap h1 {
  color: #fff;
  margin: 0px;
}
.home_cover .crwap .title {
  display: block;
  width: 100%;
  text-align: center;
}
.home_cover .crwap .title.small {
  font-size: 16px;
  color: #fff;
}
.home_cover .crwap .title.small a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.home_cover .crwap .title.small a img {
  padding-top: 20px;
  display: block;
  margin: auto;
  clear: both;
  max-width: 40px;
  height: auto;
}
.home_cover .crwap .title.medium {
  font-size: 34px;
}
.home_cover .crwap .title.large {
  font-size: 80px;
  letter-spacing: 10px;
}
@media screen and (max-width: 600px) {
  .home_cover .crwap .title.large {
    font-size: 60px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 414px) {
  .home_cover .crwap .title.large {
    font-size: 50px;
  }
}
.formbox {
  display: flex;
}
@media screen and (max-width: 900px) {
  .formbox {
    display: block;
  }
}
.formbox .fifty {
  overflow: hidden;
  width: 50%;
  display: flex;
  margin: 20px;
  box-sizing: border-box;
  min-height: 300px;
}
@media screen and (max-width: 900px) {
  .formbox .fifty {
    width: 100%;
    min-height: 400px;
    display: block;
    margin: 0px;
    margin-top: 20px;
  }
}
.formbox .fifty.bkg {
  background-size: cover;
}
.formbox .fifty .gform_title {
  font-size: 30px;
  text-transform: uppercase;
}
.formbox .fifty .button {
  width: 100%;
  height: 40px;
}
.parabox {
  position: relative;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
.parabox .wrapper {
  display: flex;
}
@media screen and (max-width: 650px) {
  .parabox .wrapper {
    display: block;
  }
}
.parabox .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
.parabox .fifty {
  overflow: hidden;
  position: relative;
  width: 50%;
  margin: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .parabox .fifty {
    width: 100%;
    display: block;
    margin: 0px;
    margin-top: 20px;
  }
}
.parabox .fifty.left {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .parabox .fifty.left {
    text-align: center;
  }
}
.parabox .fifty.left .why {
  display: inline-block;
  width: 90%;
  vertical-align: middle;
}
.parabox .fifty.left img {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .parabox .fifty.left img {
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  .parabox .fifty.left img {
    display: none;
  }
}
.parabox .fifty.left p {
  font-size: 34px;
  line-height: 40px;
  text-align: right;
  display: inline-block;
  float: right;
  margin: 0px;
}
@media screen and (max-width: 900px) {
  .parabox .fifty.left p {
    float: left;
    text-align: left;
  }
  .parabox .fifty.left p br {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .parabox .fifty.right {
    width: 100%;
    display: block;
  }
}
.parabox .fifty.right .listwrap .listitem {
  width: 100%;
  float: left;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .parabox .fifty.right .listwrap .listitem {
    font-size: 16px;
  }
}
.blog .page_title {
  display: none !important;
}
.blog .wrapper,
.single-post .wrapper {
  overflow: hidden;
}
.blog .wrapper #content,
.single-post .wrapper #content {
  margin-top: 30px;
  border-right: 2px solid #ccc;
  box-sizing: border-box;
  margin-right: 2%;
  padding-right: 2%;
  width: 73%;
}
@media screen and (max-width: 1024px) {
  .blog .wrapper #content,
  .single-post .wrapper #content {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
  }
}
.blog .wrapper #content .postbox,
.single-post .wrapper #content .postbox {
  overflow: hidden;
  margin-bottom: 30px;
}
.blog .wrapper #content .postbox .postbox-image,
.single-post .wrapper #content .postbox .postbox-image {
  float: left;
  width: 30%;
  overflow: hidden;
}
.blog .wrapper #content .postbox .postbox-image img,
.single-post .wrapper #content .postbox .postbox-image img {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .blog .wrapper #content .postbox .postbox-image,
  .single-post .wrapper #content .postbox .postbox-image {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.blog .wrapper #content .postbox .postbox-text,
.single-post .wrapper #content .postbox .postbox-text {
  float: left;
  width: 65%;
  margin-left: 5%;
  margin-bottom: 30px;
}
.blog .wrapper #content .postbox .postbox-text h5,
.single-post .wrapper #content .postbox .postbox-text h5 {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .blog .wrapper #content .postbox .postbox-text,
  .single-post .wrapper #content .postbox .postbox-text {
    width: 100%;
  }
}
.blog .wrapper #content .postbox .date-custom,
.single-post .wrapper #content .postbox .date-custom {
  font-size: small;
  font-style: italic;
}
.reg {
  width: 100%;
  text-align: center;
  background-color: #06132f;
  padding-top: 30px;
  padding-bottom: 30px;
}
.reg a {
  width: 280px;
  line-height: 40px;
  background-color: #fff;
  display: inline-block;
  height: 40px;
  color: #06132f;
  border: 2px solid #fff;
}
.reg a:hover {
  color: #fff;
  background-color: #06132f;
}
.contwrap {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
