/*! 
Theme Name: Over the Edge
Theme URI: http://overtheedge.com.au
Description: Theme custom designed by Noosa Websites
Author: <a href="http://noosawebsites.com.au/">Noosa Websites</a>
Author URI: http://noosawebsites.com.au
Version: 1
*/
.annimate, a, a:hover, #header .title, #header .title h1 img, input.button,
button,
a.button,
a.remove,
input[type="submit"],
input[type="button"], .gmp_directions input[type=submit], a.zoom img {
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }

.annimate_height {
  -moz-transition: height 200ms ease-out;
  -o-transition: height 200ms ease-out;
  -webkit-transition: height 200ms ease-out;
  transition: height 200ms ease-out; }

.annimate_fast, h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a, h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out; }

.trans_zoom {
  zoom: 1; }

.inner, .sub_inner, div.columns, ul.columns, ul.columns li.column .column, ul.gform_fields, ul.gform_fields li.gfield {
  *zoom: 1; }
  .inner:after, .sub_inner:after, div.columns:after, ul.columns:after, ul.columns li.column .column:after, ul.gform_fields:after, ul.gform_fields li.gfield:after {
    content: "";
    display: table;
    clear: both; }

#header .title h1 a, #header .title h1 img, ul.columns li.column .thumbnail a, ul.columns li.column .thumbnail img, div.featuredimage a, div.featuredimage img,
.stretch {
  display: block;
  width: 100%;
  height: auto;
  position: relative; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

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; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

strong {
  font-weight: bold; }

cite,
em,
dfn {
  font-style: italic; }

code,
kbd,
samp,
pre,
tt,
var {
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; }

code,
pre {
  display: block;
  white-space: pre; }

del {
  text-decoration: line-through;
  font-size: 70%;
  color: #aaa; }

ins,
dfn {
  text-decoration: none; }

small,
sup,
sub {
  display: inline-block;
  font-size: 85%;
  line-height: 1.4em !important; }

abbr,
acronym {
  text-transform: uppercase;
  letter-spacing: .1em; }

a abbr,
a acronym {
  border: none; }

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

/* ======================================================= */
/*                       Base Style                        */
/* ======================================================= */
/* Basic typography
---------------------------------------------------------- */
body {
  font-family: "lato", sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #fff;
  font-weight: 500; }

p,
ul,
ol,
dl,
table,
fieldset,
blockquote,
pre,
code {
  margin-bottom: 20px; }

p.last,
ul.last,
ol.last,
dl.last,
table.last,
fieldset.last,
blockquote.last,
pre.last,
code.last {
  margin-bottom: 0px; }

/* Basic size
---------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 20px;
  color: #fff; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #0c6cb6;
    text-decoration: none; }

h1 {
  font-size: 42px;
  line-height: 1.2em; }

h2 {
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 20px; }

h3 {
  font-size: 28.8px;
  line-height: 1.1em;
  margin-bottom: 20px; }
  h3.error {
    font-weight: bold;
    margin: 30px 0; }

h4 {
  font-size: 22.4px;
  line-height: 1.2em;
  margin-bottom: 5px; }

h5,
h6 {
  margin-bottom: 0px; }

p.readmore {
  margin: 0px; }
  p.readmore a.button {
    margin-right: 10px; }

/* Basic lists
---------------------------------------------------------- */
ul {
  margin: 0px 0px 20px;
  list-style-position: outside;
  list-style-type: disc; }

ul li {
  margin-left: 1.85em;
  margin-bottom: 5px; }

ol li {
  margin-left: 1.85em; }

ul ul {
  list-style-type: square; }

ul ul ul {
  list-style-type: circle; }

ol {
  margin: 0px 0px 20px;
  list-style-position: outside;
  list-style-type: decimal; }

dt {
  margin-top: .8em;
  margin-bottom: .4em;
  font-weight: bold; }

ol ol,
ul ol {
  margin-left: 2.5em; }

ul ol,
ol ul,
ol ol,
ul ul {
  margin-bottom: 0; }

.u_case {
  text-transform: uppercase !important; }

.l_case {
  text-transform: lowercase !important; }

/* Link style
---------------------------------------------------------- */
a {
  color: #f79021;
  outline: none;
  text-decoration: underline; }

a:hover {
  color: orange;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

/* Non-semantic helper classes
---------------------------------------------------------- */
.center {
  text-align: center; }

.hidden,
.hide {
  display: none !important;
  visibility: hidden !important; }

.invisible {
  visibility: hidden; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  margin-left: auto;
  margin-right: auto; }

.clearboth,
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix,
*:first-child + html .clearfix {
  zoom: 1; }

/* First selector = IE6, Second Selector = IE 7 */
.inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .inner,
*:first-child + html .inner {
  zoom: 1; }

/* First selector = IE6, Second Selector = IE 7 */
.entry:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .entry,
*:first-child + html .entry {
  zoom: 1; }

/* First selector = IE6, Second Selector = IE 7 */
/* ======================================================= */
/*                        Structure                        */
/* ======================================================= */
/* Main Structure
---------------------------------------------------------- */
body {
  background: #0c6cb6; }

#wrapper {
  margin: 0px auto 0px;
  padding: 0px 0px 0px;
  width: auto; }

#wrapper,
#header,
#page,
#content,
.sidebar,
.inner,
.sub_inner {
  position: relative; }

.inner {
  width: 1020px;
  margin: 0 auto;
  padding: 0px; }

.sub_inner {
  margin: 0 auto;
  padding: 0px; }

body.page-template-page-fullwidth-php #page .inner {
  width: 100%; }
body.page-template-page-fullwidth-php #page .sub_inner {
  width: 1020px; }
body.page-template-page-fullwidth-php #page .layout.full_width {
  padding: 0; }
  body.page-template-page-fullwidth-php #page .layout.full_width .sub_inner {
    width: 100%; }

