@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300italic,400,400italic,500,500italic,600,600italic,700,700italic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
 
/*
  Theme Name: Heletranz
  Theme URI: http:heletranz.wordpress.zeald.com
  Description: The new role of website design is to tell a story, which is what Parallax Pro was developed to do.
  Author: Zeald
  Author URI: http://www.zeald.com

  Version: 1.2.2

  Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

  Template: genesis
  Template Version: 2.1

  License: GPL-2.0+
  License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/* Table of Contents

  - HTML5 Reset
    - Baseline Normalize
    - Box Sizing
    - Float Clearing
  - Defaults
    - Typographical Elements
    - Headings
    - Objects
    - Gallery
    - Forms
    - Buttons
    - Tables
  - Structure and Layout
    - Site Containers
    - Column Widths and Positions
    - Column Classes
  - Common Classes
    - Avatar
    - Genesis
    - Search Form
    - Titles
    - WordPress
  - Widgets
    - Simple Social Icons
  - Plugins
    - Genesis eNews Extended
    - Jetpack
  - Site Header
    - Title Area
    - Widget Area
    - Utility Bar
  - Site Navigation
    - Header Navigation
    - Primary Navigation
    - Secondary Navigation
    - Responsive Menu
  - Content Area
    - Homepage
    - Pricing Table
    - Content
    - Entries
    - Entry Meta
    - After Entry
    - Pagination
    - Content Boxes
    - Comments
  - Sidebar
  - Footer Widgets
  - Site Footer
  - Theme Colors
    - Parallax Pro Blue
    - Parallax Pro Green
    - Parallax Pro Orange
    - Parallax Pro Pink
  - Media Queries
    - Retina Display
    - Max-width: 1139px
    - Max-width: 1023px
    - Max-width: 768px

*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
  normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 10, 10, 10, 10;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 500;
}
dfn {
  font-style: normal;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
  display: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  content: " ";
  display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 100%;
}
body {
  background-color: #fff;
  color: #000;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.parallax-home {
  background: none;
}
a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
}
::selection {
  background-color: #000;
  color: #fff;
}
a {
  color: #0d67a5;
  text-decoration: none;
}
a:hover {
  color: #1188D7 !important;
}
p {
	padding: 0;
	color: #424242;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
b,
strong {
  font-weight: 600;
}
cite,
em,
i {
  font-style: italic;
}
blockquote {
  color: #424242;
  margin: 40px;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  margin: 60px 10 10 20px;
  font-style: normal;
}

h1,
.heading-1 {
  font-size: 2.75rem;
  font-weight: 500;
}
h2,
.heading-2 {
  font-size: 1.5rem;
  font-weight: 400;
}
h3,
.heading-3 {
  font-size: 23px;
  font-weight: 400;
 
}
h4,
.heading-4 {  
	font-family: 'Helvitica', sans-serif;
	font-size: 20px;
	color: #424242;
	font-weight: 600;
	line-height: 1.5;
	font-style: normal;
	letter-spacing: 1px;
}

h5,
.heading-5 {
  font-size: 1.5rem;
  font-weight: 300;
}
h6,
.heading-6 {
  font-size: 1.125rem;
  font-weight: 300;
  color: #666666;
}


/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}
img {
/*  width: 100%; */
/*  height: auto; */
}
.full-width-content img.pull-left {
  float: left;
  margin: 0 40px 40px -200px;
}
.full-width-content img.pull-right {
  float: right;
  margin: 0 -200px 40px 40px;
}
.featured-content img,
.gallery img {
  width: auto;
}
/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
  margin-bottom: 28px;
}
.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}
.gallery .gallery-item img {
  border: none;
  height: auto;
  margin: 0;
}
/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  padding: 0px;
}
input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}
::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-weight: 400;
}
::-webkit-input-placeholder {
  color: #000;
  font-weight: 400;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #000;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #0f75bc;
  color: #fff;
}
.button {
  display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}
/* Buttons
--------------------------------------------- */
.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-even a.button,
.home-odd a.button {
  background: transparent;
  clear: both;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 20px;
  padding: 15px 25px;
  text-transform: uppercase;
}
.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-odd a.button {
  border: 3px solid #fff;
  color: #fff !important;
}
.footer-widgets a.button:hover,
.home-odd a.button:hover {
  background-color: #fff;
  color: #000 !important;
}
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"] {
  background-color: #fff !important;
  color: #000 !important;
}
.home-even a.button {
  border: 3px solid #000;
  color: #000;
}
.home-even a.button:hover {
  background-color: #000;
  color: #fff;
}
/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

td,
th {
  text-align: left;
}
td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}
th {
  font-weight: 400;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1280px;
}
.site-inner {
  clear: both;
  margin-top: 175px;
}
.ubermenu-responsive-default.ubermenu{background: #fff;}
.parallax-home .site-inner {
  max-width: 100%;
}
.parallax-landing .site-inner {
  margin-top: 100px;
}
/* Column Classes
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%;
}
.one-third,
.two-sixths {
  width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
  width: 65.81196581196582%;
}
.one-fourth {
  width: 23.076923076923077%;
}
.three-fourths {
  width: 74.35897435897436%;
}
.one-sixth {
  width: 14.52991452991453%;
}
.five-sixths {
  width: 82.90598290598291%;
}
.first {
  clear: both;
  margin-left: 0;
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  float: left;
}
.author-box .avatar {
  height: 88px;
  width: 88px;
}
.entry-comments .avatar {
  height: 60px;
  width: 60px;
}
.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
.comment .avatar {
  margin: 0 20px 24px 0;
}
/* Genesis
--------------------------------------------- */
.breadcrumb {
  border-bottom: 2px solid #f5f5f5;
  font-size: 20px;
  margin-bottom: 60px;
  padding-bottom: 10px;
}
.archive-description,
.author-box {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 20px;
  margin-bottom: 100px;
  padding: 40px 0;
}
.author-box-title {
  font-size: 22px;
  margin-bottom: 8px;
}
.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}
.site-header .search-form {
  float: right;
  margin-top: 4px;
}
.entry-content .search-form,
.site-header .search-form {
  width: 50%;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Titles
--------------------------------------------- */
.archive-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}
.entry-title {
  font-size: 36px;
}
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title {
    font-size: 30px;
    margin-bottom: 10px;
}
.sidebar .entry-title {
  font-size: 24px;
  text-align: left;
}
.entry-title a {
  color: #000;
}
.entry-title a:hover {
  color: #f04848;
}
.widget-title {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
}
.footer-widgets .widget-title {
  color: #fff;
  font-size: 30px;
}
.home-even .widget-title,
.home-odd .widget-title {
  font-size: 3.25rem;
  margin-bottom: 40px;
}
/* WordPress
--------------------------------------------- */
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}
a.alignnone {
  display: inline-block;
}
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
  margin-bottom: 12px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}
