/*
 Theme Name:   ProFoxx Rentals
 Theme URI:    
 Description:  Customized theme for ProFoxx Rentals.
 Author:       FirstPage Marketing
 Author URI:   https://www.firstpagemarketing.com
 Template:     hello-elementor
 Version:      1.0.0
*/

* {transition: all .1s ease;}

/* jetMenu Back Button Fix */
.jet-mobile-menu__controls div[aria-label="Back to Prev Items"] i:before {
        content: "\f0a8";
}

/* Fix icon list icons to be top aligned */
.elementor-widget-icon-list .elementor-icon-list-item {
	align-items: flex-start !important;
}

.elementor-widget-icon-list .elementor-icon-list-item .elementor-icon-list-icon {
	position: relative;
	top: 9px;
}

/* Add arrow to jetSmartFilter selector */
.elementor-widget-jet-smart-filters-select select {
    text-align: center;
}
.elementor-widget-jet-smart-filters-select .jet-smart-filters-select {
    position: relative;
}
.elementor-widget-jet-smart-filters-select .jet-smart-filters-select:after {
    content:'\f0d7';
    font-family: 'Font Awesome 5 Free Solid';
    position: absolute;
    top: 10px;
    right:25px;
    color: white;
    font-size: 20px;
}

/* Inline Image Styling */
img.alignleft {
	max-width: 50% !important;
	margin: 0 30px 30px 0;
}

img.alignright {
	max-width: 50% !important;
	margin: 0 0 30px 30px;
}

img.aligncenter {
	margin: 0 auto 30px;
}

img.alignnone {
	margin: 0 0 30px 0;
}

@media (max-width: 768px) {
	img.alignleft, img.alignright, img.aligncenter, img.alignnone {
		display: block;
		margin: 0 auto 30px;
		max-width: 100% !important;
		float:none;
	}
}