<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
code,
kbd,
pre,
samp {
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
select {
	text-transform: none;
}
button {
	overflow: visible;
}
button,
input,
select,
textarea {
	max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	padding: 0.875em;
}
fieldset &gt; :last-child {
	margin-bottom: 0;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
optgroup {
	font-weight: bold;
}
.ps-container&gt;.ps-scrollbar-y-rail {
    z-index: 9999;
}
/**
 * 2.0 - Genericons
 */
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor &gt; article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
/**
 * Attachments Section
 * ----------------------------------------------------------------------------
 */
.attachment .entry-meta {
    text-align: left;
    padding: 14px 12px;
    background: #f1f1f1;
    text-align: left;
}
.attachment .image-navigation:before {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}*/
.attachment footer.entry-meta {
	display: none;
}
.attachment-meta .entry-date{
	font-weight:bold;
}
.full-size-link:before {
	content: none;
}
.attachment .full-size-link{
	float: right;
}
.attachment .full-size-link a{
	background-color: #fff;
	padding: 5px 8px;	
	margin-top: -5px;
}
.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}
.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
	padding-top: 30px;
}
.image-navigation a:hover {
	text-decoration: none;
}
.image-navigation .nav-previous {
	left: 0;
}
.image-navigation .nav-next {
	right: 0;
}
.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}
.attachment .entry-attachment, 
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}
.attachment .entry-attachment .attachment {
	display: inline-block;
}
.attachment .entry-caption {
	text-align: left;
	margin-top:5px;
}
.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}
.attachment .entry-caption p:last-child, 
.attachment .entry-description p:last-child {
	margin: 0;
}
.attachment .entry-caption p{
	font-size:12px;
	color: #ADACAC;
}
.attachment .site-main .sidebar-container {
	display: none;
}
.attachment .site-main article.type-attachment .entry-attachment {
    border: none;
    background: none;
    padding: 0px;
}
/**
 * 3.0 - Typography
 */
body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6{
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
	color: #686868;
    font-size: 17px;
	font-style: italic;
    font-weight: 400;
    margin: 24px 40px;
	background-color: #f4f7fb;
	padding: 15px 25px;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote p {
	margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote h3{
	font-size: 22px;
	line-height: 27px;
	font-weight: 400;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
blockquote &gt; :last-child {
	margin-bottom: 0;
}
address {
	font-style: italic;
	margin: 0 0 1.75em;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}
pre {
	border: 1px solid #e8ecef;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	background-color: #e8ecef;
	padding: 0.125em 0.25em;
}
abbr,
acronym {
	border-bottom: 1px dotted #e8ecef;
	cursor: help;
}
mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}
big {
	font-size: 125%;
}
menu, ol, ul {
	margin: 16px 0;
	padding: 0 0 0 25px;
}
ol ul, ul li ul {
    list-style-type: disc;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
li &gt; ul, li &gt; ol {
	margin: 0;
}
/**
 * 4.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main &gt; article:before,
.site-main &gt; article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}
.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main &gt; article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}
/**
 * 5.0 - Clearings
 */
.gallery {
	margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.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-icon img {
	margin: 0 auto;
}
.gallery-caption {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
/**
 * 6.0 - Print
 */
@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}
	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}
	blockquote {
		font-size: 14.25pt;
	}
	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}
	.site-description {
		display: block;
	}
	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}
	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}
	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}
	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}
	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}
	body,
	.site {
		background: none !important;
	}
	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; 
	}
	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; 
	}
	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important;
	}
	code,
	hr {
		background-color: #d1d1d1 !important;
	}
	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important;
	}
	a {
		color: #007acc !important;
	}
	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body &gt; a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important;
	}
	.site {
		margin: 5%;
	}
	.site-inner {
		max-width: none;
	}
	.site-header {
		padding: 0 0 1.75em;
	}
	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}
	.site-main {
		margin-bottom: 3.5em;
	}
	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}
	.post-thumbnail,
	.site-main &gt; article {
		margin-bottom: 3.5em;
	}
	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}
	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}
	.site-footer,
	.widecolumn {
		padding: 0;
	}
}
/**
 * 6.0 - Isotope section
 */
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
	max-width: 100%;
	height: auto;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
}
.tm-noimg, img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video {
	max-width: 100%;
	border:0px;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}