/* ======================================================= */
/*                         Header                          */
/* ======================================================= */
#header {
  z-index: 200;
  padding: 0px;
  margin: 0px;
  background: #0c6cb6; }
  #header .inner {
    padding: 20px 0px; }
  #header .title {
    float: left;
    overflow: hidden; }
    #header .title h1 {
      margin-bottom: 0; }
      #header .title h1 a {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: -1px;
        line-height: 60px; }
      #header .title h1 img {
        width: auto;
        height: 60px; }
  #header .navigation {
    height: 60px;
    position: absolute;
    top: 0px;
    right: 0px; }

@media only screen and (min-width: 768px) {
  body.fixed_nav #header {
    position: fixed;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6); }
    body.fixed_nav #header .inner {
      padding: 0px 0px; }
    body.fixed_nav #header .title {
      height: auto;
      padding: 10px 0; }
      body.fixed_nav #header .title h1, body.fixed_nav #header .title img, body.fixed_nav #header .title a {
        width: auto;
        height: 40px;
        line-height: 40px; }
    body.fixed_nav #header .navigation {
      top: 0; }
  body.fixed_nav #header_pad {
    height: 130px; } }
/* ======================================================= */
/*                          Page                           */
/* ======================================================= */
#page {
  background: none; }
  #page .inner {
    padding: 0; }

.page_error {
  text-align: center; }
  .page_error h2 {
    font-size: 200px;
    line-height: 1em; }
  .page_error h5 {
    margin-bottom: 40px; }

/* ======================================================= */
/*                         Footer                          */
/* ======================================================= */
/* Footer Body
---------------------------------------------------------- */
#footer {
  clear: both;
  background: #333; }

#footer .inner {
  padding: 30px 0 0;
  text-align: center;
  color: #fff; }

#copyright {
  background: #333;
  text-align: center;
  font-size: 14px;
  line-height: 1.6em; }

#copyright .inner {
  padding: 30px 0px;
  text-align: center; }
  #copyright .inner a {
    color: #fff;
    text-decoration: none; }
    #copyright .inner a:hover {
      color: #f79021; }
  #copyright .inner p {
    margin: 0; }
  #copyright .inner .footer_text {
    padding-bottom: 20px; }

/* Right Sidebar
---------------------------------------------------------- */
#content {
  width: 66.66%;
  float: left; }

#content.fullwidth {
  width: auto;
  float: none; }

.sidebar {
  width: 33.34%;
  float: right;
  padding-left: 30px; }

