/* ---------------------------------------------------------------------------------
  ------------------------------   GRAND FINALE   ----------------------------------
  ------------------------------------------------------------------------------------*/

.sticky,
.gallery-caption,
.bypostauthor {
}

.wp-video,
.wp-playlist {
  width: 100% !important;
  max-width: none !important;
  margin: 18px 0;
  height: auto !important;
}
.wp-audio-shortcode {
  margin: 18px 0;
}
.wp-caption-text {
  font-size: 12px;
  line-height: 16px;
  color: #a7a7a7;
  font-weight: 500;
  margin-top: 15px;
}

.ie7 #oldie {
  display: block;
}
.ie7 body {
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  border: none !important;
}
.ie7 #header,
.ie7 #content,
.ie7 #footer,
.ie7 #top,
.ie7 #logo {
  display: none !important;
}
.ie7 #oldie {
  color: #333;
  left: 50%;
  margin-left: -150px;
  margin-top: -30px;
  width: 350px;
  top: 50%;
  text-align: center;
  position: absolute;
  display: block;
}
#oldie {
  display: none;
}
.ie7 #oldie a {
  border-bottom: 1px dotted #333;
  color: #333;
  font-weight: 700;
}
.ie7 #oldie a:hover {
  color: #000;
  border-bottom: 1px dotted #000;
}

#wp-admin-bar-vc-inline-admin-bar-link,
#wp-admin-bar-vc_inline-admin-bar-link {
  display: none !important;
}

.krown-svg {
  shape-rendering: crispEdges;
}

html #wpadminbar {
  z-index: 99999 !important;
}

/* SVG fallbacks for IE8 */

.ie8 .krown-svg {
  display: block;
}

.ie8 .krown-svg:before {
  font-family: "FontAwesome";
  font-size: 32px;
  line-height: 32px;
  color: #1b1b1b;
}
.ie8 .krown-svg.hamburger:before,
.ie8 .krown-svg.close:before,
.ie8 .krown-svg.filter:before,
.ie8 .krown-svg.cart:before {
  font-size: 25px;
  line-height: 25px;
}
.ie8 .krown-svg.filter:before {
  font-size: 18px;
}

.ie8 .krown-svg.arrow_left:before {
  content: "";
}
.ie8 .krown-svg.arrow_right:before {
  content: "";
}
.ie8 .krown-svg.close:before {
  content: "";
}
.ie8 .krown-svg.hamburger:before {
  content: "";
}
.ie8 .krown-svg.filter:before {
  content: "";
}
.ie8 .krown-svg.cart:before {
  content: "";
}

.ie8 #menu-closer .krown-svg:before,
.ie8 .krown-svg.arrow_down:before {
  color: #fff;
}
.ie8 .menu-three #menu-closer .krown-svg:before {
  color: #1b1b1b;
}
.ie8 #filter-opener .cart.krown-svg {
  top: -18px;
}
.ie8 #filter-opener .count {
  color: #1b1b1b;
  top: -10px;
}

/* ------------------------
    -----   Styled Selects   -----
    ------------------------------*/

/* Responsive Navigation */

