/*
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 Filter Navbar
/*-----------------------------------*/
.filtrwtnav {
  z-index: 101;
}
.filtrwtnav-bg {
  background-color: #fff !important;
  border-color: #e7e7e7;
}
.filtrwtnav .nav, .filtrwtnav .collapse, .filtrwtnav .dropup, .filtrwtnav .dropdown {
  position: static;
}
.filtrwtnav .container {
  position: relative;
}
.filtrwtnav .dropdown-menu {
  left: auto;
}
.filtrwtnav-filter {
  padding: 5px 0.62rem;
}
.filtrwtnav-filter i {
  display: block;
  padding-bottom: 7px;
}
.filtrwtnav-category {
  padding: 0.62rem 1.875rem;
}
.filtrwtnav-category .fas {
  margin-right: 0.62rem;
}
.filtrwtnav-category [class*="col-"] {
  border: 1px solid #68b42d;
  font-size: 1em;
  line-height: 2;
  margin-bottom: 5px;
  margin-top: 5px;
}
.filtrwtnav-category [class*="col-"].active {
  background-color: #68b42d;
  border: 1px solid #68b42d;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
  color: #777;
  outline: 0 none;
}
.filtrwtnav-category [class*="col-"].active a {
  color: #777;
  text-decoration: none;
}
.filtrwtnav-category a {
  color: #777;
}
.filtrwtnav-scrollable {
  height: auto;
  max-height: 18.75rem;
  overflow-x: hidden;
}
.filtrwtnav .dropdown.filtrwtnav-fw .dropdown-menu {
  left: 0.93rem;
  right: 0;
}
.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;
}
/* Deafult Theme Filteration */
.filter01 .filtrwtnav-sort .dropdown-menu {
  width: 195%;
}
.filter01 .filtrwtnav-having .dropdown-menu {
  left: -11.875rem;
  width: 800%;
}
.filter01 .filtrwtnav-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
*/
.sw12 {
  position: relative;
  perspective: 50rem;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  margin: 5px 5px 0.62rem 5px;
}
.sw12__img {
  transform: rotateX(0deg);
  transition: all 0.4s ease 0s;
}
.sw12__img img {
  width: 100%;
  height: auto;
}
.sw12:hover .sw12__img {
  transform: rotateX(80deg);
  transform-origin: center bottom;
}
.sw12:hover .sw12__box {
  opacity: 1;
}
.sw12__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  text-align: center;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease 0s;
}
.sw12__title {
  font-size: 1.25rem;
  margin: 0 0 0.62rem 0;
  text-transform: uppercase;
}
.sw12__description {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.sw12__readmore {
  border: 2px solid #68b42d;
  background: #68b42d;
  color: #222222;
  padding: 1% 4%;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin-top: 0.62rem;
}
.sw12__readmore:hover {
  border: 2px solid #e3c32f;
  text-decoration: none;
  background: #e3c32f;
  color: #222222;
}
.sw12__content {
  padding: 1.56rem 0.62rem;
}
.sw12__date {
  display: block;
  font-size: 0.81rem;
  text-transform: uppercase;
}
.sw12__title-hover {
  margin: 0.93rem 0 0.875rem;
  font-size: 0.93rem;
  font-weight: 600;
  text-transform: uppercase;
}
.sw12__title-hover > a {
  color: #111111;
  transition: all 300ms linear 0s;
}
.sw12__title-hover > a:hover {
  text-decoration: none;
}
.sw12__description {
  font-size: 0.93rem;
  line-height: 1.5rem;
}
.sw12__bar {
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.sw12__bar a {
  color: #68b42d;
  display: inline-block;
  font-size: 0.81rem;
  font-weight: bold;
}
.sw12__bar a:hover {
  text-decoration: none;
  color: #111111;
}
.sw12-slide-carousel .owl-nav .fa {
  display: none;
}
@media only screen and (max-width: 990px) {
  .sw12 {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  .sw12__title {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 650px) {
  .sw12 {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .sw12__box {
    padding: 0.75rem;
  }
  .sw12__readmore {
    font-size: 0.687rem;
  }
  .sw12__description {
    line-height: 1.25rem;
    margin-bottom: 8px;
  }
}
.gc-grid-view .gc-view-icons {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.gc-list-view .sw12:hover .sw12__box {
  opacity: 0;
}
.gc-list-view .sw12__box {
  display: none;
}
.gc-list-view .sw12:hover .sw12__img {
  transform: none !important;
}
.gc-list-view .sw12__img {
  transform: none;
}
/*
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
*/
.wtlt01 {
  background: #fff;
  padding-top: 13px;
}
.wtlt01 .heading-theme-primary:before, .wtlt01 .heading-theme-primary a:before {
  margin: 0px;
  font-size: 20px;
}
.wtlt01 h2 {
  font-size: 20px;
  padding: 13px;
  position: relative;
  background: #68b42d;
  left: -17px;
  padding-left: 29px;
}
.wtlt01 h2:after {
  content: "";
  height: 17px;
  width: 16px;
  border-style: solid;
  border-width: 9px;
  position: absolute;
  bottom: -18px;
  left: 0;
  border-color: #68b42d #68b42d transparent transparent;
}
.wtlt01 h2 a {
  color: #222222 !important;
  text-decoration: none;
}
.wtlt01 .list-group {
  scrollbar-color: rebeccapurple green;
  scrollbar-width: thin;
  overflow-y: auto;
  max-height: 700px;
}
.wtlt01 .list-group::-webkit-scrollbar {
  width: 5px;
}
.wtlt01 .list-group::-webkit-scrollbar-track {
  background: #fff;
}
.wtlt01 .list-group::-webkit-scrollbar-thumb, .wtlt01 .list-group::-webkit-scrollbar-thumb:hover {
  background: #68b42d;
}
.wtlt01 .list-group-item {
  border: none;
  position: relative;
  font-size: 14px;
}
.wtlt01 .list-group-item a {
  margin-left: 35px;
  text-decoration: none;
}
.wtlt01 .list-group-item span {
  position: absolute;
}
/*
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: #fff !important;
  margin-top: -1px;
  border: none;
  padding: 20px !important;
}
.filter-searchbox h4 {
  font-size: 20px;
  padding: 13px;
  position: relative;
  background: #68b42d;
  left: -39px;
  top: -5px;
  width: calc(100% + 42px);
  padding-left: 29px;
  margin: 0px !important;
}
.filter-searchbox h4:after {
  content: "";
  height: 17px;
  width: 16px;
  border-style: solid;
  border-width: 9px;
  position: absolute;
  bottom: -18px;
  left: 0;
  border-color: #68b42d #68b42d transparent transparent;
}
.filter-searchbox input {
  background: #fbfdff;
  margin-bottom: 10px;
  height: 50px;
  color: #3e3e3e;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.filter-searchbox input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.2);
}
/*
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
*/
/*---------------------------------------------*/
/* 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: #68b42d none repeat scroll 0 0;
  border-color: #68b42d;
  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;
  }
}
