/** Theme Name: Pixel Palace */
/** Theme URI: http://pixelpalace.com.au/ */
/** Author: Pixel Palace */
/** Author URI: http://pixelpalace.com.au/ */
/** Version: 1.0 */
@media (min-width: 1300px) {
  .container {
    width: 1170px; } }
body {
  word-wrap: break-word; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%; }

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px; }

embed, iframe, object {
  max-width: 100%; }

.clear {
  clear: both; }

.screen-reader-text {
  display: none; }

ul.social-media {
  display: inline-block;
  float: right;
  padding: 0px;
  margin: 0px;
  margin-right: 25px;
  list-style: none; }
  ul.social-media li {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px; }
    ul.social-media li a {
      color: #fff; }

a:link, a:visited {
  color: #c3b6ae;
  text-decoration: none; }

a:hover {
  color: #e07e00; }

html {
  font-size: 16px; }
  @media only screen and (max-width: 980px) {
    html {
      font-size: 15px; } }
  @media only screen and (max-width: 480px) {
    html {
      font-size: 14px; } }

body {
  font-size: 1em;
  font-family: "Dosis", sans-serif; }

p {
  font-size: 14px;
  font-size: 1em;
  line-height: 1.6em; }

h1 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #9c877a;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase; }
  @media only screen and (max-width: 980px) {
    h1 {
      font-size: 2em; } }

h2 {
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block; }

h3 {
  display: inline-block;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 10px; }

h4 {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px; }

.light h1, .light h2, .light h3 {
  border-color: #fff; }

section.full-width .row {
  margin: 0px; }
section.full-width .fw-col {
  padding: 0px; }
section.row-small-padding {
  padding: 30px 0px; }
  @media only screen and (max-width: 767px) {
    section.row-small-padding {
      padding: 15px 0px; } }
section.row-medium-padding {
  padding: 60px 0px; }
  @media only screen and (max-width: 767px) {
    section.row-medium-padding {
      padding: 30px 0px; } }
section.row-large-padding {
  padding: 100px 0px; }
  @media only screen and (max-width: 767px) {
    section.row-large-padding {
      padding: 50px 0px; } }
section.row-small-margin {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    section.row-small-margin {
      margin-bottom: 15px; } }
section.row-medium-margin {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    section.row-medium-margin {
      margin-bottom: 30px; } }
section.row-large-margin {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    section.row-large-margin {
      margin-bottom: 50px; } }

.widget-area.before-archive {
  padding: 30px 0px 40px;
  clear: both;
  overflow: auto; }
  .widget-area.before-archive aside {
    width: 33%;
    float: right; }
    @media only screen and (max-width: 480px) {
      .widget-area.before-archive aside {
        width: 100%;
        float: none;
        margin-bottom: 10px; } }
    .widget-area.before-archive aside select {
      width: 90%;
      border-color: #888;
      padding: 7px;
      text-transform: uppercase;
      font-size: 14px; }
    .widget-area.before-archive aside h3.widget-title {
      display: none; }
    .widget-area.before-archive aside.widget_search input[type="search"] {
      border: 1px solid #888; }
    .widget-area.before-archive aside.widget_search input[type="submit"] {
      background: #888;
      font-family: "FontAwesome"; }

input[type="submit"] {
  background-color: #f58220 !important;
  color: #fff !important;
  border-radius: 0px !important;
  font-family: "Dosis", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 12px !important; }

.search-form input[type="submit"] {
  font-family: "FontAwesome"; }

.btn {
  border-radius: 0px;
  border: 1px solid #aa978c;
  letter-spacing: 3px;
  transition: 0.2s ease all;
  text-transform: uppercase;
  color: #c3b6ae; }
  .btn.btn-primary {
    background: #c3b6ae;
    color: #fff; }
    .btn.btn-primary:hover {
      background: #e07e00; }
  .btn.btn-secondary {
    background: #3b6dd4;
    color: #fff; }
    .btn.btn-secondary:hover {
      background: #2e5cb8; }
  .btn.btn-outline {
    background: none;
    border: 1px solid;
    padding: 6px 18px;
    color: #666;
    border-color: #666; }
    .btn.btn-outline:hover {
      color: #222;
      border-color: #222;
      background: #222;
      color: #fff; }
  .btn.small {
    padding: 8px 16px;
    font-size: 12px;
    font-size: 0.8em; }
  .btn.medium {
    padding: 9px 18px;
    font-size: 14px;
    font-size: 1em; }
  .btn.large {
    padding: 14px 28px;
    font-size: 16px;
    font-size: 1.2em; }

.light .btn-outline, .btn-light {
  color: #fff;
  border-color: #fff; }
  .light .btn-outline:hover, .btn-light:hover {
    color: #c3b6ae;
    border-color: #fff;
    background: #fff; }

p + a.btn {
  margin-top: 20px; }

#comments .alert-info, #comments .form-allowed-tags {
  display: none; }

.map-container p {
  margin: 0px;
  line-height: 0; }
.map-container iframe {
  pointer-events: none; }

@media only screen and (min-width: 1224px) {
  .table-container {
    display: table; }
    .table-container .table-row {
      height: 100%;
      display: table-row; }
      .table-container .table-row .table-col {
        display: table-cell;
        float: none;
        vertical-align: top; }
      .table-container .table-row .table-col-bottom {
        display: table-cell;
        float: none;
        vertical-align: bottom; } }

hr {
  border: 0px;
  height: 2px;
  background: #c3b6ae; }

blockquote {
  font-size: 20px;
  font-size: 1.5em;
  border-color: #c3b6ae;
  text-align: center;
  letter-spacing: 1px;
  border-left-width: 3px; }
  @media only screen and (max-width: 767px) {
    blockquote {
      font-size: 14px;
      font-size: 1em; } }
  blockquote cite {
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    text-transform: uppercase; }

main ul {
  list-style: none;
  padding: 0px; }
  main ul li {
    margin-bottom: 4px; }
main ol {
  margin: 15px 0px;
  padding-left: 20px; }
  main ol li {
    margin-bottom: 8px; }
main aside ul li:before {
  display: none; }

input[type="text"], input[type="search"], textarea {
  padding: 8px;
  height: auto;
  border: 1px solid #f5f5f5;
  box-shadow: none;
  border-radius: 0px;
  font-weight: normal; }
  input[type="text"]:focus, input[type="text"]:active, input[type="search"]:focus, input[type="search"]:active, textarea:focus, textarea:active {
    box-shadow: none;
    outline: 0;
    border: 1px solid #c3b6ae; }

select {
  padding: 8px 14px;
  border-radius: 0px;
  border: 1px solid #f5f5f5; }

input[type="submit"] {
  background: #c3b6ae;
  color: #fff;
  padding: 9px 16px;
  margin-top: -1px; }
  input[type="submit"]:hover {
    background: #e07e00;
    color: #fff; }

#masthead {
  padding: 0px 0px;
  background: #fff;
  margin-bottom: 25px;
  border-bottom: 2px solid #f1f1f1; }
  #masthead .navbar-nav {
    margin: 0px; }
  #masthead .navbar {
    min-height: 0px;
    margin-bottom: 0px; }
    #masthead .navbar .navbar-collapse {
      padding-right: 0px; }
    #masthead .navbar .navbar-brand {
      padding: 0px;
      float: none; }
      @media only screen and (max-width: 767px) {
        #masthead .navbar .navbar-brand {
          max-width: 75%;
          margin-left: 15px;
          float: left;
          clear: left;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        #masthead .navbar .navbar-brand .logo {
          max-width: 100%;
          width: 100%; } }
    #masthead .navbar #main-menu {
      float: right;
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        #masthead .navbar #main-menu {
          float: none; } }
      #masthead .navbar #main-menu li {
        font-weight: normal;
        text-align: right;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 10px; }
        @media only screen and (max-width: 980px) {
          #masthead .navbar #main-menu li {
            font-size: 0.8em;
            padding: 10px 6px; } }
        #masthead .navbar #main-menu li a {
          padding: 5px 0px;
          text-align: center;
          color: #797979;
          transition: all 0.2s ease;
          border-bottom: 2px solid transparent; }
          #masthead .navbar #main-menu li a:focus, #masthead .navbar #main-menu li a:active {
            background: none;
            border-color: #c3b6ae;
            color: #c3b6ae; }
          #masthead .navbar #main-menu li a:hover {
            color: #4bc9bc; }
        #masthead .navbar #main-menu li:hover a, #masthead .navbar #main-menu li[aria-expanded="true"] a {
          background: none; }
        #masthead .navbar #main-menu li.active a, #masthead .navbar #main-menu li.open a {
          background: none; }
        #masthead .navbar #main-menu li.current_page_item {
          text-decoration: none; }
          #masthead .navbar #main-menu li.current_page_item a {
            color: #c3b6ae; }
        #masthead .navbar #main-menu li ul.dropdown-menu {
          border: 0px;
          background: #fff; }
          #masthead .navbar #main-menu li ul.dropdown-menu li a {
            padding: 10px; }
    #masthead .navbar .navbar-toggle {
      border-color: #c3b6ae;
      border-radius: 0px;
      margin-right: 0px; }
      #masthead .navbar .navbar-toggle span {
        background: #c3b6ae; }
      #masthead .navbar .navbar-toggle:hover {
        border-color: #e07e00; }
        #masthead .navbar .navbar-toggle:hover span {
          background: #e07e00; }

#colophon {
  margin-top: 0px;
  padding: 40px 0px;
  font-size: 0.9em; }
  @media only screen and (max-width: 980px) {
    #colophon {
      font-size: 0.8em; } }
  @media only screen and (max-width: 767px) {
    #colophon {
      text-align: center; } }
  #colophon p {
    color: #c3b6ae;
    text-align: center; }
  #colophon h3 {
    font-size: 14px;
    color: #b4a39a;
    text-decoration: underline;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px; }
  #colophon .credit-logo {
    width: 40px;
    height: 40px;
    display: block;
    float: right;
    background: url(img/pp_white.png) center center no-repeat;
    background-size: contain;
    transition: all 0.2s ease; }
  #colophon .logo {
    width: 180px; }
  #colophon.dark {
    background: #181818;
    color: #efe9e1; }
  #colophon.light {
    background: #f9f9f9; }
  #colophon ul {
    list-style: none;
    padding: 0px; }
    @media only screen and (max-width: 767px) {
      #colophon ul {
        margin: 15px 0px 5px; } }
    #colophon ul li a {
      padding: 0px 0px;
      background: none !important; }
    #colophon ul#footer-menu {
      text-align: right; }
      @media only screen and (max-width: 767px) {
        #colophon ul#footer-menu {
          text-align: center; } }
      #colophon ul#footer-menu li {
        display: inline-block;
        margin-left: 8px; }
        #colophon ul#footer-menu li.current_page_item a {
          color: #c3b6ae; }
        @media only screen and (max-width: 767px) {
          #colophon ul#footer-menu li {
            display: block;
            margin: 0px 0px; } }
        #colophon ul#footer-menu li a {
          padding: 6px 0px;
          transition: all 0.2s ease;
          color: #efe9e1;
          text-decoration: none; }
        #colophon ul#footer-menu li:hover a {
          color: #c3b6ae; }
  #colophon .copyright {
    margin-top: 20px;
    text-align: center; }