.responsive-design-cover {
  background: #fff;
  border-radius: 5px;
  color: #212121;
  cursor: pointer;
  height: 44px;
  line-height: 16px;
  width: 44px !important;
}
.no-touch .responsive-design-cover:hover {
  background: #212121;
  color: #fff;
}
.responsive-design-cover select {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.responsive-design-inner {
  font-size: 0;
  line-height: 44px;
  text-align: center;
}
.responsive-design-inner:before {
  content: "";
  font-family: "fontello";
  font-size: 29px;
}

/* Shop filters */

.shop-select-cover {
  color: #7b7b7b;
  height: 20px;
  font-size: 15px;
  line-height: 15px;
  cursor: pointer;
  background: transparent;
  text-align: center;
  width: auto !important;
  float: left;
}
.shop-select-cover select {
  height: 100%;
  cursor: pointer;
}
.shop-select-cover option {
  padding: 2px 0;
}
.shop-select-inner {
  background: url(images/arrow-2.png) no-repeat right 6px transparent;
  cursor: pointer;
  padding-right: 20px;
  font-weight: 700;
}

/* Regular selects */

.regular-select-cover {
  color: #1d1d1d;
  height: 44px;
  width: 100% !important;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  text-align: center;
}
.regular-select-cover select {
  height: 44px !important;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: menulist-button;
}
.regular-select-cover option {
  padding: 2px 0;
}
.regular-select-inner {
  background: url(images/arrow.png) no-repeat right 17px transparent;
  padding: 15px 0 0 0;
  height: 44px;
  cursor: pointer;
  font-weight: 700;
}

/* Everything else */

.simple-select-cover {
  color: #000;
  height: 44px;
  width: 100% !important;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  background: transparent;
  text-align: center;
}
.simple-select-cover select {
  height: 44px !important;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: menulist-button;
  opacity: 1 !important;
  padding: 0 5px;
}
.simple-select-cover option {
  padding: 2px 0;
}
.simple-select-inner {
  background: url(images/arrow.png) no-repeat calc(100% - 17px) 21px #fff;
  padding: 12px 0 0 17px;
  height: 44px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #000;
}
#respond .simple-select-inner {
  border: none;
  color: #444;
  background-position: calc(100% - 17px) 22px;
}

.responsive-filter {
  width: 210px;
  position: relative;
  top: -6px;
  margin: auto;
}

/* ------------------------
    -----   Animations   -----
    ------------------------------*/

a,
*:before,
i,
.krown-text-icon *,
.krown-tabs .titles *,
.top-menu li,
.top-menu span,
.krown-social.header span,
.portfolio-item.classic > a .hover,
.krown-accordion h5,
input,
textarea,
button,
.filter li,
.post-title *,
#tertiary-footer .collapsed-title,
.tparrows.custom,
.tp-bullets.simplebullets.round .bullet,
.author-avatar .caption,
.krown-flickr img,
.fancybox-nav span,
.fancybox-close,
.responsive-design-cover,
#custom-tabs li,
a h3,
#posts-container .post,
#posts-container.classic .post h2 {
  -webkit-transition:
    border-color 150ms linear,
    background-color 150ms linear,
    color 150ms linear,
    opacity 150ms linear;
  transition:
    border-color 150ms linear,
    background-color 150ms linear,
    color 150ms linear,
    opacity 150ms linear;
}
.krown-svg {
  -webkit-transition: fill 150ms linear;
  transition: fill 150ms linear;
}

/* ----- WC 2.3 -*/

.shop_table.cart dl.variation {
  padding-left: 80px;
}
.shop_table dl.variation p {
  margin-bottom: 0;
}
.shop_table.cart td.product-name dl.variation:last-child p {
  margin-bottom: 18px;
}
dl.variation > * {
  display: inline-block;
}

.wc-proceed-to-checkout {
  display: inline-block;
  margin-top: 30px;
  float: right;
}
.wc-proceed-to-checkout a {
  margin-right: 0 !important;
}
a.checkout-button {
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  padding: 17px 30px 0;
  height: 46px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 700;
  background-color: #222;
  border: none;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  width: auto;
  cursor: pointer;
}
a.checkout-button:hover {
  background: #b99d61;
}
.cart_totals input {
  padding: 0 17px;
  border: 1px solid #e9e9e9;
}
.blockOverlay {
  background: #f9f9f9 !important;
}
.country_select > a {
  color: #444 !important;
  border: 1px solid #e9e9e9 !important;
  width: 100% !important;
  height: 44px;
  cursor: pointer;
  background: #fff !important;
  border-radius: 0px !important;
  padding: 8px 17px !important;
}
.select2-drop {
  background: #fff !important;
  border-radius: 0px !important;
  color: #444 !important;
  z-index: 99999 !important;
  border: 1px solid #e9e9e9 !important;
}
.select2-search {
  padding-top: 4px;
}
.select2-results {
  background: #fff !important;
}
.select2-results li {
  border-radius: 0 !important;
}
.select2-results .select2-result-label {
  font-size: 15px;
  line-height: 18px;
  min-height: 20px;
}

/* ------------------------
    -----   Media Queries   -----
    ------------------------------*/

#break-43,
#break-42,
#break-41,
#break-32,
#break-31,
#break-21 {
  display: none;
}