.hentry {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 5px solid #ddd; }
  .hentry div.featuredimage {
    float: left;
    width: 33%; }
  .hentry div.details {
    margin-left: 33%;
    padding-left: 20px; }

div.no_results {
  text-align: center; }
  div.no_results h3 {
    font-size: 40px;
    line-height: 1.1em; }

ul.social,
ul.social li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow: hidden; }

ul.social {
  text-align: center; }
  ul.social li {
    margin: 0px 5px  !important;
    border: none !important;
    padding: 0 !important;
    font-size: 0;
    display: inline-block; }
    ul.social li a {
      font-size: 21px !important;
      display: block;
      width: 40px !important;
      height: 40px !important;
      line-height: 40px !important;
      text-align: center !important;
      text-decoration: none !important;
      border: none !important;
      padding: 0px !important;
      background: #084c7f;
      color: #e7f0f8;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
      ul.social li a:hover {
        background: #f79021;
        color: #fff; }

div#sb_instagram {
  margin-right: -10px;
  width: auto !important; }
  div#sb_instagram div.sbi_photo_wrap {
    padding: 0 10px 10px 0; }

@media only screen and (max-width: 420px) {
  div#sb_instagram {
    margin-right: 0px;
    width: auto !important; }
    div#sb_instagram div.sbi_photo_wrap {
      padding: 0 0px 10px 0; } }
div.columns ul,
div.columns ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none; }

ul.columns {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: -20px !important;
  clear: both; }
  ul.columns li.column {
    float: left;
    margin: 0;
    width: 33.33333%; }

ul.columns li.column:nth-child(3n + 1) {
  clear: both; }

div.columns-1 ul.columns li.column .column {
  margin-right: 0 !important; }

div.columns-1 ul.columns li.column {
  width: 100%;
  clear: none; }

div.columns-2 ul.columns li.column {
  width: 50%;
  clear: none; }

div.columns-3 ul.columns li.column {
  width: 33.33333%;
  clear: none; }

div.columns-4 ul.columns li.column {
  width: 25%;
  clear: none; }

div.columns-5 ul.columns li.column {
  width: 20%;
  clear: none; }

div.columns-6 ul.columns li.column {
  width: 16.66667%;
  clear: none; }

div.columns-1 ul.columns li.column:nth-child(1n + 1) {
  clear: both; }

div.columns-2 ul.columns li.column:nth-child(2n + 1) {
  clear: both; }

div.columns-3 ul.columns li.column:nth-child(3n + 1) {
  clear: both; }

div.columns-4 ul.columns li.column:nth-child(4n + 1) {
  clear: both; }

div.columns-5 ul.columns li.column:nth-child(5n + 1) {
  clear: both; }

div.columns-6 ul.columns li.column:nth-child(6n + 1) {
  clear: both; }

div.column {
  margin-right: 20px;
  margin-bottom: 20px; }

/* iPads Width (landscape)  ----------- */
/* iPads Width (portrait)  ----------- */
@media only screen and (max-width: 768px) {
  div.columns-3 ul.columns li.column, div.columns-4 ul.columns li.column, div.columns-5 ul.columns li.column, div.columns-6 ul.columns li.column {
    width: 33.3333% !important;
    clear: none !important; }
    div.columns-3 ul.columns li.column:nth-child(3n + 1), div.columns-4 ul.columns li.column:nth-child(3n + 1), div.columns-5 ul.columns li.column:nth-child(3n + 1), div.columns-6 ul.columns li.column:nth-child(3n + 1) {
      clear: both !important; } }
@media only screen and (max-width: 480px) {
  ul.columns,
  .column {
    margin-right: 0 !important; }

  ul.columns li.column {
    width: 100% !important;
    clear: both; }

  div.columns-1 ul.columns li.column {
    width: 100% !important;
    clear: both; }

  div.columns-2 ul.columns li.column {
    width: 100% !important;
    clear: both; }

  div.columns-3 ul.columns li.column {
    width: 100% !important;
    clear: both; }

  div.columns-4 ul.columns li.column {
    width: 100% !important;
    clear: both; }

  div.columns-5 ul.columns li.column {
    width: 100% !important;
    clear: both; }

  div.columns-6 ul.columns li.column {
    width: 100% !important;
    clear: both; } }
