@media(min-width:769px){
.djslider-default img.dj-image {
    width: 240px!important;
    height: 180px!important;
}}

.mattress-slider .djslider-default img.dj-image {
    width: auto!important;
    height: auto!important;
}

.mfp-content {
    margin-top: 70px;
}


/**simple portfolio**/

.featherlight .featherlight-content {
    margin-top: 70px;
}

/**feature**/
.shopin-category-section .sppb-addon-feature .sppb-addon-content .sppb-img-container a {
  display:block;
  position:relative;
  z-index:9;
}

.shopin-category-section .sppb-addon-feature .sppb-addon-content .sppb-img-container a:before {
    content: '';
    bottom: 0;
    /* width: 100%; */
    /*background: rgba(0,0,0,0.4);*/
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.shopin-category-section .sppb-addon-feature:hover .sppb-addon-content .sppb-img-container a:before {
      content: '';
    bottom: 0;
    /* width: 100%; */
      background: rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 1;
    border: 1px solid #fff;
    margin: 10px;
    
}

.shopin-category-section .sppb-addon-feature.left .sppb-addon-content .sppb-addon-title,.shopin-category-section .sppb-addon-feature .sppb-addon-content .sppb-addon-title {
    text-shadow: 1px 1px 1px #000;
    z-index: 10!important;
}

button#bfSubmitButton {
    padding: 12px 24px;
    background-color: #303132;
    color: #fff;
    border-radius: 2px;
}
button#bfSubmitButton:hover {
  background-color: rgba(48,49,50,0.8);
     border-color: rgba(48,49,50,0.8);
}

@media(max-width:991px){
  .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {

    min-height: 95px;
}
}