/*
Theme Name: Infinite
Theme URI: http://demo.goodlayers.com/infinite
Author: Goodlayers
Author URI: http://www.goodlayers.com
Description: Infinite WordPress Theme
Version: 3.4.3
License: GNU General Public License V2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: infinite

PLEASE DO NOT EDIT THIS FILE

YOU CAN ADD CUSTOM STYLE VIA THIS FOLLOWING METHOD
	- APPEARANCE > CUSTOMIZE > PLUGIN SETTINGS > CUSTOM CSS / JS 
	- THEME OPTION > PLUGIN SETTINGS > CUSTOM CSS / JS 
	- CHILD THEME

*/

.gdlr-core-accordion-item-icon:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    speak: none;
}

.gdlr-core-accordion-style-box-icon .gdlr-core-accordion-item-icon:before {
    content: "\f067" !important;
}

.gdlr-core-accordion-style-box-icon .gdlr-core-active .gdlr-core-accordion-item-icon:before {
    content: "\f068" !important;
}

/* Sticky Mobile CTA */
.call-and-contact-mobile {
	display: none;
}

@media (max-width: 767px) {
	.infinite-footer-back-to-top-button {
		bottom: 50px !important;
	}
	.call-and-contact-mobile {
		display: block;
		width: 100%;
		background: radial-gradient(circle at 30% 30%, #f38c1c, #cf7c2e 70%);
		color: white;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 9999;
	}
	.call-and-contact-mobile .btn-wrapper {
		display: flex;
	}
	.call-and-contact-mobile .btn-wrapper a {
		color: white;
		width: 100%;
		text-decoration: none !important;
		text-align: center !important;
		padding: 7px;
		font-size: 18px;
		font-weight: 600;
	}
	.call-and-contact-mobile .btn-wrapper .call-now-btn,
	.call-and-contact-mobile .btn-wrapper .contect-now-btn {
		text-align: center;
	}

	.call-and-contact-mobile .btn-wrapper > :first-child {
		border-right: 2px solid white;
	}
}