/*
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
*/
.view-default hr {
  margin-top: 5px;
}
.module-search .input-group-btn {
  vertical-align: top;
}
.module-search > .input-group-addon {
  border-left-width: 0;
  border-right-width: 0;
  padding: 0;
  width: 0;
}
@media only screen and (max-width: 1024px) {
  .rating-container .star {
    font-size: 22px;
  }
}
/*
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
*/
/*-----------------------------------*/
/* View Page Navbar
/*-----------------------------------*/
.nav01 {
  z-index: 101;
}
.nav01 .nav, .nav01 .collapse, .nav01 .dropup, .nav01 .dropdown {
  position: static;
}
.nav01 .container {
  position: relative;
}
.nav01 .dropdown-menu {
  left: auto;
}
#nav01 {
  background-color: #fff !important;
  border-color: #e7e7e7;
}
.nav01 .dropdown.nav01-fw .dropdown-menu {
  left: 0.93rem;
  right: 0;
}
.nav01-category {
  padding: 0.62rem 1.875rem;
}
.nav01-category .fa {
  margin-right: 0.62rem;
}
.nav01-category [class*="col-"] {
  border: 1px solid #ededed;
  font-size: 1em;
  line-height: 2;
  margin-bottom: 5px;
  margin-top: 5px;
}
.nav01-filter {
  padding: 5px 0.62rem;
}
.nav01-category a {
  color: #1d1d1d;
}
.nav01-scrollable {
  height: auto;
  max-height: 18.75rem;
  overflow-x: hidden;
}
.btn-clean {
  display: inline-block;
  padding: 0.75rem 1rem;
  border-radius: 2px;
  text-decoration: none;
  font-size: 1em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-clean i {
  position: relative;
  top: 1px;
  margin-left: 7px;
  font-size: 1.15em;
}
.btn-clean i.ion-ios-arrow-down {
  top: 2px;
  margin-left: 8px;
}
.nav01-filter i {
  display: block;
  padding-bottom: 7px;
}
.nav01-category [class*="col-"].active {
  background-color: #1fac4b;
  border: 1px solid #1fac4b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  color: #1d1d1d;
  outline: 0 none;
}
.nav01-category [class*="col-"].active a {
  color: #1d1d1d;
  text-decoration: none;
}
/* Deafult Theme Filteration */
.filter01 .nav01-sort .dropdown-menu {
  width: 195%;
}
.filter01 .nav01-having .dropdown-menu {
  left: -11.875rem;
  width: 800%;
}
.filter01 .nav01-fwcategory .dropdown-menu {
  left: -11.375rem;
  width: 652%;
}
/*
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
*/
.default-view .img-box {
  height: 100px;
  width: 100px;
}
.default-view .title {
  font-size: 1.05em;
  text-decoration: none;
  font-family: georgia, sans-serif;
}
/*-------------------------------------------*/
/* Rating Stars
/*-------------------------------------------*/
.rating .fa {
  margin-right: 0px;
}
.rating-container .star {
  margin: 0px;
}
.featured-icon {
  font-size: 3.75rem;
  color: #0083ca;
}
.sclt01-img {
  height: auto !important;
}
@media only screen and (max-width: 37.5em) {
  .sclt01-img {
    max-height: 150px;
  }
}
