/*
Theme Name: Porto Child
Theme URI: http://www.portotheme.com/wordpress/porto
Author: SW-THEMES
Author URI: http://www.portotheme.com/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

*/

@import url("../porto/style.css");

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* WPKRAKEN JOB START k431263*/

#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
    height: 100%;
    min-height: 500px;
}

.wpsl-store-below #wpsl-gmap {
    min-height: 500px;
}

/*  FOUR COLUMNS  */
#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    display: inline-grid;
    grid-auto-columns: 264px;
    text-align: center;
}

        /* BUTTON */

        .wpsl-direction-wrap a{
            background-color: #ededed;
            font-weight: bold;
            text-align: center;
            padding: 5px 20px;
            margin-top: 5px;
            border-radius: 10px;
            margin-left: auto;
            margin-right: auto;
        }

        /* BUTTON - GOOGLE MAPS INFOBOX */

        .wpsl-info-actions > a{
        background-color: #ededed;
        font-weight: bold;
        text-align: center;
        padding: 5px 10px;
        margin-top: 5px;
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        }

option[disabled] {
  display: none;
}

#wpk-select {
  padding: 6px 12px;
  margin-bottom: 4px;
  height: 35px;
}

#wpk-select-template {
  display: none !important;
}

/* RESET BUTTON STYLES */
#wpk-reset-btn {
  display: inline-block;
  float: right;
  border: 1px solid #d2d2d2;
border-radius: 3px;
padding: 7px 10px;
line-height: 1.428571429;
font-weight: 400;
color: #7c7c7c;
background-color: #e6e6e6;
background-repeat: repeat-x;
background-image: -moz-linear-gradient(top,#f4f4f4,#e6e6e6);
background-image: -ms-linear-gradient(top,#f4f4f4,#e6e6e6);
background-image: -webkit-linear-gradient(top,#f4f4f4,#e6e6e6);
background-image: -o-linear-gradient(top,#f4f4f4,#e6e6e6);
background-image: linear-gradient(top,#f4f4f4,#e6e6e6);
box-shadow: 0 1px 2px rgba(64,64,64,.1);
text-transform: none!important;
}

#wpk-reset-btn:hover{
  text-decoration: none;
}

#wpsl-search-btn {
  float: right !important;
  display: inline-block !important;
  margin-left: 10px;
}

.wpsl-input input {
	display: inline-block !important;
}

/* MOBILE STYLES */

@media only screen and (max-width: 468px) {
    #wpk-select {
      width: 100%;
      margin-top: 15px;
    }

    .wpsl-search-btn-wrap {
      width: 100% !important;
    }

    #wpk-reset-btn {
      float: right;
    }

    #wpsl-wrap.wpsl-store-below #wpsl-result-list li{
        display: block;
    }

    .wpsl-no-filters #wpsl-search-input {
      width: 76% !important;
    }

    .wpk-container-wpsl {
      width: 100%;
    }

    #wpsl-search-btn {
      margin-left: 0;
    }
}

@media only screen and (max-width: 990px) and (min-width: 469px) {

    #wpsl-wrap.wpsl-store-below #wpsl-result-list li{
        grid-auto-columns: 215px;
    }

    #wpk-select {
      width: 100%;
    }

    .wpsl-input {
      width: 100% !important;
      margin-bottom: 10px !important;
    }

    .wpsl-search-btn-wrap {
      width: 100%;
    }

    .wpsl-no-filters #wpsl-search-input {
      width: 82% !important;
    }

    .wpsl-search-btn-wrap {
      margin-top: 10px;
      padding-bottom: 10px;
    }

    #wpk-reset-btn {
      float: right;
    }

    .wpk-container-wpsl {
      width: 100%;
    }

    #wpsl-search-btn {
      margin-left: 0;
    }

}
