/*
	Theme Name: The Delltones 2016
	Theme URI: http://www.delltones.com
	Description: Delltones - Wordpress Theme
	Version: 2.1
	
	Author: Suture
	Author URI: http://www.suture.net
	
	Tags: fluid-layout, responsive-layout
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	
	TABLE OF CONTENTS

	#VARIABLES
	#FUNCTIONS
	#NORMALIZE
	#HELPERS
	#ANIMATION
	#LAYOUT
	#GRID
	#TYPOGRAPHY
	#HEADER
	#NAVIGATION
	#FOOTER
	#FORMS
	#ICONS
	#IMAGES
	#ELEMENTS
	#PAGES
	#PLUGINS
	#WIDGETS
	#MOBILEMENU
	
	Updated: {{TIMESTAMP}}
	
*/
/* #VARIABLES ======================================= */
/* #FUNCTIONS ======================================= */
/* #NORMALIZE ======================================= */
/* @group NORMALIZE */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* @end */
/* #HELPERS ========================================= */
/* @group HELPERS ### DONE ### */
.desktop-hidden,
.hidden,
.hide,
.visually-hidden {
  display: none; }

.mobile-hidden {
  display: block; }

.muted,
.muted a {
  color: #bbbbbb; }

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

/* Display 'table' to allow centering */
.table {
  display: table;
  margin: 0 auto;
  width: 100%;
  text-align: center; }

.table-right {
  display: table;
  margin: 0 0 0 auto; }

.bottom_margin_none {
  margin-bottom: 0; }

/* @end */
/* @group CLEARFIX ### DONE ### */
/*
	Assign the class "cf" to any  wrapper that needs to clear it's children
	http://nicolasgallagher.com/micro-clearfix-hack/
*/
.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

/*
	For IE 6/7 only
	Include this rule to trigger hasLayout and contain floats.
*/
.cf {
  *zoom: 1; }

/* @end */
/* @group OUTLINES ### DONE ### */
* {
  outline: none; }

:focus {
  outline: 0; }

/* @end */
/* #ANIMATION ======================================= */
/* #LAYOUT ========================================== */
/* @group STRUCTURE */
div#wrapper {
  display: block;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute; }

div#header-wrapper {
  display: block;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  min-height: 260px;
  width: 100%;
  position: relative;
  background: url(images/template/header-background.jpg) repeat-x; }

div#header-wrapper.book {
  background: url(images/template/header-background_book.png) repeat-x; }

/* @end */
/* @group HEADER */
header {
  width: 960px;
  min-height: 260px;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 0;
  left: 0; }

div#header-banner {
  display: inline-block;
  padding: 0;
  margin: 0;
  left: 0;
  width: 100%;
  float: left;
  top: 0;
  height: 200px;
  position: relative;
  overflow: hidden; }

nav {
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  min-height: 60px;
  display: inline-block;
  position: relative;
  float: left;
  clear: both;
  background: url(images/template/menu_bgd.png) repeat; }

/* @end */
/* @group PAYLOAD */
div#payload-wrapper {
  width: 960px;
  padding: 0;
  margin: 0 auto;
  display: block;
  border-top: 9px solid #666; }

div.payload {
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 0 20px;
  float: left;
  overflow: hidden;
  background-color: #f4fcff;
  display: block;
  /* http://reignwaterdesigns.com/ad/tidbits/hacks/minimum_height_in_css.shtml */
  min-height: 400px;
  height: auto !important;
  height: 400px;
  width: 100%; }

/* @end */
/* @group SIDEBAR */
/* @end */
/* @group FOOTER */
footer {
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background: #cee5f0;
  display: block;
  border-radius: 0 0 20px 20px;
  position: relative;
  clear: both;
  float: left;
  overflow: hidden;
  padding: 0 0 30px; }

div.footer-widget.divider {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  padding-left: 20px; }

div#credits {
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0 0;
  clear: both;
  margin: 0 0 80px;
  display: block; }

div#credits-left {
  display: inline-block;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 50%;
  float: left;
  text-align: left; }

div#credits-right {
  display: inline-block;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 50%;
  float: left;
  text-align: right; }

div#credits-left small {
  padding-left: 20px; }

div#credits-right small {
  padding-right: 20px; }

/* @end */
/* Portrait Tablet and Small Desktops */
@media (min-width: 710px) and (max-width: 1019px) {
  header,
  div#payload-wrapper {
    width: 90%; } }