a, a:hover, a:active, a:focus {
    text-decoration: none;
    color: inherit;
	outline: none;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/*** 
====================================================================
	Prettyphoto Section
====================================================================
 ***/
body .pp_social{
	display:none;
}
body div.pp_default .pp_top .pp_left,
body div.pp_default .pp_top .pp_middle,
body div.pp_default .pp_top .pp_right,
body div.pp_default .pp_content_container .pp_left,
body div.pp_default .pp_content_container .pp_right,
body div.pp_default .pp_bottom .pp_left,
body div.pp_default .pp_bottom .pp_middle,
body div.pp_default .pp_bottom .pp_right{
	background-image:none;
}
body div.pp_default .pp_description{
	margin-left: 10px;
}
body div.pp_default .pp_close{
	right: 3px;
}
/*** 
====================================================================
	Table Section
====================================================================
 ***/
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
	width: 100%;
	margin: 0 0 1.75em;
}
table th {
    border: 0;
    padding: 5px 7px;
    border-right: 1px solid #e6e6e6;
    color: var(--ttm-secondarycolor);
}
table td {
	padding: 5px 10px;
}
table tbody tr, table thead tr {
	border: 1px solid #f0f0f0;
}
table tbody td,
table tbody th {
	border-right: 1px solid #f0f0f0;
}
/*** 
====================================================================
	Alignments
====================================================================
 ***/
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
.wp-caption .wp-caption-text {
    font-style: italic;
	color:var(--body-fonts-color);
	line-height: 1.6153846154;
	text-align: center;
    padding-top: 0.5384615385em;
}
.wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%;
}
dl {
	margin: 0 0 1.75em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 1.75em;
}
h1, h2, h3, h4, h5, h6 {	
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom:15px;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	background-color: transparent;
}
cite, dfn, em{
	font-style: italic;
}
pre {
    background: #f7f7f7;
    color: #777777;
    font-family: monospace;
	font-size: 15px;
	line-height: 27px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.tm-text-align-center{
	text-align: center;
}
/* Page links --------------------------------*/
.page-links {
	clear: both;
	font-size: 15px;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
}
.page-links a, .page-links &gt; span {
	background: #fff;
	border: 1px solid #e9eaea;
	text-decoration: none;
	border-radius: 0;
	display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
}
.page-links a:first-child {
	margin-left: 5px;
}
.entry-content .format-status .entry-content .page-links a, .entry-content .format-gallery .entry-content .page-links a, 
.entry-content .format-chat .entry-content .page-links a, .entry-content .format-quote .entry-content .page-links a, 
.entry-content .page-links a {	
	color: #35382f;
	font-style:normal;
	margin: 0px;
	border-radius:2em;
}
.entry-content .format-status .entry-content .page-links span, .entry-content .format-gallery .entry-content .page-links span, .entry-content .format-chat .entry-content .page-links span, .entry-content .format-quote .entry-content .page-links span, .entry-content .page-links&gt;span:not(.page-links-title) {
    background-color: #119ce7;
	border: 1px solid transparent;
    color: #fff;
	border-radius: 2em;
}
.page .entry-content .page-links&gt;span:not(.page-links-title) {
	border: 1px solid transparent;
    margin-right: 5px;
    margin-left: 5px;
 }
.format-gallery .entry-content .page-links a:hover, .format-audio .entry-content .page-links a:hover, 
.format-status .entry-content .page-links a:hover, .format-video .entry-content .page-links a:hover, 
.format-chat .entry-content .page-links a:hover, .format-quote .entry-content .page-links a:hover, 
.page-links a:hover {	
	color: #fff;
}
.format-status .entry-content .page-links &gt; span, 
.format-quote .entry-content .page-links &gt; span {
	background: none;
}
.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 15px;
	padding: 0;
}
/*********** Flat icon ***********/
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0 !important;
	font-size: inherit !important;
}



/*compare property */

.tm-comprop-canvasbox {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex !important;
    flex-direction: column !important;
    max-width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    right: 0;
    top:200px;
    width:221px;
    -webkit-transform: translate3d(100%, 0, 0) translateY(0%);
    transform: translate3d(100%, 0, 0) translateY(0%);
    -webkit-transition: all .5s;
    transition: all .5s;
    height: auto;
    max-height: max-content;
	padding:15px;
	box-shadow: 2px 6px 17px 2px rgb(0 0 0 / 7%);
}
.tm-comprop-canvasbox.show {
    -webkit-transform: translate3d(0, 0, 0) translateY(0%);
    transform: translate3d(0, 0, 0) translateY(0%);
}
.tm-comprop-canvasbox .compare-property-remove {
    position: absolute;
    right: 30px;
    top: 30px;
    background: var(--ttm-secondarycolor);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    padding: 0;
    opacity: 1;
}

.tm-comp-button {
	padding: 0;
    border-radius: 0;
    height: 45px;
    width: 45px;
    line-height: 55px;
    position: absolute;
    left: -44px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: var(--ttm-skincolor);
    background-image: unset;
    box-shadow: unset;
    border: none;
}
.tm-comp-button:active,
.tm-comp-button:focus,
.tm-comp-button:hover {
	background-color: var(--ttm-secondarycolor);	
}
.tm-comp-button svg {
    width: 20px;
    height: 20px;
    fill: #fff;	
}
.tm-comp-button i {
    font-size: 22px;
    position: relative;
    left: -2px;
    top: -1px;
}

.tm-comp-boxocontent .compare-property img {
    max-width: 200px;
	height: auto;
	object-fit: cover;	
}
.compare-thumb.compare-property {
    margin-bottom: 15px;
    position: relative;
}
#tm-comprop-canvasbox.tm-hide {
display:none !important;
}


/* Modal backdrop and base style */
.modal.modal-login.fade {
  background: rgba(0, 0, 0, 0.6);
}

