/*---------------------------------------------------------------------------------

	Theme Name: autoRoyal
	Date: May 2019
	Description: Automotive WordPress Theme
	Version: 1.4.7
	Author: FantasyThemes 
	Author URI: http://fantasythemes.net
	License URI: http://themeforest.net/licenses/regular_extended
	License: Commercial
	Theme URI: https://themeforest.net/user/fantasythemes/portfolio
	Text Domain: autoroyal
	Tags: two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready


-----------------------------------------------------------------------------------*/


hr { 
	background-color: #ccc; 
	border: 0; 
	height: 1px; 
	margin-bottom: 1.5em; 
}

dt { 
	font-weight: bold; 
}

dd { 
	margin: 0 1.5em 1.5em; 
}

img { 
	height: auto; 
	/* Make sure images are scaled correctly. */ 
	max-width: 100%; 
	/* Adhere to container width. */ 
}

figure { 
	margin: 1em 0; 
	/* Extra wide images within figure tags don't overflow the content area. */ 
}

table { 
	margin: 0 0 1.5em; 
	width: 100%; 
}

ul, ol, dl {
	line-height: 2rem;
}

/* Text meant only for screen readers. */
.screen-reader-text { 
	border: 0; 
	clip: rect(1px, 1px, 1px, 1px); 
	-webkit-clip-path: inset(50%); 
	clip-path: inset(50%); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute !important; 
	width: 1px; 
	word-wrap: normal !important; 
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */ 
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { 
	outline: 0; 
}

.alignleft { 
	display: inline; 
	float: left; 
	margin-right: 1.5em; 
}

.alignright { 
	display: inline; 
	float: right; 
	margin-left: 1.5em; 
}

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

.clear:before, 
.clear:after, 
.entry-content:before, 
.entry-content:after, 
.comment-content:before, 
.comment-content:after, 
.site-header:before, 
.site-header:after, 
.site-content:before, 
.site-content:after, 
.site-footer:before, 
.site-footer:after { 
	content: ""; 
	display: table; 
	table-layout: fixed; 
}

.clear:after, 
.entry-content:after, 
.comment-content:after, 
.site-header:after, 
.site-content:after, 
.site-footer:after { 
	clear: both; 
}

.widget { 
	margin: 0 0 1.5em; 
	/* Make sure select elements fit in widgets. */ 
}

.widget select { 
	max-width: 100%; 
}

.sticky { 
	display: block; 
}

.hentry { 
	margin: 0 0 1.5em; 
}

.updated:not(.published) { 
	display: none; 
}

.page-content, 
.entry-content, 
.entry-summary { 
	margin: 1.5em 0 0; 
}

.entry-summary p { 
	color: #8e98a0; 
}

.page-links { 
	clear: both; 
	margin: 0 0 1.5em; 
}

.comment-content a { 
	word-wrap: break-word; 
}

.bypostauthor { 
	display: block; 
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, 
.infinite-scroll.neverending .site-footer { 
	display: none; 
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { 
	display: block; 
}

.page-content .wp-smiley, 
.entry-content .wp-smiley, 
.comment-content .wp-smiley { 
	border: none; 
	margin-bottom: 0; 
	margin-top: 0; 
	padding: 0; 
}

/* Make sure embeds and iframes fit their containers. */
embed, 
iframe, 
object { 
	max-width: 100%; 
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link { 
	display: inline-block; 
}

.wp-caption { 
	margin-bottom: 1.5em; 
	max-width: 100%; 
}

.wp-caption img[class*="wp-image-"] { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

.wp-caption .wp-caption-text { 
	margin: 0.8075em 0; 
}

.wp-caption-text { 
	text-align: center; 
}

.gallery { 
	margin-bottom: 1.5em; 
}

.gallery-item { 
	display: inline-block; 
	text-align: center; 
	vertical-align: top; 
	width: 100%; 
}

.gallery-columns-2 .gallery-item { 
	max-width: 50%; 
}

.gallery-columns-3 .gallery-item { 
	max-width: 33.33%; 
}

.gallery-columns-4 .gallery-item { 
	max-width: 25%; 
}

.gallery-columns-5 .gallery-item { 
	max-width: 20%; 
}

.gallery-columns-6 .gallery-item { 
	max-width: 16.66%; 
}

.gallery-columns-7 .gallery-item { 
	max-width: 14.28%; 
}

.gallery-columns-8 .gallery-item { 
	max-width: 12.5%; 
}

.gallery-columns-9 .gallery-item { 
	max-width: 11.11%; 
}

.gallery-caption { 
	display: block; 
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body { 
	-ms-word-wrap: break-word; 
	word-wrap: break-word; 
	-webkit-font-smoothing: auto; 
	text-rendering: optimizeLegibility !important; 
	-moz-osx-font-smoothing: grayscale; 
	font-smoothing: auto; 
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	line-height: 1.7;
}

a, button, input { 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease; 
}

blockquote { 
	padding: 1.25rem 1.75rem; 
}

table { 
	width: 100%; 
	max-width: 100%; 
	margin-bottom: 1rem; 
	background-color: transparent; 
}

table th, table td { 
	padding: 0.75rem; 
	vertical-align: top; 
	border-top: 1px solid rgba(0,0,0,.03); 
}

table thead th { 
	vertical-align: bottom; 
	border-bottom: 2px solid rgba(0,0,0,.03); 
}

table tbody + tbody { 
	border-top: 2px solid rgba(0,0,0,.03); 
}

table table { 
	background-color: #fff; 
}

figcaption { 
	padding-top: 0; 
	padding-bottom: .75rem; 
	color: #6c757d; 
	text-align: left; 
}

input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
	display: inline-block; 
	font-weight: 400; 
	text-align: center; 
	white-space: nowrap; 
	vertical-align: middle; 
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
	border: 1px solid transparent; 
	line-height: 1.5; 
	border-radius: 0.25rem; 
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
	padding: 0.5rem 1.25rem; 
	color: #fff; 
	background-color: #aa0020; 
	border-color: #aa0020; 
}

input[type="button"]:active, 
input[type="button"]:hover, 
input[type="reset"]:active, 
input[type="reset"]:hover, 
input[type="submit"]:active, 
input[type="submit"]:hover { 
	color: #fff; 
	background-color: #0062cc; 
	border-color: #005cbf; 
	cursor: pointer; 
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea { 
	display: block; 
	width: 100%; 
	padding: 0.375rem 0.75rem; 
	font-size: 1rem; 
	line-height: 1.5; 
	color: #495057; 
	background-color: #fff; 
	background-clip: padding-box; 
	border: 1px solid #ced4da; 
	border-radius: 0.25rem; 
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
	margin-bottom: 20px; 
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="number"]:focus, 
input[type="tel"]:focus, 
input[type="range"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="week"]:focus, 
input[type="time"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="color"]:focus, 
textarea:focus { 
	color: #495057; 
	background-color: #fff; 
	border-color: #0C3A96; 
	outline: 0; 
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 82, 255, 0.25); 
	box-shadow: 0 0 0 0.2rem rgba(52, 82, 255, 0.25); 
}

input[type="text"]:-webkit-input-placeholder, 
input[type="text"]:-moz-placeholder, 
input[type="text"]:-ms-input-placeholder, 
input[type="email"]:-webkit-input-placeholder, 
input[type="email"]:-moz-placeholder, 
input[type="email"]:-ms-input-placeholder, 
input[type="url"]:-webkit-input-placeholder, 
input[type="url"]:-moz-placeholder, 
input[type="url"]:-ms-input-placeholder, 
input[type="password"]:-webkit-input-placeholder, 
input[type="password"]:-moz-placeholder, 
input[type="password"]:-ms-input-placeholder, 
input[type="search"]:-webkit-input-placeholder, 
input[type="search"]:-moz-placeholder, 
input[type="search"]:-ms-input-placeholder, 
input[type="number"]:-webkit-input-placeholder, 
input[type="number"]:-moz-placeholder, 
input[type="number"]:-ms-input-placeholder, 
input[type="tel"]:-webkit-input-placeholder, 
input[type="tel"]:-moz-placeholder, 
input[type="tel"]:-ms-input-placeholder, 
input[type="range"]:-webkit-input-placeholder, 
input[type="range"]:-moz-placeholder, 
input[type="range"]:-ms-input-placeholder, 
input[type="date"]:-webkit-input-placeholder, 
input[type="date"]:-moz-placeholder, 
input[type="date"]:-ms-input-placeholder, 
input[type="month"]:-webkit-input-placeholder, 
input[type="month"]:-moz-placeholder, 
input[type="month"]:-ms-input-placeholder, 
input[type="week"]:-webkit-input-placeholder, 
input[type="week"]:-moz-placeholder, 
input[type="week"]:-ms-input-placeholder, 
input[type="time"]:-webkit-input-placeholder, 
input[type="time"]:-moz-placeholder, 
input[type="time"]:-ms-input-placeholder, 
input[type="datetime"]:-webkit-input-placeholder, 
input[type="datetime"]:-moz-placeholder, 
input[type="datetime"]:-ms-input-placeholder, 
input[type="datetime-local"]:-webkit-input-placeholder, 
input[type="datetime-local"]:-moz-placeholder, 
input[type="datetime-local"]:-ms-input-placeholder, 
input[type="color"]:-webkit-input-placeholder, 
input[type="color"]:-moz-placeholder, 
input[type="color"]:-ms-input-placeholder, 
textarea:-webkit-input-placeholder, 
textarea:-moz-placeholder, 
textarea:-ms-input-placeholder { 
	color: #6c757d; 
	opacity: 1; 
}

select { 
	display: block; 
	width: 100%; 
	padding: .375rem .75rem; 
	font-size: 1rem; 
	line-height: 1.5; 
	color: #495057; 
	background-color: #fff; 
	background-clip: padding-box; 
	border: 1px solid #ced4da; 
	border-radius: .25rem; 
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
}

blockquote { 
	color: #666; 
	padding: 30px 30px 30px 90px;
    background: #fafafa;
    border: 1px solid #eee;
    position: relative;
    line-height: 2;
    font-size: 18px;
    font-style: italic;
}

blockquote:after {
    content: '”';
    width: 90px;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #2a41e8;
    position: absolute;
    top: 24px;
    left: 0;
}

blockquote p:last-child { 
	margin-bottom: 0; 
}

.navbar-dark .navbar-nav .dropdown-menu a { 
	display: block; 
	width: 100%; 
	padding: .25rem 1.5rem; 
	clear: both; 
	font-weight: 400; 
	color: #212529; 
	text-align: inherit; 
	white-space: nowrap; 
	background-color: transparent; 
	border: 0; 
}

.site-footer { 
	background-color: #151515 !important; 
	color: #565656 !important; 
}

.footer-widgets {
	padding: 5.9em 0 4.9em; 
}

.site-info {
	padding: 3.3em 0; 
	background-color: #000000;
	color: #888888;
	text-align: left;
}

footer p, 
footer {
	color: #888888;
}

.footer-widgets .widget-title {
	margin-bottom: 20px;
	color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.comment-navigation .nav-next, 
.posts-navigation .nav-next, 
.post-navigation .nav-next { 
	float: right; 
	text-align: right; 
	width: 50%; 
}

.comment-navigation .nav-previous, 
.posts-navigation .nav-previous, 
.post-navigation .nav-previous { 
	float: left; 
	text-align: left; 
	width: 50%; 
}

.post-thumbnail { 
	display: inline-block; 
	border-radius: 3px; 
	overflow: hidden; 
}

.card-title.entry-title { 
	margin-bottom: 30px; 
	font-weight: bold; 
}

.card-title.entry-title a {
	color: #111111;
}

.entry-meta { 
	margin-top: 30px;
    font-size: .9rem;
    padding-top: 30px;
    border-top: solid 1px #f4f4f4;
}

.entry-meta.border-bottom {
	margin-top: 0;
    border-top: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #f4f4f4;
}

.entry-footer { 
	font-size: .9rem; 
	margin-top: 1rem; 
}

.comments-link { 
	float: right; 
	margin: 7px 0px 7px 10px; 
	font-size: 90%; 
	padding-top: 0.2em; 
}

.cat-links .badge, 
.tags-links .badge { 
	font-size: 90%; 
	font-weight: normal; 
	border: 1px solid rgba(0, 0, 0, 0.125); 
	margin: 4px 10px 4px 0; 
	padding: .6em .9em; 
	background-color: #fff; 
}

.card-footer { 
	background-color: #f4f4f4; 
}

.cat-links a, 
.tags-links a { 
	color: #6c757d; 
}

.cat-links a:hover, 
.tags-links a:hover { 
	text-decoration: none; 
	color: #212529; 
}

.entry-meta a, 
.comments-link a, 
.edit-link a { 
	color: #6c757d; 
	font-weight: 600; 
}

.entry-meta a:hover, 
.comments-link a:hover, 
.edit-link a:hover { 
	text-decoration: none; 
	color: #aa0020; 
}

.entry-title a:hover { 
	color: #aa0020 !important; 
}

.content-area.fantasy-themes-404 .card-body { 
	padding: 2.5rem 4rem; 
}

.sidebar-1-area .widget, 
.footer-widgets .widget { 
	margin-bottom: 0; 
	padding: 4rem; 
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets .widget table {
	background: transparent;
	color: #b9b9b9;
}

.sidebar-1-area .widget ul, 
.footer-widgets .widget ul { 
	padding-left: 0; 
	color: #6c757d; 
	margin-bottom: 0; 
}

.widget ul.children,
.widget ul.sub-menu {
	padding-left: 15px;
}

.footer-widgets .widget ul {
	padding: 0;
}

.footer-widgets .widget ul ul {
	padding-left: 10px;
}

.footer-widgets .widget ul li:before {
	display: none;
}

.sidebar-1-area .widget ul li { 
	padding-top: 10px; 
	padding-bottom: 10px; 
	list-style: square; 
}

.sidebar-1-area .widget ul ul li,
.widget.woocommerce ul ul li,
.woocommerce .widget_layered_nav ul ul li,
.woocommerce .widget_rating_filter ul ul li {
	padding-left: 0;
	padding-right: 0;
    padding-bottom: 0;
    border: none !important
}

.sidebar-1-area .widget ul li:first-child { 
	border-top-right-radius: .25rem;
    border-top-left-radius: .25rem; 
}

.sidebar-1-area .widget ul li:last-child { 
	border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; 
	margin-bottom: 0; 
}

.sidebar-1-area .widget ul li a { 
	color: #737578; 
}

.footer-widgets .widget ul > li:before,
.footer-widgets .widget ul > li {
	color: #737578;
}

.footer-widgets .light {
	color: #5f5f5f;
	font-weight: 500;
}

.sidebar-1-area .widget ul li a:hover { 
	color: #D00027; 
	text-decoration: none; 
}

.footer-widgets .widget { 
	padding: 0; 
}

#wp-calendar #next { 
	text-align: right; 
}

#wp-calendar #prev a, 
#wp-calendar #next a { 
	color: #6c757d; 
}

#wp-calendar #prev a:hover, 
#wp-calendar #next a:hover { 
	color: #212529; 
	text-decoration: none; 
}

#calendar_wrap table th, 
#calendar_wrap table td { 
	padding: .25rem; 
	text-align: center;
}

footer #calendar_wrap table th, 
footer #calendar_wrap table td {
    padding: 0;
}

footer table thead th {
    border-bottom: solid 1px rgba(255,255,255,.07);
}

footer table, footer th, footer td {
    border: solid 1px rgba(255,255,255,.07);
}

.footer-widgets .calendar_wrap table th,
.footer-widgets .calendar_wrap table td {
    padding: 1px 0;
    text-align: center;
}

.footer-widgets .wp-calendar-table {
    margin-bottom: 0;
}

.footer-widgets .wp-calendar-table a {
    color: #D00027;
}

.widget .rsswidget {
	display: block;
}

.widget .rss-date {
	font-size: 80%;
    text-transform: uppercase;
    font-weight: bold;
}

footer .wp-caption-text {
	color: #888888;
}

.card-body { 
	padding: 3rem 4rem; 
}

select { 
	display: block; 
	width: 100%; 
	padding: .375rem .75rem; 
	font-size: 14px; 
	line-height: 1.5; 
	color: #495057; 
	background-color: #fff; 
	background-clip: padding-box; 
	border: 1px solid #ced4da; 
	border-radius: .25rem; 
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
}

.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { 
	display: inline-block; 
}

.entry-title a:hover { 
	text-decoration: none; 
}

.mt-3r { 
	margin-top: 30px; 
}

.fantasy-themes-jumbotron { 
	margin-bottom: 0; 
}

.fantasy-themes-jumbotron .jumbotron-heading { 
	font-weight: 600; 
}

.fantasy-themes-jumbotron .container { 
	max-width: 40rem; 
}

.comments-area { 
	clear: both; 
	-ms-word-wrap: break-word; 
	word-wrap: break-word; 
	overflow-wrap: break-word; 
	word-break: break-word; 
}

.comments-area .media-body { 
	overflow: auto; 
}

.comments-area .comment-list { 
	list-style: none; 
	padding-left: 0; 
}

.comments-area .comment-list > li { 
	border-bottom: 1px solid #dee2e6 !important; 
	padding: 2.5rem 4rem; 
}

.comments-area .comment-list ul.children { 
	list-style: none; 
	padding-left: 2rem; 
	border-top: solid 1px #dee2e6;
    margin-top: 30px;
}

.comments-area .comment-list ul.children li { 
	padding: 2.5rem 0;
    border-bottom: solid 1px #dee2e6; 
}

.comments-area .comment-list ul.children li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.comments-area .comment-list .comment-respond { 
	padding: 2.5rem 4rem; 
}

.comments-area .comments-title { 
	padding: 2.5rem 4rem; 
	border-bottom: 1px solid #dee2e6 !important; 
}

.comments-area .comment-navigation { 
	padding: 1rem 4rem 0; 
	border-bottom: 1px solid #dee2e6 !important; 
}

.comments-area .wb-comment-form { 
	padding: 2.5rem 4rem; 
}

.comments-area .wb-cancel-reply { 
	margin-left: 2rem; 
}

.comments-area .logged-in-as { 
	padding-left: 15px; 
	font-size: .9rem; 
}

.comments-area .logged-in-as a { 
	color: #6c757d; 
}

.comments-area .logged-in-as a:hover { 
	color: #212529; 
	text-decoration: none; 
}

.comments-area .wb-comment-notes { 
	font-size: .9rem; 
}

.comments-area .no-comments { 
	padding: 1rem 4rem; 
}

.comments-area small { 
	font-size: .9rem; 
}

.comments-area p { 
	-ms-word-wrap: break-word; 
	word-wrap: break-word; 
	overflow-wrap: break-word; 
	word-break: break-word; 
}

.comments-area .comment-reply-link, 
.comments-area .comment-edit-link { 
	margin-right: 1rem; 
	color: #6c757d; 
}

.comments-area .comment-reply-link:hover, 
.comments-area .comment-edit-link:hover { 
	color: #212529; 
	text-decoration: none; 
}

.comments-area .comment-author a:hover { 
	text-decoration: none; 
	color: #212529; 
}

.fantasy-themes-sticky { 
	position: absolute; 
	top: -5px;
    right: 1rem;
    font-size: 40px;
    color: #D00027;
}

.single .post-navigation .nav-links a { 
	color: #6c757d; 
	margin-bottom: 2rem; 
	display: inline-block; 
}

.single .post-navigation .nav-links a:hover { 
	color: #212529; 
	text-decoration: none; 
}

#ft-posts-slider { 
	border: 1px solid rgba(0, 0, 0, 0.125); 
}

#ft-posts-slider .carousel-item img { 
	width: auto; 
	height: 400px; 
	-o-object-fit: cover; 
	object-fit: cover; 
}