/* Landscape Phone */
@media (max-width: 709px) {
  header,
  div#payload-wrapper {
    width: 90%; }

  div#header-banner {
    display: none; }

  div#header-banner-medium {
    display: inline-block;
    padding: 0;
    margin: 0;
    left: 0;
    width: 100%;
    float: left;
    top: 0;
    height: 200px;
    position: relative;
    overflow: hidden; }

  ul.sf-menu li {
    width: 33.3333333333333%; }

  h1 {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }

  div#credits-left,
  div#credits-right {
    width: 100%;
    text-align: left; }

  div#credits-left small,
  div#credits-right small {
    padding: 0; }

  div.footer-widget {
    padding: 10px 0 0; }

  div.footer-widget.divider {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left-style: none;
    border-right-style: none;
    padding: 20px 0; }

  div.col-1-1 div.product,
  div.col-8-12 div.product {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%; }

  ul.sidebar-list li {
    padding-left: 0; } }
/* Smaller  */
@media (max-width: 540px) {
  body,
  div#header-wrapper {
    background-image: none; }

  div#header-banner-medium {
    display: none; }

  div#header-wrapper.book {
    background: none; }

  div#header-banner-small {
    display: inline-block;
    padding: 0;
    margin: 0;
    left: 0;
    width: 100%;
    float: left;
    top: 0;
    height: 200px;
    position: relative;
    overflow: hidden; }

  ul.sf-menu li {
    width: 50%; }

  header,
  div#payload-wrapper,
  footer,
  div.payload {
    min-width: 240px; }

  div.col-1-1 div.product,
  div.col-8-12 div.product {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }

  .one-half,
  .one-third,
  .two-third,
  .one-fourth,
  .three-fourth {
    width: 100%; }

  #commentform input {
    width: 100%;
    margin: 0; } }
@media (max-width: 320px) {
  ul.sf-menu li {
    width: 100%; } }
/* #GRID ============================================ */
/* @group GRID */
/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/
*, *:after, *:before {
  box-sizing: border-box; }

body {
  margin: 0; }

[class*='col-'] {
  float: left;
  padding-right: 20px; }

[class*='col-']:last-of-type {
  padding-right: 0; }

.grid {
  width: 100%;
  max-width: 960px;
  min-width: 600px;
  margin: 0 auto;
  overflow: hidden; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

.grid-pad {
  padding: 20px 0 0 20px; }

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px; }

.push-right {
  float: right; }

/* Content Columns */
.col-1-1 {
  width: 100%; }

.col-2-3, .col-8-12 {
  width: 66.66%; }

.col-1-2, .col-6-12 {
  width: 50%; }

.col-1-3, .col-4-12 {
  width: 33.33%; }

.col-1-4, .col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6, .col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

/* Layout Columns */
.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

/* @end */
@media handheld, only screen and (max-width: 709px) {
  .grid {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden; }

  [class*='col-'] {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px; } }
/* @group COLUMNS */
.one-half {
  width: 48%; }

.one-third {
  width: 30.66%; }

.two-third {
  width: 65.33%; }

.one-fourth {
  width: 22%; }

.three-fourth {
  width: 74%; }

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
  position: relative;
  float: left;
  margin: 10px 3.33% 0 0; }

.column-last {
  margin-right: 0 !important;
  clear: right; }

.column-last:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both; }

/* @end */
/* #TYPOGRAPHY ====================================== */
/* @group BASE */
body {
  margin: 0;
  padding: 0;
  background: #fff url(images/template/pattern_01.png) repeat; }

/* @end */
/* @group TYPOGRAPHY */
body {
  color: #333;
  font: 62.5% Arial, Helvetica, Geneva, sans-serif; }

div#payload-wrapper,
div#header-wrapper {
  font-size: 1.2em;
  line-height: 1.3em; }

p, h1, h2, h3, h4, h5, h6 {
  /* Prevent long unbreaking strings of text from extending beyond the layout */
  word-wrap: break-word; }

p {
  margin: 0;
  padding: 10px 0;
  text-align: left; }

