
div#bcv_content [data-elementor-type="single-post"] {
    height: 100%;
    overflow-x: auto;
}

.cvp-live-filter.cvp-customized.cvp-search-box {
  display: none !important;
}
.custom-box .cvp-live-filter {
  display: block !important;
}
.cvp-live-button {
  display: none;
}
#bcv_wrapper {
  position: relative;
  height: 500px;
  overflow: scroll;
  clear: both;
}
.bcv_content {
  bottom: 0;
  width: 100%;
  background-color: #f2f2f2;
  padding: 10px;
}
.alert-warning.pt-cv-no-post {
  text-align: center;
  padding: 15px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 992px){
  .pt-cv-colsys [data-cvc="11"] .col-md-1:nth-child(11n+1), .pt-cv-colsys [data-cvc="12"] .col-md-1:nth-child(12n+1), .pt-cv-colsys [data-cvc="2"] .col-md-6:nth-child(2n+1), .pt-cv-colsys [data-cvc="3"] .col-md-4:nth-child(3n+1), .pt-cv-colsys [data-cvc="4"] .col-md-3:nth-child(4n+1), .pt-cv-colsys [data-cvc="5"] .col-md-2:nth-child(5n+1), .pt-cv-colsys [data-cvc="6"] .col-md-2:nth-child(6n+1), .pt-cv-colsys [data-cvc="7"] .col-md-1:nth-child(7n+1), .pt-cv-colsys [data-cvc="8"] .col-md-1:nth-child(8n+1), .pt-cv-colsys [data-cvc="9"] .col-md-1:nth-child(9n+1), .pt-cv-colsys [data-cvc="10"] .col-md-1:nth-child(10n+1) {
      clear: both !important;
  }
}

.pt-cv-content-item{
  padding-bottom: 30px;
}
.pt-cv-edit-view {
  text-decoration: none;
  font-weight: 400;
  color: #fff !important;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1.2;
  background: #000 !important;
  border: 0 !important;
}

.pt-cv-wrapper {
  display: flex;
}
.viewfullpage {
  position: absolute;
  right: 70px;
  top: 10px;
}
.viewfullpage a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}
.viewfullpage a:hover{
  opacity: 0.8;
}
.viewfullpage a:after {
  content: "";
  content: "\2197";
  font-size: 20px;
  font-weight: 900;
  margin-left: 5px;
}

/*============= Left bar =========*/
.left-content {
  width: 20%;
  padding-right: 10px;
}

.pt-cv-wrapper .cvp-live-filter label {
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 6px;
  align-items: center;
  justify-content: flex-start;
}
.pt-cv-wrapper .cvp-live-filter input, .pt-cv-wrapper .cvp-live-filter select {
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 0;
  height: 45px;
  border: 1px solid #ddd;
  min-height: auto !important;
}
.pt-cv-wrapper .cvp-live-filter input {
  /* height: auto; */
  /* width: 100%; */
}
.pt-cv-wrapper .cvp-live-filter[data-sid='f456b1eye4'].cvp-customized input:hover,
.pt-cv-wrapper .cvp-live-filter[data-sid='f456b1eye4'].cvp-customized select:hover {
  border-color: #ddd !important;
  box-shadow: 0 0 0 1px #ddd !important;
}
.pt-cv-wrapper .cvp-live-filter {
  width: 100%;
  margin: 0 0 15px 0;
}
.cvp-live-button .btn-sm {
  border-radius: 0;
  font-size: 16px;
  line-height: 1.3;
  padding: 10px 30px;
}
.d-flex-col .elementor-container {
  display: flex;
}