#ft-posts-slider .carousel-caption { 
	background: rgba(0, 0, 0, 0.4); 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	padding: 2rem 4rem; 
}

#ft-posts-slider .carousel-control-prev, 
#ft-posts-slider .carousel-control-next { 
	width: 10%; 
}

.custom-logo-link { 
	margin-right: 1rem; 
}

.site-title a, 
.navbar-dark .navbar-brand, 
.site-description { 
	margin-bottom: 0; 
}

.navbar-brand { 
	font-size: 1.5rem; 
}

.navbar-nav .nav-link { 
	font-weight: 600;
	padding: 1.5rem 1rem;
	padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
	color: #444; 
	
    font-size: 14px;
}

.navbar-dark .navbar-nav .nav-link { 
	color: #fff; 
	opacity: 0.5; 
}

.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-dark .navbar-nav .nav-link:focus { 
	color: #fff; 
	opacity: 0.75; 
}

.navbar-dark .navbar-nav .show > .nav-link, 
.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .nav-link.active { 
	color: #fff; 
	opacity: 1; 
}

.navbar-dark .navbar-brand:hover, 
.navbar-dark .navbar-brand:focus { 
	color: #fff; 
}

.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link { 
	color: #212529; 
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, 
.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus { 
	color: #212529; 
}

.page-template-full-width .site-footer.mt-4, 
.wb-bp-front-page .site-footer.mt-4 { 
	margin-top: 0 !important; 
}

.wb-hide-mobile-sidebar .fantasy-themes-sidebar-width { 
	display: none; 
}

.navbar-toggler { 
	background-color: #343a40; 
}

.site-header { 
	z-index: 99; 
	position: relative; 
}

.site-header.white-header .main-navigation:not(.clone-fixed) {
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.site-header.white-header .icon-mobile-menu span.icon-wrap:after {
	background-color: #fff !important;
}

.site-header:not(.white-header) { 
	background-color: #ffffff; 
}

.site-header.white-header {
	position: absolute;
	width: 100%;
}

.site-header:not(.white-header) .main-navigation {
	border-bottom: solid 1px rgba(0,0,0,.05);
}

body.custom-background .fantasy-themes-main-content .col-md-8 { 
	background: #f8f9fa; 
	padding: 2rem; 
}

.site-footer a,
.footer-widgets .widget ul li a {
	color: #a9a9a9;
    font-weight: 600;
}

.site-footer a:hover,
.footer-widgets .widget ul li a:hover { 
	color: #ffffff !important; 
	text-decoration: underline; 
}

.admin-bar .site-header.sticky-top { 
	top: 32px; 
}

.wb-bp-front-page .site-header { 
	border-bottom: 0; 
}

.wb-bp-front-page .fantasy-themes-jumbotron { 
	padding: 0; 
	background-size: cover; 
	background-position: center; 
	background-color: #343a40; 
	border-radius: 0; 
}

.wb-bp-front-page .fantasy-themes-jumbotron .fantasy-themes-jumbo-overlay { 
	padding: 10rem 2rem; 
	/* background: rgba(#212529, 0.7); 
	*/ }

.wb-bp-front-page .fantasy-themes-jumbotron .fantasy-themes-jumbo-overlay .lead { 
	opacity: .75; 
}

.wb-bp-front-page .fantasy-themes-jumbotron .fantasy-themes-jumbo-overlay .jumbotron-heading { 
	font-weight: 600; 
	font-size: 3rem; 
	margin-bottom: 1rem; 
}

.wb-bp-front-page .fantasy-themes-services-section { 
	padding: 4rem 0; 
}

.wb-bp-front-page .fantasy-themes-main-content { 
	padding: 4rem 0; 
}

.wb-bp-front-page .fantasy-themes-main-content p { 
	font-size: 1.25rem; 
	font-weight: 300; 
}

.wb-bp-front-page .fantasy-themes-main-content blockquote { 
	font-size: 1.35rem; 
}

.wb-bp-front-page .fantasy-themes-main-content blockquote p { 
	font-size: 1.35rem; 
}

.wb-bp-front-page .fantasy-themes-main-content .post-thumbnail { 
	margin-bottom: 1rem; 
	margin-top: 0.5rem; 
}

.wb-bp-front-page .fantasy-themes-feat-card-img { 
	-o-object-fit: cover; 
	object-fit: cover; 
	height: 200px; 
	width: 100%; 
}

.wp-caption .wp-caption-text { 
	font-size: 0.95rem; 
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  	.wb-hide-mobile-sidebar .fantasy-themes-sidebar-width { 
		display: block; 
	} 
}

.card {
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
}

.post.card {
	-moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.widget.border-bottom {
	border-color: #fbfbfb !important;
	border-width: 3px !important;
}

.bg-dark {
	background-color: #827a70 !important;
}

.card-footer {
	border: none;
}

a {
    color: #D00027;
    -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

a:hover,
.entry-meta a:hover, 
.comments-link a:hover, 
.edit-link a:hover {
    color: #aa0020;
    text-decoration: none;
}

.navbar-nav .current-menu-item > a.nav-link,
.navbar-nav .current_page_item > a.nav-link,
.navbar-nav li:hover > .nav-link,
.navbar-nav li:hover > .nav-link .ft-menu-bold,
.navbar-nav .current-menu-item > a.nav-link .ft-menu-bold,
.navbar-nav .current_page_item > a.nav-link .ft-menu-bold {
    color: #D00027;
}

.btn-primary {
	background-color: transparent;
	background: #0C3A96;
    border: none !important;
    padding: 15px 20px;
    position: relative;
    border-radius: 0.3rem;
    -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.btn-primary * {
	position: relative;
	z-index: 999;
}

.btn-primary:hover {
	opacity: 1;
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	background-color: #0C3A96;
	background: transparent;
}

input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover,
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus,
input[type="button"]:active, 
input[type="reset"]:active, 
input[type="submit"]:active {
	background-color: #D00027;
}

.btn-primary:after {
	display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.3rem;
    z-index: 1;
    transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
    background-color: #D00027;
    opacity: 0;
}

.btn-primary:hover:after,
.btn-primary:not(:disabled):not(.disabled):active:after, 
.btn-primary:not(:disabled):not(.disabled).active:after, 
.show > .btn-primary.dropdown-toggle:after {
    opacity: 1;
}

.btn-primary:focus, 
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 16, 83, 0.5);
}

.ft-mega-menu .widget ul {
	display: inline-block;
    left: 0;
    padding: 0;
}

.ft-mega-menu .widget ul > li {
	width: 100% !important;
}

.ft-mega-menu .widget ul > li:before {
	display: none;
}

.ft-mega-menu .widget ul > li a:hover {
	color: #0C3EB8;
}

.ft-mega-menu .widget ul > li a {
	padding: 10px 30px !important;
	padding-left: 0 !important;
	font-weight: 600;
	font-size: 14px;
    color: #696969;
    line-height: 130%;
}

.ft-mega-menu .widgettitle {
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.widget ul > li {
	position: relative;
	list-style: none !important;
	color: #827a70;
}

.widget ul > li:before {
	color: #D00027;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 0.3em;
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    display: none;
    left: -3em;
}

.header-main {
	padding: 0 1rem;
	background-color: #eee;
	text-align: right;
	z-index: 9;
    position: relative;
}

.container {
    max-width: 1280px;
}


/*
Menu
*/
.site-branding-text {
	padding: 21px 0;
}

.header-nav-wrapper {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar {
	padding: 0;
}

.navbar > .container .menu-main-menu-container {
	/*margin-left: auto;*/
}

#primary-menu {
	justify-content: center;
	width: 100%;
}

.main-menu li {
	display: inline-block;
	position: relative;
	float: left;
	outline: none;
}

.main-menu li.menu-has-mega-menu:not(.ft-menu-width-290):not(.ft-menu-width-330):not(.ft-menu-width-600):not(.ft-menu-width-900) {
	position: unset;
}

.main-menu li.menu-has-mega-menu.ft-menu-width-290 .ft-mega-menu {
	width: 290px;
}

.main-menu li.menu-has-mega-menu.ft-menu-width-330 .ft-mega-menu {
	width: 330px;
}

.main-menu li.menu-has-mega-menu.ft-menu-width-600 .ft-mega-menu {
	width: 600px;
}

.main-menu li.menu-has-mega-menu.ft-menu-width-900 .ft-mega-menu {
	width: 900px;
}

.main-menu > li:first-child {
	/*margin-left: -24px;*/
}

.main-menu li.menu-has-mega-menu > .sub-menu {
	display: none;
}

.main-menu li.menu-has-mega-menu > .sub-menu.ft-mega-menu {
	display: initial;
}

.main-menu > li + li:before {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -3px;
	left: -22px;
    height: 4px;
    width: 4px;
    background-color: #A5A5A5;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    content: '';
    display: none;
}

.main-menu li#menu-search-button,
.main-menu li.menu-social-links {
	float: right;
}

.main-menu li#menu-search-button a .fa,
.main-menu li.menu-social-links a .fa {
	margin-right: 0 !important;
}


.main-menu li.menu-login-register-button a:before,
.main-menu li.menu-login-register-button a:after,
.main-menu li.menu-compare-button a:before,
.main-menu li.menu-favorite-button a:before {
	display: none;
}

.main-menu li.menu-login-register-button:hover ul {
	display: none;
}

.main-menu li.menu-item a,
.main-menu li.page_item a {
	float: left;
	display: inline-block;
	position: relative;
    font-family: 'Open Sans', sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
}

header.white-header .main-navigation:not(.clone-fixed) .main-menu > li.menu-item > a,
header.white-header .main-navigation:not(.clone-fixed) .main-menu > li.page_item > a {
	color: rgba(255,255,255,.8);
}

header.white-header .main-navigation:not(.clone-fixed) .navbar-nav > li.current-menu-item > a.nav-link, 
header.white-header .main-navigation:not(.clone-fixed) .navbar-nav > li.current_page_item > a.nav-link, 
header.white-header .main-navigation:not(.clone-fixed) .navbar-nav > li:hover > .nav-link,
header.white-header .main-navigation:not(.clone-fixed) .navbar-nav > li > .nav-link:hover {
	color: #fff;
}

.main-menu li.menu-item.menu-item-has-children > a,
.main-menu li.page_item.menu-item-has-children > a {
	padding-right: 34px !important;
}

.main-menu li.menu-item > a > i,
.main-menu li.page_item > a > i {
	margin-right: 10px;
    font-size: 90%;
}

.main-menu a:hover {
	color: #0C3A96;
}

.main-menu > .menu-item-has-children > a { 
	padding-right: 23px; 
	position: relative; 
}
.main-menu > .menu-item-has-children > a::after {
    font-family: "FontAwesome";
    content: "\f107";
	display: block;
	position: absolute;
	z-index: 1001;
	right: 0;
    margin-right: 10px;
    top: 0;
    margin-top: 25px;
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.sub-menu > .menu-item-has-children > a {  
	position: relative; 
}
.sub-menu > .menu-item-has-children > a::after {
    font-family: "FontAwesome";
    content: "\f105";
	display: block;
	position: relative;
	display: inline-block;
	z-index: 1001;
	right: 0;
	top: 0;
	margin-left: 20px;
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.main-menu li:hover > a { 
	cursor: pointer; 
	color: #0C3A96; 
}
.main-menu li:hover > a::after { 
	border-top-color: #0C3A96; 
}

.main-menu > li > a:before {
	content: " ";
    text-align: center;
    height: 3px;
    background: #0C3A96;
    display: block;
    position: absolute;
    bottom: 0;
    left: 4px;
    right: 4px;
    margin: 0!important;
    opacity: 0;
}

header.white-header .main-navigation:not(.clone-fixed) .main-menu > li > a:before {
    background: #ffffff;
}

.main-menu > li:hover > a:before,
.main-menu > li.menu-item.current_page_item a:before, 
.main-menu > li.page_item.current-menu-item a:before {
	opacity: 1;
}

.main-menu ul li:hover > a,
.main-menu ul li.active > a { 
	cursor: pointer; 
}
.main-menu ul li:hover > a::after { 
	border-top-color: #fff; 
}
.main-menu li.menu-login-register-button ul.sub-menu li a:hover {padding-right: 35px;}
.main-menu ul.sub-menu.td-mega-menu>li>a:hover {padding-left: 30px;}


/* Sub menus --------------------------------------- */


.main-menu ul.sub-menu {
	padding: 0;
	position: absolute;
	display: block;
	left: -9999px;
	top: 100%;
	opacity: 0;
	z-index: 999;
	padding: 20px 0;
	margin-top: 20px;
	background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 4px 10px rgba(78, 82, 99, 0.1);
    -webkit-transition: opacity 0.2s ease,margin-top 0.2s ease;
    -moz-transition: opacity 0.2s ease,margin-top 0.2s ease;
    -ms-transition: opacity 0.2s ease,margin-top 0.2s ease;
    -o-transition: opacity 0.2s ease,margin-top 0.2s ease;
    transition: opacity 0.2s ease,margin-top 0.2s ease;
}

.main-menu ul.sub-menu ul {
	margin-top: 0;
}

.ft-mega-menu {
	padding: 0 !important;
	overflow: hidden !important;
	width: 100%;
    left: 0;
    margin-left: 0 !important;
}

.main-menu > li > ul.sub-menu:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0%;
	margin-left: 10px;
	border: 8px solid transparent;
	border-bottom-color: #222;
	display: none;
}

.main-menu ul.sub-menu > li { 
		
	width: 240px;
}

.main-menu li.ft-menu-width-290 ul.sub-menu > li { 
		
	width: 290px;
}

.main-menu li.ft-menu-width-330 ul.sub-menu > li { 
		
	width: 330px;
}

.main-menu li.ft-menu-width-600 ul.sub-menu > li { 
		
	width: 600px;
}

.main-menu ul.sub-menu > li > a {
	display: block;
	padding: 13px 30px !important;
	line-height: 130%;
	width: 100%;
	letter-spacing: 0;
	font-size: 14px;
	color: #696969;
}

.main-menu ul.sub-menu > ul {
	top: 0;
	left: 240px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.main-menu ul.sub-menu > li:last-child > a { 
	border-bottom-width: 0; 
}

.main-menu > li:hover > ul {
	opacity: 1;
    display: block;
    left: 0;
    margin-left: -10px;
    margin-top: 0;

    /*-webkit-animation: fadeInUp 100ms linear;
    animation: fadeInUp 100ms linear;*/
}

.main-menu > li.ft-menu-position-right:hover > ul {
	opacity: 1;
    display: block;
    left: unset;
    right: 0;
    margin-left: 0;
    margin-right: -10px;
    margin-top: 0;
}

.main-menu > li.ft-menu-position-middle:hover > ul {
	opacity: 1;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    margin-top: 0;
}

.ft-menu-attrtitle {
	display: block;
    color: #848484;
    margin-top: 5px;
    font-size: 13px;
}

.ft-menu-bold {
	font-size: 16px;
    font-weight: bold;
    color: #212529;
}

.ft-menu-has-attrtitle a:after {
	content: "";
    width: 100%;
    display: block;
    border-bottom: solid 1px #ececec;
    bottom: -14px;
    position: relative;
    margin: 7px 0;
}

#autoroyal-side-menu .ft-menu-has-attrtitle a:after {
	bottom: -10px;
}

.ft-menu-icon {
	display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    top: -3px;
    position: relative;
}

.ft-menu-icon svg {
	max-width: 20px;
	max-height: 20px;
    vertical-align: baseline;
}

.ft-menu-icon i {
	font-size: 20px;
	color: #0C3EB8;
}

ul.sub-menu li.ft-menu-has-attrtitle .ft-menu-icon {
	height: 40px;
	width: 40px;
    margin-right: 15px;
    top: 0;
    float: left;
}

ul.sub-menu li.ft-menu-has-attrtitle .ft-menu-icon svg {
	max-width: 40px;
	max-height: 40px;
}

ul.sub-menu li.ft-menu-has-attrtitle .ft-menu-icon i {
	font-size: 40px;
}

ul.sub-menu li.ft-menu-has-icon .ft-menu-attrtitle {
	width: calc(100% - 55px);
    display: inline-block;
}

ul.sub-menu li.ft-menu-has-attrtitle:last-of-type a:after {
	display: none;
}

/*------------------------------------
  Animate.css
------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}



/* Deep down --------------------------------------- */


.main-menu ul ul { 
	padding-top: 0;
	top: 10px;
}

.main-menu ul ul .menu-item-has-children:hover::after { 
	border-left-color: #333; 
}
.main-menu ul ul ul li { 
	background: #444; 
}
.main-menu ul ul ul .menu-item-has-children:hover::after { 
	border-left-color: #444; 
}
.main-menu ul ul ul ul li { 
	background: #555; 
}
.main-menu ul ul ul ul .menu-item-has-children:hover::after { 
	border-left-color: #555; 
}
.main-menu ul ul ul ul ul li { 
	background: #666; 
}
.main-menu ul ul ul ul ul .menu-item-has-children:hover::after { 
	border-left-color: #666; 
}

.main-menu li > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
	top: -20px;
	width: 240px;
	left: 242px;
	border-left: solid 2px transparent;
}

.main-menu li.edge > ul > li:hover > ul {
	left: -242px;
}

.main-menu li.ft-menu-width-290 > ul > li:hover > ul { 
		
	left: 292px;
}

.main-menu li.ft-menu-width-330 ul > li:hover > ul { 
		
	left: 332px;
}

.main-menu li.ft-menu-width-600 ul > li:hover > ul { 
		
	width: 602px;
}

.autoroyal-read-more {
	margin-top: 30px;
}

.autoroyal-read-more a.btn {
	background-color: #2c425d;
}

.ml-1, .mx-1 {
    margin-left: 0.75rem !important;
}

.autoroyal-menu-wrapper {
    display: none;
    float: right;
    position: relative;
    margin-top: 24px;
    margin-left: 20px;
}

.icon-mobile-menu {
    display: inline-block;
    width: 24px;
    height: 14px;
    background: center center no-repeat;
    text-indent: -900em;
    z-index: 2;
    position: relative;
    transition: all .2s ease;
}

.icon-mobile-menu, 
.icon-mobile-menu span.icon-wrap:before {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.icon-mobile-menu span.icon-wrap {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
}

span.icon-wrap.autoroyal-top-line {
    margin-top: 4px;
}

span.icon-wrap.autoroyal-bottom-line {
    margin-top: 4px;
}

.icon-mobile-menu span.icon-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #D00027;
}

.autoroyal-side-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 99999;
    width: 340px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;

    transform: translate3d(425px,0,0);
    -webkit-transform: translate3d(425px,0,0);
    -o-transform: translate3d(425px,0,0);
    -ms-transform: translate3d(425px,0,0);

    -webkit-transition: all .7s cubic-bezier(0.25,1,.2,1);
    -moz-transition: all .7s cubic-bezier(0.25,1,.2,1);
    -ms-transition: all .7s cubic-bezier(0.25,1,.2,1);
    transition: all .7s cubic-bezier(0.25,1,.2,1);
}

#autoroyal-admin-side-menu.autoroyal-side-menu {
	left: auto;
	right: -280px;
}

body.admin-bar .autoroyal-side-menu {
	padding-top: 32px !important;
}

.autoroyal-side-opened .autoroyal-side-menu {
	transform: translate3d(0px, 0px, 0px);
}

body.autoroyal-side-opened {
	overflow: hidden;
}

.autoroyal-side-menu .autoroyal-side-top {
    position: relative;
    overflow: hidden;
    padding: 50px 50px 0px 50px;
    opacity: 0;
    transform: translateX(50px);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) 0.18s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.18s;
    -moz-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.18s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.18s;
    -ms-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.18s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.18s;
    transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.18s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.18s;
}

.autoroyal-side-opened .autoroyal-side-menu .autoroyal-side-top {
	opacity: 1;
    transform: translateX(0px);
}

.autoroyal-side-menu .autoroyal-side-top .logo-for-panel {
    float: left;
}

.autoroyal-side-menu .autoroyal-side-top .logo-for-panel .dark-logo {
	display: none;
}

.autoroyal-side-menu .autoroyal-side-inner {
	float: left;
	width: 100%;
	padding: 20px 50px;
	opacity: 0;
	transform: translateX(50px);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
    -moz-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
    -ms-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
    transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
}

.autoroyal-side-opened .autoroyal-side-menu .autoroyal-side-inner {
	opacity: 1;
    transform: translateX(0px)
}

.autoroyal-side-inner ul.autoroyal-side-inner-menu {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.autoroyal-side-inner ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}

.autoroyal-side-inner ul li {
    display: block;
    margin: 0;
    float: left;
    width: 100%;
    -webkit-transition: background .3s ease, border-top .3s ease;
    -moz-transition: background .3s ease, border-top .3s ease;
    transition: background .3s ease, border-top .3s ease;
}

.autoroyal-side-inner ul li:first-child {
    border-top-color: transparent;
}

.autoroyal-side-inner ul li a {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 48px;
    padding: .5rem 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
    text-decoration: none;
    -webkit-transition: color .3s ease, background .3s ease;
    -moz-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
}

.autoroyal-side-inner ul li ul {
    margin: 0;
    border-bottom: none;
}

.autoroyal-side-inner ul li a i.open-sub-menu {
	float: right;
    padding: 16px 0px 9px 20px;
}

.autoroyal-side-inner ul li a i.open-sub-menu.rotate {
	transform: rotate(180deg);
    padding: 9px 20px 18px 0px;
}

.autoroyal-side-inner ul ul li a i.open-sub-menu {
    padding: 0;
    text-align: right;
}

.autoroyal-side-inner ul ul li a i.open-sub-menu.rotate {
    padding: 0;
    text-align: left;
}

.autoroyal-side-inner ul li .sub-menu {
	height: auto;
    width: 100%;
    overflow: hidden;
    display: none;
    margin-bottom: 10px;
}

.autoroyal-side-inner .sub-menu > .menu-item-has-children > a::after {
	display: none;
}

.autoroyal-side-inner .sub-menu {
	padding-left: 20px !important;
}

.autoroyal-side-inner .sub-menu > section.vc_section {
	margin-left: 0 !important;
}

.megamenu-no-title-padding {
	padding-top: 34px;
}

.autoroyal-side-inner .megamenu-no-title-padding {
	padding-top: 0;
}

.autoroyal-side-inner .sub-menu li a {
	line-height: 20px;
	font-size: 15px;
	padding-left: 0;
    padding-right: 0;
}

.autoroyal-side-inner ul.autoroyal-dashboard-menu li a {
	line-height: inherit;
	padding-top: 8px;
	padding-bottom: 8px;
}

.autoroyal-side-inner ul.autoroyal-dashboard-menu li a,
.autoroyal-side-inner ul.autoroyal-dashboard-menu li a:hover, 
.autoroyal-side-inner ul.autoroyal-dashboard-menu li.active a {
	background: transparent;
	border: none;
}

.autoroyal-side-inner li.menu-login-register-button a .material-icons,
.autoroyal-side-inner li.menu-login-register-button a span,
.autoroyal-side-inner li.menu-compare-button a .material-icons,
.autoroyal-side-inner li.menu-compare-button a span,
.autoroyal-side-inner li.menu-favorite-button a .material-icons,
.autoroyal-side-inner li.menu-favorite-button a span {
	float: left;
	line-height: 24px;
}

.autoroyal-side-inner li a span.amount,
.autoroyal-side-inner li a span.amount span {
	float: none;
}

.autoroyal-side-inner li.menu-login-register-button > a > .material-icons,
.autoroyal-side-inner li.menu-compare-button > a > .material-icons,
.autoroyal-side-inner li.menu-favorite-button > a > .material-icons {
	font-size: 28px !important;
	line-height: 48px !important;
	margin-right: 10px;
	display: none;
}

.autoroyal-side-inner li.menu-login-register-button > a > span,
.autoroyal-side-inner li.menu-compare-button > a > span,
.autoroyal-side-inner li.menu-favorite-button > a > span {
	line-height: 42px;
}

.autoroyal-side-inner .sub-menu li a .fa {
	width: 30px;
    font-size: 90%;
}

.autoroyal-side-inner ul li.opened-subm-menu a {
	background: #252525;
	transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
}

.autoroyal-side-inner ul li.opened-subm-menu {
	transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
}

.autoroyal-side-inner .sub-menu li ul.sub-menu a {
	padding-left: 0;
	position: relative;
}

.autoroyal-side-inner .sub-menu li ul.sub-menu a:before {
	content: "\f105";
	position: absolute;
	top: 0;
	margin-top: 15px;
	left: 0;
	margin-left: 25px;
	font: normal normal normal 14px/1 FontAwesome;
	color: rgba(255,255,255,0.2);
}

.autoroyal-side-close {
	display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.32s;
    -moz-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.32s;
    -ms-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.32s;
    transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.32s;
}

body.autoroyal-side-opened .autoroyal-side-close {
    display: block;
    background-color: rgba(0,0,0,0.3);
}

#searchform-sidebar,
.shop-sidebar-buttons {
	float: left;
	width: 100%;
	padding: 0 50px;
	position: relative;
	margin-bottom: 20px;
	opacity: 0;
    transform: translateX(50px);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) 0.35s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.35s;
    -moz-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.35s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.35s;
    -ms-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.35s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.35s;
    transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.35s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.35s;
}