#tm-login-popup .modal-dialog {
	max-width: 450px;
	margin:20px auto;
	display: flex;
	align-content: space-around;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	flex-direction: column-reverse;
	height: 100%;
}

#tm-login-popup .modal-content {
	border-radius:0px;
	overflow: hidden;
	border: none;
	box-shadow: 4px 6px 15px rgba(0, 21, 51, 0.15);
	background-color: #fff;
	padding:15px 35px 37px;
	min-width: 450px;
}
h4.ttm-form-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
}
a#tm_resetform_tab {
    color: var(--ttm-skincolor);
    cursor: pointer;
}
a#tm_login_tab,
a#tm_register_tab {
    cursor: pointer;	
}
.ttm__account-login-wrap p:last-child {
    margin-bottom: 0px;
}
.ttm__account-resetform-wrap.ttm-resetform-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* Modal Header */
#tm-login-popup .modal-header {
  background:transparent;
  padding:0px;
  border-bottom:none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#tm-login-popup .modal-header .nav-tabs {
    border: none;
    padding: 0;
    margin: 0;
}
#tm-login-popup .modal-header .nav-link {
	background-color: transparent;
    color: var(--ttm-secondarycolor);
    font-size: 26px;
    line-height: 36px;
    padding: 0;
	font-weight: 500;
    font-family: var(--button-font-family);
	border: none;
}

/* Close Button */
#tm-login-popup .modal-header .close {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

/* Modal Body */
#tm-login-popup .modal-body {
    padding: 0;
    margin-top:15px;
}

/* Login/Register Form Wrapper */
.ttm__account-login-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Shortcode Form Fields Styling (adjust to your shortcode style) */
.modal.modal-login input[type="text"],
.modal.modal-login input[type="email"],
.modal.modal-login input[type="password"] {
  width: 100%;
  padding:8px 15px;
  border: 1px solid #ccc;
	border-radius: var(--ttm-button-shape);
  transition: border-color 0.3s;
  margin-bottom: 15px;
}

.ttm__account-login-wrap input:focus {
  border-color: #007bff;
  outline: none;
}

/* Submit Button */
.ttm__account-resetform-wrap button[type="submit"],
.ttm__account-login-wrap input[type="submit"], .ttm__account-login-wrap button[type="submit"] {
    color: #fff;
    border: none;
    padding: 12px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 15px 25px;
    background: var(--ttm-skincolor);
    border-radius: 30px;
    display: block;
    width: 100%;
	margin-top: 15px;
}
.ttm__account-resetform-wrap button[type="submit"]:hover,
.ttm__account-login-wrap input[type="submit"]:hover,
.ttm__account-login-wrap button[type="submit"]:hover {
  background-color: var(--ttm-secondarycolor);
}

/* Register tab form spacing */
.modal.fade .modal-dialog {
  transform: translateY(-30px);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
}

.modal.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}


/* profile page css */
.tm-user-dashboard {
    display: flex;
    gap:50px;
    margin:0px 0px 60px;
}
body.themetechmount-footer-cta-yes .tm-user-dashboard  {
	margin-bottom:75px;
}
.tm-dashboard-sidebar {
    width: 360px;
    background: var(--ttm-greycolor);
    padding: 30px;
    text-align: center;
    border-radius: 0;
    box-shadow: unset;
}
.tm-dashboard-sidebar .profile-avatar img {
    border-radius: 50%;
    margin-bottom: 15px;
    width: 120px;
    height: 120px;
	    border: 1px solid var(--ttm-bordercolor);
}

.profile-name {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
}

.btn-logout {
    display: inline-block;
    background: var(--ttm-secondarycolor);
    color: #000;
    padding: 10px 25px;
    margin-bottom: 30px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none;
}

.sidebar-links {
    text-align: left;
}

.sidebar-links .profile-link {
    display: flex;
    align-items: center;
    padding: 10px 5px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid var(--ttm-bordercolor);
    margin: 22px 0px;
    border-radius: 2em;
    padding: 14px 20px;
}

.sidebar-links .profile-link i {
    margin-right:12px;
}
.sidebar-links .profile-link:hover,
.sidebar-links .profile-link.active {
    background-color: var(--ttm-skincolor);
    color: #ffff;
    border-color: var(--ttm-skincolor);
}

.tm-dashboard-content {
    flex: 1;
}

.tm-dashboard-content{
background: var(--ttm-greycolor);
    border-radius: 0;
    padding: 30px;
    box-shadow: unset;
}

.card-header h5 {
    margin: 0 0 25px 0;
    font-size: 26px;
    font-weight: 600;
}

