/*
 Theme Name:   My Listing Child
 Theme URI:    http://mylisting.27collective.net/my-city/
 Description:  MyListing Child Theme
 Author:       27collective
 Author URI:   https://27collective.net/
 Template:     my-listing
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  my-listing-child
*/


/* Стили для формы проверки сертификатов */

.cf-search {
  border: 1px solid #fff;
  background-color: transparent;
}

.cf-btn:hover {
  background: #3b72c2 !important;
  color: #fff !important;
}

.cf-btn {
  background: #fff !important;
  color: #3b72c2 !important;
}

/* Хедер */

.button-1 {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff !important;
  font-size:14px !important;
}

.header-button a {
    padding: 10px 15px !important;
}    

/* Single Listing */

.author-bio-listing {
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  color: #7A7A7A;
  padding-top:8px;
}

.related-listing-block .event-host .avatar {
  width: 60px;
  height: 60px;
}


/* Стили, применяемые только для экранов шириной до 768px (например, для мобильных устройств) */
@media screen and (max-width: 768px) {
  body {
    font-size: 14px; /* Уменьшаем размер шрифта для мобильных */
  }
.cf-btn {
  margin-top:20px;
}
.bdt-ep-advanced-icon-box-indicator {
  display:none;
}
}