#searchform-sidebar {
	margin-bottom: 70px;
}

.autoroyal-side-opened #searchform-sidebar,
.autoroyal-side-opened .shop-sidebar-buttons {
	opacity: 1;
    transform: translateX(0px);
}

.input-with-icon i {
    position: absolute;
    font-size: 20px;
    margin-right: 70px;
    top: 16px;
    right: 0;
    color: #fff;
}

#searchform-sidebar .input-with-icon i {
	font-size: 14px;
	top: 14px;
	color: #484848;
}

input#small-search-box {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 30px !important;
    line-height: 30px;
    border-color: #a0a0a0;
}

input#small-search-box::-webkit-input-placeholder {
	color: #fff;
}

.close-side-menu-icon {
	width: 40px;
	height: 40px;
	float: right;
	position: relative;
	margin-right: -6px;
}

.close-side-menu-icon:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #484848;
	transform: rotate(45deg);
}

.close-side-menu-icon:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #484848;
	transform: rotate(-45deg);
}

.autoroyal-top-header-menu {
	width: 100%;
}

.autoroyal-top-header-menu,
.autoroyal-top-header-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
	color: #6e7275;
	line-height: 1;
}

.autoroyal-top-header-menu li {
	margin-left: 15px;
}

.autoroyal-top-header-menu li a {
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	background-color: #D00027;
	position: relative;
	text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.autoroyal-top-header-menu li.menu-login-register-button a {
    font-size: 14px;
    padding: 7px 15px 3px 15px;
    font-weight: 500;
}

.autoroyal-top-header-menu li.social-link a .fa {
	width: 20px;
	text-align: center;
}

.autoroyal-top-header-menu li.social-link a {
	color: #929292;
}

.autoroyal-top-header-menu li.social-link a,
.autoroyal-top-header-menu li.social-link a:before,
.autoroyal-top-header-menu li.social-link a:after {
	background-color: #eee;
}

.autoroyal-top-header-menu li.social-link a:hover,
.autoroyal-top-header-menu li.social-link a:hover:before,
.autoroyal-top-header-menu li.social-link a:hover:after {
	background-color: #D00027;
}

.autoroyal-top-header-menu li.social-link.facebook-link a:hover,
.autoroyal-top-header-menu li.social-link.facebook-link a:hover:before,
.autoroyal-top-header-menu li.social-link.facebook-link a:hover:after {
	background-color: #3B5998;
}

.autoroyal-top-header-menu li.social-link.twitter-link a:hover,
.autoroyal-top-header-menu li.social-link.twitter-link a:hover:before,
.autoroyal-top-header-menu li.social-link.twitter-link a:hover:after {
	background-color: #1DA1F2;
}

.autoroyal-top-header-menu li.social-link.youtube-link a:hover,
.autoroyal-top-header-menu li.social-link.youtube-link a:hover:before,
.autoroyal-top-header-menu li.social-link.youtube-link a:hover:after {
	background-color: #ff0000;
}

.autoroyal-top-header-menu li.social-link.instagram-link a:hover,
.autoroyal-top-header-menu li.social-link.instagram-link a:hover:before,
.autoroyal-top-header-menu li.social-link.instagram-link a:hover:after {
	background-color: #fbad50;
}

.autoroyal-top-header-menu li.social-link a:before {
	border-left: solid 1px #fff;
}

.autoroyal-top-header-menu > li > a:before {
	border-left: solid 1px #fff;
}

.autoroyal-top-header-menu li#menu-search-button a {
	font-size: 18px;
	line-height: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.autoroyal-top-header-menu li.no-button {
	padding: 10px 15px;
    padding-left: 0;
    padding-right: 30px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .7px;
    margin: 0;
}

.autoroyal-top-header-menu li.no-button .fa {
	margin-right: 5px;
	color: #0C3A96;
}

.autoroyal-top-header-menu li.no-button * {
	display: inline-block;
}

.autoroyal-top-header-menu li a:hover {
	color: #fff;
	background-color: #aa0020;
	text-decoration: none;
}

.autoroyal-top-header-menu li a:hover:before,
.autoroyal-top-header-menu li a:hover:after {
	background-color: #aa0020;
}

.autoroyal-top-header-menu > li > a:before {
	content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    transform: skewX(-20deg);
    top: 0px;
    left: -10px;
    background-color: #D00027;
    -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.autoroyal-top-header-menu > li > a:after {
	content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    transform: skewX(-20deg);
    top: 0px;
    right: -10px;
    background-color: #D00027;
    -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.autoroyal-top-header-menu li:last-child a:after {
	display: none;
}

.autoroyal-top-header-menu > li:last-child > a:before,
.autoroyal-top-header-menu > li:last-child > a {
	background-color: #aa0020;
}

.autoroyal-top-header-menu li:last-child > a:hover:before,
.autoroyal-top-header-menu li:last-child > a:hover {
	background-color: #0C3A96;
}

.autoroyal-top-header-menu li:last-child a {
	padding-right: 20px;
}

.menu-login-register-button > a > .fa {
	margin-right: 7px;
	font-size: 90%;
}

.autoroyal-top-header-menu ul.sub-menu {
	padding: 0;
    position: absolute;
    z-index: 10000;
    display: block;
    right: -9999px;
    width: 240px;
    top: 57px;
    opacity: 0;
    z-index: 999;
    -webkit-transition: opacity 0.2s ease, top 0.2s ease;
    -moz-transition: opacity 0.2s ease, top 0.2s ease;
    -ms-transition: opacity 0.2s ease, top 0.2s ease;
    -o-transition: opacity 0.2s ease, top 0.2s ease;
    transition: opacity 0.2s ease, top 0.2s ease;
    box-shadow: 0px 19px 35px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0px 19px 35px rgba(0,0,0,0.11);
}

.autoroyal-top-header-menu > li:hover > ul {
    opacity: 1;
    right: 0;
    top: 38px;
}

.autoroyal-top-header-menu ul.sub-menu li {
    width: 240px;
    background: #fff;
    margin-left: 0;
}

.autoroyal-top-header-menu ul.sub-menu li a {
	width: 100%;
	padding: 10px 15px;
	background-color: #fff;
    color: #444;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    border-bottom: solid 1px rgba(0,0,0,0.02);
}

.autoroyal-top-header-menu ul.sub-menu li a .fa {
	margin-right: 7px;
}

.autoroyal-top-header-menu ul.sub-menu li a:hover {
	color: #fff;
    background-color: #D00027;
    padding-right: 20px;
}

.autoroyal-compare-menu,
.autoroyal-compare-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
    position: relative;
    outline: none;
    line-height: 1.2rem;
}

.autoroyal-compare-menu .material-icons {
	font-size: 28px !important;
	float: left;
	margin-right: 0 !important;
	margin-left: 10px;
}

.autoroyal-compare-menu li.menu-compare-button,
.autoroyal-compare-menu li.menu-login-register-button {
    margin-left: 30px;
}

.main-menu.autoroyal-compare-menu > li:last-child > a {
	padding-right: 0 !important;
}

.autoroyal-compare-menu li span.menu-label {
    float: left;
    margin-top: 4px;
}

.autoroyal-compare-menu li.menu-login-register-button a span {
	padding-top: 5px;
    display: inline-block;
    margin-left: 5px;
}

.autoroyal-compare-menu li a {
	color: #6d6d6d;
	display: block;
}

.autoroyal-compare-menu li a:hover,
.autoroyal-compare-menu li a .fa-check-circle-o {
	color: #aa0020;
}

header.white-header .main-navigation:not(.clone-fixed) .autoroyal-compare-menu li a {
	color: rgba(255,255,255,.8);
}

header.white-header .main-navigation:not(.clone-fixed) .autoroyal-compare-menu li a:hover {
	color: #fff;
}

.logo-white,
header.white-header .main-navigation:not(.clone-fixed) .logo-dark {
	display: none;
}

header.white-header .main-navigation:not(.clone-fixed) .logo-white {
	display: inline-block;
}

.site-branding-text img {
	max-height: 38px;
}

#site-navigation.sticky-header.clone-fixed {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    margin-top: -100%;
    top: 0;
    transition: all .3s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .3s cubic-bezier(.2,1,.22,1);
}

.autoroyal-login-page-icon {
    height: 470px;
    text-align: center;
}

.autoroyal-login-page-icon .fa {
    font-size: 240px;
    line-height: 470px;
    color: rgba(0,0,0,.7);
}

/* Login / Register Popup ---------------------------------------------- */
#overlay {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.85);
    pointer-events: none;
    z-index: 9999999;
}