.profile-picture-section {
    margin-bottom: 30px;
}
.profile-picture-section img {
    max-width: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.btn-update-picture {
    margin-top: 10px;
    background: var(--ttm-secondarycolor);
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    cursor: pointer;
}
.tm-card-account-settings input,
.tm-card-account-settings textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 15px;
    border-radius: 30px;
    border: 1px solid #ddd;
}
.tm-card-account-settings textarea:focus,
.tm-card-account-settings input[type="text"]:focus,
.tm-card-account-settings input[type="password"]:focus, 
.tm-card-account-settings input[type="number"]:focus,
.tm-card-account-settings input[type="email"]:focus,
.tm-card-account-settings input[type="url"]:focus,
.tm-card-account-settings input[type="tel"]:focus {
    background-color: #fff;
}
.tm-user-dashboard textarea {
    resize: none;
    min-height: 100px;
}
.tm-user-dashboard .btn-primary {
    background: var(--ttm-skincolor);
    border: none;
    padding: 16px 24px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 15px;
}
 .tm-user-dashboard .btn-primary:hover {
	background: var(--ttm-secondarycolor); 
 }
.change-password-section {
    margin-top: 50px;
}
.change-password-section h5 {
    font-size: 22px;
    margin-bottom: 20px;
}
.tm-dashboard-content .favorite-properties {
    display: flex;	
}
.tm-search-loading {
    text-align: center;
}
div#tm-listing-results-wrapper {
    margin-bottom: 50px;
}


/* login-registration-menu */
.tm-account-box{
    position: relative;
	float: right;
	padding-right:8px;
}
.tm-account-box .tm-account-dropdown-menu {
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    list-style-type: none;
    border: none;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background-color: #fff;
    min-width: 250px;
    box-shadow: 0 3px 25px 0px rgba(43, 52, 59, 0.10), 0 0 0 rgba(43, 52, 59, 0.10) inset;
    padding:0px 25px;
}
.tm-account-box .tm-item-list a {
    margin: 0;
    display: block;
    padding: 7px 0px 7px 0px;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-bottom: 1px solid rgb(0, 0, 0, .09);
}
.tm-account-box .tm-item-list:last-child a {
	border-bottom:none;
}
.tm-account-box .tm-item-list a:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: -1px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    margin-top: -1px;
	background-color: #eed26e;
}
.tm-account-box .tm-item-list a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
    -webkit-transition: .5s all ease;
    -khtml-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.tm-account-box .tm-item-list:last-child a:before {
	content:unset;
}
.tm-account-box .tm-user-name {
	    display: block;
}
.tm-user-name i,
.tm-login-link i {
    padding-right:5px;
}
.tm-account-box .tm-user-name:hover+.tm-account-dropdown-menu, 
.tm-account-box .tm-account-dropdown-menu.active{
    opacity: 1;
    visibility: visible;
    top: 60px;
}
.tm-account-box .tm-item-list  {
    position: relative;
	line-height:normal;
}
.tm-header-style-classic.tm-header-overlay .tm-account-box a.tm-login-link,
.tm-header-style-classic.tm-header-overlay .tm-account-box a.tm-register-link,
.tm-header-style-classic.tm-header-overlay .tm-account-box {
    color: var(--ttm-whitecolor);
}

/* property review box */

.property-reviews-section {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.comment-form-rating .clear-rating,
.comment-form-rating .caption {
	display:none;
}
.tm-property-review-wrapper {
    background: var(--ttm-greycolor);
    overflow: hidden;
    margin-top: 30px;
}
.tm-property-review-wrapper .rating-summary {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.tm-property-review-wrapper .rating-box {
    text-align: center;
    border: 1px solid var(--ttm-bordercolor);
    padding: 15px;
    width: 300px;
    background: var(--ttm-greycolor);
}
.tm-property-review-wrapper  .comments-area {
    margin-top: 30px;
    margin-bottom: 0px;
}
.tm-property-review-wrapper .average-rating {
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    color: var(--body-blackfont-color);
}
.tm-property-review-wrapper .star-icons {
    color: #FFC107;
    margin: 5px 0;
}
.tm-property-review-wrapper .star-icons i {
    margin-right: 2px;
}
.tm-property-review-wrapper .review-count {
    font-size: 15px;
    color: var(--body-fonts-color);
}
.tm-property-review-wrapper .rating-bars {
    width: 300px;
}
.tm-property-review-wrapper .rating-bar-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}
.tm-property-review-wrapper .rating-label {
    width: 20px;
    color: var(--body-blackfont-color);
       font-size: 18px;
    font-weight: 600;
    font-family: var(--special-element-fontfamily);
}
.tm-property-review-wrapper .rating-bar {
    background: var(--ttm-greycolor);
    height: 8px;
    flex-grow: 1;
    margin: 0 10px;
    border-radius: 0;
    overflow: hidden;
}
.tm-property-review-wrapper .rating-bar .fill {
    height: 100%;
    background: #FFC107;
}
.tm-property-review-wrapper .rating-percent {
    width: 40px;
    text-align: right;
    color: var(--body-blackfont-color);
    font-size: 18px;
    font-weight: 600;
    font-family: var(--special-element-fontfamily);
}
.rating-container .empty-stars {
    color: #FFC107;
    display: inline-block;
}
.rating-container .filled-stars {
    color: #FFC107;
    -webkit-text-stroke: 1px #FFC107;
    text-shadow: 1px 1px #FFC107;
}
.rating-container .rating-stars {
    font-size: 16px;
}
.themetechmount-propertybox-style1 span.themetechmount-price-label:before {
    bottom: 0;
    top: -12px;
}

@media (min-width:1024px) {
.single-post.themetechmount-fullwide #primary {
    max-width: 950px;
}
}
.themetechmount-box .themetechmount-item-thumbnail-inner img {
    height: auto;
    max-width: 100%;
}