.wp-caption-text {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content p.intro {
    color: #424242;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 10px;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}
/* Simple Social Icons
--------------------------------------------- */
.parallax-home .content .simple-social-icons {
  margin-top: 40px;
}
.parallax-home .content .simple-social-icons ul li {
  margin: 0 20px !important;
}
.parallax-home .content .simple-social-icons ul li a,
.parallax-home .content .simple-social-icons ul li a:hover {
  padding: 30px;
}
/* Home Cta
--------------------------------------------- */
.home-cta-bar {
  background-color: #3d3c3a;
  color: #ffffff;
}
.home-cta-bar .widget-title {
	float: left;
	width: 50%;
	color: #ffffff;
	font-style: normal;
	margin-top: 20px;
}
.home-cta-bar .widget-title h4 {
margin: 0px !important;
} 
.home-cta-bar .cta-btn {
	float: right;
	display: block;
	width: 280px;
	height: 44px;
	background: url(images/cta-btn.png) no-repeat;
	text-indent: -9999em;
	margin: 15px;
	margin-bottom: 15px;
}
/* Before Footer
--------------------------------------------- */
.before-footer {
  padding: 42px 0 56px 0;
  text-align: center;
}
.before-footer a {
  padding: 0 20px 2px 0;
  background: url(images/link-arrow.png) no-repeat center right;
}
.before-footer-left {
  padding-right: 7.692%;
}
.before-footer-left .gifts-button {
  display: inline-block;
  height: 44px;
  width: 212px;
  background: url(images/buy-vouchers.png) no-repeat;
  text-indent: -9999em;
}
.before-footer-left .gifts-button:hover{
	background: url(images/vouchers-hover.png) no-repeat;
}
.before-footer-right {
  position: relative;
  padding-left: 2.5641%;
    border-left: 1px solid #ccc;
}
.before-footer-right .specials {
  display: inline-block;
  height: 44px;
  width: 212px;
  background: url(images/specials.png) no-repeat;
  text-indent: -9999em;
}
.before-footer-right .specials:hover{
	background: url(images/specials-hover.png) no-repeat;
}
.before-footer-left h4,
.before-footer-right h4 {
	font-size: 19px;
	font-weight: 500;
	text-transform: uppercase;
}
@media only screen and (min-width: 960px) and (max-width: 1140px) {
  .before-footer-right {
    padding-right: 0 !important;
  }
  .before-footer-right img {
    float: none;
    position: static;
  }
}
@media only screen and (max-width: 960px) {
  .before-footer-right {
    padding-left: 0;
    padding-right: 335px;
    padding-top: 24px;
    border-top: 1px solid #ccc;
    border-left: 0;
  }
  .before-footer-right img {
    float: right;
    position: absolute;
    top: 24px;
    right: 0;
    width: auto !important;
    height: auto !important;
  }
.woocommerce div.product div.images {
	/* margin-top: -100px; */
}
}
@media only screen and (max-width: 640px) {
  .before-footer-right {
    padding-right: 0 !important;
  }
  .before-footer-right img {
    float: none;
    position: static;
  }
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-widgets .enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #000;
}
.enews form + p {
  margin-top: 24px;
}
/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}
/* Utility Bar
--------------------------------------------- */
.utility-bar {
  position: fixed;
  top: 0;
  height: 40px;
  z-index: 999;
  width: 100%;
  background: #f7f7f7;
}
.utility-bar-left {
  float: left;
  width: 35%;
}
.utility-bar-left ul li {
  display: inline-block;
  margin-right: 1.846rem;
}
.utility-bar-left a {
  font-size: 0.8125rem !important;
  color: #333333 !important;
  font-weight: 500 !important;
  font-style: normal;
}
.utility-bar-left a:hover {
  color: #4CA5E1;
}
.utility-bar-right {
    float: right;
    width: 65%;
    text-align: right;
    font-weight: 500;
    font-style: normal;
    color: #000;
    margin-top:25px;
    font-size: 1rem;
    line-height: 1.5;
}
.utility-bar-right ul li:first-child {
    vertical-align: top;
	font-style: none;
    position: relative;
    top: -15px;
}
.utility-bar-right ul li:nth-child(2) {
    vertical-align: top;
    position: relative;
    top: -19px;
}
.utility-bar-right ul li:nth-child(3) {
   vertical-align: top;
    position: relative;
    top: -21px;
}
.utility-bar-right ul li:nth-child(4) {
	vertical-align: top;
    position: relative;
    top: -23px;
	margin-left: 0;
}
.utility-bar-right ul li:nth-child(5) {
	vertical-align: top;
    position: relative;
    top: -22px;
	margin-left: 5px;
}
.utility-bar-right ul li:nth-child(6) {
	vertical-align: top;
    position: relative;
    top: -21px;
	margin-left: 12px;
}
.utility-bar-right ul li:nth-child(7) {
	vertical-align: top;
    position: relative;
    top: -21px;
}
.utility-bar-right ul li:nth-child(8) {
	vertical-align: top;
    position: relative;
    top: -20px;
}
.utility-bar-right ul li {
	display: inline-block;
	margin-left: 15px;
	vertical-align: top;
	position: relative;
	top: -15px;
}
#flags li{margin-right: 15px;}
.utility-bar-right .utility-number a {
  color: #000;
}
.utility-bar-right .utility-number a:hover {
  color: #1188D7;
}
.utility-bar-right .utility-home a {
  display: block;
  width: 21px;
  height: 21px;
  background: url(images/homeicon.png) no-repeat;
  text-indent: -9999em;

}
.utility-bar-right .utility-home a span {
  display: none;
}
.utility-bar-right .utility-email a {
  display: block;
  width: 32px;
}
.utility-bar-right .utility-email a span {
  display: none;
}
.utility-bar-right .utility-facebook a {
  display: block;
  width: 32px;
}
.utility-bar-right .utility-facebook a span {
  display: none;
}
.utility-bar-right .utility-tripadvisor a {
  display: block;
  width: 32px;
}
.utility-bar-right .utility-tripadvisor a span {
  display: none;
}
.utility-bar-right .utility-instagram a {
  display: block;
  width: 32px;
}
.utility-bar-right .utility-instagram a span {
  display: none;
}

.utility-bar-right .book-now a {
  display: block;
  width: 140px;
  height: 34px;
  background: url(images/book-now.png) no-repeat;
  text-indent: -9999em;
}
.utility-bar-right .book-now a span {
  display: none;
}
/*
Utility Bar Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  .utility-bar {
    position: static;
    height: auto;
    background: none;
  }
  .utility-bar .wrap {
    padding: 0 !important;
    max-width: 100%;
  }
  .utility-bar-left {
    float: none;
    width: 100%;
    padding: 0 5%;
    padding-top: 4px;
    padding-bottom: 8px;
    background: #f7f7f7;
  }
  .utility-bar-left ul {
    text-align: center;
  }
  .utility-bar-left ul li {
    margin: 0 12px;
  }
  .utility-bar-right {
    float: none;
    width: 100%;
  }
  .utility-bar-right ul {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .utility-bar-right ul li {
    margin-left: 15px;
  }
  .utility-bar-right .book-now a {
  display: none;
  }
  
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #fefefe;
	left: 0;
	position: fixed;
	top: 14px;
	height: 140px;
	width: 100%;
	z-index: 99;
}
.admin-bar .site-header {
  top: 32px;
}
/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 15px 0;
  width: 330px;
}
.header-full-width .title-area {
  width: 100%;
}
.site-title {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  width:100%;
}
.page .site-title,
.home .site-title {
    margin-top: 0.9em;
}
.site-title a,
.site-title a:hover {
  color: #fff !important;
}
.header-image .title-area {
  padding: 24px 0 24px 0;
}
.header-image .site-title > a {
  background-size: contain !important;
  display: block;
  height: 108px;
  text-indent: -9999px;
  max-width: 360px;
}
.site-description {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}



@media only screen and (min-width: 1281px) and (max-width: 1380px) {
   .header-image .title-area {
    width: 200px;
  }
  .site-header .widget-area {
    float: right;
  }

}

.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
    background: none !important;
}
/*@media only screen and (min-width: 1240px) and (max-width: 1370px) {
  .site-header {
    height: 194px;
  }
}*/
@media only screen and (max-width: 1280px) {
  body .ubermenu {
    margin-top: 0 !important;
  }
  .site-header {
    height: 145px;
  }
  .input-search {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .widget-area.header-widget-area {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 1140px) {
  body .ubermenu .ubermenu-item a.ubermenu-target span.ubermenu-target-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 960px) {
  .header-image .title-area {
    padding: 16px 0 0 0;
  }
  .site-header {
    padding-bottom: 0 !important;
  }
  .widget-area.header-widget-area {
    margin-top: 0;
  }
}

@media screen and (max-width: 959px) {
    .ubermenu_navigation_widget-class .ubermenu-responsive-default.ubermenu-responsive {
        max-height: none;
    }
    .ubermenu-responsive-default.ubermenu-responsive.ubermenu-has-border .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
        position: relative;
    }
    .ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout.ubermenu-submenu-align-right_edge_item {
        right: 0 !important;
    }
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
}
.site-header .textwidget {
  margin-top: 27px;
}
@media only screen and (max-width: 1280px) {
  .site-header .widget-area {
    float: none;
    width: 100%;
    text-align: center;
  }
  .title-area {
    float: none;
    width: 100%;
  }
  .title-area .site-title a {
    margin: 0 auto;
  }
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu,
.ubermenu {
	padding-top: 40px;
	clear: both;
	color: #000;
	font-style: normal;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	width: 100%;
	text-align: right;
}
.genesis-nav-menu .menu-item,
.ubermenu .ubermenu-item {
  display: inline-block;
  text-align: left;
}
.genesis-nav-menu li li {
  margin-left: 0;
}
.genesis-nav-menu a,
.ubermenu .ubermenu-item a {
  color: #000;
  display: block;
  font-style: normal;
text-transform: uppercase;
  padding: 27px 17px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.ubermenu .ubermenu-item a:hover,
.ubermenu .ubermenu-item.current-menu-item a:hover {
  color: #0e74ba;
}
.genesis-nav-menu > .menu-item > a,
.ubermenu > .ubermenu-item > a {
  text-transform: uppercase;
  font-weight: 500;
}
body .ubermenu .ubermenu-item a span {
  font-weight: 400 !important;
}
.ubermenu .ubermenu-item a:hover span { text-decoration: none !important; color: #0e74ba !important; }
.ubermenu .ubermenu-item a:hover {
  color: #0e74ba !important;
  text-decoration: none;
}
.ubermenu .ubermenu-item:focus, .ubermenu .ubermenu-item .ubermenu-target:focus, .ubermenu .ubermenu-item .ubermenu-target-title:focus {
  border: none!important;
  outline:none !important;
  border-color: white;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop, .ubermenu-nojs .ubermenu-item:hover .ubermenu-submenu-drop {
  background-color: white;
}
.ubermenu-submenu .ubermenu-item .ubermenu-target {
  padding: 12px;
}
.ubermenu-submenu .ubermenu-item .ubermenu-target:active,
.ubermenu-submenu .ubermenu-item .ubermenu-target:visited,
.ubermenu-submenu .ubermenu-item .ubermenu-target:focus,
.ubermenu-submenu .ubermenu-item .ubermenu-target-title:active,
.ubermenu-submenu .ubermenu-item .ubermenu-target-title:visited,
.ubermenu-submenu .ubermenu-item .ubermenu-target-title:focus {
  border: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.ubermenu-submenu .ubermenu-item .ubermenu-target-title {
  font-size: 14px !important;
}
.genesis-nav-menu .sub-menu {
  left: -9999px;
  letter-spacing: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  padding: 20px;
  position: relative;
  width: 200px;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  color: #000;
  display: inline-block;
  list-style-type: none;
  padding: 27px 20px;
  text-transform: uppercase;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}
.genesis-nav-menu > .search {
  display: block;
  margin: 0 auto;
  padding: 0 20px 20px;
  width: 50%;
}
body .ubermenu .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
  border: 1px solid #d3d3d3 !important;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(211,211,211,.45) !important;
  -moz-box-shadow: 3px 3px 5px 0px rgba(211,211,211,.45) !important;
  box-shadow: 3px 3px 5px 0px rgba(211,211,211,.45) !important;
}
@media only screen and (max-width: 1260px) {
  .nav-header .genesis-nav-menu {
    text-align: center;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 961px) {
  .nav-header .genesis-nav-menu {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 960px) {
  .nav-header .genesis-nav-menu {
    padding: 32px 0;
  }
}
@media only screen and (max-width: 768px) {
  .nav-header .genesis-nav-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-top: 1px solid #F0F0F0;
  }
  .nav-header .genesis-nav-menu .menu-item {
    width: 50%;
    display: inline-block;
   font-size:1rem;
    border-bottom: 1px solid #F0F0F0;
    text-align: center !important;
    margin: auto;
  }
 /* .nav-header .genesis-nav-menu .menu-item:nth-child(odd) {
    border-right: 1px solid #F0F0F0;
  } */
  .entry-header {
    margin-top: -65px;

  }
  .entry-title {
    margin-bottom: 5px;
  }
}
body .ubermenu {
    z-index:150;
    background: transparent;
    border: none;
}
body .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    margin: 0 auto;
    background: transparent;
    border: none;
    box-shadow: none;
}
body .ubermenu-main .ubermenu-row {
    background: #e3e3e3;
    padding: 25px 25px;
}
body .ubermenu { margin-top: 40px; }
body .ubermenu .ubermenu-item a {
    border-left: none !important;
}
body .ubermenu .ubermenu-item:hover a,
body .ubermenu .ubermenu-item.ubermenu-current-menu-item a,
body .ubermenu .ubermenu-item.ubermenu-current-menu-ancestor a {
    background: transparent !important;
}
body .ubermenu .ubermenu-item a span {
    font-family: "Proxima Nova",Helvetica,sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}
body .ubermenu .ubermenu-item:hover > a span {
    text-decoration: underline;
}
body .ubermenu .ubermenu-item a:after {
    color: #000000 !important;
}

/* Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  background-color: #000;
}
/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #000;
  margin-bottom: 60px;
  text-align: center;
}
.nav-primary .sub-menu {
  background-color: #000;
}
/* Secondary Navigation
--------------------------------------------- */
.nav-secondary .genesis-nav-menu {
  padding: 20px 0;
}
.nav-secondary a {
  margin: 0 20px;
  padding: 0;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Homepage
--------------------------------------------- */
.home-even,
.home-odd {
  clear: both;
  overflow: hidden;
  padding: 190px 0 200px;
  text-align: center;
}
.home-even {
  padding: 62px 0 70px;
}
.home-even .widget,
.home-odd .widget {
  margin-bottom: 40px;
}
.home-even p:last-child,
.home-even .widget:last-child,
.home-odd p:last-child,
.home-odd .widget:last-child {
  margin-bottom: 0;
}
.home-odd,
.home-odd a:hover,
.home-odd h1,
.home-odd h2,
.home-odd h3,
.home-odd h4,
.home-odd h5,
.home-odd h6,
.home-odd .featured-content .entry-title a,
.home-odd .widget-title {
  color: #fff;
}
.home-odd .featured-content .entry-title a:hover {
  color: #f04848;
}
.home-even p:last-child,
.home-odd p:last-child {
  margin-bottom: 0;
}
.home-even {
  background-color: #fff;
}
.home-section-1,
.home-section-3,
.home-section-5,
.home-section-7,
.home-section-9,
.home-section-11,
.home-section-13 {
  background-attachment: fixed;
  background-color: #fff;
  background-position: 50% 0px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.home-odd .widget-title {
  margin-bottom: 8px;
  font-size: 3.5rem;
  font-weight: 500;
}
.home-odd p {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.875rem;
  color: #fff;
font-weight: 400;
}
.home-even .first h3.home-even-title,
.home-even .first p {
  text-align: left;
}
.home-even .first h3.home-even-title {
  margin-bottom: 0;
}
.home-even .first p.home-even-text {
  margin-top: 8px;
}
.home-even .three-fourths {
  padding-left: 2.564102564102564%;
  margin-left: 0;
  text-align: left;
  border-left: 1px solid #ccc;
  line-height: 32px;
}
.home-even .three-fourths h5 {
  float: left;
  font-weight: 500;
}
/*.home-even .three-fourths .view-all {
  float: right;
display: none;
}*/
.home-even .three-fourths p {
  margin: 0;
}
.home-even a {
  padding: 0 20px 2px 0;
  background: url(images/link-arrow.png) no-repeat center right;
}
@media only screen and (max-width: 960px) {
  .home-even .first h3.home-even-title,
  .home-even .first p {
    text-align: center;
  }
}
.tn-title {
	margin-bottom: 8px;
	font-size: 14px;
	color: #666666;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
}
.home-odd.home-section-1 {
  text-align: left;
  color: #fff;
}
.home-odd.home-section-1 .hero-small,
.home-odd.home-section-1 .hero-large {
  display: none;
}
.home-odd.home-section-1 p {
  margin: 0;
}
.home-odd.home-section-1 p.home-section-1-link {
	overflow: hidden;
}
.home-odd.home-section-1 p.home-section-1-p {
	margin-top: 20px;
	margin-bottom: 22px;
	max-width: 500px;
	text-align: left;
	color: #000;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
}
.home-odd.home-section-1 p.home-section-header {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 40px !important;
	font-style: normal;
	color: #fff;
	line-height: 1.2;
	margin-top: 255px;
}
.home-odd.home-section-1 p.home-section-header span {
  display: block;
  text-transform: none;
  font-weight: 500;
  font-size: 40px;

}
.home-odd.home-section-1 a.button {
    display: inline-block;
    width: 174px;
    height: 36px;
    /*background: url(images/home-book-now.png) no-repeat; */
    background: url(https://www.heletranz.co.nz/wp-content/uploads/2017/09/newbutton-1.jpg) no-repeat;
    border: none;
    text-indent: -9999em;
	float: left;
    padding: 0;
	margin-right: 10px;
    background-size: cover;
}
.home-odd.home-section-1 a.button:hover{
   /*background: url(images/EN-hover.png) no-repeat; */
	/*background: #5a5a5a; */
   /* color: #fff !important; */
}
@media only screen and (max-width: 960px) {
  .home-odd.home-section-1 {
    padding: 0;
    background: none;
  }
  .home-odd.home-section-1 .hero-small {
    display: none;
  }
  .home-odd.home-section-1 .hero-large {
    display: block;
  }
  .home-odd.home-section-1 p.home-section-1-p {
    margin: 12px auto 0 12px;
    max-width: 750px;
    color: #4c4c4c;
    text-align: center;
  }
  .home-odd.home-section-1 p.home-section-header {
    font-size: 36px;
    text-align: center;
    color: #000000;
  }
  .home-odd.home-section-1 p.home-section-header span {
    font-size: 24px;
  }
  .home-odd.home-section-1 p.home-section-1-link {
    text-align: center;
  }
  .home-odd.home-section-1 p.home-section-1-link a {
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  .home-odd.home-section-1 {
    padding: 0;
    background: none;
  }
  .home-odd.home-section-1 .hero-large {
    display: none;
  }
  .home-odd.home-section-1 .hero-small {
    display: block;
  }
}
.home-even.home-section-2 {
  text-align: center;
}
.home-even.home-section-2 .widget-title {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
}
.home-even.home-section-2 .section-2__list {
  padding-top: 20px;
  color: #666666;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-even.home-section-2 .section-2__list li {
  width: 23%;
  margin: 0 1%;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .home-even.home-section-2 {
    padding-top: 22px;
  }
  .home-even.home-section-2 .widget-title {
    font-size: 1.20rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-even.home-section-2 .section-2__list li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 480px) {
  .home-even.home-section-2 p {
    text-align: left !important;
  }
  .home-even.home-section-2 .section-2__list {
    display: block;
  }
  .home-even.home-section-2 .section-2__list li {
    width: 100%;
  }
}
.home-odd.home-section-3 img,
.home-odd.home-section-5 img,
.home-odd.home-section-7 img,
.home-odd.home-section-9 img,
.home-odd.home-section-11 img,
.home-odd.home-section-13 img {
  display: none;
}
/*
odd sections
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
  .home-section-3 .widget-title,
  .home-section-5 .widget-title,
  .home-section-7 .widget-title,
  .home-section-9 .widget-title,
  .home-section-11 .widget-title,
  .home-section-13 .widget-title,
  .home-section-3 p:first-of-type,
  .home-section-5 p:first-of-type,
  .home-section-7 p:first-of-type,
  .home-section-9 p:first-of-type,
  .home-section-11 p:first-of-type,
  .home-section-13 p:first-of-type {
    display: none !important;
    text-align: center;
  }
  .home-odd.home-section-3,
  .home-odd.home-section-5,
  .home-odd.home-section-7,
  .home-odd.home-section-9,
  .home-odd.home-section-11,
  .home-odd.home-section-13 {
    padding-top: 0;
    padding-bottom: 0;
    background-size: 0 0;
  }
  .home-odd.home-section-3 img,
  .home-odd.home-section-5 img,
  .home-odd.home-section-7 img,
  .home-odd.home-section-9 img,
  .home-odd.home-section-11 img,
  .home-odd.home-section-13 img {
    display: block;
	margin:0 auto;
  }
}
/* Pricing Table
--------------------------------------------- */
.pricing-table {
  font-size: 22px;
  line-height: 1;
}
.pricing-table h4 {
  border-bottom: 2px solid #000;
  color: #000;
  margin: -40px -40px 40px;
  padding: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pricing-table .one-third {
  background-color: #fff;
  border: 2px solid #000;
  margin: 20px -2px;
  padding: 40px;
  width: 33.33%;
}
.pricing-table .one-third:nth-child(3n+1) {
  margin: 20px 0;
}
.pricing-table .one-third:nth-child(3n+2) {
  margin-bottom: 0;
  margin-top: 0;
}
.pricing-table .one-third:nth-child(3n) {
  margin: 20px 0;
}
.pricing-table ul li::before {
  content: "\f139";
  display: inline-block;
  font: normal 20px/1 'dashicons';
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}
.pricing-table ul li {
  border-bottom: 1px dotted #ddd;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.pricing-table a.button {
  background-color: #000;
  border: 3px solid #000;
  color: #fff;
}
.pricing-table a.button:hover {
  background-color: #f04848;
  border: 3px solid #f04848;
  color: #fff !important;
}
/* Content
--------------------------------------------- */

.content {
  float: left;
  width: 700px;
}

.page .content {
  padding-bottom: 50px;
}
.sidebar-content .content {
  float: right;
}
.full-width-content .content {
  padding: 0 0px 50px;
  width: 100%;
}
.full-width-content.parallax-home .content {
  padding: 0;
}

.content .page-title {
	text-align: center;
	font-size: 36px !important;
	margin-top: 50px !important;
}

.content .page-title::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 50px;
	width: 25%;
}


/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 100px;
}
.sidebar .entry {
  margin-bottom: 40px;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  margin-left: 40px;
color: #666666!important;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #000;
  color: #ddd;
}
/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 20px;
  margin-bottom: 0;
}
.entry-header {
  text-align: center;
}
.entry-header::after {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  margin: 0 auto 30px;
  padding-bottom: 20px;
  width: 25%;
}
/*.sidebar .entry-header::after {
  display: none;
}*/
.entry-categories::before,
.entry-tags::before {
  display: inline-block;
  font: normal 20px/1 'dashicons';
  margin-right: 5px;
  margin-top: 2px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}
.entry-categories::before {
  content: "\f318";
}
.entry-tags::before {
  content: "\f323";
}
.entry-categories,
.entry-tags {
  display: block;
}
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}
/* After Entry
--------------------------------------------- */
.after-entry {
  border-top: 1px solid #000;
  padding: 40px 0;
}
.after-entry .widget {
  margin-bottom: 40px;
}
.after-entry p:last-child,
.after-entry .widget:last-child {
  margin: 0;
}
.after-entry li {
  list-style-type: none;
}
/* Pagination
--------------------------------------------- */
.pagination {
  margin: 40px 0;
}
.adjacent-entry-pagination {
  margin-bottom: 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #000;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 12px;
  text-transform: uppercase;
}
.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #f04848;
  color: #fff;
}
/* Content Boxes
--------------------------------------------- */
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px;
}
.content-box-blue {
  background-color: #d8ecf7;
  border: 1px solid #afcde3;
}
.content-box-gray {
  background-color: #e2e2e2;
  border: 1px solid #bdbdbd;
}
.content-box-green {
  background-color: #d9edc2;
  border: 1px solid #b2ce96;
}
.content-box-purple {
  background-color: #e2e2f9;
  border: 1px solid #bebde9;
}
.content-box-red {
  background-color: #f9dbdb;
  border: 1px solid #e9b3b3;
}
.content-box-yellow {
  background-color: #fef5c4;
  border: 1px solid #fadf98;
}
/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 100px;
}
p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
  margin-bottom: 40px;
}
.comment-header {
  font-size: 20px;
}
.entry-comments .comment {
  border-bottom: 1px solid #000;
}
.comment-content,
.entry-comments .comment {
  clear: both;
}
p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
  margin: 0;
}
.entry-comments .children .comment {
  border: none;
}
.comment-respond label {
  display: block;
  font-weight: 700;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 100%;
}
.comment-list li,
.ping-list li {
  list-style-type: none;
}
.entry-comments ul.children {
  margin-left: 40px;
}
.form-allowed-tags,
.ping-list .reply {
  display: none;
}
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}
/*
Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  float: right;
  width: 360px;
}
.sidebar-content .sidebar {
  float: left;
}
.sidebar p:last-child {
  margin-bottom: 0;
}
.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  word-wrap: break-word;
}
.sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  margin-bottom: 40px;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #f04848;
  clear: both;
  font-size: 24px;
  padding: 100px 0;
  text-align: center;
}
.footer-widgets,
.footer-widgets a:hover {
  color: #fff !important;
}
.footer-widgets a {
  color: #000 !important;
}
.footer-widgets .widget {
  margin-bottom: 40px;
}
.footer-widgets p:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}
/*
Site Info
---------------------------------------------------------------------------------------------------- */
.site-info {
  padding-top: 20px;
  background: #222;
  color: #fff;
}
.site-info a {
  color: #fff;
}
.site-info a:hover {
  color: #0f75bd;
}
.site-info-left {
  width: 70%;
  float: left;
  padding: 20px 0;
}
.site-info-left #text-19 .widget widget-text {margin-top: -20px;}

.widget_nav_menu {float: left;}

.site-info-left #menu-site-info-nav {
  -moz-column-count: 6;
  -moz-column-gap: 10px;
  -webkit-column-count: 6;
  -webkit-column-gap: 10px;
  display: inline;

}
.site-info-left #menu-site-info-nav li {
  margin-bottom: 12px;
}
.site-info-right {
   float:left;
   padding: 10px 0 0;
  text-align: center;
}
.site-info-right h4 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
}