/*============== Grid ============*/
.pt-cv-view {
  width: 80%;
  padding-left: 30px;
}
.pt-cv-grid .pt-cv-page {
  display: flex;
  flex-wrap: wrap;
}
.pt-cv-grid .pt-cv-page .pt-cv-content-item{
  display: flex;
  flex-direction: column;
}
.pt-cv-grid .pt-cv-page .pt-cv-href-thumbnail img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  margin: 0 !important;
  float: none !important;
}
.pt-cv-grid .pt-cv-page .pt-cv-ifield {
  background: #f9f9f9;
/*border: 1px solid #f5f0f0;*/
}
.pt-cv-page .pt-cv-title a{
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3em;
  color: #000;
}
 .pt-cv-page .pt-cv-title{
/*padding: 20px 20px 0; */
}

 .pt-cv-content .pt-cv-rmwrap {
    margin-top: 15px;
}
.pt-cv-grid .pt-cv-page .pt-cv-content {
/*padding: 0 20px 20px;*/
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.pt-cv-grid#pt-cv-view-f456b1eye4 .pt-cv-page .pt-cv-content .pt-cv-readmore {
  margin: 20px 0 0 0;
  background: #000 !important;
  padding: 10px 25px;
  font-size: 16px;
  transition: all 0.5s ease;
  line-height: 1.2;
}
.pt-cv-grid#pt-cv-view-f456b1eye4 .pt-cv-page .pt-cv-content .pt-cv-readmore:hover{
  opacity: 1;
  color: #fff !important;
  background-color: #333 !important;
}
.bcv_content {
  background: #fff;
  padding: 35px;
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #f5f0f0;
}
.bcv_content span.remove_section{
  position: absolute;
  right: 0;
  top: 0;
}
.bcv_content span.remove_section a {
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0;
}
.bcv_content span.remove_section a:after {
  content: "";
  background: url(../img/cancel.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
}
.bcv_content h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1.41em;
}
.bcv_content h2 {
  font-size: 26px;
  margin: 10px 0 0 0;
  line-height: 1.3;
  color: #333;
}
.bcv_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.bcv_content p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:1024px) and (max-width:1100px){
  .left-content {
      width: 25%;
      padding-right: 10px;
  }
  .pt-cv-view {
      width: 75%;
      padding-left: 30px;
  }
  .pt-cv-grid .pt-cv-page .pt-cv-href-thumbnail img {
      height: 160px;
  }
  .pt-cv-grid .pt-cv-page .pt-cv-content {
      font-size: 14px;
  }

  
}
@media screen and (max-width:1023px){
  .pt-cv-view {
      width: 100%;
      padding-left: 0;
  }
  .left-content {
    width: 100%;
      padding-right: 0;
  }
  .pt-cv-view {
      width: 100%;
      padding-left: 0;
      margin: 0;
  }
  .pt-cv-wrapper {
      flex-direction: column;
  }
  
}
@media screen and (max-width:767px){
    .bcv_content {
      padding: 60px 15px 15px;
      clear: both;
  }
  .pt-cv-grid .pt-cv-page .pt-cv-content-item {
      padding: 0 0 30px;
  }
  .bcv_content h1 {
      font-size: 26px !important;
  }
  .bcv_content h2 {
      font-size: 18px;
  }
  .d-flex-col .elementor-container {
    display: block;
  }
  
}

/*============== Collapsible ============*/