.tm-property-controls {
    margin-bottom: 30px;	
}

.tm-property-archive .tm-property-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}
.tm-property-archive .tm-property-action .tm-property-result-count {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.tm-property-archive .tm-property-action .tm-property-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tm-property-archive .tm-property-action .tm-property-controls .view-toggle a {
    background-color: transparent;
    color: var(--body-blackfont-color);
    padding: 9px 14px;
    border-radius:0px;
    border: 1px solid var(--ttm-bordercolor);
    display: inline-block;
    margin-right: 3px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    padding: 0;
    text-align: center;
    border-radius: 5px;
}
.tm-property-archive .tm-property-action .tm-property-controls .view-toggle a.active {
	border-color:var(--ttm-skincolor);
	background-color:var(--ttm-skincolor);
	color:#fff;	
}
.tm-property-rows.list-view .tm-box-col-wrapper {
	width:100%;
}
.tm-property-rows.list-view .themetechmount-post-item-inner {
	max-width: 350px;
}
.tm-property-rows.list-view  .themetechmount-propertybox-style1 .themetechmount-post-item {
    display: flex;
	width: 100%;
	align-items: center;
}
.tm-property-rows.list-view  .themetechmount-propertybox-style1 .themetechmount-box-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.post-type-archive-tm_property .tm-property-findbox {
    margin-top: -130px;
    margin-bottom: 60px;
}	
.prt-my-properties-wrapper {
    padding: 70px 0 70px 0px;
	position:relative;
	background-color:var(--ttm-greycolor);
}
.prt-pf-single-related-title {
    padding-bottom: 15px;	
}
.prt-my-properties-wrapper:after,
.prt-my-properties-wrapper:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	height: 100%;
	background-color:var(--ttm-greycolor);
	margin-right: 0px;
	margin-left: 0px;
	left: auto;
	right: 100%;
	width: 1200px;
}
.prt-my-properties-wrapper:after {
	right: auto;
	left: 100%;	
}



.tm-update-profile-form input[type="file"],
.tm-card-account-settings input[type="text"],
.tm-card-account-settings input[type="password"],
.tm-card-account-settings input[type="number"],
.tm-card-account-settings input[type="email"] {
	border-radius: 30px;	  
}
.tm-card-account-settings input[type="file"] {
	display: block;
	transition: border linear .2s, box-shadow linear .2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	vertical-align: middle;
	width: 100%;
	color: inherit;
	padding: 11px 15px;
	font-weight: normal;
	background-color: #fff;
	text-transform: inherit;
	border: 1px solid rgba(119, 119, 119, .2);
	font-size: 14px;
	outline: none;
	line-height: inherit;
	border-radius: 30px; 
 }
form.tm-change-password-form {
    margin-bottom: 10px;
}
.modal-login.modal {
    background-color: rgba(0,0,0,.65);
}
.modal-login.modal label {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	font-family: var(--button-font-family);
	color: var(--ttm-secondarycolor);
	margin-bottom: 8px;
}
.modal-login #tm-login-close {
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 1;
}
#tm-registration-form p,
.ttm__account-resetform-wrap p,
form#tm-login-form p {
    margin-bottom: 0;
}
.tm-message .success {
	color: #28a745;
}
.tm-message .danger {
	color: #dc3545;
}
.modal-content .tm-message {
    display: block;
    margin-top: 15px;
}
.tm-account-box {
  display: inline-block;
  align-items: center;
  gap:3px; 
}
.tm-register-link:before {
  content: "/";
  margin: 0 5px;
}
a.compare-properties-button {
    margin-top: 5px;
    margin-bottom: 3px;
}
a.compare-properties-button:focus,
a.compare-properties-button:hover {
    background: var(--ttm-secondarycolor) !important;
    color: #fff !important;
}
table.table.ttm-compare-tables.compare-tables.table-striped {
    margin: 50px 0px;
}
.ttm-compare-tables.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: var(--ttm-greycolor);
}
.ttm-compare-tables.table i.tm-empiral-icon-ok-circled2 {
    color: var(--ttm-skincolor);
}
.ttm-compare-tables.table i.tm-empiral-icon-minus {
    color: #dc3545;	
}
.ttm-compare-tables.table&gt;thead&gt;tr&gt;th h4 {
    margin-bottom: 0;
	font-size: 18px;
}
.ttm-compare-tables.table&gt;thead&gt;tr&gt;th {
    border-bottom: 1px solid #ddd;
}
.ttm-compare-tables.table&gt;thead&gt;tr&gt;th,
.ttm-compare-tables.table&gt;tbody&gt;tr&gt;th,
.ttm-compare-tables.table&gt;tfoot&gt;tr&gt;th,
.ttm-compare-tables.table&gt;thead&gt;tr&gt;td, 
.ttm-compare-tables.table&gt;tbody&gt;tr&gt;td, 
.ttm-compare-tables.table&gt;tfoot&gt;tr&gt;td {
    padding: 10px 15px;
}
.ttm-compare-tables.table-striped&gt;tbody&gt;tr:nth-of-type(odd):hover,
.ttm-compare-tables.table-striped&gt;tbody&gt;tr:hover {
    background-color: var(--ttm-skincolor);
}
.ttm-compare-tables.table-striped thead *,
.ttm-compare-tables.table-striped&gt;tbody&gt;tr:nth-of-type(odd):hover *,
.ttm-compare-tables.table-striped&gt;tbody&gt;tr:hover *{
   color:#fff;
}
.ttm-compare-tables.table-striped thead {
    background-color: var(--ttm-skincolor);
}

