/*
Theme Name: Skewers
Theme URI: http://epixmedia.co.uk/
Description: Custom theme for Skewers
Author: Tom at Epix Media
Version: 1.1
Tags: none
*/
/* Colors */
/* Sizes */
/* Fonts */
body {
  margin: 0px;
  text-align: left;
  font-family: futura-pt-n4, futura-pt, "Open Sans", verdana, arial;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 16px;
  color: #525252;
}

a {
  border: 0px;
  color: #182d86;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.5s;
}
a:hover {
  border: 0px;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.5s;
}

img {
  border: 0px;
  z-index: 0;
  max-width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s;
}
img:hover {
  opacity: 1;
  transition: opacity 0.5s;
}

h1, h2, h3, h4, h5, h6 {
  margin: 2% 0px;
  color: #525252;
  font-family: "futura-pt", sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 26px;
  line-height: 29px;
}

h2 {
  font-size: 22px;
  line-height: 25px;
}

h3 {
  font-size: 18px;
  line-height: 21px;
}

h4 {
  font-size: 16px;
  line-height: 19px;
}

fieldset {
  float: left;
  width: 100%;
}

input, textarea {
  font-family: "Open Sans", arial, verdana;
}

::-moz-selection {
  background: #009fe3;
  color: #ffffff;
}

::selection {
  background: #009fe3;
  color: #ffffff;
}

a:link {
  -webkit-tap-highlight-color: #009fe3;
}

#header {
  float: left;
  clear: both;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  height: auto;
  background-color: #ffffff;
  position: relative;
}
#header #header-container {
  position: relative;
  clear: both;
  margin: 0px auto;
}
#header #header-container .logo img {
  float: left;
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}

.basket_wrapper {
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px #d9d9d9 solid;
}
.basket_wrapper .basket_total {
  width: 96%;
  margin-bottom: 5px;
  background: #d9d9d9;
  padding: 10px;
}
.basket_wrapper .basket_total a {
  color: #ffffff;
  width: 100%;
}
.basket_wrapper .basket_search {
  width: 98%;
  margin-bottom: 5px;
}
.basket_wrapper .basket_search input {
  padding: 10px;
  background-color: #f2f2f2;
  background-image: url("images/arrow.png") no-repeat;
  color: #d9d9d9;
  text-transform: uppercase;
  border: none;
  width: 98%;
}

.grey_wrapper {
  width: 100%;
  background: #f2f2f2;
}
.grey_wrapper .grey_banner {
  margin: 0 auto;
}
.grey_wrapper .grey_banner .seven {
  text-align: left;
}
.grey_wrapper .grey_banner .five {
  text-align: right;
}

.nav_wrapper {
  background: #009fe3;
  width: 100%;
  float: left;
}

button.rnav {
  display: none;
}

/* menu */
.navigation {
  width: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 999;
}
.navigation #access {
  width: 100%;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
}
.navigation #access ul {
  list-style-type: none;
  float: left;
  width: 100%;
  margin: 0px;
  background: #009fe3;
}
.navigation #access ul li {
  list-style-type: none;
  float: left;
  width: auto;
  height: auto;
  padding: 10px 0;
  margin: 0px;
  width: 48%;
  position: relative;
  border-right: 2px solid #ffffff;
  text-align: left;
  /*&.highlight a {border-bottom:1px #8b98cc solid;}*/
}
.navigation #access ul li:nth-last-of-type(1) {
  border-right: none;
  padding-left: 20px;
}
.navigation #access ul li a {
  height: 25px;
  margin: 0;
  padding: 0px;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  text-decoration: none;
  border-bottom: 0px;
}
.navigation #access ul li a:hover {
  opacity: 1;
}
.navigation #access ul li.current_page_item, .navigation #access ul li.current-menu-ancestor, .navigation #access ul li.current-menu-item, .navigation #access ul li.current-menu-parent {
  color: #fff;
}
.navigation #access ul li.current_page_item a, .navigation #access ul li.current-menu-ancestor a, .navigation #access ul li.current-menu-item a, .navigation #access ul li.current-menu-parent a {
  /*border-bottom: 2px $colorWhite solid;*/
}
.navigation #access ul ul.sub-menu {
  position: absolute;
  float: left;
  clear: both;
  overflow: hidden;
  left: 0px;
  top: 100%;
  width: 100%;
  max-height: 0;
  transition: all 0.5s;
  margin: 0px 0px 0px 35px;
  padding: 0px;
  background-color: #f2f2f2;
  z-index: 9999;
  margin: 0;
}
.navigation #access ul ul.sub-menu li {
  float: left;
  clear: both;
  height: auto;
  width: 84%;
  margin: 10px 0px 10px 0px;
  padding: 0px 8%;
  border: 0px;
  background-image: none !important;
}
.navigation #access ul ul.sub-menu li:after, .navigation #access ul ul.sub-menu li:hover a:after {
  border-width: 0px !important;
}
.navigation #access ul ul.sub-menu li a {
  float: left;
  height: auto;
  width: 100%;
  padding: 0px 0px;
  margin: 0px;
  background-image: none;
  border: 0px;
  text-decoration: none;
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  color: #009fe3;
  font-family: futura-pt-n4, futura-pt, "Open Sans", verdana, arial;
  font-weight: normal;
}
.navigation #access ul ul.sub-menu li a:hover, .navigation #access ul ul.sub-menu li.current-menu-item a {
  border: 0px;
  background-image: none;
}