h1 {
  color: #ff6699;
  margin: 0 0 20px;
  font: 2.4em 'Tauri', sans-serif;
  font-weight: 400;
  padding: 15px 0;
  text-decoration: none;
  letter-spacing: .1em;
  border-bottom: 1px solid #cee5f0; }

h2, h3, h4, h5, h6 {
  color: #333333;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-weight: normal;
  font-style: normal; }

h2 {
  font-size: 1.8em;
  line-height: 2.0em;
  padding-top: 10px; }

h3 {
  font-size: 1.6em;
  line-height: 1.6em;
  padding-top: 10px; }

h4 {
  font-size: 1.4em;
  line-height: 1.6em;
  padding: 10px 0 0; }

h5 {
  font-size: 1.2em;
  line-height: 1.6em;
  padding-top: 10px; }

h6 {
  font-size: 1.0em;
  line-height: 1.6em;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: bold; }

p.wp-caption-text {
  font-size: .9em; }

/* THE TYPOGRAPHY BELOW HAS BEEN CHECKED TO - DO CHECK THE CSS ABOVE */
small,
.font_small {
  font-size: .9em; }

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

a:hover {
  color: #000000;
  text-decoration: none; }

a:active {
  color: #e9098c;
  text-decoration: none; }

hr {
  margin: 25px 0 15px;
  border: 0;
  border-top: none;
  border-bottom: 1px solid #ffffff;
  clear: both; }

abbr[title] {
  cursor: help; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  margin: 10px 0 20px;
  padding: 0 0 15px;
  border-left: 10px solid #bbbbbb; }

blockquote p {
  padding: 15px 10px 0 20px;
  margin: 0; }

cite {
  display: inline-block;
  padding: 0;
  margin: 0; }

blockquote cite:before {
  content: '\2014 \00A0'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

q,
em,
cite,
i,
var {
  font-style: italic; }

.pullquote {
  color: #333333;
  text-align: center;
  margin: 30px;
  line-height: 1.3em;
  font-size: 1.25em; }

del,
strike,
s {
  text-decoration: line-through; }

u {
  text-decoration: underline; }

strong,
b {
  font-weight: bold; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.centre,
.center,
.centre p,
.center p {
  text-align: center; }

.justify {
  text-align: justify; }

address {
  display: block;
  font-style: normal;
  margin: 0;
  padding: 10px 0; }

.highlight {
  background-color: #ffffcc;
  padding: 1px;
  font-weight: normal;
  font-style: normal; }

.pink {
  color: #e9098c;
  font-size: 1.1em;
  font-weight: bold; }

/* @end */
/* @group SELECTION */
/* Safari */
p::-moz-selection {
  background: #fff292; }

p::selection {
  background: #fff292; }

/* Firefox */
p::-moz-selection {
  background: #fff292; }

/* @end */
/* #HEADER ========================================== */
/* @group HEADER */
div#header-banner-medium,
div#header-banner-small {
  display: none; }

/* @end */
/* #NAVIGATION ====================================== */
/* @group ESSENTIAL */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu {
  line-height: 1.0; }

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */ }

.sf-menu ul li {
  width: 100%; }

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */ }

.sf-menu li {
  float: left;
  position: relative; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 2.5em;
  /* match top ul list item height */
  z-index: 99; }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0; }

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0; }

/* @end */
/* @group DELLTONES SKIN */
ul.sf-menu {
  float: left;
  width: 100%;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif; }

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }

ul.sf-menu a {
  text-decoration: none;
  font-size: 1.1em; }

ul.sf-menu li a {
  padding: 6px 10px 4px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0;
  line-height: 3.8em; }

ul.sf-menu li li a {
  padding: 4px 0 4px 10px;
  text-transform: none;
  line-height: 2.4em;
  border-bottom: 1px solid #f9f9f9;
  font-weight: normal;
  font-style: normal;
  text-align: left; }

ul.sf-menu a,
ul.sf-menu a:visited {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #e9098c; }

ul.sf-menu li:hover,
ul.sf-menu li.sfHover,
ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  background: #fff3f8;
  outline: 0; }

.sf-menu li li {
  background: #f0f0f0; }

ul.sf-menu ul li:hover,
ul.sf-menu ul li.sfHover,
ul.sf-menu ul a:hover {
  background: #ddd;
  color: #ffffff; }

ul.sf-menu ul {
  margin-top: 31px; }

.sf-menu li li li {
  background: #ddd; }

/* declarations to style the current menu item */
.current-menu-item a {
  color: #fff !important;
  /* highlight color */
  background-color: #e9098c; }

.current-menu-item a:hover {
  color: #000 !important;
  /* highlight color */ }

li.current-menu-parent a,
li.current-menu-ancestor a {
  color: #fff !important;
  /* highlight color */
  background-color: #e9098c; }

li.current-menu-parent a:hover {
  color: #000 !important;
  /* highlight color */ }

li.current-menu-parent ul li.current-menu-item a,
li.current-menu-ancestor ul li.current-menu-item a {
  color: #fff !important;
  background-color: #e9098c; }

li.current-menu-parent ul li a,
li.current-menu-ancestor ul li a {
  color: #e9098c !important;
  background: #f0f0f0; }

/* @end */
/* @group ARROWS */
.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */ }

.sf-sub-indicator {
  position: absolute;
  display: block;
  right: .75em;
  top: 1.9em;
  /* IE 6 only */
  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url("images/superfish/arrows-pink.png") no-repeat -10px -100px; }

a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  top: 1.9em;
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/ }

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/ }

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  top: 1.1em;
  background-position: -10px 0; }

.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0; }

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/ }

/* @end */
/* #FOOTER ========================================== */
/* @group FOOTER */
footer h4 {
  color: #ff6699;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding: 0;
  margin: 0;
  opacity: 1; }

footer a:link, footer a:visited {
  color: #000; }

footer a:hover, footer a:active {
  text-decoration: underline; }

div#credits a {
  color: #333; }

div#credits {
  color: #666; }

/* @end */
/* #FORMS =========================================== */
/* @group FORMS */
label {
  color: #7da8bd; }

label span {
  color: #aaa;
  margin-left: 5px; }

p.contact-submit {
  padding: 0; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

input,
select,
textarea {
  padding: 5px 5px 0;
  background: #fefefe;
  border: 1px inset #ffffff;
  -webkit-transition: background-color linear 0.1s;
  transition: background-color linear 0.1s;
  line-height: 1em;
  width: 100%; }

input {
  height: 30px;
  margin: 25px 5px 5px 0; }

form div,
form.div {
  padding: 0;
  margin: 0; }

form.contact-form,
div.form-wrapper {
  margin: 20px 0 0;
  padding: 0;
  display: block;
  position: relative; }

select {
  width: 130px;
  margin: 0 10px 0 0;
  padding: 0; }

textarea,
form.contact-form textarea {
  width: 100%;
  height: 160px;
  margin: 5px 0 20px;
  padding: 0; }

input:hover,
select:hover,
textarea:hover {
  border: 1px solid #ffffff; }

input:focus,
select:focus,
textarea:focus {
  border: 1px inset #cccccc;
  background-color: white;
  outline: none; }

input[type=submit] {
  padding: 6px;
  cursor: pointer;
  color: #ffffff;
  background: #9fd0e5;
  border-radius: 10px;
  letter-spacing: .1em;
  margin: 5px 0 0;
  border-style: none;
  min-width: 140px;
  line-height: 1.7em;
  width: 160px; }

input[type=submit]:hover {
  background: #e9098c; }

input[type=submit]:active {
  background: #333333; }

input#pwbox-75,
input#pwbox-73 {
  width: 50%;
  margin: 10px 0;
  display: block; }

input#s {
  background: #fefefe url(images/icons/search.png) no-repeat 98% 5px; }

form.contact-form input.email,
input#email {
  margin: 5px 0 20px;
  width: 100%; }

form.contact-form input.name,
input#author {
  margin: 5px 0 20px;
  width: 100%; }

form.contact-form input.url,
input#url {
  margin: 5px 0 20px;
  width: 100%; }

/* @end */
/* @group FORMS - PLACEHOLDER ATTRIBUTE */
/* http://www.jacklmoore.com/notes/form-placeholder-text */
::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #999; }

.placeholder {
  color: #999; }

/* @end */
/* #ICONS =========================================== */
/* @group SHARING LINKS */
div.sharedaddy {
  padding-top: 20px; }

/* @end */
/* #IMAGES ========================================== */
/* @group IMAGES */
img.alignleft,
.image-left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px; }

img.alignright,
.image-right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px; }

.image-full-width {
  width: 100%;
  height: auto;
  padding: 10px 0; }

/* @end */
/* @group FEATURED */
div.featured {
  display: block;
  padding: 0;
  position: relative;
  font-size: 1em;
  width: 100%;
  overflow: hidden;
  height: auto;
  margin: 0; }

div.featured img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

div.featured-large {
  display: block;
  padding: 0;
  position: relative;
  margin: 0; }

a.featured:link {
  text-decoration: none; }

a.featured:hover:after,
a.featured:focus:after {
  background: rgba(51, 51, 51, 0.8);
  bottom: 3px;
  content: attr(title);
  color: #ffffff;
  display: block;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  position: absolute;
  text-align: left;
  width: 100%;
  padding: 0 10px;
  margin: 0; }

div.add-to-cart {
  margin: 0;
  padding: 10px 10px 0 0;
  display: block;
  position: relative;
  float: right; }

.flag-sale {
  position: absolute;
  top: 0;
  display: block;
  z-index: 50;
  left: 0;
  width: 110px;
  height: 110px; }

/* @end */
/* @group GALLERY */
dl.gallery-item dd.wp-caption-text.gallery-caption {
  display: none; }

dl.gallery-item {
  float: left;
  display: inline-block;
  position: relative;
  margin: 0 8px 5px 0;
  padding: 0; }

.gallery .gallery-item img {
  border: none; }

/* @end */
/* @group BANNER */
div.banner {
  width: 100%;
  background-color: #eaf9ff;
  text-align: center; }

/* @end */
/* #ELEMENTS ======================================== */
/* @group LISTS ### DONE ### */
ol, ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 0 10px 30px; }

/* 
    The selector article & footer are required to
    prevent extra padding messing up the Mobile Nav
*/
article li,
footer li {
  list-style-type: disc;
  padding: 1px 0 1px 5px;
  margin-left: 10px; }

ul li {
  list-style-type: disc; }

ol li {
  list-style-type: decimal; }

ol li ol li {
  list-style-type: lower-roman; }

ol ol, ul ul {
  padding: 5px 0 5px 30px; }

.horizontal-list-divider {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  left: -7px; }

.horizontal-list-divider li {
  display: inline;
  padding: 0 9px 0 7px;
  margin: 0;
  line-height: 1em; }

.horizontal-list-divider li:not(:last-child) {
  border-right: 1px solid #bbbbbb; }

ul.pink-star li {
  list-style-image: url(images/bullet-pink-star.png);
  color: #e9098c; }

ul.white-star li {
  list-style-image: url(images/bullet-white-star.png); }

/* @end */
/* @group BUTTONS */
.button {
  cursor: pointer;
  padding: 10px 15px;
  margin: 5px 2px;
  background-color: #333333;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  border: none;
  color: #ffffff;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  width: auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block; }

a.button,
a:visited.button,
a:link.button {
  color: #ffffff;
  text-decoration: none; }

.button.large {
  padding: 15px 20px;
  font-size: 1.4em; }

.button.small {
  padding: 9px;
  font-size: .9em; }

.button.mini {
  padding: 8px;
  font-size: .8em; }

.button.red {
  background: #cc3333; }

.button.orange {
  background: #e6561b; }

.button.yellow {
  background: #ffb650; }

.button.green {
  background: #649e56; }

.button.pink {
  background: #ff6699; }

.button.blue {
  background: #45a1cb; }

.button.purple {
  background: #9054ac; }

.button.white {
  background: #cccccc; }

.button.black {
  background: #333333; }

.button:hover,
a.button:hover {
  text-decoration: none;
  background: #666666; }

.button:active,
a.button:active {
  text-decoration: none;
  background: #cc3333; }

/* @end */
/* @group ALERTS */
span.alert {
  display: block;
  padding: 15px 15px 0;
  width: auto;
  border: 1px solid white;
  margin: 15px 0; }

span.alert p {
  padding: 0 0 15px; }

span.alert a {
  color: #ff0000;
  text-decoration: underline;
  padding-right: 3px;
  padding-left: 3px; }

span.white p {
  color: #333333; }

span.white {
  background-color: #fdfdfd; }

span.green p {
  color: #336633; }

span.green {
  background-color: #dffcd0; }

span.blue p {
  color: #000066; }

span.blue {
  background-color: #e3f9fe; }

span.yellow p {
  color: #996600; }

span.yellow {
  background-color: #ffffcc; }

span.red p {
  color: #cc0000; }

span.red {
  background-color: #ffcccc; }

/* @end */
/* @group TABLES */
table {
  left: 0;
  top: 0;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff; }

table th {
  height: 30px;
  border-bottom: 2px solid #ffffff;
  padding: 0;
  margin: 0;
  background-color: #9fd0e5;
  color: #ffffff;
  line-height: 3em;
  letter-spacing: .1em;
  border-right: 1px solid #ffffff; }

table td {
  height: 30px;
  border-bottom: 1px solid #ffffff;
  margin: 0;
  padding: 0 5px;
  vertical-align: top;
  border-right: 1px solid #ffffff; }

table tr.odd {
  background-color: #f3f3f3; }

table tr.even {
  background-color: #fbfbfb; }

tr.header a {
  text-decoration: none;
  color: #fff; }

tr.header a:hover {
  text-decoration: underline;
  color: #000000; }

/* @end */
/* @group DEFINITION LISTS */
dl.table-display {
  float: left;
  width: inherit;
  margin: 1em 0;
  border-bottom: 1px solid #999999;
  background-color: #f7f7f7;
  padding: 10px 0; }

.table-display dt {
  clear: left;
  float: left;
  width: 30%;
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #999999;
  font-weight: bold;
  letter-spacing: .1em; }

.table-display dd {
  float: left;
  margin: 0;
  width: 65%;
  padding: 5px 0 5px 5%;
  border-top: 1px solid #999; }

/* @end */
/* @group TABS */
div.tabs {
  padding: 10px;
  width: auto;
  background: #fcfcfc;
  border: 10px solid #ffffff;
  margin: 0 0 20px; }

ul.tabs {
  margin: 20px 0 0 10px;
  padding: 0; }

.tabs li {
  list-style: none;
  display: inline; }

.tabs a {
  padding: 8px 12px 6px;
  display: inline-block;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px 5px 0 0; }

.tabs a.active {
  background: #ffffff;
  color: #333333; }

/* @end */
/* @group PAGINATION */
div.pagination {
  clear: both;
  padding: 0;
  display: inline-block;
  position: relative;
  margin: 10px 0 10px 20px; }

div.pagination a,
div.pagination span {
  display: inline-block;
  background-color: #feffff;
  width: 30px;
  position: relative;
  float: left;
  margin-right: 4px;
  text-align: center;
  color: #333;
  font-size: 1.4em;
  padding: 7px 2px;
  border-radius: 20px;
  text-decoration: none;
  height: 30px; }

div.pagination a:hover {
  color: #fff;
  background-color: #e9098c; }

div.pagination a:active {
  color: #fff;
  background-color: #333333; }

div.pagination .current {
  color: #fff;
  background-color: #7da8bd; }

/* @end */
/* @group BREADCRUMB */
div.breadcrumb-nav {
  margin: 10px 0;
  padding: 0;
  color: #333333; }

div.breadcrumb-nav a:link {
  color: #e9098c;
  text-decoration: none; }

div.breadcrumb-nav a:hover {
  text-decoration: none;
  color: #000000; }

/* @end */
/* @group TAGS */
div.tags {
  background-color: #ececec;
  padding: 8px 2% 6px;
  border-bottom: 1px solid white;
  display: inline-block;
  margin: 10px 0;
  width: 96%; }

span.tag a {
  display: inline-block;
  float: left;
  position: relative;
  background-color: #cdcdcd;
  border-radius: 6px;
  text-transform: uppercase;
  padding: 5px 8px 4px;
  color: #ffffff;
  text-decoration: none;
  font-size: .9em;
  letter-spacing: .1em;
  margin: 0 2px 2px 0; }

span.tag a:hover {
  background-color: #e9098c; }

span.tag a:active {
  background-color: #333333; }

span.tag.current-tag a {
  background-color: #666666; }

/* @end */
/* #PAGES =========================================== */
/* @group BLOG */
div.navigation {
  margin: 0;
  padding: 10px 0 40px; }

div.navigation a {
  font-size: 1.4em;
  letter-spacing: .2em;
  color: #7da8bd; }

div.navigation a:hover {
  text-decoration: none;
  color: #000000; }

div.next-posts {
  float: left; }

div.prev-posts {
  float: right; }

div.meta {
  padding-left: 10px;
  margin: 10px 0;
  padding: 0;
  font-size: 0.9em; }

div.entry {
  margin: 0 0 25px;
  padding: 0; }

/* @end */
/* @group COMMENTS */
ol.commentlist {
  padding: 0;
  margin: 0 0 20px; }

ol.commentlist li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 20px 0; }

ol.commentlist img.avatar {
  padding: 0 10px 0 0;
  margin: 0;
  width: 42px; }

cite.fn {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  padding-right: 10px; }

div.comment-author.vcard {
  padding-bottom: 10px; }

ol.commentlist p {
  padding: 10px 0;
  margin: 0; }

p.comment-subscription-form {
  padding: 0 0 6px; }

/* @end */
/* #PLUGINS ========================================= */
/* @group MAGNIFIC */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #ffffff;
  opacity: 1; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

/* @end */
/* @group MAGNIFIC - CURSOR */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

/* @end */
/* @group MAGNIFIC - HELPERS */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

/* @end */
/* @group MAGNIFIC - PRELOADER */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

/* @end */
/* @group MAGNIFIC */
.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #bbbbbb;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #bbbbbb; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #bbbbbb;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #999999;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #ffffff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #999999; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #ffffff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #999999; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #666666;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-title p {
  font-size: 12px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/* @end */
/* @group CODE ### DONE ### */
code,
pre {
  background-color: #f4f4f4;
  font-family: Consolas, monospace;
  border: 0 none;
  padding: 0;
  color: #339900; }

pre {
  overflow: auto;
  padding: 20px;
  margin: 10px 0; }

/* @end */
/* @group WOO - STORE */
.instock p {
  padding: 0; }

ul.products {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  width: 100%; }

/* @end */
/* @group WOO TABLES */
div.woocommerce table th {
  background-color: #fff;
  color: #333;
  border-right: none;
  border-bottom-style: none;
  font-size: 1.2em; }

/* @end */
/* @group WOO PRODUCT PAGE */
div.summary.entry-summary form.cart {
  margin-top: 25px; }

div.woocommerce-tabs ul.tabs li.additional_information_tab a {
  background-color: transparent; }

/* @end */
/* @group WOO CHECKOUT */
div.woocommerce #payment ul.payment_methods.methods li {
  list-style-type: none; }

/* @end */
/* @group WOO - FORMS */
div.woocommerce form input {
  height: 30px; }

/* @end */
/* @group WOO - LOGIN */
.col-8-12 #customer_login div.col-1,
.col-8-12 #customer_login div.col-2 {
  float: left;
  width: 100%; }

/* @end */
/* @group WOO - MY ACCOUNT */
div.woocommerce header.title a.edit {
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0 0; }

div.col-1.address,
div.col-2.address {
  margin: 0;
  padding: 0; }

div.col-1.address header.title,
div.col-2.address header.title {
  margin: 0;
  padding: 20px 0 0;
  width: 100%; }

/* @end */
/* @group WOO - ADD TO CART */
table.variations,
table.variations td {
  border-style: none; }

a.reset_variations {
  margin-top: 10px;
  display: block;
  float: left;
  margin-bottom: 10px; }

div.single_variation_wrap {
  margin: 20px 0 0; }

input.input-text.qty.text {
  padding: 0;
  margin: 0; }

/* @end */
/* @group WOO - CART */
input.checkout-button.button.alt {
  width: auto; }

/* @end */
/* @group WOO - RELATED & CATALOGUE */
.related.products {
  clear: both; }

li.product.type-product a img.attachment-shop_catalog.wp-post-image,
.related.products ul.products img.attachment-shop_catalog.wp-post-image,
.related.products ul.products li.product.type-product,
li.product.type-product.status-publish.hentry,
.related.products ul.products li {
  float: left;
  display: inline-block;
  width: 160px;
  margin: 10px 20px 5px 0;
  padding: 0;
  font-size: 1em; }

/* @end */
/* @group WOO - PAGINATION */
nav.woocommerce-pagination {
  background-image: none;
  margin-top: 40px; }

/* @end */
/* @group GIG - PRESS */
th.gigpress-heading {
  color: #e9098c;
  font-size: 1.6em;
  font-weight: normal;
  font-style: normal; }

tr.gigpress-header {
  text-transform: uppercase;
  font-size: 1.1em; }

/* @end */
/* #WIDGETS ========================================= */
/* @group WIDGETS */
table.cnss-social-icon {
  position: relative;
  top: 15px; }

ul#menu-legal-menu.menu {
  margin-top: 20px; }

ul#payment-icons {
  padding: 0;
  margin: 15px 0 10px 10px;
  display: inline-block;
  position: relative; }

#payment-icons li {
  list-style-type: none;
  margin: 0;
  padding: 0 6px 4px 0;
  float: left;
  list-style-image: none; }

div.sidebar_widget {
  margin: 0 0 20px; }

ul#menu-legal-menu.menu {
  padding: 10px 0 0 15px; }

/* @end */
/* #MOBILEMENU ====================================== */