.tm-popup-box {
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex; align-items: center; justify-content: center;
}
.tm-popup-box.tm-hide {
  display: none;
}
.tm-popup-content {
	padding: 20px 30px;
	border-radius:0px;
	position: relative;
	max-width: 430px;
	text-align: center;
	box-shadow: 4px 6px 15px rgba(0, 21, 51, 0.15);
	background-color: #fff;
	padding: 15px 35px 37px;
	display: flex;
	min-height: 120px;
	align-items: center;
	margin: 0 auto;
    top: 50%;
}
.tm-popup-content p {
    margin-bottom: 0;
    margin-top: 15px;
}
.tm-close-popup {
  position: absolute;
  top: 15px; 
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

.tm-property-action {
    display: flex;
    gap: 10px;
    align-items: center;
	margin-top: 8px;
	position: relative;
}
.tm-property-action a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 0;
    background-color: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
    color: var(--ttm-secondarycolor);
}
.tm-property-action a:hover {
    background-color: var(--ttm-skincolor);
    border-color: var(--ttm-skincolor);
    color: #fff;
}
.tm-property-action i {
    font-size: 16px;
}
.themetechmount-ppricebox .tm-property-action i {
    font-size: 13px;
}
.tm-property-review-wrapper .comments-area h2.comments-title {
    font-size: 20px;
    line-height: 30px;
}
.tm-property-review-wrapper p.comment-form-rating {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.tm-property-action .tm-social-share-links {
    content: '';
    position: absolute;
    left: 0;
    bottom: -35px;
    width: max-content;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: auto;
}
.tm-sharebox.tm-show-sharelinks .tm-social-share-links {
    opacity: 1;
	z-index: 9;
}
.single-tm_property .tm-property-action .tm-social-share-links a {
    color: #fff;
    background-color: var(--ttm-skincolor);
    border-color: rgba(255, 255, 255, 0.10);
}
.tm-property-action .tm-social-share-links ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 0;
}
.widget .tm-property-agent-content {
  display: flex;
  align-items: center;
  gap:20px;
}
body .widget .tm-property-agent-image img {
    width: 140px;
    height: 120px;
    object-fit: cover;
}
.widget .tm-property-agent-details {
  flex: 1;
}
.widget .tm-property-agent-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.widget .tm-agent-contact-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #6b7280;
}
.widget .tm-team-list-title {
	display:none;
}
.widget .widget .tm-property-agent-text h4 {
	margin-bottom:8px;
}
.single-tm_property .wpcf7 .tm-agency-form textarea {
    max-height: 120px;
}
.themetechmount-property-search .property-search-box.property-field {
    clear: none;
}
@media (min-width:991px){
.tax-tm_property_location.themetechmount-footer-cta-yes .themetechmount-pagination,
.tax-tm_property_feature.themetechmount-footer-cta-yes .themetechmount-pagination,
.tax-tm_property_status.themetechmount-footer-cta-yes .themetechmount-pagination,
.post-type-archive-tm_property.themetechmount-footer-cta-yes .themetechmount-pagination {
    margin-bottom: 100px;
}
}

.widget .tm-property-locations-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.widget .tm-property-locations-grid .tm-location-box {
	width: 300px;
	position: relative;
	overflow: hidden;
	border-radius:0px;
	flex-basis: 45%;
	box-sizing: border-box;
	float: left;
}
.widget .tm-property-locations-grid .tm-location-box a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.widget .tm-property-locations-grid .tm-location-image {
	background-size: cover;
	background-position: center;
	height:110px;
	position: relative;
}
.widget .tm-property-locations-grid .tm-location-overlay {
	background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px;
}
.widget .tm-property-locations-grid .tm-location-count {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}
.widget .tm-property-locations-grid .tm-location-title h5 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom:0px;
	color: #fff;
}


.tm-custom-bodybg .tm-dashboard-content,
.tm-custom-bodybg .tm-dashboard-sidebar {
    background: #ffffff;
}
.tm-titlebar-wrapper.tm-prtitlebar-view:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    visibility: visible;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 20%, rgba(0, 0, 0, 0.15) 50%);
    padding: 20px;
    transition: all .3s ease;
	z-index: -1;
}