.site-info-right-contact .socialimg {
margin: auto;
}
 
.site-info-right .site-info-right-address {
  width: 35%;
  float: right;
}
.site-info-right .site-info-number {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: italic;
  color: #fff;
}
.site-info-right .site-info-email {
  margin-top: 0;
  color: #0F75BC;
  font-style: italic;
  font-weight: 700;
}
.site-info-right .site-info-facebook {
  display: block;
  height: 26px;
  width: 26px;
  background: url(images/site-info-facebook.png) no-repeat;
  text-indent: -9999em;
}
.site-info-right .site-info-list {
  color: #ccc;
  position: absolute;
  right: 0;
}

/*  custom css 08/06/2017 */
.contact-info p:first-child{
  margin:0; font-size: 17px;
}
.contact-info p:first-child a{margin-left: 15px;}
.contact-info p:first-child span{
	color: #fff;  
	font-size: 1.5rem;  
	font-family: 'Montserrat',serif;
	font-style: normal;  
	text-transform: uppercase;  
	margin: 0; 
}
.contact-info p:last-child{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 16px;margin: 0;
}
.contact-info {
    float: left;
}
.contact-social {
    float: left;
    text-align: center;
    padding: 0px 0 0 25px;
}
.contact-social p img {vertical-align: bottom;}
.site-info-left section{width: 72%;float: right;}
@media only screen and (max-width: 1140px) and (min-width: 769px) {
  .site-info-right .site-info-right-contact,
  .site-info-right .site-info-right-address {
    width: 100%;
    float: none;
  }
}
@media (max-width: 480px) {
  /* ITEMS TO HIDE ON MOBILE*/
  .utility-bar-right .chinese, .utility-bar-right .utility-home, .utility-bar-right .utility-email, .utility-bar-right .utility-email, .utility-bar-right .utility-facebook, .utility-bar-right .utility-tripadvisor, .utility-bar-right .utility-instagram, .utility-bar-right .book-now { 
    display:none !important; 
  }
  .site-info-left, .site-info-right {
    float: none;
    padding: 0;
    margin: 0 auto !important;
  }
  .widget_nav_menu {
    float: none;
  }
  .site-info-left ul#menu-site-info-nav {
    width: auto !important;
    margin-left: 0 !important;
  }
  .site-info-right .site-info-right-contact {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .site-info-left {width: 100%;float:none;text-align: center;}
  .site-info-left section{width: 100%;}
  .site-info-right {
    padding: 15px 0 !important;
    width: 100%;
    float: none;
    border-left: none;
  }
  .contact-info{text-align:center;}
  .contact-info p:first-child span{display:block;}
  .contact-social{float: left;width: 100%;padding: 0;}
  .site-info:after{content: none;}
  }