/* sub menu hover */
#access ul li:hover > ul {
  z-index: 99;
  max-height: 800px !important;
  transition: all 0.5s;
}

/* Banner */
#epxbanner {
  padding: 0px 0px;
  height: 475px;
  overflow: hidden;
  z-index: -1;
  margin: 0 auto;
  clear: both;
}

.cycle-slideshow, .theslide {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
.cycle-slideshow .the-message, .theslide .the-message {
  background-color: #e20613;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  margin: 0 auto;
}
.cycle-slideshow .the-message.blue, .theslide .the-message.blue {
  background-color: #009fe3;
}
.cycle-slideshow .the-message h3, .theslide .the-message h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 39px;
}
.cycle-slideshow .the-message a, .theslide .the-message a {
  color: #ffffff;
}

.cycle-slideshow .theslide img {
  z-index: -1;
  width: 100%;
  /*height: auto ;*/
}

/* pager */
.silder-pager {
  clear: both;
  text-align: center;
  width: 100%;
  z-index: 500;
  position: relative;
  bottom: -260px;
  overflow: hidden;
  float: left;
}

.silder-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
}

.silder-pager span.cycle-pager-active {
  color: #D69746;
}

.silder-pager > * {
  cursor: pointer;
}

/* Body Classes */
body.home h1.page_title {
  display: none;
}

/* Content */
#main {
  display: block;
  clear: both;
  width: 1024px;
  min-height: 500px;
  margin: 0px auto;
}
#main #content {
  float: left;
  width: 100%;
  /* see also: #sidebar */
  padding-right: 5%;
  margin-top: 50px;
  background-color: #ffffff;
}
#main #content .the-page-title {
  float: left;
  width: 100%;
  padding: 5% 0 2% 0;
}
#main #content .the-page-title h1 {
  padding: 0px;
  margin: 0px;
}
#main #content .the-page {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px 0 60px 0;
}
#main #content .the-page h3 {
  font-size: 14px;
  line-height: 17px;
}

/* Single page - extra elements */
.entry table {
  max-width: 100%;
}

.the-page table td {
  vertical-align: top;
}

.the-page ul {
  list-style-type: disc;
}

.the-page ul li {
  margin-bottom: 10px;
  line-height: 16px;
  background-position: 0px 3px;
  padding: 0px 0px 0px 5px;
}

/* Elements */
.no_padding {
  padding: 0 !important;
}

.hidden {
  display: none;
}

.callouts {
  float: left;
  width: 100%;
}
.callouts .widget-container {
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
}
.callouts .widget-container img {
  max-width: 100%;
  height: auto;
}
.callouts .widget-container:nth-last-of-type(1) {
  margin-right: 0;
}
.callouts .widget-container .widget_sp_image-description {
  position: absolute;
  width: 90%;
  bottom: 0px;
  padding: 3% 5%;
  background: rgba(255, 255, 255, 0.66);
  min-height: 90px;
  opacity: 0;
  transition: all 0.8s ease;
}
.callouts .widget-container .widget_sp_image-description h3 {
  color: #525252;
  margin: 5px 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
}
.callouts .widget-container .widget_sp_image-description p {
  padding: 0px;
}
.callouts .widget-container:hover .widget_sp_image-description {
  opacity: 1;
  transition: all 0.8s ease;
}

body.home .callouts .widget_sp_image-description {
  position: relative;
}

@media only screen and (max-width: 767px) {
  body.single-product .columns {
    width: 100% !important;
    float: left !important;
  }
}