.tm-titlebar-wrapper.tm-prtitlebar-view .tm-titlebar-inner-wrapper {
    height: 618px;
}
.tm-titlebar-wrapper.tm-prtitlebar-view .tm-titlebar-main {
    text-align: left;
    vertical-align: bottom;
    display: table-cell;
}
.tm-titlebar-wrapper.tm-prtitlebar-view .tm-titlebar h1.entry-title {
    font-size: 45px;
    line-height: 55px;
    color: #fff !important;
	margin-bottom: 5px;
}
.tm-titlebar-wrapper.tm-prtitlebar-view .themetechmount-address {
    color: #fff;
}
.tm-titlebar-wrapper.tm-prtitlebar-view .tm-post-meta-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:50px;
}
.tm-titlebar-wrapper.tm-prtitlebar-view .themetechmount-price {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
}
.tm-titlebar-wrapper.tm-prtitlebar-view .tm-property-action a {
    color: #fff;
}
.themetechmount-address i {
    padding-right: 2px;
    position: relative;
    top: 2px;
}
@media (min-width: 1200px){	
.themetechmount-propertybox-style1 .themetechmount-post-item-inner .tm-tm_property-featured-wrapper img {
    min-height: 280px;
}
}
body.woocommerce-page.themetechmount-footer-cta-yes.blog.themetechmount-sidebar-true #primary .site-main,
 .blog.themetechmount-sidebar-true.themetechmount-footer-cta-yes .site-main {
    padding-bottom: 55px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}
.page .tm-custom-bodybg .comments-area ol.comment-list {
    background: #fff;
    padding: 3px 30px 20px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    background-color: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    border-radius: var(--ttm-button-shape);
    font-size: var(--button_fontsize);
    font-weight: var(--button-font-weight);
    text-transform: var(--button-text-transform);
	margin-top: 15px;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover {
    background-color: var(--ttm-secondarycolor);
}
body.woocommerce-cart .wc-block-cart-item__wrap button.wc-block-cart-item__remove-link {
    font-size: 14px !important;
    font-weight: var(--button-font-weight) !important;
}
body.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 15px;
}
.woocommerce-cart tr.wc-block-cart-items__header {
    border-bottom: 0;
}
#tm-listing-results .tm-pagination-wrapper {
    padding: 20px 0px 30px;
}
.tm-property-rows.list-view .themetechmount-propertybox-style1 .themetechmount-property-status {
    max-width: 160px;
}
.tm-property-rows.list-view .themetechmount-box-property .themetechmount-property-status .tm-status-list.tm-featured {
    margin-left: 0;
    margin-top: 5px;
}

.tm--multistep-box .select2-container {    
    width: 100% !important;
}
div.nxt-prev-button.col-md-6,
p.nxt-prev-button.col-md-6 {
    width: auto;
    padding-right: 0;
}
div.nxt-prev-button,
p.nxt-prev-button {
    margin-top: 10px;
}
.tm--multistep-box .select2-container--default .select2-selection--single, .tm--multistep-box .select2-dropdown {
    border-radius: var(--ttm-button-shape);
	background-color: transparent;
}
.tm--multistep-box .prt-commonform.contactform-1 .elementor-button.elementor-size-md {
    margin-top: 10px;
}
article.themetechmount-box-blog-classic .tm-entry-meta-wrapper {
    margin: 0px 0px 15px 0px;
}
article.themetechmount-box-blog-classic .tm-blog-classic-box-content {
    padding: 15px 0px 0px 0px;
}
.post.themetechmount-box.themetechmount-box-blog-classic .themetechmount-blogbox-desc-footer&gt;div {
    padding-top: 20px;
}
article.themetechmount-box-blog-classic .entry-content .page-links {
    margin-bottom: 0;
}
body article.themetechmount-box-blog-classic.tm-no-featured-content {
padding: 22px 30px 27px 30px;
}
.tm-blog-classic-box-content .wp-block-group.has-background&gt;.wp-block-group__inner-container p:last-child,
.tm-blog-classic-box-content .wp-block-group.has-black-border-color&gt;.wp-block-group__inner-container p:last-child {
    margin-bottom: 0;
}
.tm-blog-classic-box-content .wp-block-group.has-black-border-color {
    margin-bottom: 15px;
}
.wp-block-image .aligncenter&gt;figcaption {
    text-align: center;
    font-style: italic;
}

.wp-block-button ,.wp-block-buttons&gt;.wp-block-button {
    margin-bottom: 1.5em;
}

.wp-block-button.is-style-squared a.wp-block-button__link {
    border-radius: 0;
}

.wp-block-image .alignright {
    margin-bottom: 1.5em;
}

.blocks-gallery-grid.alignleft:not(.has-nested-images),
.wp-block-gallery.alignleft:not(.has-nested-images) {
    margin: 0.375em 1.75em 1.75em 0;
}

ol.wp-block-latest-comments {
    padding: 0;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color:initial;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: var(--ttm-greycolor);
}

