/**
Theme Name: FocalHaus
Author: FocalHaus.com
Author URI: https://www.focalhaus.com
Description: Custom Theme by FocalHaus.com
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: focalhaus
Template: astra
*/

@media and screen only (max-height: 768px) {
	.ast-primary-header-bar {
    max-height: 92px;
	}
}

.site-footer-section-1 {
    justify-content: left;
}

.site-footer-section-2 {
    justify-content: right;
}

.hrf-title {text-transform: none !important}

.ast-archive-description, .ast-archive-title {display: none}


.uyku-hover:hover {color: #56808f !important}

.uyku-hover {
  color: #fff;
  text-decoration: none;
  padding: 5px 1px;
  position: relative;
}
.uyku-hover:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background-color: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.uyku-hover:hover:after { 
  width: 100%; 
  left: 0; 
}

.ast-button {background-color: #56808f}

.post-thumb img {transition: all .4s ease-in-out}

.post-thumb img:hover {transform: scale(1.15);filter: brightness(80%)}

.post-thumb-img-content {overflow:hidden}

/* BEGIN Eliminate Text Advert for FAQ Plugin */
.hrf-faq-list article:not(.hrf-entry) {
display: none !important;
}

.hrf-faq-list {
margin-bottom: 40px;
}
/* END Eliminate Text Advert for FAQ Plugin */