input.button,
button,
a.button,
a.remove,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  padding: 0.6em 1em;
  margin: 0px 0px 0.2em;
  line-height: 1.4em;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background: #0c6cb6;
  border: none;
  -webkit-appearance: none;
  font-weight: bold;
  text-transform: uppercase; }
  input.button:hover,
  button:hover,
  a.button:hover,
  a.remove:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background: #f79021;
    color: #fff;
    text-decoration: none; }
  #footer_widgets input.button, #footer_widgets
  button, #footer_widgets
  a.button, #footer_widgets
  a.remove, #footer_widgets
  input[type="submit"], #footer_widgets
  input[type="button"] {
    background: none;
    color: #0c6cb6; }
    #footer_widgets input.button:hover, #footer_widgets
    button:hover, #footer_widgets
    a.button:hover, #footer_widgets
    a.remove:hover, #footer_widgets
    input[type="submit"]:hover, #footer_widgets
    input[type="button"]:hover {
      background: #0c6cb6;
      color: #fff; }

a.button.large {
  font-size: 20px;
  padding: 0.5em 1em !important;
  padding: 0px 1em; }

a.button.small, #footer_widgets input.button, #footer_widgets
button, #footer_widgets
a.button, #footer_widgets
a.remove, #footer_widgets
input[type="submit"], #footer_widgets
input[type="button"] {
  font-size: 12px;
  padding: 1px 1em 0px;
  line-height: 2.6em; }

div.movie_grid a.button,
a.button.alternate {
  background: #f79021;
  color: #fff; }
  div.movie_grid a.button:hover,
  a.button.alternate:hover {
    background: #abaf36;
    color: #fff; }

input.submit_form {
  background: #f79021; }

a.button.action {
  background: #4ead1a;
  border: 2px solid #469c17;
  padding: 0px 1em;
  font-size: 16px;
  line-height: 2.2em;
  font-weight: bold;
  text-transform: uppercase; }
  a.button.action:hover {
    background: #b51b36;
    border-color: #a31831; }

div.uvc-heading .uvc-main-heading h2,
div.uvc-heading .uvc-main-heading h3 {
  margin-bottom: 20px;
  color: #f79021;
  font-weight: bold !important;
  text-transform: uppercase;
  font-size: 32px !important; }
  .movie_grid div.uvc-heading .uvc-main-heading h2, .movie_grid
  div.uvc-heading .uvc-main-heading h3 {
    color: #fff; }
div.uvc-heading div.uvc-sub-heading {
  font-size: 19.2px; }
div.uvc-heading span.uvc-headings-line {
  width: 100% !important;
  display: block; }
div.uvc-heading.photo_overlay .uvc-main-heading h2 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 40px !important;
  line-height: 1em;
  text-transform: none; }
div.uvc-heading.photo_overlay div.uvc-sub-heading {
  font-family: "lato", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 32px !important; }

div.movie_grid {
  background: #e0373d;
  border: 1px solid #862125;
  border-width: 1px 0;
  box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.5); }
  div.movie_grid div.column {
    margin-bottom: 20px !important; }
  div.movie_grid div.page-nav {
    display: none; }

a.vc_btn3 {
  font-weight: bold; }

.gmp_directions input[type=submit],
input[type="submit"],
input[type="button"] {
  font-size: 1em;
  display: inline-block;
  padding: 10px 20px;
  margin: 0px 0px 0.2em;
  line-height: 1.4em;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  color: #fff;
  background: #f79021;
  border: none;
  -webkit-appearance: none; }
  .gmp_directions input[type=submit]:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background: #abaf36;
    color: #fff;
    text-decoration: none;
    border-color: #000; }

form.nolabels label.gfield_label {
  display: none; }
form.nolabels ul.gform_fields li.gfield {
  margin-bottom: 5px; }
form.nolabels div.gform_footer {
  padding-top: 10px; }

form h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 100;
  color: #222; }

.gform_description p {
  margin: 5px 0 0;
  font-size: 16px;
  line-height: 1.4em; }

.gform_wrapper {
  margin-bottom: 30px;
  padding: 0px; }
  .gform_wrapper form {
    margin: 0;
    padding: 0; }
  div.vc_row.white .gform_wrapper {
    margin-bottom: 10px; }

ul.gform_fields,
ul.gform_fields li {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.gform_fields {
  margin-right: -20px; }
  ul.gform_fields li.gfield {
    margin-bottom: 20px;
    padding-right: 20px;
    clear: both; }
    ul.gform_fields li.gfield.col_2, ul.gform_fields li.gfield.one_half {
      float: left;
      width: 50%;
      clear: none; }
      .sidebar ul.gform_fields li.gfield.col_2, .sidebar ul.gform_fields li.gfield.one_half {
        float: none;
        width: 100%; }
    ul.gform_fields li.gfield .ginput_complex {
      margin-right: -20px; }
      ul.gform_fields li.gfield .ginput_complex span {
        display: block;
        float: left;
        width: 50%;
        padding-right: 20px; }
        ul.gform_fields li.gfield .ginput_complex span label {
          text-transform: uppercase;
          font-size: 12px;
          line-height: 1.2em;
          font-weight: bold;
          padding-top: 5px;
          color: #86b6db; }

.gform_footer {
  text-align: left; }

.input_style, input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]),
input.mc_input,
input.input-text,
textarea, select {
  outline: none;
  border: 2px solid #ddd;
  background: #f8f8f8;
  color: #333;
  margin: 0px;
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]),
input.mc_input,
input.input-text,
textarea {
  padding: 12px 10px;
  width: 100%; }
  .sidebar input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]), .sidebar
  input.mc_input, .sidebar
  input.input-text, .sidebar
  textarea {
    width: 100% !important; }
  input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]):focus,
  input.mc_input:focus,
  input.input-text:focus,
  textarea:focus {
    border-color: #f79021;
    background: #fef4e9;
    color: #000; }
  div.vc_row.white input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]), div.vc_row.white
  input.mc_input, div.vc_row.white
  input.input-text, div.vc_row.white
  textarea {
    border: none;
    color: #0c6cb6;
    background: #fde9d3; }
    div.vc_row.white input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]):-moz-placeholder, div.vc_row.white
    input.mc_input:-moz-placeholder, div.vc_row.white
    input.input-text:-moz-placeholder, div.vc_row.white
    textarea:-moz-placeholder {
      color: #f9b164; }
    div.vc_row.white input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button])::-moz-placeholder, div.vc_row.white
    input.mc_input::-moz-placeholder, div.vc_row.white
    input.input-text::-moz-placeholder, div.vc_row.white
    textarea::-moz-placeholder {
      color: #f9b164; }
    div.vc_row.white input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]):-ms-input-placeholder, div.vc_row.white
    input.mc_input:-ms-input-placeholder, div.vc_row.white
    input.input-text:-ms-input-placeholder, div.vc_row.white
    textarea:-ms-input-placeholder {
      color: #f9b164; }
    div.vc_row.white input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button])::-webkit-input-placeholder, div.vc_row.white
    input.mc_input::-webkit-input-placeholder, div.vc_row.white
    input.input-text::-webkit-input-placeholder, div.vc_row.white
    textarea::-webkit-input-placeholder {
      color: #f9b164; }
    div.vc_row.white input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]):not([type=button]):focus, div.vc_row.white
    input.mc_input:focus, div.vc_row.white
    input.input-text:focus, div.vc_row.white
    textarea:focus {
      background: #fff;
      color: #111; }

.gform_body input.medium {
  width: 50% !important; }

.gform_body input.small,
.gform_body input.datepicker {
  width: 30% !important; }

textarea {
  height: 150px; }

select {
  -webkit-appearance: none;
  padding: 8px 30px 8px 10px;
  background: #f8f8f8 url(images/select-bg.png) no-repeat center right;
  cursor: pointer; }

ul.gfield_radio li {
  float: left;
  padding-right: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }
  ul.gfield_radio li label {
    display: inline-block; }

label {
  padding-bottom: 3px;
  display: block; }

label .gfield_required,
label .mc_required,
#mc-indicates-required,
.required {
  color: #C00;
  margin-left: 5px; }

.validation_error {
  text-align: center;
  line-height: 1.3em;
  color: #fff;
  background: #C00;
  margin-bottom: 10px;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.validation_message {
  clear: both;
  display: block;
  width: 100%;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 5px 0 0;
  color: #C00; }

ul.gform_fields li.gfield_error input,
ul.gform_fields li.gfield_error select,
ul.gform_fields li.gfield_error textarea,
.woocommerce-invalid input {
  border-color: #C00 !important; }

div.gform_confirmation_wrapper table table td {
  padding: 10px 20px 9px;
  background: #f0f0f0;
  border-bottom: 20px solid #fff; }
  div.gform_confirmation_wrapper table table td font {
    font-size: 16px !important;
    line-height: 1.2em; }
div.gform_confirmation_wrapper table table tr:nth-child(odd) td {
  background: #ddd;
  border-bottom: none;
  color: #111;
  padding-left: 22px; }
div.gform_confirmation_wrapper table table tr:nth-child(even) td:nth-child(odd) {
  width: 1px !important;
  padding: 0; }

/* ======================================================= */
/*                      Images Styles                      */
/* ======================================================= */
/* Basic image style
---------------------------------------------------------- */
img.alignleft,
img.alignright {
  /*padding: 4px;
  border: 1px solid #fff;
  background-color: #eee;
  -moz-box-shadow: 0 0 2px #aaa;
  -webkit-box-shadow: 0 0 2px #aaa;
  box-shadow: 0 0 2px #aaa;*/ }

img.alignleft {
  margin: 2px 20px 10px 2px !important; }

img.alignright {
  margin: 2px 2px 10px 20px !important; }

img.aligncenter {
  display: block;
  margin: 2px auto !important;
  text-align: center; }

div.featuredimage {
  margin-bottom: 20px; }

a.zoom {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none; }

a.zoom:hover {
  color: #000; }

a.zoom img {
  z-index: 100;
  position: relative; }

a.zoom:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3; }

a.zoom i {
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -15px;
  text-align: center;
  z-index: 0; }

/* ======================================================= */
/*                       Navigation                        */
/* ======================================================= */
select.responsiveMenuSelect {
  -webkit-appearance: none;
  padding: 15px 30px 15px 20px;
  background: #99181c url(images/select-bg-main-nav.png) no-repeat center right;
  cursor: pointer;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  border: none;
  margin: 0px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-size: 18px;
  color: #fff; }

#nav-header {
  text-align: left;
  font-size: 0;
  margin: 0; }
  #nav-header > li {
    display: inline-block;
    margin: 0;
    position: relative;
    height: 60px;
    width: auto; }
    #nav-header > li a {
      position: relative;
      font-family: "pragmatica-slabserif",sans-serif;
      font-size: 20px;
      font-weight: normal;
      display: block;
      color: #fff;
      padding: 0px 10px;
      margin: 0px 5px 0 0px;
      text-decoration: none;
      height: 60px;
      line-height: 60px; }
    #nav-header > li.menu-item-has-children > a:after {
      font-family: FontAwesome;
      content: '\f107';
      margin-left: 5px;
      color: #fff; }

#nav-header li:hover > a {
  color: #f79021; }
  #nav-header li:hover > a:after {
    color: #f79021 !important; }

#nav-header li.current-menu-item > a,
#nav-header li.current_page_item > a,
#nav-header li.current-menu-ancestor > a,
#nav-header li.current-menu-parent > a,
#nav-header li.current_page_ancestor > a,
#nav-header li.current_page_parent > a {
  color: #fff; }

#nav-header li.highlight > a {
  color: #fff;
  background: #f79021; }
  #nav-header li.highlight > a:after {
    visibility: hidden !important; }
  #nav-header li.highlight > a:hover {
    background: #abaf36; }

/* navigation dropdowns
---------------------------------------------------------- */
#nav-header ul {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
  width: 200px;
  height: auto;
  border: none;
  padding: 0px 0px 0;
  margin: 0 0 0 0;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); }
  #nav-header ul li {
    float: none;
    display: block;
    margin: 0px 0px;
    padding: 0;
    height: auto;
    width: 100%;
    border: none; }

