/**
 *
 * Custom Styles for Store Finder
 * v1.3
 *
 * CHANGELOG
 *
 * v1.3
 * - Customizations for seguraviudas hotsite
 *
 * v1.2
 * - Customizations from the gloriaferrer.com team
 *
 * v1.1
 * - Setup cosmo theme as mionettostyle.us
 *
 * v1.0
 * - Hide the location type selector for all sites
 */

@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600,600i&display=swap');

/* Hide the location type selector for all sites */
#finder .form-group:nth-of-type(2) {
  display: none;
}


/**
 * mionettostyle.us theme based on bs-cosmo
 * - Hide the brand selector (only Mionetto is enabled)
 * - Make the search button black
 */
.SUPP_MIO.THEME_bs-cosmo #finder_BFCAT11 {
  display: none !important;
}

.SUPP_MIO.THEME_bs-cosmo .btn-primary {
  background-color: #000000;
  border-color: #000000;
}

.SUPP_MIO.THEME_bs-cosmo .btn-primary:hover {
  background-color: #222222;
  border-color: #222222;
}


/**
 * freixenetmionettousa.com theme based on bs-simplex
 * - No customizations yet
 */
.SUPP_MIO.THEME_bs-simplex {

}


/**
 * gloriaferrer.com theme based on bs-paper
 */
.SUPP_MIO.THEME_bs-paper a {
  color: #60602B;
}

.SUPP_MIO.THEME_bs-paper .nav-tabs>li.active>a, 
.SUPP_MIO.THEME_bs-paper .nav-tabs>li.active>a:focus  {
  box-shadow: inset 0 -2px 0 #60602B;
  color: #60602B
}

.SUPP_MIO.THEME_bs-paper .panel-primary>.panel-heading {
    background-color: #60602B;
    border-color: #60602B;
}

.SUPP_MIO.THEME_bs-paper .btn-primary {
  background-color: #60602B;
}

/**
 * seguraviudas theme based on bs-united
 */

.SUPP_MIO.THEME_bs-united {
  font-family: 'Crimson Text',sans-serif;
}

.SUPP_MIO.THEME_bs-united a {
  color: #403c36;
}

.SUPP_MIO.THEME_bs-united .nav-tabs>li.active>a, 
.SUPP_MIO.THEME_bs-united .nav-tabs>li.active>a:focus  {
  box-shadow: inset 0 -2px 0 #403c36;
  color: #403c36
}

.SUPP_MIO.THEME_bs-united .panel-primary>.panel-heading {
  background-color: #403c36;
  border-color: #403c36;
}

.SUPP_MIO.THEME_bs-united .btn-primary {
  font-family: 'Crimson Text',sans-serif;
  background-color: #403c36;
  border-color: #403c36;
  font-weight: 600;
  font-style: italic;
}

.SUPP_MIO.THEME_bs-united .btn-primary:hover {
  border-color: #aa9062;
  background-color: #aa9062;
}