.light {
  color: #fff; }

.dark {
  color: #666; }

.posts-container article.grid:nth-child(3n+0) {
  clear: right; }
.posts-container article.grid:nth-child(3n+1) {
  clear: left; }

.post-navigation {
  text-align: center; }

.paged-navigation li {
  display: inline-block;
  margin-right: 3px; }
  .paged-navigation li:before {
    display: none; }
  .paged-navigation li a {
    display: inline-block;
    border: 1px solid #666;
    color: #666;
    padding: 10px 16px;
    transition: all 0.2s ease; }
  .paged-navigation li:hover a, .paged-navigation li.active a {
    color: #c3b6ae;
    border-color: #c3b6ae; }

ul.pager li:before {
  display: none; }
ul.pager li a {
  border-radius: 0px;
  border-color: #666;
  color: #666;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.2s ease; }
  ul.pager li a:hover {
    color: #c3b6ae;
    border-color: #c3b6ae;
    background: none; }

article.archive {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    article.archive {
      margin-bottom: 20px; } }
  article.archive h1 {
    font-size: 1.6em;
    margin-top: 0px;
    border: 0px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 767px) {
      article.archive h1 {
        margin-top: 15px; } }
    article.archive h1 a {
      color: #666;
      transition: all 0.2s ease; }
      article.archive h1 a:hover {
        color: #c3b6ae; }
    article.archive h1:after {
      content: "";
      width: 200px;
      height: 3px;
      display: block;
      background: #c3b6ae;
      margin-top: 0.5em; }
  article.archive .entry-meta {
    letter-spacing: 1px;
    font-size: 0.9em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    opacity: 0.7; }
  article.archive a.read-more-link {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666;
    transition: all 0.2s ease;
    margin-top: 10px;
    display: inline-block;
    color: #e07e00; }
    article.archive a.read-more-link:hover {
      color: #c3b6ae; }

.single-post main {
  margin-top: 40px; }
.single-post .image-container {
  margin-bottom: 20px; }
.single-post header {
  margin-bottom: 40px; }
.single-post .entry-meta {
  letter-spacing: 1px;
  margin-top: 1em; }
.single-post h1 {
  font-size: 1.4em;
  margin-top: 0px;
  border: 0px;
  margin-bottom: 0px; }
  @media only screen and (max-width: 767px) {
    .single-post h1 {
      margin-top: 15px; } }
  .single-post h1:after {
    content: "";
    width: 200px;
    height: 3px;
    display: block;
    background: #c3b6ae;
    margin-top: 15px; }
.single-post h2, .single-post h3, .single-post h4, .single-post h5 {
  border-bottom: 0px;
  padding-bottom: 0px; }
.single-post h2 {
  font-size: 1.8em; }
.single-post h4 {
  font-weight: bold;
  margin: 20px 0px; }

section.full-screen-hero {
  padding: 0px;
  height: 800px;
  position: relative; }
  section.full-screen-hero .hero-content {
    animation: fadein 1s ease; }
    @media only screen and (max-width: 767px) {
      section.full-screen-hero .hero-content {
        text-align: center;
        width: 100%; } }
    section.full-screen-hero .hero-content h1 {
      font-size: 22px;
      font-size: 1.5em;
      color: #fff;
      letter-spacing: 10px;
      border: 0px;
      text-transform: uppercase; }
  section.full-screen-hero .call-to-action {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    animation: fadein 2s ease; }

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0px, -30px); }
  50% {
    opacity: 0;
    transform: translate(0px, -30px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }
section.contact {
  background: url(img/contact.jpg) center center no-repeat;
  background-size: cover; }

.call-to-action a, .contact a {
  display: inline-block;
  background: #000;
  padding: 5px 0px 5px 20px;
  overflow: hidden;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 4px;
  overflow: hidden;
  position: relative;
  padding-right: 38px; }
  .call-to-action a span, .contact a span {
    float: left; }
  .call-to-action a span.angle, .contact a span.angle {
    transition: all 0.2s ease;
    padding: 20px 10px 20px 0px;
    position: absolute;
    top: -15px;
    margin-left: 20px;
    color: #000;
    background: #c3b6ae; }
    .call-to-action a span.angle:before, .contact a span.angle:before {
      content: "";
      transition: all 0.2s ease;
      position: absolute;
      top: 0;
      left: -20px;
      border-top: 50px solid transparent;
      border-right: 20px solid #c3b6ae; }
  .call-to-action a:hover span.angle, .contact a:hover span.angle {
    background: #fff; }
    .call-to-action a:hover span.angle:before, .contact a:hover span.angle:before {
      border-right-color: #fff; }

.contact a {
  margin-top: 30px; }

section.anim {
  opacity: 0;
  transition: all 0.75s ease;
  transform: translate(-200px, 0px); }
  section.anim.port {
    opacity: 1;
    transform: translate(0px, 0px); }
  section.anim.fade {
    transform: none; }

@media only screen and (max-width: 767px) {
  .green-section {
    padding: 30px; } }
.green-section .btn {
  border: 1px solid #fff;
  color: #fff;
  margin-top: 20px; }
.green-section p {
  font-size: 18px; }

.under-slider-feature {
  border-right: 1px solid #ebebeb; }

.under-slider-last {
  border-right: none; }

.under-slider {
  border-bottom: 1px solid #ebebeb; }

.rsContent img {
  width: 100%; }

.single-product .single_add_to_cart_button {
  background-color: #f58220 !important;
  border-radius: 0px !important;
  font-family: "Dosis", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 12px !important; }
.single-product .woocommerce-Price-amount {
  color: #9c877a;
  font-weight: 400;
  font-size: 24px; }
.single-product .summary {
  color: #bbaca3; }
.single-product h1 {
  font-size: 24px;
  margin-bottom: 10px; }

.woocommerce-info {
  border-top-color: #4bc9bc; }

.woocommerce-info:before {
  color: #4bc9bc; }

.wc-proceed-to-checkout .checkout-button, .wc-proceed-to-checkout .button {
  background-color: #f58220 !important;
  border-radius: 0px !important;
  font-family: "Dosis", sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  font-size: 12px !important; }

@media only screen and (max-width: 1224px) {
  .unique-ip {
    background: none !important; } }

.woocommerce ul.products li.product {
  text-align: center; }
  .woocommerce ul.products li.product .add_to_cart_button {
    display: none; }
  .woocommerce ul.products li.product h3, .woocommerce ul.products li.product .woocommerce-Price-amount {
    font-size: 18px;
    color: #c3b6ae;
    font-weight: 400; }

.woocommerce-checkout h3 {
  display: block; }

.pre-nav-banner {
  background-color: #4bc9bc;
  color: #fff; }
  .pre-nav-banner .container {
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 15px; }
    @media only screen and (max-width: 980px) {
      .pre-nav-banner .container {
        text-align: center; } }
  .pre-nav-banner span {
    font-size: 12px; }

.cart-contents {
  float: right;
  font-family: "Karla", sans-serif;
  margin-right: 30px;
  margin-top: 15px;
  font-size: 12px !important;
  color: black !important;
  z-index: 9999; }
  @media only screen and (max-width: 980px) {
    .cart-contents {
      float: left;
      margin-left: 30px;
      margin-bottom: 15px; } }
  .cart-contents span {
    font-size: 12px !important;
    color: black !important; }
    .cart-contents span .amount {
      font-size: 12px !important;
      color: black !important; }

.related {
  clear: both; }
  .related h2 {
    font-size: 30px;
    color: #c3b6ae; }

.three-icons .btn {
  margin-top: 10px; }

.rsSBlock {
  position: absolute; }

.slider-link {
  background-color: red;
  padding: 50px 100px;
  position: absolute; }

.woocommerce-result-count {
  display: none; }

.page-title {
  display: none; }

.tax-product_cat .page-title {
  display: inline-block;
  margin-top: 0px; }
@media only screen and (max-width: 767px) {
  .tax-product_cat .page-title {
    text-align: center;
    display: block;
    width: 100%; }
  .tax-product_cat .woocommerce-ordering {
    width: 100%;
    margin-top: 15px; }
    .tax-product_cat .woocommerce-ordering select {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .site-navigation-inner {
    margin-top: 30px; } }

.footer-4 {
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .footer-4 {
      text-align: center;
      margin-top: 15px; } }

.homepage-h3 h3 {
  font-size: 30px;
  letter-spacing: 4px; }

.gform_wrapper {
  max-width: 100% !important;
  background-color: #f1f1f1;
  padding: 20px; }
  .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    padding-right: 0px !important; }
  .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important; }

.gfield_label {
  font-family: "Dosis", sans-serif;
  font-weight: 400 !important;
  display: none !important; }

.gform_wrapper textarea, .gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url] {
  padding: 10px !important;
  width: 100% !important;
  margin: 0px !important; }

input.large, textarea.large, select.large {
  width: 100% !important; }

.gform_wrapper .gform_footer input.button {
  background-color: #c3b6ae;
  width: 100%;
  border: none;
  box-shadow: 0px 3px 0px 0px #e07e00; }

.gf_left_half, .gf_right_half {
  box-sizing: border-box; }
  @media only screen and (max-width: 980px) {
    .gf_left_half, .gf_right_half {
      width: 100% !important; } }

.gf_left_half {
  margin-right: 2.5% !important; }

.products .product:after {
  content: "VIEW PRODUCT";
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(195, 182, 174, 0.8);
  opacity: 0;
  height: 100%;
  width: 100%;
  padding-top: 49%;
  pointer-events: none;
  transition: 0.2s ease all; }

.products .product:hover:after {
  opacity: 1; }

.demo_store {
  padding: 15px !important; }

.toggle-comments-button {
  display: inline-block;
  width: 100%;
  margin-bottom: 1em; }
  .toggle-comments-button #review-reveal-button {
    width: 100%;
    background-color: transparent;
    border: none;
    border-top: #c3b6ae 1px solid;
    border-bottom: #c3b6ae 1px solid;
    padding-top: 1em;
    padding-bottom: 1em; }
    .toggle-comments-button #review-reveal-button:after {
      content: " +"; }
    .toggle-comments-button #review-reveal-button.toggled:after {
      content: " -"; }

.woocommerce-tabs {
  display: none; }
  .woocommerce-tabs .wc-tabs {
    display: none; }
  .woocommerce-tabs .woocommerce-Reviews-title {
    display: none; }

/*# sourceMappingURL=style.css.map */