.header_links {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.header_links .widget-container {
  float: left;
  width: 48.8%;
  background: #009fe3;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.header_links .widget-container a {
  color: #ffffff;
}
.header_links .widget-container:nth-last-of-type(1) {
  margin-right: 0;
  text-align: left;
  float: right;
  margin-left: 5px;
}
.header_links .widget-container:nth-child(1) .textwidget {
  padding-left: 50px;
}

.contact_social {
  width: 100%;
  margin-top: 50px;
  padding: 20px 0;
  background: #f2f2f2;
  float: left;
}
.contact_social .widget-container {
  float: left;
  width: 32%;
}
.contact_social .widget-container:nth-child(2) {
  margin: 0px 2%;
}
.contact_social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact_social ul li {
  display: inline-block;
}
.contact_social h3 {
  color: #525252;
}
.contact_social a {
  color: #525252;
}

/* prod ordering */
form.woocommerce-ordering {
  margin-top: 25px !important;
}

.product_meta {
  float: left;
}
.product_meta .sku_wrapper {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

form {
  width: 100%;
  margin-bottom: 50px;
  float: left;
}
form input,
form textarea {
  padding: 10px;
  border: 1px #d9d9d9 solid;
  font-size: 14px;
  background: #d9d9d9;
  width: 90%;
  transition: all 0.8s ease;
}
form input:focus,
form textarea:focus {
  border: #009fe3 1px solid;
  background: #ffffff;
  transition: all 0.8s ease;
}
form input:nth-child(2),
form textarea:nth-child(2) {
  background: #f2f2f2;
}
form p {
  margin: 0;
}
form label {
  display: block;
  margin-top: 20px;
  padding-bottom: 8px;
}
form input[type=submit] {
  padding: 10px;
  float: left;
  border: 1px #f2f2f2 solid;
  background: #f2f2f2;
  width: 20%;
  color: #525252;
  transition: all 0.8s ease;
}
form input[type=submit]:hover {
  background: #63b994;
  color: #ffffff;
  border: 1px #f2f2f2 solid;
  transition: all 0.8s ease;
}
form .grecaptchahide {
  margin: 20px 0;
}
form input[type=checkbox] {
  width: 3%;
}
form .message {
  width: 100%;
}
form .wpcf7-response-output {
  float: left;
}
form select.orderby {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  color: #525252;
  margin-bottom: 5px;
  padding-bottom: 5px;
  background: url("images/arrow.png") no-repeat;
  background-size: 20px;
  background-position: center right;
}
form select.orderby option {
  border: none;
  /*border-bottom: 1px solid $colorGrey;*/
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/* Basket Page */
table.shop_basket {
  width: 100%;
}
table.shop_basket tr td {
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
}
table.shop_basket tr td a {
  color: #525252;
}
table.shop_basket tr td input.button {
  float: right;
}

/* Page Sidebar */
#sidebar {
  float: right;
  width: 30%;
  margin-top: 140px;
}
#sidebar .widget-container {
  width: 80%;
  padding: 5% 10%;
  margin-bottom: 20px;
  background-color: #d9d9d9;
}
#sidebar .widget-container h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 27px;
}
#sidebar .widget-container.widget_recent_entries li {
  margin-bottom: 10px;
}

/* Posts List Page */
.the-post {
  width: 48%;
  float: left;
  padding: 1%;
  margin: 0px 0px 20px 0px;
}
.the-post .the-post-title {
  padding: 0px;
  margin-bottom: 10px;
  border-bottom: 2px #ebebeb solid;
  width: 100%;
  float: left;
}
.the-post h2 {
  font-size: 20px;
  padding: 10px 0px;
  margin: 0px;
}
.the-post .the-post-content {
  float: left;
  width: 100%;
  position: relative;
  margin: 20px 0px 0px 0px;
}
.the-post .the-post-more {
  text-decoration: none;
  color: #000000;
}
.the-post .the-post-more:hover {
  color: #333333;
  text-decoration: none;
}
.the-post .the-post-meta {
  font-size: 12px;
  width: 100%;
  float: left;
  clear: both;
}
.the-post .the-post-entry {
  float: left;
  clear: both;
  width: 100%;
}

.the-post-navigation {
  float: left;
  clear: both;
}
.the-post-navigation .next-entries a, .the-post-navigation .previous-entries a {
  padding: 5px 10px;
  background-color: #182d86;
  margin: 0px 5px 20px 0px;
  color: #fff;
  float: left;
  border-radius: 7px;
}
.the-post-navigation .next-entries a:hover, .the-post-navigation .previous-entries a:hover {
  color: #fff;
}

