.inv-bar{
  border-bottom: 1px solid #e3ebf5;
}
.inv-bar-bottom{
  border-bottom: 0px solid #e3ebf5;
  border-top: 1px solid #e3ebf5;
}
.inv-vertical .inv-form-element {
    width: 100%;
    display: inline-block;
    padding: 15px;
    float: left;
    background: #f4f9fe;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #e3ebf5;
}
.inv-vertical .inv-btn-element {
    padding: 0 15px;
    background: transparent;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 0px solid #e3ebf5;
}
.inv-vertical .inv-btn-element button {
    margin-top: 0;
    background: #203777;
    border: none;
    color: #fff;
    cursor: pointer;
}
.inv-view-changer {
    float: left;
}
.inv-view-changer a {
    font-size: 24px;
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-left: 1px solid #e3ebf5;
}
.inv-view-changer a.inv-btn-active{
  background: #005fb1;
    color: #fff;
}
.inv-search-count {
    float: left;
    height: 50px;
    padding: 0 15px;
    border-left: 1px solid #e3ebf5;
    font-weight: 500;
    font-size: 17px;
    line-height: 50px;
}
.inv-sort {
    float: right;
    border-right: 1px solid #e3ebf5;
    padding-right: 15px;
}
.inv-sort select {
    border: none;
    background: #f4f9fe;
    color: #005fb1;
    height: 50px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 17px;
}
.inv-pagination {
    float: right;
      border-right: 1px solid #e3ebf5;
      margin: 0;
}
.inv-pagination li {
    display: block;
    height: 50px;
    border-right: 1px solid #e3ebf5;
    float: left;
    min-width: 40px;
    text-align: center;
    line-height: 50px;
}

.inv-pagination li a {
    display: block;
    padding: 0 15px;
    font-weight: 500;
    font-size: 17px;
}

.inv-pagination li.active {
    background: #005fb1;
}

.inv-pagination li.active a {
    color: #fff;
}
.inv-pagination li a:hover  {
    background: #222;
    color: #fff;
}
.inv-grid-item{
  margin-bottom: 30px;
}


.inv-grid-item .inv-excerpt{
  display: none;
}

.inv-grid-content {
    padding: 1px 20px 1px 20px;
    border: 1px solid #e3ebf5;
}

.inv-grid-content ul {
    list-style: none;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3ebf5 !important;
    display: flex;
    justify-content: center;
}

.inv-grid-content ul li {
    width: auto;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    padding-right: 20px;
    min-width: 110px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.inv-grid-content ul li:last-child {
    padding-right: 0;
}
.inv-grid-content ul li:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #e3ebf5;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
}
.inv-grid-content ul li:last-child:after {
    display: none;
}
.inv-grid-content ul li span {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: block;
    opacity: 0.6;
    margin-bottom: 3px;
}


.inv-price {
    font-size: 17px;
    font-weight: 600;
}

.inv-heading {
    text-align: center;
    border-bottom: 1px solid #e3ebf5 !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
}

.inv-button {
    padding: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}

.inv-button span {
    margin-right: 10px;
}
.inv-list-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border: 1px solid #eee;
  overflow: hidden;
  padding: 0 15px 0 0;
}

.inv-list-item .inv-image{
    float: left;
    margin-right: 15px;
    width: 50%;
}
.inv-list-item .inv-grid-content {
    padding: 1%;
    border: none;
    float: right;
    width: 48%;
}
.inv-list-item .inv-excerpt{
    display: block;
}

.inv-excerpt {
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 13px;
}

ul.inventory-current-filters {
    list-style: none;
}

ul.inventory-current-filters li {
    display: inline-block;
    background: #005fb1;
    color: #fff;
    margin-right: 20px;
    padding: 10px 20px;
    position: relative;
    border-radius: 5px;
}
ul.inventory-current-filters li:last-child {
    margin-right: 0;
}

ul.inventory-current-filters li strong {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

ul.inventory-current-filters li a {
    color: #005fb1;
    font-size: 24px;
    background: #ffffff;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 95, 177, 0.35);
    border: 1px solid #005fb1;
}


/* Single Inventory */
.post-share div {
    display: inline-block;
    margin-right: 25px;
}
.post-share a {
    font-size: 30px;
    display: block;
    opacity: 0.5
}
.post-share a:hpver {
    opacity: 1;
}
.inv-info-bar {
  padding: 15px 0;
      margin-bottom: 45px;
      background: #165FB1;
}
.inv-info-item {
    display: inline-block;
    padding: 0;
    font-size: 17px;
    vertical-align: top;
    margin-right: 60px;
    text-align: center;
}
.inv-info-item.inv-price-item {
    font-size: 28px;
    font-weight: 700;
    vertical-align: text-bottom;
}
.inv-info-item span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}
.inv-photos {
    list-style: none;
    padding: 0;
}