#nav-header li ul li a,
#nav-header li.menu-item-has-children ul li a {
  font-size: 14px;
  line-height: 20px;
  padding: 12px 15px;
  margin: 0;
  color: #fff;
  background: #f79021;
  border-bottom: 1px solid #c46907;
  width: 100%;
  height: auto;
  text-align: left;
  zoom: 1;
  text-transform: none;
  text-align: left;
  border-radius: 0 !important; }

#nav-header li ul li a:hover,
#nav-header li ul li.current-menu-item > a {
  background: #ac5c06;
  color: #fff; }

#nav-header ul ul {
  left: 190px;
  top: 0px;
  display: none; }

.w-toplink {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  z-index: 1000;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 20px; }
  .w-toplink:hover {
    background-color: #f79021;
    color: #fff; }

/* ======================================================= */
/*                          Table                          */
/* ======================================================= */
table,
td,
th {
  vertical-align: middle; }

caption {
  padding-bottom: 0.8em; }

/* Table Style
---------------------------------------------------------- */
table.data_table {
  width: 100%; }
  table.data_table th, table.data_table td {
    text-align: left;
    padding: 10px;
    width: 25%; }
  table.data_table th {
    background: rgba(0, 0, 0, 0.05);
    color: #111;
    font-weight: normal; }
  table.data_table thead th {
    background: rgba(0, 0, 0, 0.1); }
  table.data_table tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.1); }