/* In This Section */
.inthissection {
  list-style-type: none;
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.inthissection li {
  list-style-type: none;
  float: left;
  width: 30%;
  padding: 0px !important;
  margin: 0px 1.4% 15px 0 !important;
}
.inthissection li a {
  float: left;
  width: 73%;
  padding: 6.5% 2% 6.5% 25%;
  font-size: 15px;
  overflow: hidden;
  position: relative;
}
.inthissection li a:before {
  position: absolute;
  font-family: "FontAwesome";
  font-size: 52px;
  color: #d9d9d9;
  top: 20px;
  left: 7px;
  content: "\f05a";
}
.inthissection li a:hover {
  text-decoration: none;
}
.inthissection li a span {
  color: #525252;
  font-style: italic;
  font-size: 13px;
}

/* Footer */
#footer {
  clear: both;
  float: left;
  width: 100%;
  margin: 0px;
  color: #ffffff;
  background-color: #006996;
  padding-top: 20px;
}
#footer .footer {
  float: left;
  width: 100%;
  padding: 30px 0px;
  background-color: #d9d9d9;
  font-family: "futura-pt", sans-serif;
  font-size: 13px;
  line-height: 16px;
}
#footer .footer .widget-container {
  float: left;
  width: 20%;
  margin-top: 30px;
  padding: 0 0 0 5%;
}
#footer .footer h3 {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}
#footer .footer a {
  color: #ffffff;
}
#footer .container {
  width: 1024px;
  margin: 0px auto;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer ul li {
  padding: 5px 0;
}
#footer ul li a {
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 1px #fff solid;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  line-height: 14px;
  font-family: "futura-pt", sans-serif;
}
#footer h3 {
  color: #ffffff;
}

#footer .widget_nav_menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}

#footer .widget_nav_menu ul li {
  list-style-type: none;
  float: left;
  clear: both;
  width: auto;
  padding: 5px 15px 5px 0px;
  margin: 0px;
}

/***** wordpress defaults *****/
.floatright, .alignright {
  float: right;
  padding-left: 15px;
}

.floatleft, .alignleft {
  float: left;
  padding-right: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  margin: 0 auto 1.625em;
}

dl.gallery-item {
  margin: 0;
  float: left;
}

.gallery-item img {
  margin: 8px 18px 8px 0px;
  width: 100px;
  height: 100px;
}

/** comments **/
.form-allowed-tags {
  display: none;
}

.comments-section {
  float: left;
  margin-top: 30px;
}

h3#reply-title,
h3#comments-title {
  padding-bottom: 5px;
  border-bottom: 1px #62452f solid;
}

.comment-form-comment textarea {
  float: left;
  clear: both;
  border: 1px #CCC solid;
}

#commentform p {
  float: left;
  clear: both;
}

#commentform .required {
  color: #900;
}

#commentform label {
  float: left;
  margin-right: 10px;
  width: 40px;
}

#commentform input {
  float: left;
  margin-right: 5px;
  border: 1px #CCC solid;
}

ol.commentlist {
  list-style-type: none;
  padding: 0px;
}

.commentlist .avatar {
  float: left;
  margin: 0px 5px 5px 0px;
}

.commentlist .comment {
  padding: 10px;
}

.commentlist .even {
  background-color: #f2f4e3;
}

/* Content box shortcode */
.contentbox {
  padding: 1% 3%;
}

.contentbox.none {
  padding: 0px;
}

.contentbox.widthfull {
  width: 94%;
}

.contentbox.widthfull.none {
  width: 100%;
}

.contentbox.widthhalf {
  width: 44%;
}

.contentbox.widthhalf.none {
  width: 50%;
}

.contentbox.widththird {
  width: 27.33%;
}

.contentbox.widththird.none {
  width: 33.33%;
}

.contentbox.width20 {
  width: 14%;
}

.contentbox.width30 {
  width: 24%;
}

.contentbox.width40 {
  width: 34%;
}

.contentbox.width50 {
  width: 44%;
}

.contentbox.width60 {
  width: 54%;
}

.contentbox.width70 {
  width: 64%;
}

.contentbox.width80 {
  width: 74%;
}

.contentbox.width90 {
  width: 84%;
}

.contentbox.width20.none {
  width: 20%;
}

.contentbox.width30.none {
  width: 30%;
}

.contentbox.width40.none {
  width: 40%;
}

