/*
Theme Name: Bootstrap 4 starter template
Theme URI: https://www.dent.cz/
Author: ACMARK.cz S.R.O.
Author URI: https://www.acmark.cz
Version: 2019/09
*/
#wp-admin-bar-updates,
#wp-admin-bar-customize,
#wp-admin-bar-wp-logo,
#wp-admin-bar-comments,
#wp-admin-bar-gravityforms-new-form {
  display: none !important;
}

.wp-content {
  min-height: 89vh;
}

.icon-wrapper a {
  color: #c1c0c0;
}

.icon-wrapper a:hover {
  color: #b31515;
}

.icon-wrapper {
  height: calc(100% - 20px);
}

.section_content h1 {
  margin-bottom: 50px;
}

#contact .full_width {
  background-color: rgba(0, 0, 0, 0.9);
  min-height: 79vh;
}

#contact h4 {
  color: white;
}

.portfolio-area {
  padding-bottom: 60px;
}

.gc_filter_cont_overlay_wrapper figure img {
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.modal-footer .form_btn {
  padding-top: 0;
}

.logo_image {
  max-width: 200px;
}

/*responsives breakpoints */
@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1000px) {}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {}