/*
Theme Name: threeam - atlantis
Author: threeam web + it
Author URI: http://threeam.com.au
Description: custom theme for atlantis water
*/
@import url(https://fonts.googleapis.com/css?family=Sanchez|Source+Code+Pro);
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: 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; }

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

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

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

body {
  font-family: 'Sanchez', serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

a {
  color: #1A67B2; }

.container {
  max-width: 960px;
  margin: 0 auto; }

#content {
  padding-top: 30px; }

#masthead {
  background: #1A67B2;
  padding: 10px 0; }
  #masthead a {
    color: #fff;
    text-decoration: none; }
  #masthead .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #masthead .container form {
      display: flex; }
      #masthead .container form input {
        border: none;
        height: 30px;
        line-height: 30px;
        padding: 0 5px; }
      #masthead .container form button {
        background: none;
        color: #fff;
        font-size: 10px;
        text-transform: uppercase; }
        #masthead .container form button:hover {
          background: #8EBCE9; }

#menu-main-menu {
  background: #EBEBEB;
  padding: 10px;
  margin: 0;
  display: block;
  text-align: center; }
  #menu-main-menu li {
    display: inline-block; }
  #menu-main-menu a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    padding: 20px 40px;
    transition: 300ms; }
    #menu-main-menu a:hover {
      opacity: 0.7; }
  #menu-main-menu .menu-item-has-children {
    position: relative; }
    #menu-main-menu .menu-item-has-children:hover .sub-menu {
      display: block; }
  #menu-main-menu .sub-menu {
    position: absolute;
    display: none;
    z-index: 9999;
    padding: 0;
    text-align: left;
    left: 40px;
    top: 50px;
    min-width: 200px;
    background: #fff;
    padding: 10px; }
    #menu-main-menu .sub-menu li {
      display: block;
      margin-bottom: 5px; }
      #menu-main-menu .sub-menu li a {
        padding: 0; }

.gform_button, button {
  background: #222;
  color: #fff;
  font-family: sans-serif;
  border: none;
  padding: 5px 10px; }

#footer {
  margin: 25px 0; }
  #footer .container {
    border-top: 1px solid #1A67B2;
    border-bottom: 1px solid #1A67B2;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between; }
    #footer .container img {
      height: 70px; }
    #footer .container .widget_text {
      font-size: 14px;
      color: #1A67B2; }
      #footer .container .widget_text p {
        margin: 0; }
    #footer .container h2 {
      color: #1A67B2;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 10px; }
    #footer .container ul {
      padding: 0;
      margin: 0; }
    #footer .container li {
      list-style-type: none;
      color: #000; }
    #footer .container a {
      text-decoration: none;
      color: inherit; }
      #footer .container a:hover {
        text-decoration: underline; }
  #footer #custom_html-2 {
    font-size: 23px;
    margin-top: 10px; }

/* quick fixes */
#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between; }

.page .body {
  font-size: 17px;
  line-height: 1.4; }

.home .fw-col-sm-3 a {
  border: 1px solid;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  width: 230px; }
  .home .fw-col-sm-3 a img {
    margin-bottom: 15px; }

.home #content {
  padding-top: 0; }

.related.products {
  clear: both;
  background: #f4f4f4;
  padding: 15px; }
  .related.products h2 {
    margin-bottom: 10px; }
  .related.products > .products {
    margin-bottom: 0; }
    .related.products > .products li.product {
      margin-bottom: 0; }

.mobile-cart {
  display: none; }
  .mobile-cart a {
    display: block;
    text-decoration: none;
    padding: 20px 40px;
    text-align: center;
    background: #1A67B2;
    color: #fff; }

.woocommerce button.button.alt {
  background: #1A67B2; }
  .woocommerce button.button.alt:hover {
    background: #0d3459; }

.woocommerce-cart-tab-container--right.woocommerce-cart-tab-container--visible {
  bottom: 0; }

.products .product a:first-of-type, .product-category a:first-of-type {
  height: 200px;
  width: 200px;
  display: block;
  overflow: hidden;
  border: 1px solid #eee; }

.products .product a:first-of-type img, .product-category a:first-of-type img {
  transition: 500ms; }

.products .product a:first-of-type:hover img, .product-category a:first-of-type:hover img {
  transform: scale(1.2); }

@media screen and (max-width: 991px) {
  .home .fw-col-sm-3 a {
    width: 100%; }
  .mobile-cart {
    display: block; } }

@media screen and (max-width: 690px) {
  #menu-main-menu li {
    display: block;
    margin-bottom: 10px; }
    #menu-main-menu li:last-of-type {
      margin-bottom: 0; }
    #menu-main-menu li a {
      display: block;
      background: #fff; }
    #menu-main-menu li.menu-item-has-children {
      padding-right: 50px; }
      #menu-main-menu li.menu-item-has-children > a {
        text-indent: 50px; }
      #menu-main-menu li.menu-item-has-children:after {
        content: "\f078";
        font-family: 'FontAwesome';
        position: absolute;
        top: 0;
        right: 0;
        height: 57px;
        line-height: 57px;
        width: 50px;
        background: #1A67B2;
        color: #fff; }
      #menu-main-menu li.menu-item-has-children:hover:after {
        content: "\f077"; }
      #menu-main-menu li.menu-item-has-children .sub-menu {
        position: static;
        margin-right: -50px;
        background: #dedede; }
        #menu-main-menu li.menu-item-has-children .sub-menu a {
          background: transparent;
          padding: 10px 20px; } }

@media screen and (max-width: 620px) {
  #footer .container {
    flex-direction: column; }
    #footer .container .widget_text {
      margin: 20px 0; } }

@media screen and (max-width: 430px) {
  #masthead .container {
    flex-direction: column; } }
