/*!
Theme Name: SFL Impact
Theme URI: http://underscores.me/
Author: Obaid Rahman
Author URI: https://softoba.tech
Description: A simple impact windows website
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sflimpact
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SFL Impact is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Body
--------------------------------------------- */
body{
	overflow-x: hidden;
}
/* Accessibility
--------------------------------------------- */
body.transparent .logo-light {
	display: none;
}
body.transparent .logo-dark {
	display: block;
}
body.transparent.fixed-navigation .logo-light {
	display: block;
}
body.transparent.fixed-navigation .logo-dark {
	display: none;
}
body .logo-dark {
	display: none;
}
.offer-hero img {
    height: auto;
    max-width: 100%;
}
body.page-template-thank-you .btn-quote, body.page-template-contact-page .btn-quote, body.page-template-gallery-page .btn-quote {
    display: none;
}
body .sobas-gallery img {
    height: 190px;
    object-fit: cover;
}
.accordion-horizontal{
	margin-bottom: 0;
}
.offer-card-img img {
    max-height: 202px;
    object-fit: cover;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.fal, .far {
	font-family: "Font Awesome 5 Pro";
}
.fal {
	font-weight: 300;
}
.help-block.smk-error-msg{
	display: none;
}
.form-group{
	position: relative;
}
.soba-gallery-thumb img {
	height: 120px;
	object-fit: cover;
}
body .bg-img{
	height: 100% !important;
}
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.widget_nav_menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.rating .fa-star.text-gray {
	color: #ccc;
}
#contact-form .form-control-feedback {
	top: 30px;
	color: #fff;
}
#contact-form .has-error .form-control-feedback {
	color: #a94442;
}
#form-review-post .form-control-feedback {
	top: 30px;
	color: #fff;
}
#form-review-post .has-error .form-control-feedback {
	color: #a94442;
}
#service-request-form .form-control-feedback {
	top: 30px;
	color: #fff;
}
#service-request-form .has-error .form-control-feedback {
	color: #a94442;
}
@media only screen and (max-width: 768px) {
	body .sobas-gallery img{
		height: 60px;
	}
}