/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/*.search-btn {
    font-size: 1.25rem;
    height: 2.5rem;
    background-color: $theme-primary;
    border-color: $theme-primary;
    color: $theme-primary-text;
}
.search-btn.active,
.search-btn.focus,
.search-btn:active,
.search-btn:focus,
.search-btn:hover {
	background-color: $theme-secondary;
    border-color: $theme-secondary;
    color: $theme-secondary-text;
}*/
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.module-search input, .module-search button {
  height: 40px;
}
@media only screen and (max-width: 480px) {
  .module-search .input-group-append, .module-search button {
    display: block;
    width: 100%;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.sw02 {
  margin: 5px 5px 0.62rem 5px;
}
.sw02 .star-ratings .caption {
  display: none;
}
.sw02 .star-ratings .btn {
  margin-right: 5px !important;
}
.sw02__list {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
}
.sw02__list li {
  margin: 5px;
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: center;
  padding: 0px;
}
.sw02__list li a {
  text-decoration: none;
  color: #0e1d5d;
  font-size: 0.68rem;
  text-transform: uppercase;
}
.sw02__list li span {
  text-align: center;
  display: block;
}
.sw02__list .fas {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 14px;
  text-align: center;
  padding-top: 8px;
  padding-left: 0px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-color: #6688cc;
  color: #ffffff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 4px 4px 4px rgba(0, 0, 0, 0.1), 4px 4px 4px rgba(0, 0, 0, 0.15), -1px -1px 0 rgba(255, 255, 255, 0.2);
  margin-right: 0px;
}
.sw02__list .fas:focus, .sw02__list .fas.focus {
  color: #e1efef;
  background-color: #182978;
  border-color: #182978;
}
.sw02__list .fas:hover, .sw02__list .fas:active, .sw02__list .fas.active {
  color: #e1efef;
  background-color: #182978;
  border-color: #182978;
}
.sw02-item span {
  margin: 2px;
}
.sw02.sw02-seal {
  vertical-align: top;
}
.sw02__address {
  margin-bottom: 5px;
}
.sw02__address .fas {
  text-shadow: 1px 1px 1px #0e1d5d;
  font-size: 1.3em;
  margin-right: 2px;
  text-align: center;
  color: #6688cc;
}
.sw02__address .text-muted {
  font-weight: 600;
  color: #212529 !important;
}
.sw02__description {
  line-height: 1.3;
}
.sw02 .view-padding {
  padding: 7px;
}
.sw02 .txt-decoration {
  text-decoration: none;
}
.sw02 .trusted-seal {
  max-width: 3.12rem;
  margin-top: 5px;
}
.sw02 .img-crop-center {
  height: inherit;
}
.sw02 .img-crop-center img {
  object-fit: contain;
}
.sw02__item {
  font-size: 90%;
}
.sw02__item span {
  margin-right: 5px;
}
.sw02__item span i {
  margin-right: 2px;
}
.gc-grid-view .sw02 .col-sm-2, .gc-grid-view .sw02 .col-sm-4, .gc-grid-view .sw02 .col-sm-8, .gc-grid-view .sw02 .col-sm-10 {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.gc-grid-view .sw02 .img-crop-center {
  height: 12.5rem;
}
.gc-grid-view .sw02 .img-crop-center img {
  object-fit: cover;
}
.gc-grid-view .sw02__description {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gc-grid-view .sw02__title {
  margin-top: 1rem;
}
.gc-grid-view .sw02__item {
  font-size: 80%;
}
.gc-grid-view .sw02 .float-right {
  float: left !important;
}
