@charset "UTF-8";
/*--------------------------------------------------------------
Shortcodes
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

/*Button*/
body a.ig-button {
  background: #3d3d3d;
  color: #aaa;
  border: 1px solid #222;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 24px;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
  margin: 5px 1px;
  text-decoration: none;
  text-align: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

body a.ig-button.alert {
  background: #fa9915 !important;
  border: 1px solid #d77e05 !important;
  color: #fef0dd !important;
}

body a.ig-button.alert.clean {
  background: none !important;
  color: #fa9915 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body a.ig-button.alert.pill {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-box-shadow: inset 1px 0px 2px 0px #fcba60;
  -moz-box-shadow: inset 1px 0px 2px 0px #fcba60;
  box-shadow: inset 1px 0px 2px 0px #fcba60;
}

body a.ig-button.alert.puffy {
  border-bottom: 4px solid #be6f04 !important;
  -webkit-box-shadow: inset 1px 0px 2px 0px #fcba60;
  -moz-box-shadow: inset 1px 0px 2px 0px #fcba60;
  box-shadow: inset 1px 0px 2px 0px #fcba60;
}

body a.ig-button.alert.flat {
  border-color: #fa9915 !important;
}

body a.ig-button.error {
  background: #e8543f !important;
  border: 1px solid #da321a !important;
  color: #fef6f5 !important;
}

body a.ig-button.error.clean {
  background: none !important;
  color: #e8543f !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body a.ig-button.error.pill {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-box-shadow: inset 1px 0px 2px 0px #f09183;
  -moz-box-shadow: inset 1px 0px 2px 0px #f09183;
  box-shadow: inset 1px 0px 2px 0px #f09183;
}

body a.ig-button.error.puffy {
  border-bottom: 4px solid #c32d17 !important;
  -webkit-box-shadow: inset 1px 0px 2px 0px #f09183;
  -moz-box-shadow: inset 1px 0px 2px 0px #f09183;
  box-shadow: inset 1px 0px 2px 0px #f09183;
}

body a.ig-button.error.flat {
  border-color: #e8543f !important;
}

body a.ig-button.notice {
  background: #00b5e5 !important;
  border: 1px solid #008db2 !important;
  color: #b2efff !important;
}

body a.ig-button.notice.clean {
  background: none !important;
  color: #00b5e5 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body a.ig-button.notice.pill {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-box-shadow: inset 1px 0px 2px 0px #33d4ff;
  -moz-box-shadow: inset 1px 0px 2px 0px #33d4ff;
  box-shadow: inset 1px 0px 2px 0px #33d4ff;
}

body a.ig-button.notice.puffy {
  border-bottom: 4px solid #007999 !important;
  -webkit-box-shadow: inset 1px 0px 2px 0px #33d4ff;
  -moz-box-shadow: inset 1px 0px 2px 0px #33d4ff;
  box-shadow: inset 1px 0px 2px 0px #33d4ff;
}

body a.ig-button.notice.flat {
  border-color: #00b5e5 !important;
}

body a.ig-button.success {
  background: #8fcf00 !important;
  border: 1px solid #6c9c00 !important;
  color: #e0ff9c !important;
}

body a.ig-button.success.clean {
  background: none !important;
  color: #8fcf00 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body a.ig-button.success.pill {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-box-shadow: inset 1px 0px 2px 0px #b9ff1d;
  -moz-box-shadow: inset 1px 0px 2px 0px #b9ff1d;
  box-shadow: inset 1px 0px 2px 0px #b9ff1d;
}

body a.ig-button.success.puffy {
  border-bottom: 4px solid #5a8300 !important;
  -webkit-box-shadow: inset 1px 0px 2px 0px #b9ff1d;
  -moz-box-shadow: inset 1px 0px 2px 0px #b9ff1d;
  box-shadow: inset 1px 0px 2px 0px #b9ff1d;
}

body a.ig-button.success.flat {
  border-color: #8fcf00 !important;
}

body a.ig-button:hover, body a.ig-button:focus, body a.ig-button:active {
  text-decoration: none;
  outline: none;
}

body a.ig-button:hover, body a.ig-button:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

/*Divider*/
.ig-divider {
  border: 0;
  height: 1px;
  width: 100%;
  margin: 20px 0;
  display: block;
  background: none;
  border-bottom: 1px solid #dedede;
}

.ig-divider.fade {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #dedede 25%, #dedede 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, #dedede), color-stop(75%, #dedede), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #dedede 25%, #dedede 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #dedede 25%, #dedede 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #dedede 25%, #dedede 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dedede 25%, #dedede 75%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  border-bottom: none;
}

.ig-divider.dotted {
  background: none;
  border-bottom: 2px dotted #dedede;
}

.ig-divider.dashed {
  background: none;
  border-bottom: 1px dashed #dedede;
}

/*Notice*/
.ig-notice-alert {
  background-color: #fff6bf;
  color: #66624c;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}

.ig-notice-alert a {
  color: #4d4a39;
  text-decoration: underline;
}

.ig-notice-alert a:focus, .ig-notice-alert a:hover {
  color: #1a1913;
}

.ig-notice-error {
  background-color: #fbe3e4;
  color: #645b5b;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}

.ig-notice-error a {
  color: #4b4444;
  text-decoration: underline;
}

.ig-notice-error a:focus, .ig-notice-error a:hover {
  color: #191717;
}

.ig-notice-notice {
  background-color: #e5edf8;
  color: #5c5f63;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}

.ig-notice-notice a {
  color: #45474a;
  text-decoration: underline;
}

.ig-notice-notice a:focus, .ig-notice-notice a:hover {
  color: #171819;
}

.ig-notice-success {
  background-color: #e6efc2;
  color: #5c604e;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center;
}

.ig-notice-success a {
  color: #45483a;
  text-decoration: underline;
}

.ig-notice-success a:focus, .ig-notice-success a:hover {
  color: #171813;
}

.ig-map {
  margin: 15px 0;
}

.ig-accordion-tabs {
  line-height: 1.5;
  margin: 0 0 15px 0;
  padding: 0;
}

.ig-accordion-tabs::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 40em) {
  .ig-accordion-tabs {
    border: 1px solid #e5e5e5;
  }
}

.ig-accordion-tabs .tab-header-and-content {
  list-style: none;
}

@media screen and (min-width: 40em) {
  .ig-accordion-tabs .tab-header-and-content {
    display: inline;
  }
}

@media screen and (max-width: 40em) {
  .ig-accordion-tabs .tab-header-and-content:first-child .tab-link {
    border-top: 0;
  }
}

.ig-accordion-tabs .tab-link {
  background-color: #f6f6f6;
  border-top: 1px solid #e5e5e5;
  color: #888;
  display: block;
  font-weight: bold;
  padding: 15px;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

@media screen and (min-width: 40em) {
  .ig-accordion-tabs .tab-link {
    border-top: 0;
    display: inline-block;
  }
}

.ig-accordion-tabs .tab-link:hover {
  color: #555;
}

.ig-accordion-tabs .tab-link:focus {
  outline: none;
}

.ig-accordion-tabs .tab-link.is-active {
  color: #444;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (min-width: 40em) {
  .ig-accordion-tabs .tab-link.is-active {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-bottom-color: #fff;
    margin-bottom: -1px;
  }
}

.ig-accordion-tabs .tab-content {
  background: #fff;
  display: none;
  padding: 15px;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .ig-accordion-tabs .tab-content {
    border: 1px solid #e5e5e5;
    float: left;
  }
}

.ig-expander {
  width: 100%;
}

.ig-expander .expander-trigger {
  border-bottom: 1px solid #e5e5e5;
  color: #444;
  font-weight: bold;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-bottom: 15px;
  padding: 10px 0;
  text-decoration: none;
  user-select: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ig-expander .expander-trigger::before {
  content: "\25BC";
  color: #dedede;
  font-size: 13px;
  vertical-align: middle;
  float: left;
  margin-right: 5px;
}

.ig-expander .expander-hidden::before {
  content: "\25BA";
}

.ig-expander .expander-hidden + .expander-content {
  display: none;
}

.ig-accordion {
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  margin: 5px 0 15px 0;
  padding: 0;
}

.ig-accordion ul {
  margin: 0;
  padding: 0;
}

.ig-accordion li {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}

.ig-accordion li > .content {
  padding: 15px;
  display: block;
}

.ig-accordion li > a {
  color: #444;
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ig-accordion li:last-child {
  border: 0;
}

.ig-accordion li:focus, .ig-accordion li:hover {
  background-color: #f9f9f9;
}

.ig-accordion ul.submenu {
  display: none;
  margin: 0;
  padding: 0;
}

.ig-accordion ul.submenu li {
  background-color: #fff;
}

.ig-accordion ul.submenu li:first-child {
  border-top: 1px solid #e5e5e5;
}

.ig-accordion ul.submenu li:focus, .ig-accordion ul.submenu li:hover {
  background-color: #fff;
}

.ig-accordion .is-expanded {
  display: block;
  padding-bottom: 0;
}

.ig-badge {
  display: inline-block;
  margin: 5px 1px;
}

.ig-badge .badge-alert {
  background-color: #fff6bf;
  border-radius: 3.75em;
  color: #8c7800;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
}

.ig-badge .badge-default {
  background-color: #999;
  border-radius: 3.75em;
  color: black;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
}

.ig-badge .badge-error {
  background-color: #fbe3e4;
  border-radius: 3.75em;
  color: #97161b;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
}

.ig-badge .badge-notice {
  background-color: #e5edf8;
  border-radius: 3.75em;
  color: #244e87;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
}

.ig-badge .badge-success {
  background-color: #e6efc2;
  border-radius: 3.75em;
  color: #56651a;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
}

.ig-columns {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ig-columns::after {
  clear: both;
  content: "";
  display: table;
}

.ig-columns .ig-col {
  padding: 5px 0 5px 0;
}

.ig-columns .twelve {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
}

.ig-columns .twelve:last-child {
  margin-right: 0;
}

.ig-columns .eleven {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 91.4702%;
}

.ig-columns .eleven:last-child {
  margin-right: 0;
}

.ig-columns .ten {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
}

.ig-columns .ten:last-child {
  margin-right: 0;
}

.ig-columns .nine {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.ig-columns .nine:last-child {
  margin-right: 0;
}

.ig-columns .eight {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}

.ig-columns .eight:last-child {
  margin-right: 0;
}

.ig-columns .seven {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}

.ig-columns .seven:last-child {
  margin-right: 0;
}

.ig-columns .six {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.ig-columns .six:last-child {
  margin-right: 0;
}

.ig-columns .five {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}

.ig-columns .five:last-child {
  margin-right: 0;
}

.ig-columns .four {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.ig-columns .four:last-child {
  margin-right: 0;
}

.ig-columns .three {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.ig-columns .three:last-child {
  margin-right: 0;
}

.ig-columns .two {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}

.ig-columns .two:last-child {
  margin-right: 0;
}

.ig-columns .one {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
}

.ig-columns .one:last-child {
  margin-right: 0;
}

.ig-columns .last {
  margin-right: 0;
}

.ig-progress-bar {
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: inset 0 0 3px 0 rgba(119, 119, 119, 0.15);
  height: 40px;
  margin: 5px auto;
  padding: 2px;
  width: 100%;
  clear: both;
}

.ig-progress-bar > span.meter {
  animation: progress .5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  background-repeat: repeat-x;
  background-size: 40px 40px;
  border: 1px solid #e5e5e5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  box-sizing: border-box;
  display: block;
  height: 100%;
}

.ig-progress-bar > span.meter.alert {
  background-color: #fa9915;
}

.ig-progress-bar > span.meter.notice {
  background-color: #00b5e5;
}

.ig-progress-bar > span.meter.error {
  background-color: #e8543f;
}

.ig-progress-bar > span.meter.success {
  background-color: #8fcf00;
}

@-webkit-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

@-moz-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

@-ms-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

@-o-keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

@keyframes progress {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

.ig-modal {
  display: inline-block;
}

.ig-modal label {
  cursor: pointer;
  margin-bottom: 0;
}

.ig-modal .modal-state {
  display: none;
}

.ig-modal .modal-trigger {
  padding: 1px;
}

.ig-modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 99999999999;
}

@media screen and (min-width: 768px) {
  .ig-modal .modal-fade-screen {
    padding-top: 10em;
  }
}

.ig-modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.ig-modal .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer;
}

.ig-modal .modal-close::after, .ig-modal .modal-close::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  height: 1.5em;
  width: 0.15em;
  background: #ccc;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
  transform: rotate(45deg);
}

.ig-modal .modal-close:hover::after, .ig-modal .modal-close:hover::before {
  background: #aaa;
}

.ig-modal .modal-close::before {
  transform: rotate(-45deg);
}

.ig-modal .modal-inner {
  background: #fff;
  border-radius: 4px;
  -webki-border-radius: 4px;
  -moz-border-radius: 4px;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  overflow: auto;
  padding: 25px;
  position: relative;
  transition: opacity 0.25s ease;
  width: 95%;
  color: #555;
}

@media screen and (min-width: 480px) {
  .ig-modal .modal-inner {
    max-height: 70%;
    padding: 25px;
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .ig-modal .modal-inner {
    width: 50%;
  }
}

.ig-modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}

.ig-modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em;
}

.ig-modal-open {
  overflow: hidden;
}

/*Login*/
#ig-login {
  display: inline-block;
  width: 100%;
  clear: both;
}

#ig-login label {
  display: block;
  font-weight: bold;
}

#ig-login input#user_pass,
#ig-login input#user_login {
  width: 100%;
}

#ig-login .login-password,
#ig-login .login-username {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

#ig-login .login-password:last-child,
#ig-login .login-username:last-child {
  margin-right: 0;
}

#ig-login .login-remember,
#ig-login .login-submit {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

#ig-login .login-remember:last-child,
#ig-login .login-submit:last-child {
  margin-right: 0;
}

#ig-login .login-remember:last-child,
#ig-login .login-submit:last-child {
  margin-right: 0;
}

/*Protect*/
.ig-protect {
  border: 1px solid #dedede;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  padding: 1em;
  margin: 1em 0;
  display: block;
  width: 100%;
}

.ig-protect .genericon-key {
  font-size: 16px;
  line-height: 1;
  padding: 2px;
  border: 1px solid #F7CA18;
  background: #F5D76E;
  margin-right: 8px;
  color: #fefff4;
  margin-right: 8px;
}

.ig-tooltip-item {
  border-bottom: 1px dashed #e5e5e5;
  display: inline-block;
  padding: 0.5em 1em;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.ig-tooltip-item:focus,
.ig-tooltip-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.ig-tooltip-item .tooltip {
  position: absolute;
  bottom: 3em;
  right: 0;
  left: 0;
  background-color: #fff;
  background: #fff;
  border: 1px solid #dedede;
  color: #666;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0 auto;
  opacity: 0;
  padding: 1em;
  text-align: center;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  z-index: 10;
}

.ig-tooltip-item .tooltip p {
  margin: 0;
}

/***************************************
CSS Responsive Document */
@media screen and (max-width: 480px) {
  .ig-col,
  #ig-login .login-password,
  #ig-login .login-username {
    width: 100% !important;
  }
}
/**

	Genericons

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Genericons";
  src: url(https://luxurylakeshotels.co.uk/wp-content/plugins/ig-shortcodes-premium/inc/genericons/Genericons.eot);
  src: url(https://luxurylakeshotels.co.uk/wp-content/plugins/ig-shortcodes-premium/inc/genericons/Genericons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Genericons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url(https://luxurylakeshotels.co.uk/wp-content/plugins/ig-shortcodes-premium/inc/genericons/Genericons.ttf) format("truetype"),
       url(https://luxurylakeshotels.co.uk/wp-content/plugins/ig-shortcodes-premium/inc/genericons/Genericons.svg#Genericons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(https://luxurylakeshotels.co.uk/wp-content/plugins/ig-shortcodes-premium/inc/genericons/Genericons.svg#Genericons) format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Helper classes
 */

.genericon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.genericon-flip-vertical {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }






/*!
Theme Name: Base WP
Theme URI: https://iograficathemes.com/wordpress-themes/base-wp/
Author: iografica
Author URI: https://www.iograficathemes.com/
Description: Base WP is a beautiful responsive, elegant and clean coded WordPress theme that can be used for pesonal, business or ecommerce websites. Base WP is e-commerce, multilingual ready, SEO friendly and cross-browser compatible. The theme is fully integrated with the most popular and free Wordpress plugins like WooCommerce, Easy Digital Downloads, Yoast Seo, Beaver Builder, Elementor and much more. You can customize Base WP via the Customizer and use this theme as an ecommerce or as a simple blogging platform.
Version: 2.19
Requires at least: 5.0
Tested up to: 5.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base-wp
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Base WP is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/* @include transition(all,2s,ease-out); */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

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

pre {
  overflow: auto;
}

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

button, .edd-submit,
#edd-purchase-button,
input[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit, .woocommerce a.button,
.woocommerce #respond input.button.alt#submit,
.woocommerce button.button,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #respond input.button#submit, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce input.button.alt,
.woocommerce input.button.alt,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, .edd-submit,
#edd-purchase-button,
input[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit, .woocommerce a.button,
.woocommerce #respond input.button.alt#submit,
.woocommerce button.button,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #respond input.button#submit, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce input.button.alt,
.woocommerce input.button.alt {
  overflow: visible;
}

button, .edd-submit,
#edd-purchase-button,
input[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit, .woocommerce a.button,
.woocommerce #respond input.button.alt#submit,
.woocommerce button.button,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #respond input.button#submit, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce input.button.alt,
.woocommerce input.button.alt,
select {
  text-transform: none;
}

button, .edd-submit,
#edd-purchase-button,
input[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit, .woocommerce a.button,
.woocommerce #respond input.button.alt#submit,
.woocommerce button.button,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #respond input.button#submit, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce input.button.alt,
.woocommerce input.button.alt,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], [disabled].edd-submit,
[disabled]#edd-purchase-button,
input[disabled][type=submit].edd-submit,
.woocommerce [disabled].button.alt.edd-submit,
.woocommerce [disabled].button.alt#edd-purchase-button,
.woocommerce input[disabled].button.alt[type=submit].edd-submit,
.woocommerce [disabled].button.edd-submit,
.woocommerce [disabled].button#edd-purchase-button,
.woocommerce input[disabled].button[type=submit].edd-submit, .woocommerce a[disabled].button,
.woocommerce #respond input[disabled].button.alt#submit,
.woocommerce button[disabled].button,
.woocommerce [disabled].button.edd-submit,
.woocommerce [disabled].button#edd-purchase-button,
.woocommerce [disabled].button.alt.edd-submit,
.woocommerce [disabled].button.alt#edd-purchase-button,
.woocommerce input[disabled].button.alt[type=submit].edd-submit,
.woocommerce [disabled].button.edd-submit,
.woocommerce [disabled].button#edd-purchase-button,
.woocommerce input[disabled].button[type=submit].edd-submit,
.woocommerce input[disabled].button,
.woocommerce #respond input[disabled]#submit,
.woocommerce a[disabled].button.alt,
.woocommerce button[disabled].button.alt,
.woocommerce [disabled].button.alt.edd-submit,
.woocommerce [disabled].button.alt#edd-purchase-button,
.woocommerce [disabled].button.alt.edd-submit,
.woocommerce [disabled].button.alt#edd-purchase-button,
.woocommerce input[disabled].button.alt[type=submit].edd-submit,
.woocommerce [disabled].button.alt.edd-submit,
.woocommerce [disabled].button.alt#edd-purchase-button,
.woocommerce input[disabled].button.alt[type=submit].edd-submit,
.woocommerce a[disabled].button.alt,
.woocommerce button[disabled].button.alt,
.woocommerce [disabled].button.alt.edd-submit,
.woocommerce [disabled].button.alt#edd-purchase-button,
.woocommerce [disabled].button.alt.edd-submit,
.woocommerce [disabled].button.alt#edd-purchase-button,
.woocommerce input[disabled].button.alt[type=submit].edd-submit,
.woocommerce [disabled].button.alt.edd-submit,
.woocommerce [disabled].button.alt#edd-purchase-button,
.woocommerce input[disabled].button.alt[type=submit].edd-submit,
.woocommerce input[disabled].button.alt,
.woocommerce input[disabled].button.alt,
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, .edd-submit::-moz-focus-inner,
#edd-purchase-button::-moz-focus-inner,
input[type=submit].edd-submit::-moz-focus-inner,
.woocommerce .button.alt.edd-submit::-moz-focus-inner,
.woocommerce .button.alt#edd-purchase-button::-moz-focus-inner,
.woocommerce input.button.alt[type=submit].edd-submit::-moz-focus-inner,
.woocommerce .button.edd-submit::-moz-focus-inner,
.woocommerce .button#edd-purchase-button::-moz-focus-inner,
.woocommerce input.button[type=submit].edd-submit::-moz-focus-inner, .woocommerce a.button::-moz-focus-inner,
.woocommerce #respond input.button.alt#submit::-moz-focus-inner,
.woocommerce button.button::-moz-focus-inner,
.woocommerce .button.edd-submit::-moz-focus-inner,
.woocommerce .button#edd-purchase-button::-moz-focus-inner,
.woocommerce .button.alt.edd-submit::-moz-focus-inner,
.woocommerce .button.alt#edd-purchase-button::-moz-focus-inner,
.woocommerce input.button.alt[type=submit].edd-submit::-moz-focus-inner,
.woocommerce .button.edd-submit::-moz-focus-inner,
.woocommerce .button#edd-purchase-button::-moz-focus-inner,
.woocommerce input.button[type=submit].edd-submit::-moz-focus-inner,
.woocommerce input.button::-moz-focus-inner,
.woocommerce #respond input#submit::-moz-focus-inner,
.woocommerce #respond input.button#submit::-moz-focus-inner, .woocommerce #respond input#submit.alt::-moz-focus-inner,
.woocommerce a.button.alt::-moz-focus-inner,
.woocommerce button.button.alt::-moz-focus-inner,
.woocommerce .button.alt.edd-submit::-moz-focus-inner,
.woocommerce .button.alt#edd-purchase-button::-moz-focus-inner,
.woocommerce .button.alt.edd-submit::-moz-focus-inner,
.woocommerce .button.alt#edd-purchase-button::-moz-focus-inner,
.woocommerce input.button.alt[type=submit].edd-submit::-moz-focus-inner,
.woocommerce .button.alt.edd-submit::-moz-focus-inner,
.woocommerce .button.alt#edd-purchase-button::-moz-focus-inner,
.woocommerce input.button.alt[type=submit].edd-submit::-moz-focus-inner,
.woocommerce a.button.alt::-moz-focus-inner,
.woocommerce button.button.alt::-moz-focus-inner,
.woocommerce .button.alt.edd-submit::-moz-focus-inner,
.woocommerce .button.alt#edd-purchase-button::-moz-focus-inner,
.woocommerce .button.alt.edd-submit::-moz-focus-inner,
.woocommerce .button.alt#edd-purchase-button::-moz-focus-inner,
.woocommerce input.button.alt[type=submit].edd-submit::-moz-focus-inner,
.woocommerce .button.alt.edd-submit::-moz-focus-inner,
.woocommerce .button.alt#edd-purchase-button::-moz-focus-inner,
.woocommerce input.button.alt[type=submit].edd-submit::-moz-focus-inner,
.woocommerce input.button.alt::-moz-focus-inner,
.woocommerce input.button.alt::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table, .edd-checkout #edd_checkout_cart, .woocommerce .edd-checkout .shop_attributes#edd_checkout_cart, .edd-checkout .woocommerce .shop_attributes#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart,
.woocommerce .edd-checkout .my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .my_account_orders#edd_checkout_cart, .woocommerce table.shop_attributes, .woocommerce .edd-checkout .shop_attributes#edd_checkout_cart, .edd-checkout .woocommerce .shop_attributes#edd_checkout_cart, .woocommerce .edd-checkout .shop_attributes#edd_checkout_cart, .edd-checkout .woocommerce .shop_attributes#edd_checkout_cart,
.woocommerce .edd-checkout .shop_attributes.shop_table#edd_checkout_cart,
.edd-checkout .woocommerce .shop_attributes.shop_table#edd_checkout_cart,
.woocommerce .edd-checkout .shop_attributes.my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .shop_attributes.my_account_orders#edd_checkout_cart,
.woocommerce table.shop_table,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart,
.woocommerce table.my_account_orders,
.woocommerce .edd-checkout .my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .my_account_orders#edd_checkout_cart,
.woocommerce .edd-checkout .my_account_orders.shop_attributes#edd_checkout_cart,
.edd-checkout .woocommerce .my_account_orders.shop_attributes#edd_checkout_cart,
.woocommerce .edd-checkout .my_account_orders.shop_table#edd_checkout_cart,
.edd-checkout .woocommerce .my_account_orders.shop_table#edd_checkout_cart,
.woocommerce .edd-checkout .my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .my_account_orders#edd_checkout_cart {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .grid-container {
    width: auto;
    max-width: 1200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .grid-container::after {
    content: "";
    display: table;
    clear: both;
  }

  .col2 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .col2::after {
    content: "";
    display: table;
    clear: both;
  }
  .col2:last-child {
    margin-right: 0%;
  }

  .col3 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .col3::after {
    content: "";
    display: table;
    clear: both;
  }
  .col3:last-child {
    margin-right: 0%;
  }

  .col4 {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .col4::after {
    content: "";
    display: table;
    clear: both;
  }
  .col4:last-child {
    margin-right: 0%;
  }

  .focused {
    width: auto;
    max-width: 980px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .focused::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 769px) {
  .column-one {
    float: left;
    clear: none;
    text-align: inherit;
    width: 5.5833333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-one::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-one:last-child {
    margin-right: 0%;
  }

  .column-two {
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.1666666667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-two::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-two:last-child {
    margin-right: 0%;
  }

  .column-three {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-three::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-three:last-child {
    margin-right: 0%;
  }

  .column-four {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-four::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-four:last-child {
    margin-right: 0%;
  }

  .column-five {
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.9166666667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-five::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-five:last-child {
    margin-right: 0%;
  }

  .column-six {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-six::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-six:last-child {
    margin-right: 0%;
  }

  .column-seven {
    float: left;
    clear: none;
    text-align: inherit;
    width: 57.0833333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-seven::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-seven:last-child {
    margin-right: 0%;
  }

  .column-eight {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.6666666667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-eight::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-eight:last-child {
    margin-right: 0%;
  }

  .column-nine {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-nine::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-nine:last-child {
    margin-right: 0%;
  }

  .column-ten {
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.8333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-ten::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-ten:last-child {
    margin-right: 0%;
  }

  .column-elven {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.4166666667%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-elven::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-elven:last-child {
    margin-right: 0%;
  }

  .column-twelve {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-twelve::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-twelve:last-child {
    margin-right: 0%;
  }

  .column-cycle-two {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-cycle-two::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-cycle-two:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .column-cycle-two:nth-child(2n) {
    margin-right: 0%;
    float: right;
  }
  .column-cycle-two:nth-child(2n+1) {
    clear: both;
  }

  .column-cycle-three {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-cycle-three::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-cycle-three:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .column-cycle-three:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .column-cycle-three:nth-child(3n+1) {
    clear: both;
  }

  .column-cycle-four {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  .column-cycle-four::after {
    content: "";
    display: table;
    clear: both;
  }
  .column-cycle-four:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none;
  }
  .column-cycle-four:nth-child(3n) {
    margin-right: 0%;
    float: right;
  }
  .column-cycle-four:nth-child(3n+1) {
    clear: both;
  }

  .span-one {
    float: left;
    clear: none;
    text-align: inherit;
    width: 8.3333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-one::after {
    content: "";
    display: table;
    clear: both;
  }

  .span-two {
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.6666666667%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-two::after {
    content: "";
    display: table;
    clear: both;
  }

  .span-three {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-three::after {
    content: "";
    display: table;
    clear: both;
  }

  .span-four {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-four::after {
    content: "";
    display: table;
    clear: both;
  }

  .span-five {
    float: left;
    clear: none;
    text-align: inherit;
    width: 41.6666666667%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-five::after {
    content: "";
    display: table;
    clear: both;
  }

  .span-six {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-six::after {
    content: "";
    display: table;
    clear: both;
  }

  .span-seven {
    float: left;
    clear: none;
    text-align: inherit;
    width: 58.3333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-seven::after {
    content: "";
    display: table;
    clear: both;
  }

  .span-eight {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.6666666667%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-eight::after {
    content: "";
    display: table;
    clear: both;
  }

  .span-nine {
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-nine::after {
    content: "";
    display: table;
    clear: both;
  }

  .span-ten {
    float: left;
    clear: none;
    text-align: inherit;
    width: 83.3333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-ten::after {
    content: "";
    display: table;
    clear: both;
  }

  .span-elven {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.6666666667%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-elven::after {
    content: "";
    display: table;
    clear: both;
  }

  .span-twelve {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .span-twelve::after {
    content: "";
    display: table;
    clear: both;
  }
}
.unmove {
  position: static;
  left: 0;
}

.stack {
  display: block;
  clear: both;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.stack:first-child {
  margin-left: auto;
}
.stack:last-child {
  margin-right: auto;
}

.unstack {
  text-align: left;
  display: inline;
  clear: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.unstack:first-child {
  margin-left: 0;
}
.unstack:last-child {
  margin-right: 0;
}

.align {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
.edd-submit,
#edd-purchase-button,
input[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce a.button,
.woocommerce #respond input.button.alt#submit,
.woocommerce button.button,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #respond input.button#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce input.button.alt,
.woocommerce input.button.alt,
input,
select,
textarea {
  color: #666666;
  font-family: "Open Sans", "Helvetica neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

/* Headers */
h1,
h2,
legend,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
  color: #444444;
  font-weight: 400;
  clear: both;
  margin: 0;
  padding: 0;
}

h1 a,
h2 a,
legend a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}

h1 {
  font-size: 2.4em;
}

h2, legend {
  font-size: 2em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

p {
  margin: 0 0 14px;
  padding: 0;
}

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

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  max-width: 100%;
  overflow: auto;
  margin: 0 0 14px;
  padding: 24px;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted rgba(100, 105, 105, 0.1);
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@font-face {
  font-family: "simple-line-icons";
  src: url(//luxurylakeshotels.co.uk/wp-content/themes/base-wp/inc/icons/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0);
  src: url(//luxurylakeshotels.co.uk/wp-content/themes/base-wp/inc/icons/simple-line-icons/Simple-Line-Icons.eot?v=2.4.0#iefix) format("embedded-opentype"), url(//luxurylakeshotels.co.uk/wp-content/themes/base-wp/inc/icons/simple-line-icons/Simple-Line-Icons.woff2?v=2.4.0) format("woff2"), url(//luxurylakeshotels.co.uk/wp-content/themes/base-wp/inc/icons/simple-line-icons/Simple-Line-Icons.ttf?v=2.4.0) format("truetype"), url(//luxurylakeshotels.co.uk/wp-content/themes/base-wp/inc/icons/simple-line-icons/Simple-Line-Icons.woff?v=2.4.0) format("woff"), url(//luxurylakeshotels.co.uk/wp-content/themes/base-wp/inc/icons/simple-line-icons/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "";
}

.icon-people:before {
  content: "";
}

.icon-user-female:before {
  content: "";
}

.icon-user-follow:before {
  content: "";
}

.icon-user-following:before {
  content: "";
}

.icon-user-unfollow:before {
  content: "";
}

.icon-login:before {
  content: "";
}

.icon-logout:before {
  content: "";
}

.icon-emotsmile:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-call-end:before {
  content: "";
}

.icon-call-in:before {
  content: "";
}

.icon-call-out:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-location-pin:before {
  content: "";
}

.icon-direction:before {
  content: "";
}

.icon-directions:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-layers:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-options-vertical:before {
  content: "";
}

.icon-options:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-up-circle:before {
  content: "";
}

.icon-arrow-left-circle:before {
  content: "";
}

.icon-arrow-right-circle:before {
  content: "";
}

.icon-arrow-down-circle:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-event:before {
  content: "";
}

.icon-exclamation:before {
  content: "";
}

.icon-organization:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-screen-smartphone:before {
  content: "";
}

.icon-screen-desktop:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-notebook:before {
  content: "";
}

.icon-mustache:before {
  content: "";
}

.icon-mouse:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-energy:before {
  content: "";
}

.icon-disc:before {
  content: "";
}

.icon-cursor:before {
  content: "";
}

.icon-cursor-move:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-chemistry:before {
  content: "";
}

.icon-speedometer:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-screen-tablet:before {
  content: "";
}

.icon-magic-wand:before {
  content: "";
}

.icon-hourglass:before {
  content: "";
}

.icon-graduation:before {
  content: "";
}

.icon-ghost:before {
  content: "";
}

.icon-game-controller:before {
  content: "";
}

.icon-fire:before {
  content: "";
}

.icon-eyeglass:before {
  content: "";
}

.icon-envelope-open:before {
  content: "";
}

.icon-envelope-letter:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-badge:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-wallet:before {
  content: "";
}

.icon-vector:before {
  content: "";
}

.icon-speech:before {
  content: "";
}

.icon-puzzle:before {
  content: "";
}

.icon-printer:before {
  content: "";
}

.icon-present:before {
  content: "";
}

.icon-playlist:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-picture:before {
  content: "";
}

.icon-handbag:before {
  content: "";
}

.icon-globe-alt:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-folder-alt:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-feed:before {
  content: "";
}

.icon-drop:before {
  content: "";
}

.icon-drawer:before {
  content: "";
}

.icon-docs:before {
  content: "";
}

.icon-doc:before {
  content: "";
}

.icon-diamond:before {
  content: "";
}

.icon-cup:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-bubbles:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-book-open:before {
  content: "";
}

.icon-basket-loaded:before {
  content: "";
}

.icon-basket:before {
  content: "";
}

.icon-bag:before {
  content: "";
}

.icon-action-undo:before {
  content: "";
}

.icon-action-redo:before {
  content: "";
}

.icon-wrench:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-support:before {
  content: "";
}

.icon-frame:before {
  content: "";
}

.icon-size-fullscreen:before {
  content: "";
}

.icon-size-actual:before {
  content: "";
}

.icon-shuffle:before {
  content: "";
}

.icon-share-alt:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-note:before {
  content: "";
}

.icon-loop:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-grid:before {
  content: "";
}

.icon-graph:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-music-tone-alt:before {
  content: "";
}

.icon-music-tone:before {
  content: "";
}

.icon-earphones-alt:before {
  content: "";
}

.icon-earphones:before {
  content: "";
}

.icon-equalizer:before {
  content: "";
}

.icon-like:before {
  content: "";
}

.icon-dislike:before {
  content: "";
}

.icon-control-start:before {
  content: "";
}

.icon-control-rewind:before {
  content: "";
}

.icon-control-play:before {
  content: "";
}

.icon-control-pause:before {
  content: "";
}

.icon-control-forward:before {
  content: "";
}

.icon-control-end:before {
  content: "";
}

.icon-volume-1:before {
  content: "";
}

.icon-volume-2:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-bulb:before {
  content: "";
}

.icon-chart:before {
  content: "";
}

.icon-ban:before {
  content: "";
}

.icon-bubble:before {
  content: "";
}

.icon-camrecorder:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-lock-open:before {
  content: "";
}

.icon-magnifier:before {
  content: "";
}

.icon-magnifier-add:before {
  content: "";
}

.icon-magnifier-remove:before {
  content: "";
}

.icon-paper-clip:before {
  content: "";
}

.icon-paper-plane:before {
  content: "";
}

.icon-power:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-reload:before {
  content: "";
}

.icon-settings:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-symbol-female:before {
  content: "";
}

.icon-symbol-male:before {
  content: "";
}

.icon-target:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-social-tumblr:before {
  content: "";
}

.icon-social-twitter:before {
  content: "";
}

.icon-social-facebook:before {
  content: "";
}

.icon-social-instagram:before {
  content: "";
}

.icon-social-linkedin:before {
  content: "";
}

.icon-social-pinterest:before {
  content: "";
}

.icon-social-github:before {
  content: "";
}

.icon-social-google:before {
  content: "";
}

.icon-social-reddit:before {
  content: "";
}

.icon-social-skype:before {
  content: "";
}

.icon-social-dribbble:before {
  content: "";
}

.icon-social-behance:before {
  content: "";
}

.icon-social-foursqare:before {
  content: "";
}

.icon-social-soundcloud:before {
  content: "";
}

.icon-social-spotify:before {
  content: "";
}

.icon-social-stumbleupon:before {
  content: "";
}

.icon-social-youtube:before {
  content: "";
}

.icon-social-dropbox:before {
  content: "";
}

.icon-social-vkontakte:before {
  content: "";
}

.icon-social-steam:before {
  content: "";
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fafafa;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
}

blockquote {
  quotes: "" "";
  border-left: 4px solid;
  margin: 0 0 14px;
  padding: 14px;
}
blockquote p {
  margin: 0;
}

q {
  quotes: "" "";
  font-style: italic;
}

hr {
  background-color: rgba(100, 105, 105, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 24px;
}

ul, ol {
  margin: 0 0 14px 24px;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 24px;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

table, .edd-checkout #edd_checkout_cart, .woocommerce .edd-checkout .shop_attributes#edd_checkout_cart, .edd-checkout .woocommerce .shop_attributes#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart,
.woocommerce .edd-checkout .my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .my_account_orders#edd_checkout_cart, .woocommerce table.shop_attributes, .woocommerce .edd-checkout .shop_attributes#edd_checkout_cart, .edd-checkout .woocommerce .shop_attributes#edd_checkout_cart, .woocommerce .edd-checkout .shop_attributes#edd_checkout_cart, .edd-checkout .woocommerce .shop_attributes#edd_checkout_cart,
.woocommerce .edd-checkout .shop_attributes.shop_table#edd_checkout_cart,
.edd-checkout .woocommerce .shop_attributes.shop_table#edd_checkout_cart,
.woocommerce .edd-checkout .shop_attributes.my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .shop_attributes.my_account_orders#edd_checkout_cart,
.woocommerce table.shop_table,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart,
.woocommerce table.my_account_orders,
.woocommerce .edd-checkout .my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .my_account_orders#edd_checkout_cart,
.woocommerce .edd-checkout .my_account_orders.shop_attributes#edd_checkout_cart,
.edd-checkout .woocommerce .my_account_orders.shop_attributes#edd_checkout_cart,
.woocommerce .edd-checkout .my_account_orders.shop_table#edd_checkout_cart,
.edd-checkout .woocommerce .my_account_orders.shop_table#edd_checkout_cart,
.woocommerce .edd-checkout .my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .my_account_orders#edd_checkout_cart {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin-bottom: 14px;
}
table th, .edd-checkout #edd_checkout_cart th, .woocommerce .edd-checkout .shop_attributes#edd_checkout_cart th, .edd-checkout .woocommerce .shop_attributes#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart th,
.woocommerce .edd-checkout .my_account_orders#edd_checkout_cart th,
.edd-checkout .woocommerce .my_account_orders#edd_checkout_cart th, .woocommerce table.shop_attributes th, .woocommerce .edd-checkout .shop_attributes#edd_checkout_cart th, .edd-checkout .woocommerce .shop_attributes#edd_checkout_cart th, .woocommerce .edd-checkout .shop_attributes#edd_checkout_cart th, .edd-checkout .woocommerce .shop_attributes#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_attributes.shop_table#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_attributes.shop_table#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_attributes.my_account_orders#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_attributes.my_account_orders#edd_checkout_cart th,
.woocommerce table.shop_table th,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart th,
.woocommerce table.my_account_orders th,
.woocommerce .edd-checkout .my_account_orders#edd_checkout_cart th,
.edd-checkout .woocommerce .my_account_orders#edd_checkout_cart th,
.woocommerce .edd-checkout .my_account_orders.shop_attributes#edd_checkout_cart th,
.edd-checkout .woocommerce .my_account_orders.shop_attributes#edd_checkout_cart th,
.woocommerce .edd-checkout .my_account_orders.shop_table#edd_checkout_cart th,
.edd-checkout .woocommerce .my_account_orders.shop_table#edd_checkout_cart th,
.woocommerce .edd-checkout .my_account_orders#edd_checkout_cart th,
.edd-checkout .woocommerce .my_account_orders#edd_checkout_cart th {
  margin: 0;
  padding: 14px 7px;
  text-align: left;
}
table td, .edd-checkout #edd_checkout_cart td, .woocommerce .edd-checkout .shop_attributes#edd_checkout_cart td, .edd-checkout .woocommerce .shop_attributes#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart td,
.woocommerce .edd-checkout .my_account_orders#edd_checkout_cart td,
.edd-checkout .woocommerce .my_account_orders#edd_checkout_cart td, .woocommerce table.shop_attributes td, .woocommerce .edd-checkout .shop_attributes#edd_checkout_cart td, .edd-checkout .woocommerce .shop_attributes#edd_checkout_cart td, .woocommerce .edd-checkout .shop_attributes#edd_checkout_cart td, .edd-checkout .woocommerce .shop_attributes#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_attributes.shop_table#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_attributes.shop_table#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_attributes.my_account_orders#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_attributes.my_account_orders#edd_checkout_cart td,
.woocommerce table.shop_table td,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart td,
.woocommerce table.my_account_orders td,
.woocommerce .edd-checkout .my_account_orders#edd_checkout_cart td,
.edd-checkout .woocommerce .my_account_orders#edd_checkout_cart td,
.woocommerce .edd-checkout .my_account_orders.shop_attributes#edd_checkout_cart td,
.edd-checkout .woocommerce .my_account_orders.shop_attributes#edd_checkout_cart td,
.woocommerce .edd-checkout .my_account_orders.shop_table#edd_checkout_cart td,
.edd-checkout .woocommerce .my_account_orders.shop_table#edd_checkout_cart td,
.woocommerce .edd-checkout .my_account_orders#edd_checkout_cart td,
.edd-checkout .woocommerce .my_account_orders#edd_checkout_cart td {
  margin: 0;
  padding: 7px;
}

.format-quote .entry-title:before,
.format-video .entry-title:before,
.format-image .entry-title:before,
.format-link .entry-title:before,
.format-gallery .entry-title:before,
.format-audio .entry-title:before,
.format-status .entry-title:before,
.format-chat .entry-title:before,
.sticky .entry-title:before {
  font-family: "simple-line-icons";
  font-size: 18px;
  width: 28px;
  width: 30px;
  height: 30px;
  line-height: 48px;
  text-align: center;
  float: right;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.format-quote .entry-title:before {
  content: "";
}

.format-video .entry-title:before {
  content: "";
}

.format-image .entry-title:before {
  content: "";
}

.format-link .entry-title:before {
  content: "";
}

.format-gallery .entry-title:before {
  content: "";
}

.format-audio .entry-title:before {
  content: "";
}

.format-status .entry-title:before {
  content: "";
}

.format-chat .entry-title:before {
  content: "";
}

.sticky .entry-title:before {
  content: "";
}

/***
.widget_archive h3.widget-title:before, .widget_calendar h3.widget-title:before,
.widget_categories h3.widget-title:before, .widget_igthemes_recent_posts_widget h3.widget-title:before,
.widget_meta h3.widget-title:before, .widget_nav_menu h3.widget-title:before,
.widget_recent_comments h3.widget-title:before, .widget_recent_entries h3.widget-title:before,
.widget_search h3.widget-title:before, .widget_tag_cloud h3.widget-title:before,
.widget_text h3.widget-title:before {
    font-family: 'simple-line-icons';
    margin-right: 5px;
}
//icons
.widget_archive h3.widget-title:before {
    content: "\e03f";
}

.widget_categories h3.widget-title:before {
    content: "\e039";
}

.widget_recent_comments h3.widget-title:before {
    content: "\e04a";
}

.widget_recent_entries h3.widget-title:before {
    content: "\e085";
}

.widget_calendar h3.widget-title:before {
    content: "\e075";
}

.widget_nav_menu h3.widget-title:before {
    content: "\e08d";
}

.widget_tag_cloud h3.widget-title:before {
    content: "\e055";
}

.widget_search h3.widget-title:before {
    content: "\e090";
}

.widget_text h3.widget-title:before {
    content: "\e060";
}
**/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, .edd-submit,
#edd-purchase-button,
input[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit, .woocommerce a.button,
.woocommerce #respond input.button.alt#submit,
.woocommerce button.button,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #respond input.button#submit, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce input.button.alt,
.woocommerce input.button.alt,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ff9900;
  border-radius: 3px;
  background: #ff9900;
  color: #ffffff;
  box-shadow: none;
  line-height: 1.7;
  margin: 0;
  padding: 7px 14px;
  -webkit-appearance: none;
  transition: all 0.3s ease 0s;
}
button:hover, .edd-submit:hover,
#edd-purchase-button:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce .button.edd-submit:hover,
.woocommerce .button#edd-purchase-button:hover,
.woocommerce input.button[type=submit].edd-submit:hover, .woocommerce a.button:hover,
.woocommerce #respond input.button.alt#submit:hover,
.woocommerce button.button:hover,
.woocommerce .button.edd-submit:hover,
.woocommerce .button#edd-purchase-button:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce .button.edd-submit:hover,
.woocommerce .button#edd-purchase-button:hover,
.woocommerce input.button[type=submit].edd-submit:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #ff8800;
  border-color: #ff8800;
  box-shadow: none;
  color: #ffffff;
}
button:active, .edd-submit:active,
#edd-purchase-button:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce .button.edd-submit:active,
.woocommerce .button#edd-purchase-button:active,
.woocommerce input.button[type=submit].edd-submit:active, .woocommerce a.button:active,
.woocommerce #respond input.button.alt#submit:active,
.woocommerce button.button:active,
.woocommerce .button.edd-submit:active,
.woocommerce .button#edd-purchase-button:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce .button.edd-submit:active,
.woocommerce .button#edd-purchase-button:active,
.woocommerce input.button[type=submit].edd-submit:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:active, button:focus, .edd-submit:focus,
#edd-purchase-button:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce .button.edd-submit:focus,
.woocommerce .button#edd-purchase-button:focus,
.woocommerce input.button[type=submit].edd-submit:focus, .woocommerce a.button:focus,
.woocommerce #respond input.button.alt#submit:focus,
.woocommerce button.button:focus,
.woocommerce .button.edd-submit:focus,
.woocommerce .button#edd-purchase-button:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce .button.edd-submit:focus,
.woocommerce .button#edd-purchase-button:focus,
.woocommerce input.button[type=submit].edd-submit:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #ff8800;
  box-shadow: none;
  color: #ffffff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border-radius: 3px;
  margin: 0;
  padding: 7px 14px;
  line-height: 1.7;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  outline-color: transparent;
  outline-style: none;
}

select {
  padding: 7px 14px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

input[type=search] {
  -webkit-appearance: none;
}

label {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
  font-size: 12px;
  color: #444444;
  font-weight: 700;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #444444;
  text-decoration: none;
  font-weight: 400;
}
a:visited {
  color: #444444;
}
a:hover, a:focus, a:active {
  color: #ff6633;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .main-navigation ul {
    display: none;
    list-style: none;
  }
  .main-navigation ul li {
    *float: left;
    display: inline-block;
    position: relative;
  }
  .main-navigation ul li a {
    display: block;
    margin: 0;
    padding: 19px 14px;
  }
  .main-navigation ul ul {
    padding: 0;
  }
  .main-navigation ul ul:after {
    content: none;
  }
  .main-navigation ul ul li a {
    width: 200px;
    padding: 14px;
  }
  .main-navigation ul ul .menu-item-has-children > a:after {
    font-family: "simple-line-icons";
    content: "";
    position: relative;
    float: right;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .main-navigation {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0 24px;
  }
  .main-navigation ul {
    text-align: left;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    border-right: 1px solid rgba(100, 105, 105, 0.1);
    border-left: 1px solid rgba(100, 105, 105, 0.1);
    border-bottom: 1px solid rgba(100, 105, 105, 0.1);
  }
  .main-navigation ul li {
    margin: 0;
    padding: 0;
  }
  .main-navigation ul li a {
    display: block;
    margin: 0;
    padding: 14px;
    border-top: 1px solid rgba(100, 105, 105, 0.1);
  }
  .main-navigation ul ul {
    margin: 0;
    padding: 0;
    border: none;
  }
  .main-navigation ul ul li {
    margin: 0;
    padding: 0;
  }
  .main-navigation ul ul li a {
    width: 100%;
  }
  .main-navigation ul .menu-item-has-children > a:after {
    font-family: "simple-line-icons";
    content: "";
    position: relative;
    float: right;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  /* Small menu. */
  .menu-toggle,
.main-navigation.toggled ul {
    display: block;
    margin-bottom: 24px;
  }
  .menu-toggle ul,
.main-navigation.toggled ul ul {
    margin: 0;
  }

  .main-navigation ul {
    display: none;
  }

  .menu-toggle {
    border-radius: 0;
    font-size: 1em;
    margin: 0;
    padding: 14px;
    background: none;
    border: none;
  }
  .menu-toggle:hover {
    background: none;
  }
}
@media screen and (min-width: 769px) {
  .site-header .header-content .header-nav.center {
    margin: 0 -99em;
    padding: 0 99em;
    clear: both;
  }
  .site-header .header-content .header-nav.center ul {
    list-style: none;
    text-align: center;
    margin: 0 24px;
  }
  .site-header .header-content .header-nav.center ul li {
    *display: inline;
    display: inline-block;
  }
  .site-header .header-content .header-nav.center ul li a {
    display: block;
    padding: 14px;
  }

  .main-navigation.center {
    margin: 0 -99em;
    padding: 0 99em;
  }
  .main-navigation.center ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .main-navigation.center ul li:hover > ul,
.main-navigation.center ul li.focus > ul {
    left: 0;
    right: auto;
  }
  .main-navigation.center ul ul {
    text-align: left;
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
  .main-navigation.center ul ul:after {
    content: none;
  }
  .main-navigation.center ul ul li:hover > ul, .main-navigation.center ul ul li.focus > ul {
    left: 100%;
    width: 100%;
    margin-top: 0;
  }
  .main-navigation.center ul ul ul {
    left: -999em;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header-nav.center ul {
    list-style: none;
    text-align: center;
    margin: 0 24px;
  }
  .header-nav.center ul li {
    *display: inline;
    display: inline-block;
  }
  .header-nav.center ul li a {
    display: block;
    padding: 14px;
  }
  .header-nav.center .site-description {
    display: block;
    padding: 14px;
  }

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

  /* Small menu. */
  .center .menu-toggle {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .site-header .header-content .site-branding.inline {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 24px;
    float: left;
  }
  .site-header .header-content .site-branding.inline::after {
    content: "";
    display: table;
    clear: both;
  }
  .site-header .header-content .header-nav.inline {
    float: left;
    clear: none;
    text-align: inherit;
    width: 50%;
    margin-left: 0%;
    margin-right: 0%;
    float: right;
    background: none;
    padding: 36px 24px;
  }
  .site-header .header-content .header-nav.inline::after {
    content: "";
    display: table;
    clear: both;
  }
  .site-header .header-content .header-nav.inline ul {
    list-style: none;
    text-align: right;
    padding: 0;
    margin: 0;
  }
  .site-header .header-content .header-nav.inline ul li {
    *display: inline;
    display: inline-block;
  }
  .site-header .header-content .header-nav.inline ul li a {
    display: block;
    padding: 24px 0 24px 14px;
  }
  .site-header .header-content .header-nav.inline .site-description {
    display: block;
    padding: 14px 14px 14px 0;
    float: left;
  }

  .main-navigation.inline {
    margin: 0 -99em;
    padding: 0 99em;
    clear: both;
  }
  .main-navigation.inline ul {
    margin: 0;
    text-align: center;
  }
  .main-navigation.inline ul li:hover > ul,
.main-navigation.inline ul li.focus > ul {
    left: 0;
    right: auto;
  }
  .main-navigation.inline ul ul {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    float: left;
    position: absolute;
    top: 100%;
    right: -999em;
    z-index: 99999;
    text-align: left;
  }
  .main-navigation.inline ul ul li:hover > ul, .main-navigation.inline ul ul li.focus > ul {
    left: 100%;
    width: 100%;
    top: 0;
    margin-top: 0;
  }
  .main-navigation.inline ul ul .menu-item-has-children > a:after {
    font-family: "simple-line-icons";
    content: "";
    position: relative;
    float: right;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
@media screen and (max-width: 768px) {
  .site-branding.inline {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    padding: 24px;
    margin: 0;
    float: left;
  }
  .site-branding.inline::after {
    content: "";
    display: table;
    clear: both;
  }
  .site-branding.inline:last-child {
    margin-right: 0%;
  }

  .header-nav.inline {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    padding: 0;
    background: none;
  }
  .header-nav.inline::after {
    content: "";
    display: table;
    clear: both;
  }
  .header-nav.inline:last-child {
    margin-right: 0%;
  }
  .header-nav.inline ul {
    list-style: none;
    margin: 24px 0 0 24px;
  }
  .header-nav.inline ul li {
    *display: inline;
    display: inline-block;
  }
  .header-nav.inline ul li a {
    display: block;
    margin: 0 14px 0 0;
  }
}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 24px 0;
  padding: 0;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  padding: 14px 24px;
  float: left;
  width: 50%;
}
.comment-navigation .nav-previous a:before,
.posts-navigation .nav-previous a:before,
.post-navigation .nav-previous a:before {
  font-family: "simple-line-icons";
  content: "";
  margin-right: 10px;
  vertical-align: middle;
  font-size: 0.9em;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  padding: 14px 24px;
  float: right;
  text-align: right;
  width: 50%;
}
.comment-navigation .nav-next a:after,
.posts-navigation .nav-next a:after,
.post-navigation .nav-next a:after {
  font-family: "simple-line-icons";
  content: "";
  margin-left: 10px;
  vertical-align: middle;
  font-size: 0.9em;
}

.pagination {
  clear: both;
}

ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  clear: both;
  border-right: none;
}
ul.page-numbers li {
  display: inline-block;
  float: left;
  margin: 0 -1px 0 0;
}
ul.page-numbers li .dots,
ul.page-numbers li .current,
ul.page-numbers li a {
  display: block;
  text-decoration: none;
  padding: 7px 14px;
}
.page-links {
  border: 1px solid rgba(100, 105, 105, 0.1);
  display: inline-block;
}
.page-links .page-links-title,
.page-links .num {
  float: left;
  text-decoration: none;
  padding: 7px 14px;
  border-left: 1px solid rgba(100, 105, 105, 0.1);
  background: rgba(255, 255, 255, 0.1);
}
.page-links .page-links-title {
  border-left: none;
  background: rgba(150, 155, 155, 0.1);
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
  display: block;
  margin: 36px 24px 24px;
  padding: 14px 24px;
}
.breadcrumb .current, .breadcrumb a {
  padding: 0;
  display: inline-block;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.breadcrumb ul li {
  display: inline-block;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #fafafa;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #666666;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 14px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 14px;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before::after,
.clear:after::after,
.entry-content:before::after,
.entry-content:after::after,
.comment-content:before::after,
.comment-content:after::after,
.site-header:before::after,
.site-header:after::after,
.site-content:before::after,
.site-content:after::after,
.site-footer:before::after,
.site-footer:after::after {
  content: "";
  display: table;
  clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
h3.widget-title {
  margin-top: -14px;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 14px;
  padding: 14px;
}

.widget-area {
  padding: 24px;
}

.widget {
  margin: 0 0 24px;
  padding: 14px;
  position: relative;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget ul {
  list-style: none;
  margin: 0;
}
.widget ul li {
  padding: 7px 14px;
  margin-left: -14px;
  margin-right: -14px;
  border-top: 1px solid rgba(100, 105, 105, 0.1);
}
.widget ul li:first-child {
  border-top: none;
}
.widget ul li a {
  display: block;
}
.widget ul li ul li {
  margin: 0;
  padding: 0;
}

.header-widget-region {
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px 24px 0;
  display: inline-block;
  width: 100%;
}
.header-widget-region:empty {
  display: none;
}

.footer-widget-region {
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  width: 100%;
}

.widget_nav_menu ul .menu-item-has-children {
  padding: 0;
}
.widget_nav_menu ul .menu-item-has-children a {
  padding: 14px;
}
.widget_nav_menu ul .menu-item-has-children li {
  border-top: 1px solid rgba(150, 155, 155, 0.1);
}

.widget_tag_cloud a {
  font-size: 9pt !important;
  background: rgba(150, 155, 155, 0.1);
  margin: 2px 0 2px 2px;
  padding: 4px 8px;
  display: inline-block;
}

.widget_search input.search-field {
  width: 50%;
}

.widget select {
  max-width: 100%;
}

.ig-recent-posts-widget .post-image {
  float: left;
  margin: 0 10px 5px 0;
  width: 50px;
  height: auto;
}
.ig-recent-posts-widget .post-date,
.ig-recent-posts-widget .post-excerpt {
  font-size: 0.9em;
}
.ig-recent-posts-widget .post-excerpt {
  display: block;
}

.ig-social-widget a {
  display: block;
  margin: 5px 0;
  padding: 8px 10px;
  color: #fff !important;
  border-radius: 2px;
}
.ig-social-widget a .text {
  margin-left: 10px;
}
.ig-social-widget a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.ig-social-widget .facebook {
  background: #3b5998;
  border-color: #344e86;
}
.ig-social-widget .twitter {
  background: #55acee;
  border-color: #3ea1ec;
}
.ig-social-widget .google {
  background: #dd4b39;
  border-color: #d73925;
}
.ig-social-widget .youtube {
  background: #cd201f;
  border-color: #b71d1c;
}
.ig-social-widget .linkedin {
  background: #007bb5;
  border-color: #006a9c;
}
.ig-social-widget .instagram {
  background: #e4405f;
  border-color: #e12a4c;
}
.ig-social-widget .pinterest {
  background: #cb2027;
  border-color: #b51d23;
}
.ig-social-widget .tumblr {
  background: #32506d;
  border-color: #2a435c;
}
.ig-social-widget .dribbble {
  background: #ea4c89;
  border-color: #e7357a;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header:after {
  width: 100%;
  display: block;
  content: "";
  float: left;
  height: 5px;
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, 0.1), rgba(97, 97, 97, 0) 80%);
}
.site-header .header-content {
  width: auto;
  max-width: 1200px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.site-header .header-content::after {
  content: "";
  display: table;
  clear: both;
}
.site-header .header-content .site-branding.center {
  text-align: center;
  margin: 0;
  padding: 24px;
  float: none;
}
.site-header .header-content .site-branding .site-title {
  margin: 0;
  padding: 0;
}
.site-header .header-content .site-branding .site-title a {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 400;
}
.site-header .header-content .site-branding .site-description {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.site-header .header-content .site-branding .custom-logo {
  margin: 0;
  padding: 0;
}
.site-header .header-content .header-nav.center {
  margin-right: -999em;
  margin-left: -999em;
  padding-right: 999em;
  padding-left: 999em;
}
.site-header .header-content .header-nav.center ul {
  list-style: none;
  text-align: center;
  margin: 0;
}
.site-header .header-content .header-nav.center ul li {
  *display: inline;
  display: inline-block;
}
.site-header .header-content .header-nav.center ul li a {
  display: block;
  padding: 14px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background: #ffffff;
}
.site-footer:before {
  width: 100%;
  display: block;
  content: "";
  float: left;
  height: 5px;
  background: radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, 0.1), rgba(97, 97, 97, 0) 80%);
}
.site-footer .scroll-top,
.site-footer .social-url {
  clear: both;
  display: block;
  text-align: center;
  margin: 0;
}
.site-footer .site-info {
  text-align: center;
  margin: 0;
  padding: 24px;
}
.site-footer .footer-text {
  text-align: center;
  margin: 0;
  padding: 0;
}
.site-footer .scroll-top {
  text-align: center;
  padding: 0;
  margin: 30px 15px 15px;
}
.site-footer .scroll-top #scrolltop {
  border: 1px solid rgba(100, 105, 105, 0.1);
  font-size: 17.6px;
  font-size: 1.1rem;
  padding: 5px 10px;
  display: inline-block;
}
.site-footer .social-url a {
  font-size: 17.6px;
  font-size: 1.1rem;
  vertical-align: middle;
  margin: 0;
  padding: 14px 7px;
  display: inline-block;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*-----------------------------
# Layout
------------------------------*/
@media screen and (min-width: 769px) {
  .site-content {
    width: auto;
    max-width: 1200px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    clear: both;
  }
  .site-content::after {
    content: "";
    display: table;
    clear: both;
  }

  .content-area {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.6666666667%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .content-area::after {
    content: "";
    display: table;
    clear: both;
  }

  .widget-area {
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .widget-area::after {
    content: "";
    display: table;
    clear: both;
  }

  .sidebar-left .content-area {
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.6666666667%;
    margin-left: 0%;
    margin-right: 0%;
    float: right;
  }
  .sidebar-left .content-area::after {
    content: "";
    display: table;
    clear: both;
  }
  .sidebar-left .widget-area {
    float: left;
  }

  .page-template-page-focus .content-area {
    width: auto;
    max-width: 980px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-focus .content-area::after {
    content: "";
    display: table;
    clear: both;
  }

  .sidebar-left .full-width .content-area,
.full-width .content-area {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 0%;
  }
  .sidebar-left .full-width .content-area::after,
.full-width .content-area::after {
    content: "";
    display: table;
    clear: both;
  }
  .sidebar-left .full-width .content-area:last-child,
.full-width .content-area:last-child {
    margin-right: 0%;
  }
}
.site-content {
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 0 0;
}

.page-template-page-elementor .site-content,
.page-template-page-beaver-builder .site-content {
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  padding: 0;
}
.page-template-page-elementor .site-content::after,
.page-template-page-beaver-builder .site-content::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------
# Singular
------------------------------*/
.content-area {
  padding: 24px;
}

.entry-title {
  margin: 14px 0 0;
  padding: 0;
}

.page .entry-meta {
  display: none;
}

.entry-meta {
  display: inline-block;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
}
.entry-meta:empty {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-footer {
  padding: 24px;
  margin-bottom: -24px;
  margin-right: -24px;
  margin-left: -24px;
}
.entry-footer .tags-links {
  margin-right: 14px;
}
.entry-footer .cat-links {
  margin-right: 14px;
}
.entry-footer .comments-link {
  margin-right: 14px;
}
.entry-footer:empty {
  display: none;
}

.entry-image {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px;
}

.featured-img a {
  margin-left: -24px;
  margin-right: -24px;
  margin-top: -24px;
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
  padding: 14px 0;
}

.page-links {
  clear: both;
  margin: 0 0 14px;
}

/*-----------------------------
# Posts format
------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.format-chat .entry-content {
  margin: 0;
  padding: 0;
}

/*-----------------------------
# Archives page
------------------------------*/
.hentry {
  margin-top: 0;
  margin-bottom: 24px;
  padding: 24px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.05);
}

.updated:not(.published) {
  display: none;
}

.page-header {
  margin: 0;
  padding: 24px 24px 0;
}

.entry-meta:empty {
  display: none;
}

/*-----------------------------
# Home
------------------------------*/
.home .testimonials,
.home .portfolio {
  margin-top: 14px;
}
.home .testimonials h2.title, .home .testimonials legend.title, .home .testimonials .description,
.home .portfolio h2.title,
.home .portfolio legend.title,
.home .portfolio .description {
  text-align: center;
}
.home .testimonials {
  margin: 24px;
}
.home .testimonials::after {
  content: "";
  display: table;
  clear: both;
}
.home .testimonials .ig-testimonials-carousel .slick-dots {
  bottom: -20px;
  text-align: center;
}
.home .portfolio .ig-portfolio-gallery {
  margin-top: 14px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  margin: 24px 0;
  padding: 0;
}
.comments-area .comment-reply-title {
  font-weight: 400;
}
.comments-area .comment-list {
  margin-left: 0;
}
.comments-area .comment-list .children {
  margin: 0 0 0 48px;
  padding: 0;
  position: relative;
}
.comments-area .comment-list .children:before {
  font-family: "simple-line-icons";
  content: "";
  transform: rotate(-90deg) scale(1) skew(1deg) translate(0px);
  -webkit-transform: rotate(-90deg) scale(1) skew(1deg) translate(0px);
  -moz-transform: rotate(-90deg) scale(1) skew(1deg) translate(0px);
  -o-transform: rotate(-90deg) scale(1) skew(1deg) translate(0px);
  -ms-transform: rotate(-90deg) scale(1) skew(1deg) translate(0px);
  position: absolute;
  left: -30px;
  top: 5px;
}
.comments-area .comment-list .comment {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}
.comments-area .comment-list .comment .comment-content {
  margin: 0;
  padding: 14px;
}
.comments-area .comment-list .comment .reply {
  margin: 14px;
  padding: 0;
  text-align: right;
  text-transform: lowercase;
}
.comments-area .comment-list .comment .reply:after {
  font-family: "simple-line-icons";
  content: "";
  margin-left: 5px;
  font-size: 0.6em;
}
.comments-area .comment-list .comment .comment-meta {
  padding: 14px;
}
.comments-area .comment-list .comment .comment-meta .comment-author .avatar {
  margin: 5px 10px 5px 0;
  padding: 0;
  float: left;
}
.comments-area .comment-list .comment .comment-meta .comment-metadata a {
  clear: right;
}
.comments-area .comment-respond {
  margin: 24px 0;
}
.comments-area .comment-form-author label,
.comments-area .comment-form-email label,
.comments-area .comment-form-url label {
  min-width: 60px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-top: 14px;
  margin-bottom: 14px;
  padding: 0;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0;
  padding: 14px;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin: 0;
  padding: 0;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item img {
  margin: 0;
  padding: 0;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# WoooCommerce
--------------------------------------------------------------*/
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce input.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce input.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button.alt {
  font-size: 1em;
}
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce a.button.alt,
.woocommerce #respond input.button.alt#submit,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce input.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.edd-submit,
.woocommerce .button#edd-purchase-button,
.woocommerce input.button[type=submit].edd-submit,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input.button#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce .button.alt.edd-submit,
.woocommerce .button.alt#edd-purchase-button,
.woocommerce input.button.alt[type=submit].edd-submit,
.woocommerce input.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background-color: #ff9900;
  color: #fff;
  -webkit-appearance: none;
}
.woocommerce a.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce #respond input.button.alt#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce .button.edd-submit:hover,
.woocommerce .button#edd-purchase-button:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce .button.edd-submit:hover,
.woocommerce .button#edd-purchase-button:hover,
.woocommerce input.button[type=submit].edd-submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce .button.edd-submit:hover,
.woocommerce .button#edd-purchase-button:hover,
.woocommerce .button.alt.edd-submit:hover,
.woocommerce .button.alt#edd-purchase-button:hover,
.woocommerce input.button.alt[type=submit].edd-submit:hover,
.woocommerce .button.edd-submit:hover,
.woocommerce .button#edd-purchase-button:hover,
.woocommerce input.button[type=submit].edd-submit:hover,
.woocommerce input.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: #ff8800;
  border-color: #ff8800;
  box-shadow: none;
  color: #fff;
}
.woocommerce a.button:active, .woocommerce a.button:focus,
.woocommerce button.button.alt:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce #respond input.button.alt#submit:active,
.woocommerce a.button.alt:active,
.woocommerce input.button.alt:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce input.button.alt:active,
.woocommerce button.button.alt:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce #respond input.button.alt#submit:focus,
.woocommerce a.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce input.button.alt:focus,
.woocommerce button.button:active,
.woocommerce .button.edd-submit:active,
.woocommerce .button#edd-purchase-button:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce .button.edd-submit:active,
.woocommerce .button#edd-purchase-button:active,
.woocommerce input.button[type=submit].edd-submit:active,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce .button.alt.edd-submit:active,
.woocommerce .button.alt#edd-purchase-button:active,
.woocommerce input.button.alt[type=submit].edd-submit:active,
.woocommerce input.button.alt:active,
.woocommerce a.button:active,
.woocommerce input.button:active,
.woocommerce button.button:focus,
.woocommerce .button.edd-submit:focus,
.woocommerce .button#edd-purchase-button:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce .button.edd-submit:focus,
.woocommerce .button#edd-purchase-button:focus,
.woocommerce input.button[type=submit].edd-submit:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce input.button.alt:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce .button.edd-submit:focus,
.woocommerce .button#edd-purchase-button:focus,
.woocommerce .button.alt.edd-submit:focus,
.woocommerce .button.alt#edd-purchase-button:focus,
.woocommerce input.button.alt[type=submit].edd-submit:focus,
.woocommerce .button.edd-submit:focus,
.woocommerce .button#edd-purchase-button:focus,
.woocommerce input.button[type=submit].edd-submit:focus,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:active,
.woocommerce #respond input#submit:focus {
  border-color: #ff8800;
  box-shadow: none;
  color: #fff;
}
.woocommerce .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(100, 105, 105, 0.1) !important;
  background: rgba(255, 255, 255, 0.8);
}
.woocommerce .woocommerce-tabs ul.tabs li {
  border: none !important;
  background: rgba(150, 155, 155, 0.1) !important;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 1em;
}
.woocommerce .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  text-decoration: none;
}
.woocommerce .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
}
.woocommerce .woocommerce-tabs ul.tabs li.active {
  background: rgba(255, 255, 255, 0.8) !important;
}
.woocommerce .woocommerce-tabs ul.tabs li.active a {
  text-shadow: inherit !important;
}
.woocommerce .woocommerce-tabs ul.tabs li.active:before {
  display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li.active:after {
  display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:before, .woocommerce .woocommerce-tabs ul.tabs li:after {
  display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:before {
  display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs li:after {
  display: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.woocommerce .woocommerce-tabs .panel {
  margin: 0 0 2em 0 !important;
  padding: 1em 2em !important;
  border: 1px solid rgba(100, 105, 105, 0.1);
  border-top: none;
  background: rgba(255, 255, 255, 0.8);
}
.woocommerce #reviews #comments ol.commentlist .comment .comment_container .comment-text {
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 0 !important;
  padding: 15px !important;
}
.woocommerce #reviews #comments ol.commentlist .comment .comment_container .avatar {
  padding: 0 !important;
  background: #fff !important;
  border-color: #fff !important;
}
.woocommerce .product span.onsale {
  min-height: 1.2em;
  min-width: 1.2em;
  padding: 0.2em 0.5em;
  position: absolute;
  text-align: center;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 2px;
}
.woocommerce .entry-summary {
  margin-top: 0;
}
.woocommerce .star-rating {
  color: #f1c40f;
}
.woocommerce table.shop_table.shop_table_responsive.cart, .woocommerce .edd-checkout .shop_table.shop_table_responsive.cart#edd_checkout_cart, .edd-checkout .woocommerce .shop_table.shop_table_responsive.cart#edd_checkout_cart, .woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart, .edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart, .woocommerce table.shop_table.shop_table_responsive.cart.shop_attributes, .woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart, .edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart, .woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart, .edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.shop_attributes.my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.shop_attributes.my_account_orders#edd_checkout_cart,
.woocommerce table.shop_table.shop_table_responsive.cart,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart,
.woocommerce table.shop_table.shop_table_responsive.cart.my_account_orders,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.my_account_orders.shop_attributes#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.my_account_orders.shop_attributes#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart {
  margin-bottom: 4em;
}
.woocommerce table.shop_table.shop_table_responsive.cart input.button, .woocommerce .edd-checkout .shop_table.shop_table_responsive.cart#edd_checkout_cart input.button, .edd-checkout .woocommerce .shop_table.shop_table_responsive.cart#edd_checkout_cart input.button, .woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart input.button, .edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart input.button,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart#edd_checkout_cart input.button,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart#edd_checkout_cart input.button,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart input.button,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart input.button, .woocommerce table.shop_table.shop_table_responsive.cart.shop_attributes input.button, .woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart input.button, .edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart input.button, .woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart input.button, .edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart input.button,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart input.button,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart input.button,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.shop_attributes.my_account_orders#edd_checkout_cart input.button,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.shop_attributes.my_account_orders#edd_checkout_cart input.button,
.woocommerce table.shop_table.shop_table_responsive.cart input.button,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart#edd_checkout_cart input.button,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart#edd_checkout_cart input.button,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart input.button,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.shop_attributes#edd_checkout_cart input.button,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart#edd_checkout_cart input.button,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart#edd_checkout_cart input.button,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart input.button,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart input.button,
.woocommerce table.shop_table.shop_table_responsive.cart.my_account_orders input.button,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart input.button,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart input.button,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.my_account_orders.shop_attributes#edd_checkout_cart input.button,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.my_account_orders.shop_attributes#edd_checkout_cart input.button,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart input.button,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart input.button,
.woocommerce .edd-checkout .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart input.button,
.edd-checkout .woocommerce .shop_table.shop_table_responsive.cart.my_account_orders#edd_checkout_cart input.button {
  padding: 0.55em 0.8em;
}
.woocommerce table.shop_table.shop_table_responsive.cart .coupon #coupon_code, .woocommerce .edd-checkout .shop_table.shop_table_responsive.cart#edd_checkout_cart .coupon #coupon_code, .edd-checkout .woocommerce .shop_table.shop_table_responsive.cart#edd_checkout_cart .coupon #coupon_code, .woocommerce table.shop_table.shop_table_responsive.cart.shop_attributes .coupon #coupon_code,
.woocommerce table.shop_table.shop_table_responsive.cart .coupon #coupon_code,
.woocommerce table.shop_table.shop_table_responsive.cart.my_account_orders .coupon #coupon_code {
  width: 120px !important;
  height: 36px !important;
  line-height: 1.7em;
}
.woocommerce table.shop_table td, .woocommerce .edd-checkout .shop_table#edd_checkout_cart td, .edd-checkout .woocommerce .shop_table#edd_checkout_cart td, .woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart td, .edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart td, .woocommerce table.shop_table.shop_attributes td, .woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart td, .edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart td, .woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart td, .edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table.shop_attributes.my_account_orders#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table.shop_attributes.my_account_orders#edd_checkout_cart td,
.woocommerce table.shop_table td,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart td,
.woocommerce table.shop_table.my_account_orders td,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table.my_account_orders.shop_attributes#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table.my_account_orders.shop_attributes#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart td,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart td,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart td, .woocommerce table.shop_table th, .woocommerce .edd-checkout .shop_table#edd_checkout_cart th, .edd-checkout .woocommerce .shop_table#edd_checkout_cart th, .woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart th, .edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart th, .woocommerce table.shop_table.shop_attributes th, .woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart th, .edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart th, .woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart th, .edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table.shop_attributes.my_account_orders#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table.shop_attributes.my_account_orders#edd_checkout_cart th,
.woocommerce table.shop_table th,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table.shop_attributes#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table.shop_attributes#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart th,
.woocommerce table.shop_table.my_account_orders th,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table.my_account_orders.shop_attributes#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table.my_account_orders.shop_attributes#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart th,
.woocommerce .edd-checkout .shop_table.my_account_orders#edd_checkout_cart th,
.edd-checkout .woocommerce .shop_table.my_account_orders#edd_checkout_cart th {
  border: none;
}
.woocommerce .wc-proceed-to-checkout button, .woocommerce .wc-proceed-to-checkout .edd-submit,
.woocommerce .wc-proceed-to-checkout #edd-purchase-button,
.woocommerce .wc-proceed-to-checkout input[type=submit].edd-submit,
.woocommerce .wc-proceed-to-checkout .button.alt.edd-submit,
.woocommerce .wc-proceed-to-checkout .button.alt#edd-purchase-button,
.woocommerce .wc-proceed-to-checkout input.button.alt[type=submit].edd-submit,
.woocommerce .wc-proceed-to-checkout .button.edd-submit,
.woocommerce .wc-proceed-to-checkout .button#edd-purchase-button,
.woocommerce .wc-proceed-to-checkout input.button[type=submit].edd-submit,
.woocommerce .wc-proceed-to-checkout a.button.alt,
.woocommerce .wc-proceed-to-checkout button.button.alt,
.woocommerce .wc-proceed-to-checkout .button.alt.edd-submit,
.woocommerce .wc-proceed-to-checkout .button.alt#edd-purchase-button,
.woocommerce .wc-proceed-to-checkout input.button.alt[type=submit].edd-submit,
.woocommerce .wc-proceed-to-checkout .button.alt.edd-submit,
.woocommerce .wc-proceed-to-checkout .button.alt#edd-purchase-button,
.woocommerce .wc-proceed-to-checkout input.button.alt[type=submit].edd-submit,
.woocommerce .wc-proceed-to-checkout .button.alt.edd-submit,
.woocommerce .wc-proceed-to-checkout .button.alt#edd-purchase-button,
.woocommerce .wc-proceed-to-checkout input.button.alt[type=submit].edd-submit,
.woocommerce .wc-proceed-to-checkout input.button.alt, .woocommerce .wc-proceed-to-checkout a.button,
.woocommerce .wc-proceed-to-checkout button.button,
.woocommerce .wc-proceed-to-checkout .button.edd-submit,
.woocommerce .wc-proceed-to-checkout .button#edd-purchase-button,
.woocommerce .wc-proceed-to-checkout input.button[type=submit].edd-submit,
.woocommerce .wc-proceed-to-checkout .button.alt.edd-submit,
.woocommerce .wc-proceed-to-checkout .button.alt#edd-purchase-button,
.woocommerce .wc-proceed-to-checkout input.button.alt[type=submit].edd-submit,
.woocommerce .wc-proceed-to-checkout .button.edd-submit,
.woocommerce .wc-proceed-to-checkout .button#edd-purchase-button,
.woocommerce .wc-proceed-to-checkout input.button[type=submit].edd-submit,
.woocommerce .wc-proceed-to-checkout input.button,
.woocommerce .wc-proceed-to-checkout #respond input#submit,
.woocommerce #respond .wc-proceed-to-checkout input#submit {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0.8em 2em;
  font-weight: normal;
}
.woocommerce .woocommerce-checkout #place_order,
.woocommerce #add_payment_method #place_order {
  font-size: 1.25em;
  padding: 0.8em 2em;
}
.woocommerce .woocommerce-checkout #payment,
.woocommerce #add_payment_method #payment {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods div.payment_box,
.woocommerce #add_payment_method #payment ul.payment_methods div.payment_box {
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods div.payment_box:before,
.woocommerce #add_payment_method #payment ul.payment_methods div.payment_box:before {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  /* arrow size / color */
  top: -1em;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 770px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    *display: inline;
    margin-right: 5px;
  }
  .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce form.login,
.woocommerce form.register {
  border-color: rgba(150, 155, 155, 0.1);
}
.woocommerce .related.products .products {
  margin-top: 24px;
}
.woocommerce .widget_shopping_cart .widget_shopping_cart_content {
  padding: 10px 15px;
}
.woocommerce .widget_shopping_cart a.button {
  display: block;
  margin: 5px 0;
  text-align: center;
}
.woocommerce .widget_shopping_cart .cart_list li {
  border-bottom: 1px dashed rgba(100, 105, 105, 0.1);
  margin: 8px 0;
}
.woocommerce .widget_shopping_cart .cart_list li:last-child {
  border-bottom: none;
}
.woocommerce .widget_rating_filter li {
  border: 1px dashed rgba(150, 155, 155, 0.1);
  margin: 5px 20px !important;
  padding: 5px 10px !important;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce .widget_products li,
.woocommerce .widget_top_rated_products li,
.woocommerce .widget_recent_reviews li {
  margin: -8px -12px 8px !important;
  padding: 10px !important;
}
.woocommerce .widget_product_tag_cloud a {
  font-size: 9pt !important;
  background: rgba(150, 155, 155, 0.1);
  margin: 2px 0 2px 2px;
  padding: 4px 8px;
  display: inline-block;
}
.woocommerce .woocommerce-product-search input.search-field {
  width: 50%;
}
.woocommerce .widget_product_categories ul li {
  padding: 0 14px;
  border: none;
}
.woocommerce .widget_product_categories ul li a {
  padding: 7px 0;
}
.woocommerce .widget_product_categories ul li a:before {
  font-family: "simple-line-icons";
  content: "";
  margin-left: 0;
  margin-right: 14px;
  float: left;
  display: inline-block;
}
.woocommerce .widget_product_categories ul ul li {
  border: none;
}
.woocommerce .widget_product_categories ul ul li a:before {
  font-family: "simple-line-icons";
  content: "";
  margin-right: 5px;
  float: left;
  display: inline-block;
  font-size: 10px;
  line-height: 2.3em;
}

/*--------------------------------------------------------------
# Easy Digital Download
--------------------------------------------------------------*/
.edd_download_columns_3 .edd_download {
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333333333%;
  margin-left: 0%;
  margin-right: 3%;
}
.edd_download_columns_3 .edd_download::after {
  content: "";
  display: table;
  clear: both;
}
.edd_download_columns_3 .edd_download:last-child {
  margin-right: 0%;
}

.edd-submit,
#edd-purchase-button,
input[type=submit].edd-submit {
  background: #ff9900;
  border-color: #ff9900;
  color: #fff;
}
.edd-checkout .entry-header {
  display: none;
}
@media screen and (max-width: 600px) {
  .edd_download_columns_3 .edd_download {
    width: 100% !important;
  }
}