/*
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
*/
/* Footer Breadcrumb */
.footer-top .breadcrumb {
  background-color: transparent;
  margin-top: 5px;
  margin-bottom: 5px;
}
.footer-top .breadcrumb li, .footer-top .breadcrumb a {
  color: #222222;
}
@media only screen and (max-width: 480px) {
  .btn-group-theme {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*
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
*/
.filter-searchbox {
  margin-bottom: 1.25rem;
  border-radius: 4px;
  background: #ffffff;
  margin-top: -1px;
  padding: 0.62rem 1.8rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.filter-searchbox .btn {
  font-size: 1rem;
  padding: 0.62rem 1rem;
}
.filter-searchbox h4 {
  border-bottom: 1px solid #ddd;
  margin-left: -0.93rem;
  margin-right: -0.93rem;
  padding-bottom: 0.62rem;
}
/*
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
*/
.module02 .input-group-btn {
  vertical-align: top;
}
.module02 .input-group {
  margin-bottom: 0.5rem;
}
/*
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
*/
/*---------------------------------------------*/
/* Modules Featured, Popular and Recently Block
/*---------------------------------------------*/
.fprlvwidget03 {
  border: none;
  border-radius: 0px;
}
.fprlvwidget03.card {
  margin-bottom: 1rem;
}
.fprlvwidget03 .card-body {
  padding-bottom: 0;
}
.fprlvwidget03 .card-header {
  background: #fdd935 none repeat scroll 0 0;
  border-color: #fdd935;
  border-radius: 0px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #222222;
}
.fprlv03 {
  border: none;
  border-radius: 0px;
}
.fprlv03.border-list {
  border-bottom: 1px dotted #bbb;
}
.fprlv03 .list-heading {
  color: #111111;
  font-style: italic;
  font-size: 0.93rem;
}
.fprlv03:hover {
  color: #111111;
  text-decoration: none;
}
.fprlv03 .home-lst-desc {
  font-size: 0.75rem;
  text-align: left;
}
.fprlv03-img {
  height: auto !important;
}
@media only screen and (max-width: 37.5em) {
  .fprlv03-img {
    max-height: 150px;
  }
}