#modal {
    position: relative;
    width: 300px;
    margin: 100px auto 0;
    border-radius: 3px;
    box-shadow: 0 5px 12px rgba(15,27,39,.4);
    background: #fff;
    -webkit-transform: translateY(-80%) scale(.8);
    transform: translateY(-80%) scale(.8);
    transition-timing-function: cubic-bezier(.3, 0, 0, 1.3);
    transition-delay: .3s;
    z-index: 9999999;
}

#modal-inner {
    padding: 25px;
}

#modal-inner h4 {
    line-height: 1;
    margin: 0;
    margin-bottom: 20px;
}

#overlay, #modal {
    opacity: 0;
    transition: .3s;
}

#modal .close {
    position: absolute;
    z-index: 999;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    right: 25px;
    top: 25px;
    line-height: 26px;
    padding: 0;
    background-color: #0C3A96;
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 0 rgba(0,0,0,.14);
    opacity: 1;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#modal .close:hover {
    background-color: #000;
}

#autoroyal_login_form {
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #d5d9dd;
}

#overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.open #modal {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

#register, 
#lost-password {
    display: none;
}

#modal p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.autoroyal-margin-bottom-0 {
    margin-bottom: 0 !important;
}

#autoroyal_login_submit,
#autoroyal_register_submit,
#autoroyal_reset_submit {
    width: 100%;
}