@media only screen and (max-width: 480px) {
  .site-info-left #menu-site-info-nav {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
  }
  .site-info-left #menu-site-info-nav li {margin-bottom: 12px;}
  .site-info-right .site-info-right-contact,
  .site-info-right .site-info-right-address {
    width: 100%;
    float: none;
  }
}

/* Product Title
---------------------------------------------------------------------------------------------------- */

/* .single-product .product { 

padding-top: 50px !important; } */

.post-type-archive {
  padding-top: 50px !important; 
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #000;
  padding: 10px 0;
}
.site-footer,
.site-footer a,
.site-footer p {
  color: #fff;
}
.site-footer a:hover {
  color: #0c77bb;
}
.site-footer__menu {
  text-align: center;
  width: 100%;
}
.site-footer__menu li {
  margin: 0px 13px;
  display: inline-block;
}
.site-footer__menu li a {
  text-transform: uppercase;
  color: #999999;
  font-size: 0.75rem;
  font-weight: 700;
}
.site-footer__menu li a:hover {
  color: #0c77bb;
}
p.site-footer__copy {
  color: #999999;
  text-transform: none;
  font-size: 0.75rem;
}
/* .site-footer__logos {
  float: right;
  width: 40%;
}
.site-footer__logos li {
  float: right;
  margin-left: 26px;
}
/* .site-footer__logos li:nth-child(3) {
  padding-top: 16px;
}
.site-footer__logos li:nth-child(3) a {
  display: block;
  background: url(images/footer-tripadvisor-gray.png) no-repeat;
  width: 120px;
  height: 20px;
  text-indent: -9999em;
} 
.site-footer__logos li:nth-child(2) {
  padding-top: 16px;
}
.site-footer__logos li:nth-child(2) a {
  padding-top: 16px;
  display: block;
  background: url(images/visa-logo.png) no-repeat;
  width: 98px;
  height: 40px;
  text-indent: -9999em;
}  
 .site-footer__logos li:nth-child(1) a {
  display: block;
  background: url(images/footer-caa.png) no-repeat;
  width: 100px;
  height: 47px;
  text-indent: -9999em;
} 
*/
@media only screen and (max-width: 768px) {

  .site-footer__menu {
    float: none;
    width: 100%;
  }

  .site-footer__menu {
    padding-top: 20px;
    text-align: center !important;
  }
}
/*
Color Styles
---------------------------------------------------------------------------------------------------- */
.parallax-pro-blue a:hover,
.parallax-pro-blue .entry-title a,
.parallax-pro-green a:hover,
.parallax-pro-green .entry-title a,
.parallax-pro-orange a:hover,
.parallax-pro-orange .entry-title a,
.parallax-pro-pink a:hover,
.parallax-pro-pink .entry-title a {
  color: #000;
}
.parallax-pro-blue .button,
.parallax-pro-blue .button:hover,
.parallax-pro-blue .genesis-nav-menu a,
.parallax-pro-blue .home-odd a:hover,
.parallax-pro-blue .site-footer a,
.parallax-pro-green .button,
.parallax-pro-green .button:hover,
.parallax-pro-green .genesis-nav-menu a,
.parallax-pro-green .home-odd a:hover,
.parallax-pro-green .site-footer a,
.parallax-pro-orange .button,
.parallax-pro-orange .button:hover,
.parallax-pro-orange .genesis-nav-menu a,
.parallax-pro-orange .home-odd a:hover,
.parallax-pro-orange .site-footer a,
.parallax-pro-pink .button,
.parallax-pro-pink .button:hover,
.parallax-pro-pink .genesis-nav-menu a,
.parallax-pro-pink .home-odd a:hover,
.parallax-pro-pink .site-footer a {
  color: #fff;
}
/* Parallax Pro Blue
--------------------------------------------- */
.parallax-pro-blue a,
.parallax-pro-blue .entry-title a:hover,
.parallax-pro-blue .genesis-nav-menu a:hover,
.parallax-pro-blue .genesis-nav-menu .current-menu-item > a,
.parallax-pro-blue .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-blue .home-odd .featured-content .entry-title a:hover,
.parallax-pro-blue .site-footer a:hover,
.parallax-pro-blue .site-header .widget-area a:hover {
  color: #44ace8;
}
.parallax-pro-blue input:hover[type="button"],
.parallax-pro-blue input:hover[type="reset"],
.parallax-pro-blue input:hover[type="submit"],
.parallax-pro-blue .archive-pagination li a:hover,
.parallax-pro-blue .archive-pagination .active a,
.parallax-pro-blue .button:hover,
.parallax-pro-blue .footer-widgets,
.parallax-pro-blue .pricing-table a.button:hover {
  background-color: #44ace8;
}
.parallax-pro-blue .pricing-table a.button:hover {
  border: 3px solid #44ace8;
}
/* Parallax Pro Green
--------------------------------------------- */
.parallax-pro-green a,
.parallax-pro-green .entry-title a:hover,
.parallax-pro-green .genesis-nav-menu a:hover,
.parallax-pro-green .genesis-nav-menu .current-menu-item > a,
.parallax-pro-green .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-green .home-odd .featured-content .entry-title a:hover,
.parallax-pro-green .site-footer a:hover,
.parallax-pro-green .site-header .widget-area a:hover {
  color: #35c379;
}
.parallax-pro-green input:hover[type="button"],
.parallax-pro-green input:hover[type="reset"],
.parallax-pro-green input:hover[type="submit"],
.parallax-pro-green .archive-pagination li a:hover,
.parallax-pro-green .archive-pagination .active a,
.parallax-pro-green .button:hover,
.parallax-pro-green .footer-widgets,
.parallax-pro-green .pricing-table a.button:hover {
  background-color: #35c379;
}
.parallax-pro-green .pricing-table a.button:hover {
  border: 3px solid #35c379;
}
/* Parallax Pro Orange
--------------------------------------------- */
.parallax-pro-orange a,
.parallax-pro-orange .entry-title a:hover,
.parallax-pro-orange .genesis-nav-menu a:hover,
.parallax-pro-orange .genesis-nav-menu .current-menu-item > a,
.parallax-pro-orange .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-orange .home-odd .featured-content .entry-title a:hover,
.parallax-pro-orange .site-footer a:hover,
.parallax-pro-orange .site-header .widget-area a:hover {
  color: #e58c29;
}
.parallax-pro-orange input:hover[type="button"],
.parallax-pro-orange input:hover[type="reset"],
.parallax-pro-orange input:hover[type="submit"],
.parallax-pro-orange .archive-pagination li a:hover,
.parallax-pro-orange .archive-pagination .active a,
.parallax-pro-orange .button:hover,
.parallax-pro-orange .footer-widgets,
.parallax-pro-orange .pricing-table a.button:hover {
  background-color: #e58c29;
}
.parallax-pro-orange .pricing-table a.button:hover {
  border: 3px solid #e58c29;
}
/* Parallax Pro Pink
--------------------------------------------- */
.parallax-pro-pink a,
.parallax-pro-pink .entry-title a:hover,
.parallax-pro-pink .genesis-nav-menu a:hover,
.parallax-pro-pink .genesis-nav-menu .current-menu-item > a,
.parallax-pro-pink .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-pink .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-pink .home-odd .featured-content .entry-title a:hover,
.parallax-pro-pink .site-footer a:hover,
.parallax-pro-pink .site-header .widget-area a:hover {
  color: #cb4082;
}
.parallax-pro-pink input:hover[type="button"],
.parallax-pro-pink input:hover[type="reset"],
.parallax-pro-pink input:hover[type="submit"],
.parallax-pro-pink .archive-pagination li a:hover,
.parallax-pro-pink .archive-pagination .active a,
.parallax-pro-pink .button:hover,
.parallax-pro-pink .footer-widgets,
.parallax-pro-pink .pricing-table a.button:hover {
  background-color: #cb4082;
}
.parallax-pro-pink .pricing-table a.button:hover {
  border: 3px solid #cb4082;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1140px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }
  .home-section-1,
  .home-section-3,
  .home-section-5,
  .home-section-7,
  .home-section-9,
  .home-section-11,
  .home-section-13 {
    background-attachment: scroll !important;
    background-position: top !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .content {
    width: 520px;
  }
  .full-width-content .content {
    /* padding: 0 110px; */
  }
}
@media only screen and (max-width: 960px) {
  .site-inner,
  .wrap {
    max-width: 768px;
  }
  .parallax-home .site-inner {
    max-width: none;
  }
  .site-header {
    padding-bottom: 10px;
    position: fixed;
	top:0;
  }
  .content,
  .sidebar,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }
  .genesis-nav-menu,
  .site-header .widget-area,
  .site-title {
    text-align: center;
  }
	.header-image .site-title > a {
		position: relative;
		z-index: 9999;
	}
  .genesis-nav-menu a {
    padding: 10px;
  }
  .parallax-home .site-inner {
    margin-top: 0;
  }
  .site-inner {
    margin-top: 80px;
  }
  .full-width-content .content {
    padding: 0;
  }
  .full-width-content img.pull-left {
    margin-left: 0;
  }
  .full-width-content img.pull-right {
    margin-right: 0;
  }
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .pricing-table .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
  .pricing-table .one-third:nth-child(3n+1) {
    border-right: 2px solid #000;
  }
  .pricing-table .one-third:nth-child(3n+2) {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .pricing-table .one-third:nth-child(3n) {
    border-left: 2px solid #000;
  }
  .home-even .three-fourths {
    margin: 16px 0 0 0;
    padding: 16px 0 0 0;
    border-top: 1px solid #ccc;
    border-left: 0;
    text-align: center;
  }
  .home-even .three-fourths .view-all {
    display: block;
    margin-bottom: 16px;
display: none;
  }
  .home-even .one-third {
    float: none;
    margin-bottom: 22px;
  }
  .before-footer-right {
    padding-left: 0;
    padding-right: 335px;
    padding-top: 24px;
    border-top: 1px solid #ccc;
    border-left: 0;
  }
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .home-even .view-all {
    display: block;
    float: none;
    margin-bottom: 16px;
display: none;
  }
}
@media only screen and (max-width: 768px) {
  .site-inner,
  .wrap {
    max-width: none;
    width: 100%;
  }
  .site-inner,
  .wrap {
    padding: 0 5%;
  }
  .parallax-home .site-inner {
    padding: 0;
  }
  .home-even,
  .home-odd {
    padding: 32px 0 32px;
  }
  .parallax-home .simple-social-icons ul li {
    margin: 0 20px 20px !important;
  }
  .home-cta-bar .widget-title {
    float: none;
    text-align: center;
    width: 100%;
  }
  .home-cta-bar .cta-btn {
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  .footer-widgets .widget-title,
  .home-even .widget-title,
  .home-odd .widget-title {
    font-size: 36px;
  }
  .home-even,
  .home-odd {
    font-size: 16px;
    padding: 20px 0 32px;
  }
  .home-even .home-even-title,
  .home-even .home-even-text,
  .home-even p {
    text-align: center !important;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1260px) {
  header.entry-header {
    margin-top: 120px !important;
  }
}
@media only screen and (min-width: 640px) {
  .before-footer {
    text-align: left;
  }
}
.b-animate-go {
  padding-right: 15px;
}

@media screen and (max-width: 1370px){
.one-fourth{
margin-left:10px!important;
}
.widget-wrap{padding:0 20px;}
.site-info-top .widget-wrap{padding:0px;}
}
.home-odd.home-section-1 p.home-section-header{
margin-top:15px;
}
@media screen and (max-width: 960px){
.home-odd.home-section-1 p.home-section-header{
margin-top:10px!important;
}

.site-header{height:auto!important;}
.utility-bar-right ul li{
position:Static!important;    
vertical-align: middle!important;
}
.nav-header .genesis-nav-menu {
    padding: 15px 0 32px;
}
}
.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary h4{
margin: 0px;
}
.woocommerce #content div.product div.upsells.products,.woocommerce div.product div.upsells.products,.woocommerce-page #content div.product div.upsells.products,.woocommerce-page div.product div.upsells.products{
clear: both;
}
.woocommerce #content div.product div.upsells.products,.woocommerce div.product div.upsells.products,.woocommerce-page #content div.product div.upsells.products,.woocommerce-page div.product div.upsells.products h4{
padding-top: 20px;
}
.woocommerce div .product_meta .sku_wrapper {display:none;}
.woocommerce div .single_variation_wrap .single_variation {
    float: left;
    padding-right: 10px;
    padding-top: 4px;
}
.woocommerce div.product form.cart .variations select{width: 100%; float: left; font-size:14px !important;padding: 5px 0;}
.woocommerce ul.products li.product .price{display:none !important;}
.woocommerce ul.products li.product .heading{ 
	font-family:'Montserrat', sans-serif;
	font-size: 10px;
	color: #424242;
	font-weight: 400;
	line-height: 1.5;
	font-style: normal;
	letter-spacing: 1px;
}
#CDSWIDEXC {
  float:right !important;
}
#CDSWIDCOE {
  float:right;
  width: 16% !important;
}
/* Contact Form Checkbox layout */
span.wpcf7-list-item { display: block; }
span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * { display: table-cell; }
.wpcf7-form .checkbox {
	float: left;
	margin-top: -1px;
	padding-right: 65px;
}
.wpcf7-form .left {float: left;}
.wpcf7-form .right {float: right;}
.wpcf7-form .clearBoth { clear:both; }
/* Google Translator text color */
select.goog-te-combo {color: #000;}
/* About us page */
.aboutusimage {position: relative;}
.aboutusresponsive {display: none !important;}
.aboutustextresponsive{display: none !important;}
.aboutustext {
	position: absolute;
	font-size: 13px;
	font-weight: 600;
	color: #000 !important;
	margin-top: -530px;
	margin-left: 50px;
	max-width: 550px;
}
.aboutustext h4 {padding-bottom: 20px;}
/* Placement of terms acceptance on checkout page */
.woocommerce #payment .terms, .woocommerce-page #payment .terms {text-align: left !important;}
/* Remove bullet points on checkout page */
.woocommerce-checkout #payment ul.payment_methods li {list-style-type: none !important;}
/* Changes to order received page */
.woocommerce .order_details li {
	list-style-type: none !important;
	font-size: 0.800rem !important;
	text-transform: none !important;
}
.woocommerce .order_details li strong {font-weight: 500 !important;}
/* Arrow on hero image */
.arrow {
	margin: 0 !important;
	position: absolute !important;
	left: 50% !important;
	margin-right: -50% !important;
	transform: translate(-50%, -50%) !important;
	padding-top: 17% !important;
}
/* hide tabs for additional information on product pages */
.woocommerce-page div.product .woocommerce-tabs {display: none;}
div.related.products {display: none;}
/* hide sort order on catview pages */
.woocommerce .woocommerce-ordering {display: none;}
/* hide tags on product page */
div.product_meta .posted_in {display: none;}
/*change colour of add to basket & proceed to checkout button */
.woocommerce button.button.alt.disabled {background-color: #0f75bd !important;}
.woocommerce button.button.alt {background-color: #0f75bd !important;}
.woocommerce button.button.alt:hover {background-color: #0f75bd !important;}
.woocommerce a.button.alt {background-color: #0f75bd !important;}
.woocommerce input.button.alt {background-color: #0f75bd !important;}
/* change height of quantity box */
.woocommerce .quantity .qty {height: 31px !important;}
/* change color of pricing from green to grey */
.woocommerce div.product p.price {color: #424242 !important;}
.woocommerce div.product span.price {color: #424242 !important;}
div.ppt {display: none !important;}
.gallery-caption {display: none !important;}
/* remove titles from pop up */
.mfp-title {display:none !important;}
/* change size of add to cart button */
.woocommerce div.product form.cart .button {font-size: 14px !important;}
/*change size of proceed to checkout button */
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{font-size: 14px!important;}
/* Divi Bullet Points */
.et_divi_builder #et_builder_outer_content .et_pb_module li {
	text-indent: 6px;
	margin-left: 25px;
	color: #000;
}

p.entry-meta {font-size: 14px;}
/* Changes to Search Box */
.search-form {padding-top: 2px;}
/* Changes to woocommerce bookings */
.woocommerce-page #wc-bookings-booking-form {
	max-width: 70%;
	border: none;
	padding: 0;
	margin-top: 20px;
}
.woocommerce-page .wc-bookings-date-picker .ui-datepicker td.bookable a {
	background-color: #0d67a5 !important;
	opacity: .7;
}
.woocommerce-page .wc-bookings-date-picker .ui-datepicker td.bookable.ui-datepicker-other-month a {opacity: .45;} 
.woocommerce-page .wc-bookings-date-picker .ui-state-active {opacity: 1;}
/* Changes to Image on Cart Page */
.woocommerce-cart table.cart img {
width: auto !important ;
}
.woocommerce td.product-name dl.variation dd p:last-child {margin-top: 0px !important;}
.ubermenu-sub-indicators .ubermenu-submenu .ubermenu-has-submenu-flyout.ubermenu-submenu-reverse > .ubermenu-target::after {left: 3px !important;}
/* search icon in navbar */
.search-form {
	position: relative;
}
.search-form .fa-search {
	position: absolute;
	top: 6px;
	left: 10px;
}

.search-form .input-search {
	text-indent: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image{
	width: 140px!important;
	line-height: 1;
	height: 130px;
	overflow:hidden;
	margin-right:2%;
	margin-top:2%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img{
    height:140px!important;
	width:100%!important;
	object-fit: cover;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-weight:bold;
}
.wdo-item-hover.circle.effect1 a:hover .info{opacity:0 !important;}
.wdo-item-hover.circle.effect1 .info{opacity:1 !important;}
.et_divi_builder #et_builder_outer_content .et_pb_image img{width: 100% !important;}
.site-info-top #search-2{
	width: 775px;
    margin: 0 auto;
    max-width: 100%;
}
.site-info-top #search-2 input{
	font-size: 15px;
    padding: 5px 15px;
	text-align: center;
	color: #333;
}
.widget_search input[type="submit"]{
	clip: auto;
	width: 28px;
	right: 2px;
	top: 3px;
	height: 94%;
	background: url(images/icon_search.png) no-repeat center center;
	background-size: 100%;
    text-indent: -100px;
}
.site-info-top #search-2 input[type="search"]{width: 100%;}
.site-info-top #search-2 input::-webkit-input-placeholder{color: #666;}
p.scroll-down {
    max-width: 100%;
    text-align: center;
	position: relative;
}
a.button_about {
    margin-top: 20px;
    height: 36px;
    width: 174px;
    line-height: 0;
    display: inline-block;
    text-indent: -999px;
    background: url(https://www.heletranz.co.nz/wp-content/uploads/2017/09/newbutton-2-1.png)no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
p.scroll-down a{
	position: absolute;
	padding-top: 20px;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.scroll-down span{
    position: absolute;
    top: 0;
    left: 50%;
    width: 35px;
    border-radius: 0px 0px 0px 5px;
    height: 35px;
    margin-left: -12px;
    border-left: 7px solid #fff;
    border-bottom: 7px solid #fff;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-animation: sdb 1.5s infinite;
    animation: sdb 1.5s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
#flags.size18 a[title="English"]{
	background: url(images/english-flag-icon.png) no-repeat center center !important;
    background-size: 100% !important;
    background-position: 100%;
    display: block;
}
.et_divi_builder #et_builder_outer_content .et_pb_blog_0 .et_pb_post .more-link{
	background-color: #0f75bd !important;
    color: #fff !important;
    border-radius: 0;
	font-size: 12px;
    padding: 10px 25px !important;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	text-transform: uppercase;
}
.et_divi_builder #et_builder_outer_content .et_pb_blog_0 .et_pb_post .more-link:after {
	content: ">>";
	padding-left: 10px;
}
.et_divi_builder #et_builder_outer_content .et_pb_blog_0 .et_pb_post .more-link:hover{
	background-color: #5a5a5a !important;
} 
.woocommerce ul.products li.product .button, .et_divi_builder #et_builder_outer_content .et_pb_module a.button.button-readmore, .woocommerce-product-details__short-description .button.button-readmore {
    background-color: #0f75bd;
    color: #fff;
    border-radius: 0;
	font-size: 12px;
    padding: 10px 25px;
}
.woocommerce ul.products li.product .button:after, .et_divi_builder #et_builder_outer_content .et_pb_module a.button.button-readmore:after, .woocommerce-product-details__short-description .button.button-readmore:after{
	content: ">>";
	padding-left: 10px;
}
.woocommerce ul.products li.product .button:hover, .et_divi_builder #et_builder_outer_content .et_pb_module a.button.button-readmore:hover, .woocommerce-product-details__short-description .button.button-readmore:hover{
    background-color: #5a5a5a;
	color: #fff !important;
}
.hide-mobile{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
	padding: 0px 25px;
}
.home-section-1{padding: 0;}
.utility_bar_left{
    display: flex;
    padding: 9px 0 7px;
    margin: 0;
    align-items: center;
}
.woocommerce-message, .woocommerce-error {
    z-index: 999999;
}
@media (max-width: 1370px) {
	.search-form .input-search{display: none;}
}
@media screen and (min-width: 1281px) and (max-width: 1370px) {
  .home-even {
    font-size: 95%;
    padding-left: 45px;
    padding-right: 45px;
  }
  .home-odd{
    font-size: 95%;
    padding-left: 45px;
    padding-right: 45px;
  }
  .tn-title {font-size: 1.00rem !important;}
  .entry-header {margin-top: -40px;}
  .entry-title {margin-bottom: 10px;}
  .full-width-content .content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .genesis-nav-menu {padding-right: 45px}
  .site-title {margin-left: 35px;}
  .site-header {
    top: 0px;
    padding-left: 20px;
  }
  .site-info-left section{width: 74%;}
}
@media screen and (min-width: 1281px){
	.site-inner{margin-top: 155px;}
	/* .header-image .site-title > a{height: 40px;}*/
}
@media screen and (min-width: 1260px) and (max-width: 1280px) {
	/* .site-header {height: 110px;padding: 0 35px;} */
}
@media screen and (min-width: 1153px) and (max-width: 1280px) {
	.site-info-left{width: 71%;}
	.site-info-left section {width: 82%;}
}
@media screen and (min-width: 1025px) and (max-width: 1152px) {
	.site-info-left{width: 75%;}
	.site-info-left section {width: 90%;}
}
@media screen and (max-width: 1024px) {
	header.site-header{height:auto;}
	.header-image .title-area{padding-bottom:0px;}
	.header-image .site-title > a{height:55px;}
	.et_divi_builder #et_builder_outer_content .et_pb_fullwidth_image_0{
		width:130%!important;
		margin:0 -15%!important;
	}
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
	.site-inner{padding: 0 25px;}
	.site-info-top #search-2{width: 820px;}
	.home .site-title{margin-top: 0.2em;}
	.site-description{display: none;}
	.header-image .site-title > a{max-width: 305px;height: 35px;}
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
	.site-info-left section {width: auto;}
	.site-info-left{width: 75%;}
}
@media screen and (min-width: 961px){
	.ubermenu-responsive-default.ubermenu{width: 100%;}
	.ubermenu-nav{width: 100% !important;text-align: center !important;}
	.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0{float: none !important;}
	#text-3{min-height: 85vh;position: relative;}
}
@media screen and (max-width: 960px) {
	.ubermenu_navigation_widget-class .widget-wrap{padding: 0;}
	.home .ubermenu_navigation_widget-class .widget-wrap{padding: 0 20px;}
    .genesis-nav-menu, .site-header .widget-area, .site-title{margin: auto !important;}
	.site-info-left {width: 100%;text-align: center;}
	.site-info-left section{width: 100%;}
	.site-info-right {
		padding: 15px 0 !important;
		width: 100%;
		float: none;
		border-left: none;
	}
	.et_divi_builder #et_builder_outer_content .et_pb_fullwidth_image_0{
		width:100%!important;
		margin:0%!important;
	}
	.contact-info{text-align:center;width: 100%;}
	.contact-info p:first-child span{display:block;}
	.contact-social{float: left;width: 100%;padding: 10px 0 0;}
	.site-info:after{content: none;}
	.widget_nav_menu{width: 100%;}
	ul#menu-site-info-nav{text-align: center !important;}
	ul#menu-site-info-nav li{padding: 0px 10px;display: inline-block;}
	.site-info-top #search-2{width: 500px;}
	.ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper {
		display: block !important;
	}
	.ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
		max-height: 0;
		overflow: hidden!important;
		visibility: hidden;
	}
	.hide-mobile{display: none;}
	.utility-bar-left,
	.utility-bar-right {
    float: none;
    width: 100%;
    text-align:center;
    margin-bottom: 10px;
    margin-top: 10px;
}
}
@media screen and (min-width: 800px) {
	.utility-bar-right ul li.book-now{display: none;}
}
@media screen and (max-width: 800px) {
	.arrow {padding-top: 9% !important;} 
	.aboutusimage {display: none !important;}
	.aboutustext {display: none !important;}
	.aboutusresponsive{display: block !important;}
	.aboutustextresponsive {
		display: block !important;
		font-size: 13px;
		font-weight: 500;
		background-color:rgba(85, 85, 85, 0.2) !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
	.wdo-item-hover.circle{width: auto !important;}
}
@media screen and (max-width:768px) {
	.site-info-left #menu-site-info-nav {
		width: 700px !important;
		padding-top: 40px;
		margin-left: -251px !important;
	}
}
@media screen and (max-width: 640px) {
	.arrow {margin-top: -200px !important;}
	.menu-site-info-nav-container {margin: auto !important;}
	#CDSWIDCOE {
		width: 40% !important;
		float: none;
		margin: auto !important;
	}
	#CDSWIDEXC {
		display:none
	}
	.wpcf7-form .right {
		float: none;
	}
	.hidemobile{display: none;}
}
@media screen and (max-width: 480px) {
	.arrow {display:none;}
	.site-info-left #menu-site-info-nav{width: 400px!important;}
}
#google_language_translator{display:none;}
.woocommerce td.product-name dl.variation dd p{
    padding-top: 0px;
}
.woocommerce td.product-name dl.variation dd.variation-Persons p{
margin-top: 3px !important;
}
.utility-cart img[alt="icon_cart_hover"] {
    display: none;
}
.utility-cart:hover img[alt="icon_cart"] {
display: none;
}
.utility-cart:hover img[alt="icon_cart_hover"] {
    display: none;
}
.utility-cart a{
	line-height: 0;
}
.utility-cart img{
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
}
.utility-bar-right ul li:nth-child(9) {
	vertical-align: top;
    position: relative;
    top: -22px;
}
.home-section-1{position: relative;}
.home-section-2 .video_background, .home-section-2 .video_background iframe, .home-section-2 .glass_background{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.home-section-1 .glass_background{
z-index: 9;
}
div#next-section {
    position: relative;
    padding: 30px 0 20px;
}
.home-section-9 {
    background-image: url(//www.heletranz.co.nz/wp-content/uploads/2017/08/Helefishing_slider-grey.jpg) !important;
}
.page-id-5345 .site-inner, .page-id-5345 .wrap, .page-id-5403 .site-inner, .page-id-5403 .wrap{
    max-width: 1500px;
    padding: 0 15px;
}
@media (min-width:480px){
.page-id-5345 .site-inner, .page-id-5345 .wrap, .page-id-5403 .site-inner, .page-id-5403 .wrap{
    padding: 0 50px;
}
}

.wpoi-hustle .wpoi-content .wpoi-message p, .wpoi-hustle .wpoi-content h2.wpoi-title, .wpoi-hustle .wpoi-button button {
    font-family: roboto;
}

.wph-modal--content 	header {
	margin: 0 0 20px;
}

.wph-modal .wph-modal--content header h2.wph-modal--title {
   font: 700 22px/24px "Roboto Condensed" !important;
    text-transform: none;
}