.inv-photos .inv-photo a {
    border: 1px solid #e3ebf5;
    display: block;
}
.inv-photos .text-button {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  margin: 0;
  height: 249px;
  line-height: 249px;
  z-index: 6;
  display: block;
  color: #fff;
  background: #165fb1ad;

}
.inv-photos .text-button:hover {
  background: #165fb1d6;
  cursor: pointer;
}
.inv-photos .inv-photo img{
    height: 249px;
    width: 100%;
    object-fit: cover;
}
.inv-photos.with-video {
  display: flex;
flex-wrap: wrap;
height: 100%;
}
.inv-photos.with-video .inv-photo{
    width: 33.33%;
}
.inv-photos.with-video .inv-photo a{
    display: flex;
    height: 100%;
}
.inv-photos.with-video .inv-photo img{
    height: 100% !important;
}
.inv-photos.with-video .text-button {
  height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
h3.inv-section-title {
    margin-bottom: 20px;
}
.inv-tab {
    border-bottom: 1px solid #e3ebf5;
}
.inv-tab li {
    background: transparent !important;
}

.inv-tab li.ui-tabs-active active {
    border-bottom: 1px solid #aaa;
}

.inv-tab li.ui-tabs-active a {border-bottom: 2px solid;    top: 0px !important;
    height: 41px !important;}

    .widget.widget-broker {
        padding: 30px !important;
        border: 1px solid #e3ebf5 !important;
        background: #F4F9FE;
        border-radius: 5px;
    }
.widget.widget-form{
    padding: 30px;
    border: 1px solid #e3ebf5;
    background: #F4F9FE;
    border-radius: 5px;
}

.widget.widget-form label {
    margin: 0 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

.widget.widget-form div.ginput_container {
    margin-top: 0 !important;
}

.widget.widget-form h3.gform_title {
    text-transform: uppercase;
    font-size: 16px;
}

.widget.widget-form .ginput_complex.ginput_container label{
    font-size: 11px !important;
}

.widget.widget-form .gform_wrapper .gform_footer {
    margin: 0;
}
.inv-quick-btn {
    overflow: hidden;
}
.inv-help {
    margin: 0 -10px;
    list-style: none;
}
.inv-help li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}
.inv-help li a {
    padding: 15px;
    display: block;
    border-radius: 5px;
    background: #005fb1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.inv-help li a:hover {
    background: #192a56;
}
.inv-help i {
    font-size: 24px;
    display: block;
    height: 32px;
}
ul.inv-tab li.ui-tabs-active a {
    background-color: #ffffff;
}
.inv-detail-section ul.tab-nav:not(.tab-nav-lg) li a {
    color: #005fb1;
    background-color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right:25px !important;
}
.inv-detail-section h2 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 18px;
}
ul.line-items {
    list-style: none;
    margin: 0;
}
ul.line-items li {
    margin-bottom: 7px;
    position: relative;
}
ul.line-items li:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e3ebf5;
    bottom: 6px;
    position: absolute;
    display: block;
    right: 0;
}
ul.line-items li span {
    font-weight: 500;
    float: right;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-left: 10px;
}
ul.line-items li span.first {
    font-weight: 400;
    float: inherit;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    padding-left: 0;
    opacity: 0.8;
}
.additional-data ul{padding-left: 15px;}
.calculator label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.results p {
    background: #f4f9fe;
    border: 1px solid #e4ecf5;
    padding: 15px;
    border-radius: 5px;
    font-size: 22px;
    line-height: 1.5 !important;
    font-weight: 600;
    color: #005fb1;
}
.results p strong {
    display: block;
    text-transform: uppercase;
    opacity: 0.8;
    color: #5e7080;
    font-weight: 600;
    font-size: 13px;
}

@media (max-width: 575px) {
.inv-photos {

    position: relative;
}

}

#finance a {
    font-weight: 800 !important;
    text-decoration: underline !important;
}
.single-inventory .breadcrumb {
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
    margin: 0 !important;
    right: 0 !important;
}
.inv-detail-price {
    font-size: 28px;
    font-weight: bold;
    color: #050505;
    text-align: right;
}
.inv-detail-price {
    font-size: 28px;
    font-weight: bold;
    color: #050505;
    text-align: right;
}

ul.inv-help-items {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: start;
    justify-content: end;
    margin: 0;
}

ul.inv-help-items li i {
    margin-right: 5px;
}
.single-inventory .page-title-inner {
padding: 20px 0;
}
.single-inventory .page-title-inner h1{
margin: 0;
color: #165fb1;
}
@media (max-width: 1600px) {
  .big-image img {
      height: 400px;
  }
  .inv-photos .inv-photo img,
  .inv-photos .text-button {
    height: 199px;
    line-height: 199px;
}
}
@media (max-width: 1199.98px) {
  .big-image img {
      height: 320px;
  }
  .inv-photos .inv-photo img,
  .inv-photos .text-button {
    height: 159px;
    line-height: 159px;
}
.single-inventory .breadcrumb {
     display: block;
}
}

@media (max-width: 991.98px) {

  .big-image img {
      height: 300px;
  }
  .inv-photos .inv-photo img,
  .inv-photos .text-button {
    height: 149px;
    line-height: 149px;
}
.inv-info-bar .container{
    flex-wrap: wrap;
}
.inv-info-item{
  padding: 10px 0;
}
}
@media (max-width: 767.98px) {
  .single-inventory .page-title-inner {
    text-align: center;
}
  .big-image img {
      height: 400px;
  }
  .inv-photos .inv-photo img {
    height: 80px;
      width: 100%;
}
.inv-photos .text-button {
  height: 80px;
  line-height: 18px;
  padding: 20px 0;
}
.inv-detail-topbar {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.inv-help-items{
  margin-top: 30px;
  margin-bottom: 0;
}
.inv-info-item{
  margin: 0 15px;
}
}
@media (max-width: 575.98px) {
  .big-image img {
      height: 200px;
  }
  .inv-photos .inv-photo img {
    height: 60px;

}
.inv-photos .text-button {
  height: 60px;
  line-height: 18px;
  padding: 10px;
}
}