#autoroyal_signup_submit {
    margin-bottom: 20px;
}

#login-progress,
#register-progress,
#register-submit-progress,
#reset-progress,
#autoroyal_login_submit_front .fa,
#autoroyal_register_submit_front .fa {
    display: none;
    margin-left: 10px;
}

#modal label {
    width: 100%;
}

.wp-social-login-provider-list {
    padding: 0;
    padding-bottom: 10px;
}

#autoroyal_account_login_errors,
#autoroyal_account_register_errors,
.autoroyal_account_register_submit_errors,
#autoroyal_account_reset_errors,
#autoroyal_submit_errors {
    margin-bottom: 20px;
    border: 1px solid #d3847a;
    background: #f9a89d;
    display: none;
    padding: 7px 10px;
    width: 100%;
}

#autoroyal_account_login_errors span,
#autoroyal_account_register_errors span,
.autoroyal_account_register_submit_errors span,
#autoroyal_account_reset_errors span,
#autoroyal_submit_errors span {
    font-weight: bold;
}

#submit-listing-confirmation,
#autoroyal_view_property {
    display: none;
}

#autoroyal-add-notification {
    margin-top: 31px;
    width: 100%;
}

#autoroyal_submit_property .fa-spinner,
#autoroyal_publish_property .fa-spinner,
#autoroyal_update_property .fa-spinner,
#autoroyal-add-notification .fa-spinner,
#autoroyal-add-notification .fa-check,
#autoroyal-add-notification .fa-exclamation-triangle {
    display: none;
    margin-right: 7px;
    font-size: 90%;
}

