


@import url(https://themefiend.com/themehost/legend/assets/css/style.css);
@import url(https://s3.amazonaws.com/themefiend/js/flexslider/flexslider.css);

@import url("https://fonts.googleapis.com/css?family=Delius:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Delius:100,200,300,400,500,600,700,800,900");


.font-alt {
    font-family: "Delius", sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/** General Styles **/

a {
  color: #000000;
}


a:hover {
  color: #ff0000;
}

.btn.btn-b, .btn.btn-d, span.btn.btn-d:hover, span.btn.btn-b:hover {
    background-color: #000000;
}

a.btn.btn-b:hover, a.btn.btn-d:hover, button.btn.btn-b:hover, button.btn.btn-d:hover, input.btn.btn-b:hover, input.btn.btn-d:hover {
    background-color: #ff0000;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > i, .pagination i.active, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > i:hover, .pagination i.active:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > .active > i:focus, .pagination i.active:focus {
 background-color: #000000;
}

del {
  color: #f25749 !important;
}

p:empty {
    display: none;
}

ul.errors {
  background-color: #f25749;
    color: #ffffff;
    padding: 15px 25px;
    text-align: center;
}

ul.errors li {
    list-style: none;
    padding-left: 0px;
    line-height: 100%;
}

body, .wrapper, .page-loader {
  background: #ffffff;
    color: #1b1b1b;
    font-family:  Delius;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .product-title, .price .amount {
  color: #1b1b1b;
   font-family: "Delius";
}

hr {
  border-top: 1px solid #e2e2e2;
}

.checkout-table > tbody > tr > td, .checkout-table > tbody > tr > th, .checkout-table > tfoot > tr > td, .checkout-table > tfoot > tr > th, .checkout-table > thead > tr > td, .checkout-table > thead > tr > th {
    border: 1px solid #e2e2e2;
}

input[type=text], textarea, .form-control, #newsletter-form {
    border: 1px solid #e2e2e2;
}

.module, .module-small {
  padding:50px 0px 0px;
}

.navbar-custom + .module-small {
  padding-top: 110px;
}

.module.last-module, .module-small.last-module {
  padding-bottom:50px;
}

div.container.center_content {
  text-align: center;
}

.loader {
    
	background-color: transparent;
    width: 300px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0px;
    animation: none;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-position: center center;
}

.text_loader {
  text-indent: 0px;
  text-align: center;
}

.navbar-custom + .module {
    padding: 100px 0 26px;
}

/** Header Navigation **/

.navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover, .navbar-custom .nav .open > a, .navbar-custom .nav .open > a:focus, .navbar-custom .nav .open > a:hover, .navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
  color: #1b1b1b;
}

span.shop_title {
    color: #636363;
    font-size: 35px;
    line-height: 200%;
    letter-spacing: 10px;
    font-weight: 600;
}

.navbar-brand > img {
    max-width: 220px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
  z-index:99;
}

.navbar-custom ul.navbar-nav li a {
  font-family: Delius;
}


div#custom-collapse {
    position: relative;
}

.navbar-custom .navbar-toggle .icon-bar, .navbar-custom a, .navbar-custom .navbar-brand, .dropdown-menu>li>a {
    color: #636363;
}

.navbar-toggle .icon-bar {
	background-color: #636363;
}

.navbar-custom:not(.navbar-transparent), .navbar-custom .dropdown-menu {
  background-color: #ffffff;
}



/**** Home Page ****/

/** Home Slider **/


.hero-caption {
    max-width: 90%;
    margin: auto;
}

h1.mh-line-size-1 {
    margin-bottom: 20px;
    letter-spacing: 15px;
    font-size: 60px;
    line-height: 100%;
}

h1.mh-line-size-2 {
    margin-bottom: 15px;
    letter-spacing: 15px;
    font-size: 30px;
    line-height: 100%;
}

div.hero-caption * {
  color: #000000;
  }


a.mh-line-size-5.button {
    padding: 10px;
    border: 2px solid #000000;
    color: #000000;
    opacity: 0;
    display: inline-block;
    line-height: 100%;
    margin-top: 20px;
}

a.banner_img_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 2;
}

/** Content Blocks **/

.content_block {
    position: relative;
}

.content_block .hero-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.content_block .post-media:before {
    position: absolute;
    content: "";
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: .1;
}

.post-media {
    position: relative;
    margin: 0px;
}

/**** Individual Product Page ****/

.module-title {
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 0px;
}

.select select#option {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}

li.cat_link {
    display: inline-block;
    margin-right: 5px;
}

li.cat_link:after {content: ",";}

li.cat_link:last-of-type::after {content: "";}


.product_status {
    position: absolute;
}

.product_status.on_sale {
  background-color: #f25749;
}

.product_meta b, .product_meta strong {
    font-weight: 400;
}