/* #Media Queries

================================================== */
@media (max-width: 480px) {
  .hide_on_iphone {
    display: none !important; } }
@media (min-width: 481px) and (max-width: 1199px) {
  .hide_on_ipad {
    display: none !important; } }
@media (min-width: 1200px) {
  .hide_on_desktop {
    display: none !important; } }
@media only screen and (max-width: 1080px) {
  html {
    -webkit-text-size-adjust: none !important; }

  #wrapper {
    padding: 0px;
    width: 100% !important;
    min-width: 100%  !important;
    margin: 0; }

  body .inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
    width: auto !important; }

  body .sub_inner {
    width: auto !important; } }
/* iPad portrait */
@media only screen and (max-width: 768px) {
  #header .inner {
    padding: 20px 20px 0px !important;
    margin: 0 !important; }
  #header .title {
    display: block;
    float: none;
    overflow: hidden; }
    #header .title h1 {
      text-align: center;
      margin: 0 0 0px;
      font-size: 0;
      line-height: 1;
      padding: 0px; }
      #header .title h1 a {
        display: block;
        padding: 0;
        margin: 0;
        line-height: 1em;
        font-size: 28px; }
      #header .title h1 img {
        display: inline;
        position: relative;
        padding: 0;
        margin: 0; }
  #header .navigation {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: 100%;
    padding: 0; }
    #header .navigation #nav-header {
      text-align: center; }

  div.header-infobox {
    top: 30px; }
    div.header-infobox p.phone {
      margin-bottom: 10px; }
      div.header-infobox p.phone span {
        display: block;
        line-height: 1em; }

  .page_title .inner {
    padding: 15px 0px; }
  .page_title h2 {
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    font-size: 40px; }

  #content, .sidebar {
    width: auto;
    float: none; }

  .sidebar {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #ddd; }

  .w-toplink {
    bottom: 15px;
    right: auto;
    left: 50%;
    margin-left: -25px; }

  .page_title h2 span,
  .colour_box_title h3 span {
    display: block; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
  #header .inner {
    padding-right: 0px !important;
    padding-left: 0px !important;
    height: auto; }
  #header .title {
    padding: 0 20px 10px; }
    #header .title h1 img {
      display: inline-block;
      width: 100%;
      height: auto;
      position: relative; }
  #header .responsiveSelectContainer {
    padding-bottom: 0px;
    margin: 0; }

  #footer .navigation,
  #footer ul.social,
  #footer #nav-footer {
    float: none; }
  #footer ul.social {
    text-align: center; }
    #footer ul.social li {
      margin: 0 3px !important; }

  body.single-movie .thumbnail, body.single-movie .details {
    float: none;
    width: 100%; }
  body.single-movie .thumbnail {
    padding: 0 0 30px; }

  div.layout.slider {
    margin-right: 0px !important;
    margin-left: 0px !important; }

  ul.gform_fields li.gfield {
    float: none !important;
    width: 100% !important; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