#autoroyal_publish_property_inactive {
    color: #fff;
    background-color: #333;
    box-shadow: 0 2px 0 #333;
}

.autoroyal-full-width-page {
	margin-top: 30px;
}

#posts_per_page {
    margin-top: 12px;
}

.autoroyal-inventory-filter #posts_per_page {
	float: left;
}

body.admin-bar #site-navigation.clone-fixed.slideDown {
	margin-top: 0;
    top: 32px !important;
}

/*--------------------------------*/
/* -- LOADING ANIMATION STUFF -- */
/*------------------------------*/
#pageloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	z-index: 99999999;
	display: block;
	text-align: center;
}

.preloader-wrapper {
  	display: inline-block;
  	width: 64px;
  	height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    z-index: 4000;
}
.preloader-wrapper div {
	animation: preloader-wrapper 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px;
}
.preloader-wrapper div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000;
	margin: -3px 0 0 -3px;
}

.preloader-wrapper div:nth-child(1) {
	animation-delay: -0.036s;
}
.preloader-wrapper div:nth-child(1):after {
	top: 50px;
	left: 50px;
}
.preloader-wrapper div:nth-child(2) {
	animation-delay: -0.072s;
}
.preloader-wrapper div:nth-child(2):after {
	top: 54px;
	left: 45px;
}
.preloader-wrapper div:nth-child(3) {
	animation-delay: -0.108s;
}
.preloader-wrapper div:nth-child(3):after {
	top: 57px;
	left: 39px;
}
.preloader-wrapper div:nth-child(4) {
	animation-delay: -0.144s;
}
.preloader-wrapper div:nth-child(4):after {
	top: 58px;
	left: 32px;
}
.preloader-wrapper div:nth-child(5) {
	animation-delay: -0.18s;
}
.preloader-wrapper div:nth-child(5):after {
	top: 57px;
	left: 25px;
}
.preloader-wrapper div:nth-child(6) {
	animation-delay: -0.216s;
}
.preloader-wrapper div:nth-child(6):after {
	top: 54px;
	left: 19px;
}
.preloader-wrapper div:nth-child(7) {
	animation-delay: -0.252s;
}
.preloader-wrapper div:nth-child(7):after {
	top: 50px;
	left: 14px;
}
.preloader-wrapper div:nth-child(8) {
	animation-delay: -0.288s;
}
.preloader-wrapper div:nth-child(8):after {
	top: 45px;
	left: 10px;
}
@keyframes preloader-wrapper {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.left {
    float: left !important;
}
.right {
    float: right !important;
}
.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}
.circle {
    border-radius: 50%;
}
.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 6px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.circle-clipper .circle:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #666;
}
.circle-clipper.left .circle:after {
    bottom: 3px;
    left: 2px
}
.circle-clipper.right .circle:after {
    bottom: 3px;
    right: 2px;
}
.active .circle-clipper.left .circle {
    -webkit-animation: left-spin 0.75s linear infinite alternate;
    animation: left-spin 0.75s linear infinite alternate;
}
.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-animation: left-spin 0.75s linear infinite alternate;
    animation: left-spin 0.75s linear infinite alternate;
}
.active .circle-clipper.right .circle {
    -webkit-animation: right-spin 0.75s linear infinite alternate;
    animation: right-spin 0.75s linear infinite alternate;
}
.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}
.gap-patch .circle {
    width: 1000%;
    left: -450%;
}