.pt-cv-collapsible .panel-group .pt-cv-content-item {
  margin-bottom: 25px;
  box-shadow: none;
  border: 1px solid #ebe9e9;
}
.pt-cv-collapsible .panel-group .pt-cv-content-item .panel-heading a {
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  padding: 16px 20px;
  background: #f8f8f8;
  text-decoration: none !important;
}
.pt-cv-collapsible .panel-group .pt-cv-content-item .panel-body {
  padding: 20px 20px;
  display: flex;
  width: 100%;
}
.pt-cv-collapsible .panel-group .pt-cv-content-item .panel-body .pt-cv-href-thumbnail {
  width: 25%;
}
.pt-cv-collapsible .panel-group .pt-cv-content-item .panel-body .pt-cv-href-thumbnail img {
  float: none !important;
  margin: 0 !important;
  width: 100%;
  display: block;
}
.pt-cv-collapsible .panel-group .pt-cv-content-item .panel-body .pt-cv-content {
  width: 75%;
  padding-left: 30px;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
.pt-cv-collapsible#pt-cv-view-f456b1eye4 .panel-group .pt-cv-content-item .panel-body .pt-cv-content .pt-cv-readmore {
  text-decoration: none;
  font-weight: 400;
  color: #fff !important;
  padding: 10px 20px;
  display: inline-block;
  line-height: 1.2;
  background: #000 !important;
  border: 0 !important;
  margin: 20px 0 0 0;
  font-size: 16px;
}
@media screen and (max-width:1023px){
  .pt-cv-collapsible .panel-group .pt-cv-content-item .panel-body .pt-cv-href-thumbnail {
      width: 30%;
  }
  .pt-cv-collapsible .panel-group .pt-cv-content-item .panel-body .pt-cv-content {
    width: 70%;
    font-size:16px !important;
  }
}
@media screen and (max-width:767px){
  .pt-cv-collapsible .panel-group .pt-cv-content-item .panel-body {
    padding: 15px;
    flex-direction: column;
  }
  .pt-cv-collapsible .panel-group .pt-cv-content-item .panel-body .pt-cv-content {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .pt-cv-collapsible .panel-group .pt-cv-content-item .panel-body .pt-cv-href-thumbnail {
      width: 100%;
  }
  .pt-cv-collapsible .panel-group .pt-cv-content-item .panel-heading a {
      font-size: 18px;
  }
}

/*============== Scrollable ============*/

.pt-cv-scrollable#pt-cv-view-f456b1eye4 .pt-cv-content-item .pt-cv-carousel-caption{
    text-shadow: none;
    padding: 20px;
    bottom: 0;
    height: 200px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgb(255 255 255 / 0%) 100%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.pt-cv-scrollable .pt-cv-carousel-caption .pt-cv-title a {
  color: #fff !important;
  font-size: 24px;
}
.pt-cv-scrollable .pt-cv-carousel-caption .pt-cv-content {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.pt-cv-scrollable#pt-cv-view-f456b1eye4 .pt-cv-carousel-caption .pt-cv-content .pt-cv-rmwrap .pt-cv-readmore {
  text-decoration: none;
  font-weight: 500;
  color: #000 !important;
  padding: 10px 20px;
  display: inline-block;
  line-height: 1.2;
  background: #fff !important;
  border: 0 !important;
  margin: 20px 0 0 0;
  font-size: 16px;
}
.pt-cv-scrollable .pt-cv-title {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.pt-cv-scrollable .pt-cv-thumbnail {
  width: 100%;
  margin-bottom: 0!important;
  height: 320px;
  object-fit: cover;
  object-position: center;
}
.pt-cv-scrollable .pt-cv-carousel-indicators li.active{
  background: #000 !important;
  width: 15px;
    height: 15px;
}
.pt-cv-scrollable .pt-cv-carousel-indicators li{
  box-shadow:none;
  width: 15px;
  margin: 0 2px;
    height: 15px;
  border: 1px solid #ddd !important;
}
.pt-cv-scrollable .carousel-control .glyphicon {
  border-radius: 0;
  height: 40px !important;
  width: 40px !important;
  margin: 0 0 0 0;
  left: 0;
  top: -25px !important;
  background: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt-cv-scrollable  .carousel-control.left {
  right: 50px;
  left: auto;
}
.pt-cv-scrollable .carousel-control .glyphicon:hover, 
.pt-cv-scrollable .carousel-control:hover{
  color: #fff !important;
}
@media screen and (max-width:767px){
  .pt-cv-wrapper .pt-cv-carousel-indicators{
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .pt-cv-scrollable{
      width: 100%;
      margin: 60px 0 0 0;
  }
}
/*============== pt masonry ============*/

.pt-cv-masonry .pt-cv-content-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.pt-cv-masonry .pt-cv-content-item .pt-cv-pinmas {
  transition: all 0.5s ease;
  border: 1px solid #e8e8e8;
  box-shadow: none;
}
.pt-cv-masonry .pt-cv-content-item .pt-cv-title {
  border: 0;
  padding: 20px 20px 0;
}
.pt-cv-masonry .pt-cv-content-item .pt-cv-title a{
  font-size: 24px; 
}
.pt-cv-masonry .pt-cv-content-item .pt-cv-content {
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 20px 20px;
}
.pt-cv-masonry#pt-cv-view-f456b1eye4 .pt-cv-content-item .pt-cv-content .pt-cv-rmwrap .pt-cv-readmore {
  text-decoration: none;
  font-weight: 500;
  color: #fff !important;
  padding: 10px 20px 12px;
  display: inline-block;
  line-height: 1.2;
  background: #000000 !important;
  border: 0 !important;
  margin: 20px 0 0 0;
  font-size: 16px;
}
.pt-cv-masonry  .bcv_content {
  z-index: 999;
}
@media screen and (max-width:1023px){
  .pt-cv-masonry .pt-cv-content-item {
    padding-left:10;
    padding-right:10;
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width:767px){
  .pt-cv-masonry .pt-cv-content-item {
    padding-left: 0;
    padding-right: 0;
  }
}

/*============== PT Pinterest ============*/
.pt-cv-pinterest .pt-cv-content-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.pt-cv-pinterest .pt-cv-content-item .pt-cv-title {
  border: 0;
  padding: 20px 20px 0;
}
.pt-cv-pinterest .pt-cv-content-item .pt-cv-title a{
  font-size: 24px; 
}
.pt-cv-pinterest .pt-cv-content-item .pt-cv-content {
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 20px 20px;
}
.pt-cv-pinterest#pt-cv-view-f456b1eye4 .pt-cv-content-item .pt-cv-content .pt-cv-rmwrap .pt-cv-readmore {
  text-decoration: none;
  font-weight: 500;
  color: #fff !important;
  padding: 10px 20px 12px;
  display: inline-block;
  line-height: 1.2;
  background: #000000 !important;
  border: 0 !important;
  margin: 20px 0 0 0;
  font-size: 16px;
}
@media screen and (max-width:1023px){
  .pt-cv-pinterest .pt-cv-content-item {
    padding-left:10;
    padding-right:10;
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width:767px){
  .pt-cv-pinterest .pt-cv-content-item {
    padding-left: 0;
    padding-right: 0;
  }
}

/*============== PT Timeline ============*/

.pt-cv-timeline .tl-spine {
  background: #a7a7a7;
  left: 51%;
}
.pt-cv-timeline div.pt-left:after, .pt-cv-timeline div.pt-right:after {
  border: 5px solid #000;
}
.pt-cv-timeline  .pt-cv-content-item .pt-cv-href-thumbnail {
  width: 100%;
}
.pt-cv-timeline .pt-cv-content-item .pt-cv-href-thumbnail img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center;
}
.pt-cv-timeline#pt-cv-view-f456b1eye4 .pt-cv-content-item .pt-cv-content .pt-cv-rmwrap .pt-cv-readmore {
  text-decoration: none;
  font-weight: 500;
  color: #fff !important;
  padding: 10px 20px 12px;
  display: inline-block;
  line-height: 1.2;
  background: #000000 !important;
  border: 0 !important;
  margin: 20px 0 0 0;
  font-size: 16px;
}
.pt-cv-timeline .pt-cv-content-item .pt-cv-title {
  border: 0;
  padding: 0px 20px 0;
}
.pt-cv-timeline .pt-cv-content-item .pt-cv-title a{
  font-size: 24px; 
  color: #000;
}
.pt-cv-timeline .pt-cv-content-item .pt-cv-content {
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 20px 20px;
  margin: 0;
}
.pt-cv-timeline div.pt-left:hover:after, .pt-cv-timeline div.pt-right:hover:after {
  background: #000;
  border: 4px solid #ccc;
}
@media screen and (max-width:1200px){
  .pt-cv-timeline .tl-spine {
      left:52%;
  }
}
@media screen and (max-width:1023px){
  .pt-cv-timeline .tl-spine {
      left: 50%;
  }
}
@media screen and (max-width:767px){
  /* .pt-cv-timeline div.pt-left:after, .pt-cv-timeline div.pt-right:after {
      
  } */
  .pt-cv-timeline  .tl-item-content{
    width: 85%;
  }
  .pt-cv-timeline div.pt-left:after {
      right: auto;
      left: 0;
  }
  .pt-cv-timeline div.pt-right:after {
      left: 0;
  }
  .pt-cv-timeline .tl-spine {
      left: 7px;
  }
  .pt-cv-timeline .pt-left .tl-item-content:after {
      left: -7px;
      right: auto;
      border-right: 8px solid #fff;
      border-left: 0;
  }
  .pt-left .tl-item-content:before {
      right: auto;
      border-right: 8px solid #e5e5e5;
      left: -8px;
      border-left: 0;
  }
}

/*============== PT Glossary ============*/
.pt-cv-gls-menu {
  margin-top: 0;
}
.pt-cv-gls-menu li a {
  background: #ececec !important;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 1;
  padding: 10px 15px;
  color: #000;
}
.pt-cv-gls-menu#pt-cv-gls-f456b1eye4 li a.pt-active{
  background: #000 !important;
}
.pt-cv-glossary#pt-cv-view-f456b1eye4 .pt-cv-page .pt-cv-gls-group .pt-cv-gls-header {
  background-color: #000 !important;
  padding: 10px 20px;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.pt-cv-glossary .pt-cv-gls-content {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.pt-cv-glossary .pt-cv-content-item .pt-cv-title {
  border: 0;
  padding: 0px 20px 0;
  margin: 0;
}
.pt-cv-glossary .pt-cv-content-item .pt-cv-ifield {
  background: #f9f9f9;
}
.pt-cv-glossary .pt-cv-content-item .pt-cv-content {
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 20px 20px;
  margin: 0;
}
.pt-cv-glossary  .pt-cv-content-item .pt-cv-href-thumbnail img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.pt-cv-glossary#pt-cv-view-f456b1eye4 .pt-cv-content-item .pt-cv-content .pt-cv-rmwrap .pt-cv-readmore {
  text-decoration: none;
  font-weight: 500;
  color: #fff !important;
  padding: 10px 20px 12px;
  display: inline-block;
  line-height: 1.2;
  background: #000000 !important;
  border: 0 !important;
  margin: 20px 0 0 0;
  font-size: 16px;
}

@media screen and (max-width:767px){
  .pt-cv-glossary .pt-cv-content-item {
    padding-right: 0;
    padding-left: 0;
  }
}

/*============== PT Others ============*/
.pt-cv-one_others .pt-cv-ocol .pt-cv-ifield .pt-cv-href-thumbnail img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.pt-cv-one_others .pt-cv-ocol .pt-cv-ifield{
  background: #f9f9f9;
}
.pt-cv-one_others#pt-cv-view-f456b1eye4 .pt-cv-content-item .pt-cv-content .pt-cv-rmwrap .pt-cv-readmore {
  text-decoration: none;
  font-weight: 500;
  color: #fff !important;
  padding: 10px 20px 12px;
  display: inline-block;
  line-height: 1.2;
  background: #000000 !important;
  border: 0 !important;
  margin: 20px 0 0 0;
  font-size: 16px;
}
.pt-cv-one_others .pt-cv-content-item .pt-cv-title {
  border: 0;
  padding: 0px 20px 0;
  margin: 0;
}
.pt-cv-one_others .pt-cv-content-item .pt-cv-content {
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 20px 20px;
  margin: 0;
}
.pt-cv-one_others .pt-cv-oothers .pt-cv-ifield .pt-cv-href-thumbnail {
  margin-bottom: 0;
}
.pt-cv-one_others .pt-cv-oothers .pt-cv-ifield .pt-cv-title {
  padding-top: 15px;
}
.pt-cv-one_others .pt-cv-oothers .pt-cv-ifield .pt-cv-title a {
  font-size: 18px;
  line-height: 1.3;
}
.pt-cv-one_others .pt-cv-ocol {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:1200px){
  .pt-cv-one_others .pt-cv-thumb-left.cvp-block, .pt-cv-one_others .pt-cv-thumb-left.cvp-responsive-image {
    float: none;
    margin: 00;
  }
  .pt-cv-one_others .pt-cv-ocol .pt-cv-ifield .pt-cv-href-thumbnail {
      width: 100% !important;
  }
  .pt-cv-one_others .pt-cv-ocol .pt-cv-ifield .pt-cv-href-thumbnail img {
      height: 160px;
  }
  .pt-cv-one_others .pt-cv-oothers .pt-cv-ifield .pt-cv-meta-fields {
    padding: 0 20px 20px;
  }
}