.wp-block-image figcaption,
.wp-block-image .aligncenter&gt;figcaption {
    text-align: center;
}

.wp-block-calendar .wp-calendar-nav {
    background: var(--prt-greycolor);
    padding: 5px 20px;
    margin-bottom: 15px;
}
.tm-blog-classic-box-content .wp-block-table tfoot,
.tm-blog-classic-box-content .wp-block-table thead {
    border-bottom: 0px solid;
    border-top: 0px solid;
}
.tm-blog-classic-box-content .wp-block-table table th:last-child, .tm-blog-classic-box-content .wp-block-table table tbody td:last-child, .tm-blog-classic-box-content .wp-block-table table tbody th:last-child {
    border-right: 1px solid;
}

.tm-blog-classic-box-content .wp-block-cover.is-layout-flow:not(.alignleft),
.tm-blog-classic-box-content .wp-block-cover.alignwide,
.tm-blog-classic-box-content .wp-block-cover.alignfull,
.tm-blog-classic-box-content .wp-block-cover.aligncenter {
	margin-right:0px;
}
body article.themetechmount-box-blog-classic.themetechmount-blogbox-format-audio .tm-blog-classic-box-content {
    padding-bottom: 0px;
}
.wp-block-pullquote.is-style-solid-color {
    padding: 15px;
}
.single article.post blockquote a:hover {
	color:#fff;
}

.tm-comment-owner, .tm-comment-owner a:not(:hover), .comment-meta .tm-comment-owner a(:hover) {
    color: var(--body-blackfont-color) !important;
}
.tm-404-home-button .elementor-element.elementor-widget-button .elementor-button:hover,
.error-404 .tm-textcolor-white {
    color:#fff;
}
article.themetechmount-box-blog-classic .entry-content p:last-child img.alignright {
    margin-top:20px;
}
.widget_calendar table th, .widget_calendar table td {
    border-right: 1px solid #efefef !important;
}
.main-holder .site-content ul.products li.product .tm-shop-icon .tm-wc-add-to-cart-btn a {
    width: 100%;
    min-height: 48px;
    line-height: 48px;
}
.woocommerce-Reviews textarea:focus, .woocommerce-Reviews input[type="text"]:focus, .woocommerce-Reviews input[type="email"]:focus {
	border-color:var(--ttm-skincolor) !important;
}
.single .main-holder .site-content .product-labels span.featured.product-label:first-child {
    top: 40px;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 8px 16px !important;
    white-space: nowrap;
}
.is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 1px solid var(--ttm-bordercolor) !important;
}
body.woocommerce-page:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: unset;
    outline: unset;
}
.wp-block-woocommerce-checkout {
    padding-top:0 !important;
}
body.woocommerce-page.themetechmount-sidebar-right.tm-empty-sidebar .site-content-wrapper #primary.content-area,
body.single-product.themetechmount-sidebar-right.tm-empty-sidebar .site-content-wrapper #primary.content-area {
    padding-right: 13px !important;
}
@media (max-width: 991px) {
	body .comments-area {
	  margin-top: 30px;
	}
}
@media (max-width:767px){
body.single article.themetechmount-box-blog-classic {
    padding: 20px 20px 15px 20px;
}
body .themetechmount-single-product-info {
    padding: 15px;
}
body.single-product .main-holder .site-content span.onsale {
    left: 25px;
    top: 25px;
}
body.single .main-holder .site-content span.featured.product-label {
    top: 58px;
    left: 25px;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
	padding: 16px !important;
	margin-bottom: 10px;
}
body .tm-post-featured-quote blockquote {
	font-size: 20px;
	line-height: 30px;
}
body article.post.format-quote .tm-post-featured-quote {
    padding: 30px 25px;
}
body article.themetechmount-box-blog-classic.sticky:after {
    padding: 5px 5px;
	font-size: 15px;
}
.pagination-item.next .pagination-content {
    margin-top:20px;
}
body.single.single-post .pagination-item .pagination-content a {
    padding: 10px 15px;
    font-size: 14px;
}
}
@media (max-width:320px){
.woocommerce div.product form.cart .button {
    display: block;
    margin-top: 15px;
}
}
@media only screen and (max-width: 479px) {
    .wp-block-image .alignright, .wp-block-image .alignleft, .wp-caption.alignright, .wp-caption.alignleft, .alignright, .alignleft {
        margin-top:10px !important;
    }
    body .tm-blog-classic-box-content table td {
        padding: 5px 3px;
        font-size: 14px;
    }
	.tm-blog-classic-box-content .tm-entry-meta .tm-meta-line:before {
		content:unset;
	}
	.tm-blog-classic-box-content .tm-entry-meta .tm-meta-line {
		padding-right: 15px;
		padding-left: 0;
	}
}
body .wc-block-checkout__add-note .wc-block-components-textarea:focus,
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    border-color:var(--ttm-bordercolor) !important;
	color: var(--body-fonts-color)  !important;
	box-shadow: unset;
}

.tm-account-box .tm-item-list a:hover {
    color: var(--ttm-skincolor);
}</pre></body></html>