.color_2 .circle-clipper .circle:after {
    background-color: #D00027;
}

.spinner-layer.color_2 {
    border-color: #D00027;
}

.active .spinner-layer.color_1 .right, 
.active .spinner-layer.color_1 .left{-webkit-animation:material-fade-in-first 1.2s linear infinite alternate; 
	animation:material-fade-in-first 1.2s linear infinite alternate}
.active .spinner-layer.color_2 .right, 
.active .spinner-layer.color_2 .left{-webkit-animation:material-fade-in-second 1.2s linear infinite alternate; 
	animation:material-fade-in-second 1.2s linear infinite alternate}

@keyframes left-spin{  to{    transform:rotate(10deg)}
  from{    transform:rotate(130deg)}
}
@keyframes right-spin{  from{    transform:rotate(-130deg)}
  to{    transform:rotate(-10deg)}
}

@-webkit-keyframes container-rotate{to{-webkit-transform:rotate(360deg)}}
@keyframes container-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

@keyframes material-fade-in-first{  from{  opacity:1}
  to{  opacity:0}
}
@keyframes material-fade-in-second{  from{  opacity:0}
  to{  opacity:1}
}

/*//////////////////////////// 
/ 22 Back To Top
///////////////////////////*/
.cd-top {
  	display: inline-block;
  	height: 60px;
  	width: 60px;
  	position: fixed;
  	bottom: 60px;
  	right: 60px;
  	z-index: 999997;
  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  	/* image replacement properties */
  	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
  	background: #D00027 url(assets/images/cd-top-arrow.svg) no-repeat center 50%;
  	opacity: 0;
  	border-radius: 4px;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-ms-transform: translateY(130px);
    transform: translateY(130px);
    -webkit-transform: translateY(130px);
}
.cd-top.go-top-visible {
  	/* the button becomes visible */
  	-ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  	opacity: 1;
}
.cd-top.cd-fade-out {
  	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  	opacity: .5;
}
.cd-top:hover {
  	background-color: #D00027;
  	opacity: 1;
}

/* -------------------------------------------------------------------------------- */
/*	33. Animated Number Boxes
/* -------------------------------------------------------------------------------- */
.autoroyal-animated-number-box {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 30px;
	padding: 30px;
}

.autoroyal-animated-number-box i {
	font-size: 56px;
    position: absolute;
    left: 30px;
    top: 28px;
}

.autoroyal-animated-number-box h1,
.autoroyal-animated-number-box h3 {
	text-align: left !important;
}

.autoroyal-animated-number-box.has-icon h1,
.autoroyal-animated-number-box.has-icon h3 {
	padding-left: 60px;
}

.autoroyal-animated-number-box h3 {
	font-weight: normal;
	font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.autoroyal-animated-number-box h1 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 45px;
    letter-spacing: -1.5px;
}

.autoroyal-animated-number-box.autoroyal-icon-box-style-boxed {
	padding-top: 80px;
}