@media screen and (max-width:767px){
  .pt-cv-one_others  .pt-cv-content-item {
    padding-right: 0;
    padding-left: 0;
  }
  .pt-cv-one_others .pt-cv-oothers .pt-cv-ifield .pt-cv-title a {
      font-size: 16px;
  }
  .pt-cv-one_others .pt-cv-ocol .pt-cv-ifield .pt-cv-href-thumbnail img {
      height: 170px;
  }
}
/*============== Add Post Form ============*/
.bcz_gform {
  width: 30%;
  padding-right: 30px;
}
.show_content_btn {
  width: 10%;
}
.show_content_btn .show_gform, .bcz_gform .gform_wrapper form .gform_footer input[type=submit]{
  text-decoration: none;
    font-weight: 400;
    color: #fff !important;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 1.2;
    background: #000 !important;
    border: 0 !important;
}
.bcz_gform .gform_wrapper .gform_heading .gform_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px 0;
}
.bcz_gform .gform_wrapper .gfield--type-post_image .ginput_container .gfield_description {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
}
.bcz_gform .gform_wrapper .gfield--type-post_image .ginput_container input {
  background: #eee;
  padding: 5px;
  font-size: 16px;
  border: 2px solid #eee;
}
.bcz_gform .gform_wrapper .gfield_label {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 5px 0;
  font-weight: 500;
  color: #000 !important;
  display: block;
}
.bcz_gform .gform_wrapper .gfield textarea, .bcz_gform .gform_wrapper .gfield input {
  border-radius: 0 !important;
  font-size: 16px;
  line-height: 1.3;
  border: 1px solid #ddd;
  color: #000;
  font-weight: 400;
}
.bcz_gform .gform_wrapper .gfield .validation_message {
  border: 0;
  padding: 0;
  background: transparent;
  margin: 0;
}
.bcz_gform .gform_wrapper .gform_validation_errors {
  padding: 10px;
}
@media screen and (max-width:767px){
  .bcz_gform {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .show_content_btn {
    width: 100%;
  }
}

/*==== Content Animation ====*/
.pt-cv-view .bcv_content {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 11;
  bottom: 0;
  height: 70vh;
  transition: all 0.5s ease;
  transform: translate(0, 100vh);
  margin: 0;
}
.pt-cv-view .bcv_content.post-show.highlight {
  transform: translate(0, 0);
}
/* Search form css */
.custom-box .cvp-search-box {
    margin: 0;
    width: 100%;
}
.custom-box .cvp-search-box .cvp-label {
    display: none;
}
.custom-box, .auto-suggestion-box {
    /* position: relative; */
    display: flex;
    /* background: #fff;
    padding: 10px;
    border: 1px solid #EBEBEB;
    border-radius: 30px; */
    justify-content: space-between;
}
.cvp-live-filter.cvp-search-box .fill_inited {
  width: 95%;
  height: 47.97px;
  border-bottom: 1px solid #D6D4D2;
  padding-left: 0;
}
.custom-box input, .auto-suggestion-box input{
    background: #fff;
    box-shadow: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border: none;
}
.elementor-shortcode .custom-box input {
    border: 0;
}
.custom-box input:focus, .auto-suggestion-box input:focus{
  outline:0;
  box-shadow:none;
}
.suggestionlist {
    position: absolute;
    top: 100%;
    width: 100%;
    list-style-type: none;
    left: 0;
    z-index: 11;
    padding: 0;
    border-radius: 0;
    margin-top: 3px;
    height: 250px;
    overflow: hidden;
    overflow-y: scroll;
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 33%);
    -moz-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 33%);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 33%);
}
.suggestionlist li a {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    padding: 7px 10px;
    transition: all 0.5s ease;
}
.suggestionlist li a:hover {
 background:#e9f4fb;    
}
.suggestionlist li {
    color: #000;
    background: #fff;
  padding:5px 10px
}
.auto-suggestion-box button {
    background: #729f7e;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    border-radius: 30px;
}
.custom-box button {
  background: #2EBA6D;
  color: #fff;
  padding: 10px 30px;
}
.custom-box button img, .auto-suggestion-box button img {
    width: 25px;
    display: block;
}
.custom-box button:focus {
    outline: 0;
    box-shadow: none;
}
.auto-suggestion-box button:hover {
    background: var( --e-global-color-secondary );
}
@media (max-width:767px){
  .cvp-live-button-custom {
      display: contents;
  }
  .custom-box button img, .auto-suggestion-box button img {
    width: 15px;
    display: block;
  }
}
/* end Search form css */
/* post grid css */
.post-module .pt-cv-meta-fields {
    margin-top: 10px;
}
.post-module .pt-cv-wrapper .cvp-live-filter label {
    font-family: 'Montserrat', Arial, serif;
    color: #1A1E25;
    margin-left:10px;
}
.post-module .pt-cv-wrapper .cvp-live-filter .cvp-label {
    font-weight: 800;
    margin-right: 10px;
    font-size: 16px;
    margin-left: 0;
    margin-bottom:15px;
}
.post-module .pt-cv-wrapper .cvp-live-filter input, .post-module .pt-cv-wrapper .cvp-live-filter select {
    border: 0;
    box-shadow: none;
}
.post-module .cvp-live-filter[data-sid='9ccc062anx'].cvp-customized input:hover,
.post-module .cvp-live-filter[data-sid='9ccc062anx'].cvp-customized input:focus,
.post-module .cvp-live-filter[data-sid='9ccc062anx'].cvp-customized select:hover,
.post-module .cvp-live-filter[data-sid='9ccc062anx'].cvp-customized select:focus,
.post-module .cvp-live-filter[data-sid='9ccc062anx'].cvp-customized input~div:hover,
.post-module .cvp-live-filter[data-sid='9ccc062anx'].cvp-customized input~div:focus{
    box-shadow:none !important;
    border-color:transparent;
}
.post-module .cvp-live-filter.cvp-customized.cvp-checkbox {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E9E9E9;
    transition:all 1s ease-in-out;
}
.post-module .cvp-live-filter.cvp-customized.cvp-checkbox .checkbox:hover {
    background: rgb(114 159 126 / 10%);
    border-radius: 5px;
    padding-left: 8px;
    font-weight: 900 !important;
    transition:all .2s ease-in-out;
    /* margin-bottom: -15px; */
}
.post-module .cvp-live-filter.cvp-customized.cvp-checkbox .checkbox{
     margin-top: 5px;
}
.post-module .cvp-live-filter.cvp-customized.cvp-checkbox .checkbox:hover label {
    font-weight: 700;
    color:#729f7e;
}
.post-module .pt-cv-wrapper .cvp-live-filter label{
    line-height: 1em;
}
.post-module .cvp-live-filter.cvp-customized.cvp-checkbox .checkbox:hover label::before {
    content: " ";
    position: absolute;
    left: 235px;
    margin-top: 0px;
    height: 15px;
    width: 13px;
    background: url("/wp-content/uploads/sites/4/2023/11/Vector-2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.post-module .pt-cv-rmwrap a {
    padding: 13px 58px;
    position: absolute;
    transform: translate(-50%, -25%);
    top: 25%;
    left: 50%;
    opacity: 0;
}
.post-module .pt-cv-ifield:hover .pt-cv-rmwrap a{
  opacity: 1;
  transition: all .5s ease-in-out;
}
.post-module .cvp-live-filter.cvp-customized.cvp-checkbox .checkbox.checked-checkbox {
    background: rgb(114 159 126 / 10%);
    border-radius: 5px;
    padding-left: 8px;
    font-weight: 900 !important;
    transition:all .2s ease-in-out;
    /* margin-bottom: -15px; */
}
.post-module .cvp-live-filter.cvp-customized.cvp-checkbox .checkbox.checkbox.checked-checkbox label::before {
    content: " ";
    position: absolute;
    left: 235px;
    margin-top: 0px;
    height: 15px;
    width: 13px;
    background: url("/wp-content/uploads/sites/4/2023/11/Vector-2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
ul, li {
    list-style-type: none;
}
.post-module .cvp-customized input[type=checkbox]:checked::before {
    display: none;
}
/* post grid css */
/* single post page comment section */
.comment img.avatar{
    border-radius: 100px;
}
.comment .comment-author.vcard {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.comment .comment-author.vcard b.fn a {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color:#000
}
.comment .comment-metadata a {
    color: #767676;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    text-shadow:none;
    margin-bottom: 10px;
    display: block;
    margin-top: 5px;
}
.comment .comment-metadata a:hover {
    color: #729f7e;
}
.comment .comment-content{
    color: #767676;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height:1.7em
}
.comment .comment-body {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E1E1E1;
}
.comment .reply {
    border-radius: 50px;
    padding: 10px 30px;
    background: #729f7e;
    width: fit-content;
    color: #fff;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    font-size: 14px;
    display:none;
}
.comment .reply a {
    color: #fff;
}
.pt-cv-wrapper .cvp-live-filter input, .pt-cv-wrapper .cvp-live-filter select {
    opacity: 0;
    width: 0px;
    min-width: 0;
}
.post-module .checkbox.parent_cate {
    pointer-events: none;
}
.post-module .pt-cv-ifield:hover a._below_post.pt-cv-href-thumbnail.pt-cv-thumb-default.cvplbd img {
    background: #000;
    opacity: .5;
    transition: all .5s ease-in-out;
}
.post-module .pt-cv-ifield:hover a._below_post.pt-cv-href-thumbnail.pt-cv-thumb-default.cvplbd {
    background: #000;
    background-blend-mode: overlay;
    display: block;
}
/* comment section form */
h3.comment-reply-title {
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
    color: #000;
}
form.comment-form p.form-submit input {
    border-radius: 50px;
    padding: 15px 30px;
    background: #729f7e;
    width: fit-content;
    color: #fff;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    font-size: 16px;
    border: 0;
}
form.comment-form label{
    margin-bottom:10px;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
}
p.logged-in-as, p.comment-notes {
    font-family: "Montserrat", Sans-serif;
}
p.logged-in-as a{
    color:#729f7e;
    font-weight:600;
    text-decoration:underline;
}
p.logged-in-as a:hover{
    color:#000;
}
.comment-form p.comment-form-comment textarea, .comment-form p input {
    background: #fff;
    padding: 10px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
}
span.required-field-message span.required {
    color: #ff0000;
}
.comment-form span.required {
    color: #ff0000;
}
.post-title-module.elementor-page-title {
    display: block;
}
:focus-visible {
    outline: none;
}
.comment-form input[type=date]:focus, .comment-form input[type=email]:focus, .comment-form input[type=number]:focus, 
.comment-form input[type=password]:focus, .comment-form input[type=search]:focus, .comment-form input[type=tel]:focus, 
.comment-form input[type=text]:focus, .comment-form input[type=url]:focus, .comment-form select:focus, .comment-form textarea:focus{
    border: 1px solid #EBEBEB;
}
/* single post page comment section */
/* form style */
.elementor-shortcode .um .um-form input[type="text"], 
.elementor-shortcode .um .um-form input[type="search"], 
.elementor-shortcode .um .um-form input[type="tel"], 
.elementor-shortcode .um .um-form input[type="number"], 
.elementor-shortcode .um .um-form input[type="password"] {
    background: #fff;
    padding: 20px 15px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    font-size: 15px;
    font-family: "Montserrat", Sans-serif;
    border-color: #EBEBEB !important;
}
.elementor-shortcode .um .um-form .um-button {
    border-radius: 50px !important;
    padding: 15px 30px;
    background: #729f7e;
    width: fit-content;
    color: #fff;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    font-size: 16px;
    border: 0;
    width:100%;
    font-family: "Montserrat", Sans-serif;
}
.elementor-shortcode .um .um-form .um-button:hover{
    background:#b5ab78;
}
.elementor-shortcode .um input#um-submit-btn{
    background:#b5ab78;
}
.elementor-shortcode .um input#um-submit-btn:hover{
    background: #729f7e;
}
.um-field-label label {
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    line-height: 1.7em;
    color:#000;
}
.um.um-password .um-form input {
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    font-size: 15px;
    font-family: "Montserrat", Sans-serif;border-color: #EBEBEB !important;
}
.um.um-password .um-form input#um-submit-btn {
    border-radius: 50px !important;
    padding: 15px 30px;
    background: #729f7e;
    width: fit-content;
    color: #fff;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    font-size: 16px;
    border: 0;
    width: 100%;
    font-family: "Montserrat", Sans-serif;
}
.um.um-password .um-form input#um-submit-btn:hover{
    background:#b5ab78;
}
.um-form .um-field-block {
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    color:#000;
}
.my-account-module .um-meta-text textarea{
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    font-size: 15px;
    font-family: "Montserrat", Sans-serif;
    border-color: #EBEBEB !important;
}
.my-account-module .um-profile-nav {
    background: #f4f5f8;
    border-radius: 5px;
}
.my-account-module a.uimob800-hide.uimob500-hide.uimob340-hide {
    background: #b5ab78;
    border-radius: 5px;
}
.my-account-module .um-header {
    border-bottom: 0;
}
.my-account-module a.uimob800-hide.uimob500-hide.uimob340-hide:hover {
    background: #729f7e;
}
.my-account-module .um-profile.um .um-profile-headericon a:hover, .my-account-module .um-profile.um .um-profile-edit-a.active:hover{
    color: #729f7e;
}
.my-account-module a.um-cover-add:hover{
    color:#729f7e;
}
.pt-cv-view .pt-cv-meta-fields span.terms a.pt-cv-tax-products {
    pointer-events:none;
}
/* end form style */