a.featured_product .product_status {
    top: 15px;
    left: 15px;
}

a.featured_product {
    display: inline-block;
    position: relative;
}

/* Social Share */

 ul.share-buttons{
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}

ul.share-buttons li{
  display: inline-block;
  margin-right: 10px;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/**** Category / ProductS Page ****/

#no_products_found {
    text-align: center;
    width: 100%;
}

del.regular_price {
    margin-right: 5px;
}

div.shop-item-image .product_status {
    top: 10px;
    left: 10px;
}

i.next.disabled, i.previous.disabled {
    display: none;
}

.pagination i.active {
  color: #ffffff !important;
}

.shop-item-title a {
  color: #1b1b1b;
}

.shop-item-image > a {
    display: inline-block;
    width: 100%;
}

.shop-item span[class*=price] {
  font-family: Delius;
}

/** Quick Shop **/

#sort_menu {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.shop-item:hover .shop-item-detail {
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.shop-item-image:after {
    z-index: -1;
}


.shop-item-detail, .shop-item-image:after {
     padding: 0px;
    transition: ease .3s all;
    -webkit-transition: ease .3s all;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.mfp-container {
  max-width: 60%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%)
}

.mfp-content {
    width: auto;
}

.mfp-content .container {
    width: 100%;
    background-color: #ffffff;
    padding: 50px;
}

.mfp-content #product_content {
    padding-top: 0px;
    margin-top: 50px;
}

.mfp-content ul.share-buttons {
  display:none;
}

.mfp-content #product_content a.featured_product, .mfp-content #product_content ul.product-gallery a {
    pointer-events: none;
}

/**** Cart ****/

section.cart_content.module {
    padding-top: 0px;
}

form.cart_form .product-title {
    margin-bottom: 0px;
}

.checkout-table tbody tr td:first-child, .checkout-table tbody tr th:first-child {
    max-width: 60px;
}

span.percent_off {
    margin-left: 5px;
    font-style: italic;
}

div#empty-cart {
    text-align: center;
}

/**** Contact ****/

.contact_head {
    text-align: center;
}

/**** Gallery ****/

.owl-item li.item {
  list-style: none;
}

.owl-carousel .owl-item img {
    width: 100%;
}

/** Footer **/

#top-footer, footer {
  background-color: #ffffff;
}

#top-footer a, #top-footer p, #top-footer h1, #top-footer h2, #top-footer h3, #top-footer h4, #top-footer h5, #top-footer h6, footer p, footer a {
    color: #636363;
}

#top-footer {
  padding-top: 0px;
  margin-top: 50px;
  border-top: 1px solid #e2e2e2;
}

#top-footer .container {
    padding: 30px 15px;
}

input#signup-btn, #newsletter-form {
    height: 30px;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#newsletter-form {
    padding: 5px;
    font-size: 13px;
    max-width: 100%;
}

#socialicons li {
    display: inline-block;
    margin-bottom: 5px;
}

#socialicons li img, #socialicons li svg {
    fill: #636363;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    max-width: none;
}

/****** Mobile / Responsive Edits *******/

/**** Desktop / Tablet Resposive Styles (MIN-width: 768px) ****/
@media screen and (min-width: 768px) {

/* Header Navigation */
  
  .navbar-header {
    position: relative;
    z-index: 2;
  }
  
  .navbar-custom .navbar-toggle {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform : translateY(-50%);
    margin-top: 0px;
  }
  
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
   max-height: 100%;
  }

  .navbar-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0px;
  }
  
.navbar-custom ul.navbar-nav li a {
    color: #636363;
 }
  
  .navbar-transparent ul.navbar-nav > li > a, .navbar-transparent span.shop_title {
    color: #000000;
}


  
/* Home Page */
  
  .content_block.col-sm-6.col-md-6.col-lg-6:nth-last-of-type(2), .content_block.col-sm-6.col-md-6.col-lg-6:nth-last-of-type(1) {
    margin-bottom: 0px !important;
   }
  
}

/**** Mobile Resposive Styles (max-width: 767px) ****/
@media screen and (max-width: 768px) {

/* Navigation */

.navbar-custom {
    border: none;
    box-shadow: none;
    background: none;
}

nav.navbar.navbar-custom.navbar-fixed-top.navbar-transparent {
    position: relative;
    margin-bottom: 0px;
    background: #ffffff;
}

  /* Home Page */
  
  h1.mh-line-size-1 {
    font-size: 9vw;
  }
  
  h1.mh-line-size-2 {
    font-size: 6vw;
 }
 
  .content_block.col-sm-6.col-md-6.col-lg-6:last-of-type {
    margin-bottom: 0px !important;
   }
  
  /* ProductS / Category Page */
  
  .shop-item-detail {
    display: none;
  }
  
  /* Footer */

  
}