.contentbox.width50.none {
  width: 50%;
}

.contentbox.width60.none {
  width: 60%;
}

.contentbox.width70.none {
  width: 70%;
}

.contentbox.width80.none {
  width: 80%;
}

.contentbox.width90.none {
  width: 90%;
}

.contentbox img {
  max-width: 100%;
}

/**Epix Media**/
.created-by {
  width: 180px;
  clear: both;
  margin: 10px auto;
}

.epix {
  background-image: url(https://www.epixmedia.co.uk/images/createdby_new.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 200px;
  height: 25px;
  float: left;
}

a.epix:hover {
  background-position: 0 -25px;
}

button.rnav {
  display: none;
  width: 100%;
  float: left;
  text-align: left;
  clear: both;
  background-color: #009fe3;
  padding: 15px 4%;
  border: none;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Raleway", verdana, arial;
  background: url(images/menu-open.png), #009fe3;
  background-image: url(images/menu-open.svg), none;
  background-repeat: no-repeat;
  background-position: 95%, right;
}

.highlight {
  background: url(images/menu-close.png), #009fe3 !important;
  background-image: url(images/menu-close.svg), none !important;
  background-repeat: no-repeat !important;
  background-position: 95%, right !important;
}

a.button.product_type_variable {
  display: none;
}

/* Responsive */
@media only screen and (max-width: 1050px) {
  /* Fix for display none, when increasing the size back up so the navigation shows.*/
  #products {
    width: 100%;
  }

  #main {
    width: 100%;
  }

  .callouts {
    width: 100%;
  }
  .callouts .widget-container {
    width: 31%;
    margin-right: 32px;
  }

  .navigation #access ul ul.sub-menu {
    width: 100%;
  }

  #products #content {
    width: 96%;
    padding: 2%;
  }
}
.woocommerce-cart-form thead th {
  padding: 0 20px 15px 20px;
}
@media (max-width: 767px) {
  .woocommerce-cart-form thead th {
    padding: 0 5px 15px 5px;
  }
}
.woocommerce-cart-form tbody td {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .woocommerce-cart-form tbody td {
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  .woocommerce-cart-form tbody td.product-thumbnail {
    width: 200px;
  }
}
.woocommerce-cart-form tbody td.product-quantity input {
  max-width: 40px;
}
.woocommerce-cart-form .coupon input[name=coupon_code] {
  margin-top: 12px;
}

/* Required for larger screens  */
@media only screen and (min-width: 978px) {
  /* Fix for display none, when increasing the size back up so the navigation shows.*/
  .navigation {
    display: block !important;
  }
}
/*tablet landscape*/
@media screen and (max-width: 960px) {
  #header, #access, #epxbanner, #footer {
    width: 100%;
  }

  #main {
    width: 96%;
    padding: 0px 2%;
  }

  button.rnav {
    display: block;
  }

  .navigation {
    display: none;
  }
  .navigation #access ul li {
    display: block;
    padding: 10px 0;
    border: none;
    text-align: center;
    width: 100%;
  }
  .navigation #access ul li:nth-last-of-type(1) {
    padding-left: 0px;
  }
  .navigation #access ul li ul.sub-menu {
    position: relative;
    width: 100%;
    margin: 0;
    background: #009fe3;
    margin-top: 20px;
  }
  .navigation #access ul li ul.sub-menu li {
    text-align: center;
    padding: 10px 0;
    margin: 10px auto;
    border-bottom: 1px solid #eee;
    width: 60%;
    height: 25px;
    float: none;
  }
  .navigation #access ul li ul.sub-menu li:nth-last-of-type(1) {
    border-bottom: 0;
    width: 100%;
  }
  .navigation #access ul li ul.sub-menu li:nth-last-of-type(1) a {
    color: #ffffff;
    text-align: center;
  }
  .navigation #access ul li ul.sub-menu li a {
    color: #ffffff;
    text-align: center;
  }

  .callouts .widget-container {
    width: 33%;
    margin: 10px auto;
  }
  .callouts .widget-container .widget_sp_image-description {
    opacity: 1 !important;
  }
  .callouts .widget-container img {
    width: 100%;
  }

  .contact_social {
    text-align: center;
  }

  #footer ul li a {
    border-bottom: 0px #fff solid;
  }

  .contentbox.width20.trade {
    width: 27%;
  }

  .cycle-slideshow .the-message, .theslide .the-message {
    padding: 10px 10px 0 10px;
  }
  .cycle-slideshow .the-message p, .theslide .the-message p {
    display: none;
  }
  .cycle-slideshow .the-message h3, .theslide .the-message h3 {
    font-size: 20px;
    line-height: 25px;
  }

  #epxbanner {
    height: 400px;
  }
}
/*tablet portrait*/
@media screen and (max-width: 863px) {
  .single-product .entry-summary,
.single-product .prodinfo,
.single-product .related,
.single-product .images {
    width: 100% !important;
  }

  .woocommerce .shopping_cart form {
    width: 100% !important;
  }

  .cart-collaterals {
    width: 90% !important;
  }

  .woocommerce-cart form input[type=submit], .woocommerce-checkout form input[type=submit] {
    width: 100%;
  }

  .woocommerce-checkout .col-1 {
    width: 98%;
  }
  .woocommerce-checkout .col-2 {
    width: 98%;
    float: left;
  }

  .page-template-page-register input[type=submit] {
    width: 93%;
  }
}
@media screen and (max-width: 800px) {
  #epxbanner {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .single-product .related .product {
    float: left !important;
    width: 50% !important;
  }

  .single-product .related .product .prod-list-image {
    overflow: hidden;
  }

  .row .mobile-two {
    min-height: 215px;
  }
}
@media screen and (max-width: 700px) {
  #epxbanner {
    height: 300px;
  }
}
/*smart phone landscape*/
@media screen and (max-width: 685px) {
  .basket_wrapper {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
  .basket_wrapper .basket_total {
    width: 94%;
  }
  .basket_wrapper .basket_search input {
    width: 95%;
  }

  .variations {
    float: left !important;
    width: 25% !important;
  }

  .two-half .prod-list-info .variations_form .single_variation_wrap {
    float: right;
    width: 100% !important;
  }

  .two-half .prod-list-info .variations_form .variations select {
    min-width: 100%;
  }

  .prod-list-info a.button {
    width: 50%;
  }

  .callouts .widget-container {
    width: 100%;
    margin: 0;
  }
  .callouts .widget-container .widget_sp_image-description {
    opacity: 1 !important;
    top: 0;
    background: #f2f2f2;
  }

  /* products */
  .woocommerce-page img {
    width: 75%;
  }

  .prod-list-image,
.prod-list-info {
    width: 100% !important;
    clear: both;
  }
  .prod-list-image .prod-list-title,
.prod-list-info .prod-list-title {
    width: 100%;
  }
  .prod-list-image .variations_form,
.prod-list-info .variations_form {
    width: 100% !important;
  }
  .prod-list-image .variations_form .single_variation,
.prod-list-info .variations_form .single_variation {
    float: right !important;
    width: 100% !important;
  }
  .prod-list-image .variations_form .single_variation .price,
.prod-list-info .variations_form .single_variation .price {
    float: right !important;
  }
  .prod-list-image .variations_form .variations_button,
.prod-list-info .variations_form .variations_button {
    float: right;
    clear: right;
    width: 100% !important;
  }
  .prod-list-image .variations_form .variations_button .quantity,
.prod-list-info .variations_form .variations_button .quantity {
    float: right !important;
    clear: right;
    width: 100%;
  }
  .prod-list-image .variations_form .variations_button .single_add_to_cart_button,
.prod-list-info .variations_form .variations_button .single_add_to_cart_button {
    float: right;
    clear: right;
    width: 100%;
  }

  .contact_social {
    text-align: center;
  }

  #footer h3 {
    padding-top: 20px;
  }
  #footer ul {
    margin-bottom: 30px;
  }

  ul.products {
    float: left;
  }

  .cycle-slideshow .the-message, .theslide .the-message {
    width: 80%;
  }

  .two-half .prod-list-info .add_to_cart_button {
    text-align: center;
    margin-right: 0 !important;
    width: 95%;
  }
}
@media screen and (max-width: 600px) {
  #epxbanner {
    height: 250px;
  }
}
@media screen and (max-width: 500px) {
  #epxbanner {
    height: 200px;
  }
}
@media screen and (max-width: 400px) {
  #epxbanner {
    height: 150px;
  }
}
/*smart phone portrait*/
@media screen and (max-width: 385px) {
  .variations {
    float: right !important;
    width: 85% !important;
    /*margin-top: 25px;*/
  }

  .single_variation_wrap {
    float: right;
    width: 85%;
  }

  .woocommerce .shopping_cart .cart-collaterals .coupon #coupon_code {
    width: auto;
  }

  .contentbox.width20.trade {
    width: 44%;
  }
}

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