.autoroyal-icon-box-style-alt {
	position: relative;
    overflow: hidden;
    padding: 2.4375em;
    padding-top: 80px;
    border: dotted 1px rgba(0,0,0,0.1);
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.autoroyal-icon-box-style-alt:hover {
	background-color: #f4f4f4;
}

/* -------------------------------------------------------------------------------- */
/*	34. testimonials
/* -------------------------------------------------------------------------------- */
.autoroyal-testimonials {
    border-radius: 10px;
    position: relative;
    line-height: 1.714em;
    font-size: 18px;
    padding: 0 60px;
    padding-bottom: 30px;
}

.autoroyal-testimonials-holder {
	background-image: url(assets/images/icon-bg-shape-3.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 520px;
}

.autoroyal-testimonials-holder .material-icons {
	font-size: 180px !important;
	color: #2C425D;
}

.autoroyal-post-testimonials-content {
	font-size: 28px;
    line-height: 46px;
    color: #2C425D;
}

.autoroyal-testimonials .rating {
    color: #D00027;
    margin-bottom: 10px;
    display: inline-block;
}

.autoroyal-testimonials-holder .user {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-top: 60px;
}

.autoroyal-testimonials-holder .user .img-circle {
    margin: 0 auto 25px;
    border-radius: 50%;
    width: 100px !important;
    height: 100px;
    display: inline-block;
    border: solid 5px #fff;
}

.autoroyal-testimonials-holder .user h4 {
    margin: 0;
}

.autoroyal-testimonials-holder .user span {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.text-muted {
    color: #8e98a0 !important;
}

.owl-dots {
	width: 100%;
    text-align: center;
    display: inline-block;
}

.owl-dots .owl-dot {
	border: 0;
    background-color: #fff;
    display: inline-block;
    width: 9px;
    height: 9px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0 15px;
}

.owl-dots .owl-dot:before {
    content: '';
    position: absolute;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    background: #fff !important;
    border: solid 3px #0C3EB8 !important;
    margin-top: 11px;
    left: 0;
    outline: none !important;
    box-shadow: none;
    box-shadow: 0 0 0 4px #eaebfc;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}

.owl-dots .owl-dot.active:before {
	border-width: 5px !important;
}

/* -------------------------------------------------------------------------------- */
/*	35. FAQ
/* -------------------------------------------------------------------------------- */
.autoroyal-panel-group {
    display: inline-block;
    width: 100%;
}

.autoroyal-panel-group .card {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    background: transparent;
}

.autoroyal-panel-group .card:last-of-type {
	border-bottom: none;
}

.autoroyal-panel-group .card .card-header {
	padding: 0;
	background: transparent;
	border: none;
}

.autoroyal-panel-group .card h5.autoroyal-panel-title {
	margin: 0;
}

.autoroyal-panel-group .card h5.autoroyal-panel-title button {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    padding-left: 50px;
    color: #232323;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    background: #f5f5f5;
    border-radius: 0;
    text-align: left;
    text-decoration: none !important;
    white-space: inherit;
}

.autoroyal-panel-group .card h5.autoroyal-panel-title button.collapsed {
	background: transparent;
}

.autoroyal-panel-group .card h5.autoroyal-panel-title button .fa {
	float: right;
	font-weight: normal;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	background-color: #f5f5f5;
	border-radius: 3px;
	margin-top: -12px;
	margin-bottom: -12px;
}

.autoroyal-panel-group .card h5.autoroyal-panel-title button.collapsed .fa-minus,
.autoroyal-panel-group .card h5.autoroyal-panel-title button .fa-plus {
	display: none;
}

.autoroyal-panel-group .card h5.autoroyal-panel-title button .fa-minus,
.autoroyal-panel-group .card h5.autoroyal-panel-title button.collapsed .fa-plus {
	display: inline-block;
}

.autoroyal-panel-group .card .card-body {
	padding: 0 50px 30px;
    color: #5a5a5a;
    font-size: 16px;
    line-height: 24px;
    background-color: #f5f5f5;
}

.footer-extra-info {
	background-color: #D00027 !important;
    color: #ffffff !important;
    padding: 2em 0;
}

.footer-extra-info a.footer-logo img {
	max-height: 36px;
}

.fantasythemes-logo-link {
	display: inline-block;
}

i.autoroyal-by {
	font-family: georgia,serif;
}

.fantasythemes-svg-logo {
	height: 12px;
	display: inline-block;
    float: left;
}

.footer-logo {
	margin-right: 30px;
}

.footer-extra-info-item {
	display: inline-block;
	margin-right: 30px;
}

.footer-extra-info-item img {
	height: 36px;
	margin-right: 10px;
}

.footer-extra-info-social {
	float: right;
}

.footer-extra-info-social a {
	color: #fff;
}

.footer-extra-info-social a .fa {
	height: 36px;
    width: 36px;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    border: solid 3px #fff;
    border-radius: 100px;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.footer-extra-info-social a:hover .fa {
	background-color: #fff;
	color: #D00027;
}

.modal-container {
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
}

.modal-container.modal-active {
    opacity: 1;
    visibility: visible;
    z-index: 999998;
}

.modal-container:before {
    background: rgba(0,0,0,.85);
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.modal-content {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: relative;
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
}

.close-big-search-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    cursor: url(assets/images/close-cursor.png),auto;
}

#big-search-holder #searchform {
    max-width: 700px;
    width: 50%;
    min-width: 280px;
    display: inline-block;
    position: relative;
}

.input-with-icon i {
    position: absolute;
    font-size: 20px;
    margin-right: 70px;
    top: 24px;
    right: 0;
    color: #fff;
}

input#big-search-box {
    padding: 20px;
    padding-left: 30px;
    padding-right: 60px;
    width: 100%;
    border-radius: 50px;
    background: rgba(0,0,0,.4);
    color: #fff;
    line-height: 26px;
    font-size: 20px;
    border: solid 2px #484848;
    border-width: 2px!important;
}

.nav-classic {
	background-color: #fff;
}

.tab-wrapper .nav-classic {
	border-bottom: solid 3px #F0F7FF;
}

.nav-shadow {
	box-shadow: 0 6px 20px 0 rgba(0,0,0,.06);
	background-color: #fff;
}

.nav-bordered {
	border-bottom: 1px solid #F0F7FF;
}

.nav-rounded {
	border-radius: 0.25rem;
}

.nav-classic .nav-link {
    color: #696969;
    font-weight: 600;
    line-height: 50px;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 1.5rem;
    margin-bottom: -.125rem;
    transition: 0.3s;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.tab-wrapper .nav-classic .nav-link {
	margin-bottom: -3px;
}

.nav-rounded > .nav-link:first-of-type {
    border-bottom-left-radius: 0.25rem;
}

.nav-rounded > .nav-link:last-of-type {
    border-bottom-right-radius: 0.25rem;
}

.nav-classic .nav-link.active {
    color: #0C3EB8;
    border-bottom-color: #0C3EB8;
}

.nav-classic .nav-link:hover {
    color: #0C3EB8;
}

.tab-pane.active {
    animation: slide-down .6s ease-out;
}

@keyframes slide-down {
    0% { 
	opacity: 0; 
	transform: translateY(40px); 
}
    100% { 
	opacity: 1; 
	transform: translateY(0); 
}
}

@media only screen and (min-width: 768px) {
  	.cd-top {
    	right: 20px;
    	bottom: 20px;
  	}
}
@media only screen and (min-width: 1024px) {
  	.cd-top {
	    height: 60px;
	    width: 60px;
	    right: 35px;
	    bottom: 35px;
  	}
}

@media only screen and (min-width: 1280px) {

	#site-navigation.clone-fixed.slideDown {
	    margin-top: 0 !important;
	    box-shadow: 0 1px 10px rgba(78, 82, 99, 0.15);
	    /*-moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    -webkit-transition: all 0.2s ease;
	    transition: all 0.2s ease;*/
	}

}

@media (max-width: 1024px) {

	.hentry.card .card-body { 
		padding: 1.5rem; 
	}

	.sidebar-1-area .widget, 
	.footer-widgets .widget {
		padding: 1.5rem 0;
	}

	.mt-3r {
	    margin-top: 2rem;
	}

	.header-main {
		padding: 1.3rem 0;
	}

	.gm-fullscreen-control {
		display: none;
	}

	.header-main,
	.autoroyal-compare-menu li.menu-compare-button {
		display: none;
	}

	.site-branding-text img {
	    max-height: 32px;
	}

	.autoroyal-menu-wrapper {
	    margin-top: 0px;
	}

	.autoroyal-compare-menu {
	    float: right;
	}

}

@media (max-width: 1024px) and (min-width: 768px) {

	.autoroyal-rent-booking-dates .row .col-md-3 svg {
		display: none !important;
	}

	.autoroyal-rent-booking-dates .autoroyal-rent-booking-dates-pickup-location, 
	.autoroyal-rent-booking-dates .autoroyal-rent-booking-dates-return-location, 
	.autoroyal-rent-booking-dates .autoroyal-rent-booking-dates-rental-period-label,
	.autoroyal-rent-booking-dates .autoroyal-rent-booking-dates-pickup-date, 
	.autoroyal-rent-booking-dates .autoroyal-rent-booking-dates-return-date, 
	.autoroyal-rent-booking-dates .autoroyal-rent-booking-dates-rental-period {
		padding-left: 0 !important;
	}

	.autoroyal-change-rent-booking-dates {
		line-height: 24px !important;
	}

}

@media (max-width: 992px) {

	#site-navigation.sticky-header.clone-fixed,
	#primary-menu-wrap,
	.autoroyal-compare-menu,
	#autoroyal-front-dashboard-sidebar {
		display: none !important;
	}
	
	.autoroyal-admin-menu-wrapper, 
	.autoroyal-menu-wrapper {
	    display: block;
	}

	.footer-extra-info-item {
		display: none;
	}

	.favorite-panel .favorite-panel-header {
	    border: none;
	    padding: 135px 35px 35px;
	}

	#favorite-vehicles-basket {
	    padding: 0 35px 100px;
	}

	.autoroyal-page-title .container {
		padding-top: 20px;
    	padding-bottom: 28px;
	}

	#autoroyal-vertical-car-holder {
		margin-bottom: 30px;
	}

	.autoroyal-listing-sort-item-result {
	    width: 100%;
	    margin-bottom: 20px;
	}

	.autoroyal-horizontal-car-filter .form-group.custom-range {
		margin-bottom: 30px;
	}

}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
}

@media (max-width: 991.98px){
	.navbar-expand-lg>.container {
	    padding-right: 30px;
	    padding-left: 30px;
	}
	.autoroyal-front-dashboard-wrapper .navbar, 
	.autoroyal-front-dashboard-wrapper .header-main {
	    padding-left: 0;
	    padding-right: 0;
	}
	.autoroyal-front-dashboard-content {
		padding: 30px;
	}
}