/*
Theme Name: WPDT-Property (Pro)
Theme URI: https://wpdevthai.com/
Author: Wisan
Author URI: https://wpdevthai.com/
Description: Description
Version: 2.0
*/

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #767676;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 22px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#333333;
	line-height:1em;
	margin-bottom:20px;
	margin-top: 0;
	font-family: "Mitr", sans-serif;
	font-weight: 400;
}

h1{ font-size: 32px }
h2{ font-size: 22px;}
h3{ font-size: 18px; }
h4{ font-size: 20px; }
h5{ font-size: 18px; }
h6{ font-size: 16px; }

h3 .fa{ font-size: 0.8em; }

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

/* Text elements */
p {
	margin-bottom: 10px;
}
ul, ol {
	margin: 0 0 1.2em 0;
	padding-left: 30px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.2em;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: #E6E6E6;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	padding: 1em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #f1f1f1;
	background: #e6e6e6;
	font-size: 1em;
	line-height: 1;
	padding: 0px 15px;
	height:34px;
	line-height:32px; 
	font-size: 20px;
	border-radius: 0;

	font-family: "Mitr", sans-serif;
	font-size: 16px;
	
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {

}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #ccc;
	width:250px;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=password] {
	border: 1px solid #f1f1f1;
	color: #666666;
	width: 250px;
	padding:0 5px;
	line-height:34px;
	height:34px;
	border-radius: 2px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 5px 5px 5px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	border: 1px solid #f1f1f1;
}

select{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #f1f1f1;
	height: 34px;
	padding: 3px;
	border-radius: 0px;
	min-width: 243px;
}
.widefat{ width:100%!important; }
.large-text{ width:100%!important; }
.regular-text{ width:50%!important; }
.small-text{ width:30%!important; }

.small-select{ width: 100px; min-width: 50px; }

.entry-meta .small-text{ width:50px!important; }

.widefat{
	font-size: 20px!important;
	height: 40px!important;
	line-height: 40px!important; 
}

/* Links */
a,
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	text-decoration:none;
	color: #000;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}



/* =Main Layout
----------------------------------------------- */
html{
	height: 100%;
	width: 100% ;
}
body{ background-color: #f1f1f1; }
#page{ max-width: 1180px; margin:20px auto; }
.site-container{ width:960px; padding:0 0px; margin:auto; position:relative;  }
.site-main{ max-width:1180px; padding:0px 0px; margin:auto; position:relative; }

.site-header{
	background: none repeat scroll 0 0 #FFFFFF;
	color: #636363;
}
.site-title{
	float: left;
	font-size: 38px;
	max-height: 90px;
	line-height: 50px;
	margin: 20px 0;
	padding:10px 0;
}
.site-title a{ line-height:1em; color:#636363; }
.site-description{ font-size:1em;}

.site-featured{  background:#fff; }
.archive .site-featured{ padding:0; }

.site-header-image-bg{ position: relative; }

.site-main{ padding:10px 10px 0; background:#fff; }
.home .site-main{ padding-top: 20px; }

.site-footer{  background:none repeat scroll 0 0 #E6E6E6; width:100%; float:left;  text-align: center; }
.site-footer a,
.site-footer a:visited{  }
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 20px 0 0;
	position: relative;
	width: 100%;
	background: #ffffff;
}
.site-footer .footer-info {
	background: none repeat scroll 0 0 #EF233C;
	clear: both;
	float: left;
	margin: auto;
	padding: 10px 0;
	position: relative;
	width: 100%;
	font-size:12px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	
}
.site-footer .footer-info .site-info{ width: auto; text-align:right; float:right; }
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #wpdtlogo{ font-weight: bold; color: #fff; }
.site-footer .footer-info .site-copyright{ 
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.home-posts{ 
	padding-top: 20px;
	margin-bottom: 20px;
}

.home-new-property.grid-2{}


.page .entry-header{  }
.home .front-content .entry-header{ }

.home .site-header-image-bg{ height:auto!important; background-color:#d7d7d7!important;   }

.site-tagline{ padding:20px 0; background-color:#ddd!important; }
.page-template-page-templatescontact-us-php .site-header-image-bg{ height:300px!important; }


.page-template-page-templatescontact-us-php #contact-map{
	height: 300px;
	margin-bottom: 100px;
	width: 100%;
}
.page-template-page-templatescontact-us-php .entry-header {
	height: auto;
	margin-top: -80px;
}

.page-template-account .site-header {
color: #636363;
    margin-bottom: 20px;
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 10px;
}
.page-template-account .site-title {
	float: left;
	font-size: 38px;
	height: auto;
	line-height: 50px;
	margin: auto;
	text-align: center;
}
.page-template-account .site-title a{
	display: inline-block;
}

.um-profile {
	background: #fff none repeat scroll 0 0;
	box-sizing: border-box;
}
.um-profile .um-profile-body {
	margin: auto;
	padding: 0 20px 20px;
}
.um-account{
	background: #fff none repeat scroll 0 0;
	padding: 40px 0;
}

#footer-address{
	float: left;
	margin-right: 20px;
	width: 280px;
}
#footer-address p{ margin-bottom:0;}
#footer-address .label{ width:80px; display:block; float:left; }
#footer-address .address{ margin-bottom: 1.2em; }
#footer-address .contact{
	float: right;
	margin: 0 0 0 20px;
	width: 240px;
}
#footer-address .image-map{
	float:left;
	width:250px;
}
#footer-address .image-map img{ max-width:100%; height:auto; }

/* =Layout: Content-Sidebar
----------------------------------------------- */
#primary,
.content-area {
	float: left;
	margin: 0 -300px 0 0;
	width: 100%;
}
#content,
.site-content {

}
#secondary,
.site-sidebar { /* Sidebar 1 */
	overflow: hidden;
	padding-top: 10px;
}

#primary-full-width{ margin:0;}
#content-full-width{ margin:0;}


#secondary .widget,
.site-sidebar .widget{  }
#secondary .widget-content,
.site-sidebar .widget-content{ background:#f0f0f0; padding:20px; margin-bottom:20px;}

.widget .scattering{
	background: #ef233c none repeat scroll 0 0;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 25px 15px 25px 25px;
	position: relative;
	font-family: "Mitr", sans-serif;
}
.widget .scattering .fa-quote-left{
	font-size: 18px;
	left: 5px;
	position: absolute;
	top: 5px;
}
.widget .scattering .fa-quote-right{
	font-size: 18px;
	right: 5px;
	position: absolute;
	bottom: 5px;
}
#footer-sidebar{
	text-align: left;
	margin-bottom: 0;
}
#footer-sidebar .widget{
	margin:0 0 20px;
}
#footer-sidebar .widget-title {
	border-bottom-color: rgba(0,0,0,.1);
}
#footer-sidebar .widget_nav_menu li:hover a{
	color:#333333;
}

.single .site-main .entry-header{
	
	margin-bottom: 1em;
}

.single .site-main .entry-header .title-info{ }
.single .site-main .entry-header .title-info .entry-title{ font-size:24px; margin:0 0 10px;  }
.single .site-main .entry-header .code{ width:30%; float:right; text-align:right; }
.single .site-main .entry-header .entry-meta{ margin-bottom: 10px;  float: right; }
.single .site-main .entry-header .proprty-info{  }
.single .site-main .contact-info{}
.single .site-main .contact-info h3{ margin-top: 0; padding-top: 0; }
.single .site-main .contact-info .widget-content p{ margin-bottom: 0px;}
.single .site-main .contact-info .widget-content p .fa{ min-width: 16px; }
.single .site-main .contact-info .widget-content p span{ 
	color: #EF233C;
	display: inline-block;
	width: 80px;
	font-family: "Mitr", sans-serif;
	font-size: 1em
}

.single #property-map{ width:100%; height:250px;  }

.taxonomy-description{ padding-top: 1em; }

.page-template-news .site-main .hentry{ 
	border-bottom: 1px solid #eee;
    margin-bottom: 10px;
	padding-bottom: 10px;
	
  }
.page-template-news .site-main .hentry .entry-header{}
.page-template-news .site-main .hentry .entry-header .entry-title{ font-size: 1.6em; }
.page-template-news .site-main .hentry .entry-header .entry-title a{ font-size:20px; }
.page-template-news .site-main .hentry  .entry-summary{ margin-top:10px; }

.single-news .site-main .entry-header{ padding:0; min-height: 50px; }
.single-news .site-main .entry-header .entry-title{ font-size:24px; }
.single-news .site-main .entry-header .entry-title a{
	font-size:24px;
}
.single-news .site-main .entry-header .entry-meta{
	float: left;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 10px;
	width: 100%;
}



/*
.page-template-page-templatesmy-profile-php .content-area{ margin: 0 -250px 0 0!important; }
.page-template-page-templatesmy-profile-php .site-content{ margin: 0 250px 0 0!important; }
.page-template-page-templatesmy-profile-php .widget-area{ width: 240px!important; }

.page-template-page-templatesmy-property-php .content-area{ margin: 0 -250px 0 0!important; }
.page-template-page-templatesmy-property-php .site-content{ margin: 0 250px 0 0!important; }
.page-template-page-templatesmy-property-php .widget-area{ width: 240px!important; }
.page-template-page-templatesmy-property-php .grid .hentry { width:210px!important; }
*/


.no-results{ padding-left:10px; }

#breadcrumbs{
	padding:10px 0;
	background-color: #fff;
	border-bottom: #f1f1f1 solid 1px;
}

.page-template-front-page-01 #breadcrumbs,
.page-template-front-page-02 #breadcrumbs,
.page-template-front-page-03 #breadcrumbs,
.page-template-front-page-04 #breadcrumbs{
	display: none;
}

.page-template-front-page-01 .site-main,
.page-template-front-page-02 .site-main,
.page-template-front-page-03 .site-main,
.page-template-front-page-04 .site-main{
	padding-top: 20px;
}

.content-categoris{ 
	padding-top:20px;
	margin-bottom: 10px; 
}

/* =Menu
----------------------------------------------- */

.navbar-default {
	background: #e6e6e6 none repeat scroll 0 0;
	border-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
	border:none;
}

#menu-primary-container{ text-align:center; }

#menu-primary-menu{ padding-left: 0px; }

.navbar-default .navbar-nav{
    margin: 0 -10px;
}
.navbar-default .navbar-nav > li > a{
	font-family: "Mitr", sans-serif;
	line-height: 30px;
	padding: 10px 10px;
	color: #333;
}
.navbar-default .navbar-nav > li > a .fa{ font-size: 16px;  }

.navbar-default .navbar-nav > li.add-property > a{
	background: transparent;
	color: #fff;
	margin-right: -10px;
	padding: 10px 20px;
}

.navbar-default .navbar-nav > li.add-property:hover > a{
	background: #D90429;
	color: #fff;
}

.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus{
	color: #EF233C;
}

.navbar-default .navbar-nav > .menu-item-home{
	margin-left: -10px;
}
.navbar-default .navbar-nav > .menu-item-home > a{
	
	padding: 10px 20px 10px 20px;
}

.navbar-nav>li>.dropdown-menu {
	padding: 10px 0;
	border-radius: 0;
	border: 0;
	margin-left: 0;
}
.navbar-nav>li:hover>.dropdown-menu{
	display: block;
}

.dropdown-menu>li>a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	white-space: nowrap;
	min-width: 260px;
	font-size: 16px!important;
	font-family: "Mitr", sans-serif;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }

.socials{
	float: none;
	list-style: none outside none;
	margin: auto;
	padding: 0;
	width: auto;
	display: inline-block;
}
.socials li{ float:left; margin:0 2px; }
.socials li a{
	display: block;
	font-size: 0;
	height: 32px;
	opacity: 0.8;
	width: 32px;
	background-size: cover!important;
}
.socials li a:hover{ opacity:1; }

.socials li.line a{ background:url(images/social/line.png) left top no-repeat}
.socials li.facebook a{ background: url(images/social/facebook.png) left top no-repeat;}
.socials li.twitter a{ background: url(images/social/twitter.png) left top no-repeat;}
.socials li.googleplus a{ background:url(images/social/google-plus.png) left top no-repeat;}
.socials li.linkedin a{ background: url(images/social/linkedin.png) left top no-repeat;}
.socials li.youtube a{ background: url(images/social/youtube.png) left top no-repeat;}
.socials li.vimeo a{ background:url(images/social/vimeo.png) left top no-repeat;}
.socials li.pinterest a{ background:url(images/social/pinterest.png) left top no-repeat;}
.socials li.flickr a{ background:url(images/social/flickr.png) left top no-repeat;}
.socials li.instagram a{ background:url(images/social/instagram.png) left top no-repeat;}
.socials li.skype a{ background:url(images/social/skype.png) left top no-repeat}



/* =Content
----------------------------------------------- */

.sticky {}
.hentry {}
.hentry .entry-header{ margin-bottom: 5px; position: relative; }
.hentry .entry-header .entry-title{
	margin-bottom: 0px;
	line-height: 1em;
	font-size: 2em;
	letter-spacing: 0.05em;
}
.hentry .entry-header .entry-title a{
	font-size: 14px;
	color: #333;
}
.single .hentry,
.page	.hentry{ border-bottom:none;  margin:0;  }
.entry-meta {
	clear: both;
	margin-bottom: 5px;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 10px 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{ 
	margin-bottom: 20px;
	padding:0px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.page-header .page-title{ font-size:20px; margin:0; }
.page-header .page-title .fa{ font-size: 1em; }

.attachment .hentry .entry-header .entry-title{ line-height: 37px; }
.attachment .hentry .entry-header .entry-meta{ clear:none; }
#image-navigation{ text-align:right; }

.clear{ clear:both; }

#primary > h3{ margin: 0; padding: 10px;}

.single .hentry.news .entry-header{ 
	margin-bottom: 10px; 
	min-height: auto;
}

.grid .hentry{
	height: auto;
	padding: 0 0 0px;
	width: 100%;
	margin-bottom: 20px;
	border:none; 
	display: block;
}

.user-bio{
	padding: 40px 30px;
	background-color: #f1f1f1;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
}
.user-bio .user-info{
	margin-top: 20px;
}
.user-bio .user-action{}
.user-bio .user-action .logout{}

.my-property-container{ padding-bottom:20px; }
.my-property-container .grid .hentry{}

.custom-home-features.grid .hentry{ width:100%; border-bottom:none; height:auto;  }

.grid .hentry .entry-title{
	height: auto;
	margin-bottom: 0px;
	font-size: 16px!important;
	font-weight: normal;
	height: 3.6em;
	line-height: 1.2em!important;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.grid .hentry { position:relative;}
.grid .hentry .entry-header > a{ }
.grid .hentry .actions{ position:absolute; top:0; right:3px;   font-size:11px; padding-top:3px;  line-height:11px; display:none;  z-index: 20;  }
.grid .hentry .actions a{background: #EF233C; color: #fff;}
.grid .hentry:hover .actions{ display:block;  }
.grid .hentry .actions a{ padding:3px 5px; display:block; float:left; text-transform:uppercase;  }
.grid .hentry .actions a:hover{ background:none repeat scroll 0 0 #D90429; color:#fff; }
.grid .hentry .actions .step{ display:block; float:left; padding:3px 0; }
.grid .hentry .actions .del{ }
.grid .hentry .actions .edit{}
.grid .hentry .entry-header a{ position: relative; display: block; }
.grid .hentry .entry-header a img{
	display:block; max-width:100%; height:auto; width: 100% ; position: relative; z-index: 0; display: block; 

	-webkit-transition: all 333ms ease-in-out;
	-moz-transition: all 333ms ease-in-out;
	-ms-transition: all 333ms ease-in-out;
	-o-transition: all 333ms ease-in-out;
	transition: all 333ms ease-in-out;

}
.grid .hentry .entry-header a .img-view{ z-index: 1; opacity: 0; left: 0; top: 0; right: 0; position: absolute; }
.grid .hentry:hover .entry-header a .img-view{ opacity: 1; }
.grid .hentry .entry-header .proprty-info.price{
	background: none repeat scroll 0 0 rgba(161, 207, 107, 0.65);
	color: #FFFFFF;
	height: 26px;
	left: 0;
	line-height: 26px;
	margin-top: -52px;
	padding: 0 10px;
	position: absolute;
	z-index: 10;
}
.grid .hentry .entry-header .proerpty-list-info.price.price-rent{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
	color: #FFFFFF;
	height: 26px;
	left: 0;
	line-height: 26px;
	margin-top: -26px;
	padding: 0 10px;
	position: absolute;
	z-index: 10;
}

.grid .hentry .is-sold {
	background: rgba(255,255,255,0.75);
	height: 100%;
	left: 0;
	line-height: 26px;
	margin-top: 0;
	padding: 0 10px;
	position: absolute;
	z-index: 10;
	top: 0;
	background-image: url(images/sold-out.png);
	background-position: center center;
	background-repeat: no-repeat;
	right: 0;
	font-size: 0;
	background-size: contain;
}


.grid .hentry .is-readed {
	background: rgba(255,255,255,0.9);
	height: 26px;
	left: 0;
	line-height: 26px;
	margin-top: 0;
	padding: 0 10px;
	position: absolute;
	z-index: 10;
	top: 90px;
}
.grid .hentry.sold  .is-readed{
	display: none;
}
.grid .hentry.rented .price-rent{
	display: none;
}


.grid .hentry .proprty-preive-area{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 5px 10px;
	opacity: 0;
	display: block;
	z-index: 10;
}
.grid .hentry:hover .proprty-preive-area{
	opacity: 1;
}


.hentry.horizontal {
	background-color: #f8f8f8;
	height: auto;
}
.hentry.horizontal .entry-header{ margin-bottom: 0; }
.hentry.horizontal .entry-meta {
	clear: both;
	padding-top: 15px;
}
.hentry.horizontal .entry-title{
	height: auto!important;
	margin-bottom: 0px;
	font-size: 16px!important;
	max-height: 3.6em;
	height: 3.6em;
	line-height: 1.2em!important;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.hentry.horizontal .entry-title a{}

.hentry.horizontal .entry-summary{ padding-right: 10px; margin-top: 10px; }
.hentry.horizontal .entry-summary p{ margin-bottom: 0;  }

.hentry.horizontal .entry-summary .scattering .fa{ font-size: 0.6em; }

.property-prices-info .entry-meta .proprty-info{
	display: inline-block;
	margin-right: 3px;
	border: #ccc solid 1px;
	padding: 8px;
	margin: 0 2.5px 6px 0;
	min-width: 45px;
	text-align: center;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
}

.entry-meta .proprty-info{ display: inline-block;  }
.entry-meta .proprty-info.bedrooms{ }
.entry-meta .proprty-info.bathrooms{ }
.entry-meta .proprty-info.area{ }

.single-property .form-submit{ }
.single-property .entry-header .entry-title{ line-height:30px; font-size:32px; margin-bottom:20px;  }
.single-property .property-gallery{ width:100%; margin-bottom:20px; }
.single-property .property-gallery img{
	height: auto;
	max-width: 100%;
	width: 100%;
}
.propery-infos .proerpty-list-info{
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

.propery-infos .proerpty-list-info .label{
	color: #333;
	float: left;
	font-size: 100%;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	width: 25%;
}
.propery-infos .proerpty-list-info.length .label{ width:100%;  }
.propery-infos .proerpty-list-info .text{
	float: left;
	padding-left: 0;
	width: 75%;
}
.propery-infos .proerpty-list-info .text.price{
	color: #21759B;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom:0!important;
}
.propery-infos .proerpty-list-info.map .text{ margin-bottom:10px; }

.propery-infos .proeoty-info{ width:100%; float:left; }
.propery-infos .proeoty-info li{ width:33%; float:left; }
.propery-infos .proeoty-info-right{ float:left; padding:0; margin:0; list-style:none; width: 100%; }
.propery-infos .proeoty-info-right li{ width:33%; float:left; }


.propery-infos .proerpty-list-info.map{ margin-bottom: 20px; }
.propery-infos .proerpty-list-info.map .label{ border:none; }
.propery-infos .proerpty-list-info.map .text{ border:none; }

.single-property .entry-content{
	float: left;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 10px 0;
	width: 100%;
}

.related-posts{
	width: 100%;
	margin-bottom: 20px;
	border-bottom: #f1f1f1 solid 1px;
	clear: both;

}
.related-posts .hentry{ height: auto }
.related-posts .entry-title {
	float: left;
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-top: 5px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;
}

.sing-post-cat-detail{ float: left; width: 100%; }


.propery-infos .proerpty-list-info.voyage .text{
	padding-bottom:10px;
}

.form-submit .propery-infos .proerpty-list-info .label{
	line-height: 24px;
	padding-bottom: 10px;
	border:none;
}
.form-submit .propery-infos .proerpty-list-info .text{
	border:none;
}




.custom-home-category{ margin-bottom:20px; }
.custom-home-category-header{ margin-bottom: 10px; }
.custom-home-category-title{ padding:0px; margin:0;}
.costom-home-category-readmore{ 
	float: right; font-size: 14px; 
	font-weight: bold; 
	margin-right: 10px; 
	margin-top: -23px; 
}

.custom-home-category .hentry{ margin-bottom: 0; }
.custom-home-category.horizontal .hentry{ margin-bottom: 20px!important; }
.custom-home-category .clear{ border-bottom: 1px solid #EEEEEE; margin: 0 10px; padding-top: 10px; }




/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

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


.rpwe-block{}
.rpwe-ul{}
.rpwe-li{ border-bottom: #f4f4f4 solid 1px; padding-bottom: 10px; margin-bottom: 10px; }
.rpwe-title{ margin-bottom: 0;}
.rpwe-title a{ font-size: 18px !important;	}
.rpwe-time{  font-size: 11px;}
.rpwe-summary{ font-size: 12px; line-height: 16px; }

/* =Navigation
----------------------------------------------- */

.site-navigation {
margin: 0 0 10px;
    overflow: visible;
    padding: 10px 0;
    width: 100%;
    display: block;
    clear: both;
    min-height: 45px;
}
.site-navigation .assistive-text{ margin:0; }
.site-navigation .nav-previous {
	float: left;
	width: 50%;
}
.site-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

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

#comments{ margin:0 10px; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */

.widget-title{
	border-bottom: 2px solid #CC181E;
	color: #636363;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.widget {
	margin: 0 0 20px;
}
.widget ul{ padding:0; margin:0; list-style:none; }

.widget .recentcomments{ padding:5px 0;}
.widget .recentcomments span{}
.widget .recentcomments a{
	border-bottom: 1px dotted #eeeeee;
	display: block;
	padding: 10px 0;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

.widget_recent_entries{}
.widget_recent_entries li{}
.widget_recent_entries li a {
	border-bottom: 1px dotted #eeeeee;
	display: block;
	padding: 10px 0;
}

.widget_categories {}
.widget_categories li{}
.widget_categories li a {
	border-bottom: 1px dotted #eeeeee;
	display: block;
	padding: 10px 0;
}

.widget_nav_menu {}
.widget_nav_menu li{}
.widget_nav_menu li a {
	border-bottom: 1px dotted #eeeeee;
	display: block;
	padding: 10px 0;
	font-family: "Mitr", sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
}
.widget_nav_menu li:last-child a{
	border-bottom: none;
}
.widget_nav_menu li:hover > a,
.widget_nav_menu li.current-menu-item a{
	color: #A1CF6B;
}

.widget_pages {}
.widget_pages li{ width: 50%; }
.widget_pages li a {
	border-bottom: 1px dotted #eeeeee;
	display: block;
	padding: 10px 0;
}

/* Search widget */
#searchform .field{ width:278px; }
#searchsubmit{ display:none; }

.header-widgets{
	display: block;
	float: right;
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	text-align: right;
}
.header-widgets .widget{ text-align:right; margin-bottom:0; }
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget img{ width: 100%; }
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{
	background: url("images/phone.png") no-repeat scroll left center transparent;
	font-size: 28px;
	font-weight: bold;
	line-height: 1em;
	padding-left: 45px;
}
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }

.header-widgets .widget_nav_menu{ float:left; }
.header-widgets .widget_nav_menu .menu{ width:auto; float:right;}
.header-widgets .widget_nav_menu .menu li{ float:left; }
.header-widgets .widget_nav_menu .menu li a{
	display: block;
	line-height: 24px;
	padding: 5px 10px;
	text-transform: uppercase;
	color:#636363;
	font-weight:bold;
	font-size:12px;
}

.header-widgets .widget_nav_menu .menu li:hover a{ text-decoration:none; color:#fff; background:#838383; }
.header-widgets .widget_nav_menu .menu li.current-menu-item a{ text-decoration:none;  color:#fff; background:#636363; }

.header-widgets .widget_nav_menu .menu li.add-property a{ text-decoration:none;  color:#fff; background:none repeat scroll 0 0 #CC181E; font-weight:bold; font-size: 16px; }
.header-widgets .widget_nav_menu .menu li.add-property:hover a{ background:#CC181E; }


.widget p{ margin-bottom:0px; }

.widget_theme_my_login .widget-title
.widget_theme_my_login .tml-user-links li a{ font-weight:bold; }

.tml-action-links{
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.tml-action-links li{
	float: left;
	margin-right: 20px;
}
.tml-action-links li a{ display:block; outline:none; }



.navbar-toggle{
	background-color: transparent;
	background-image: none;
	border-radius: 2px;
	float: right;
	margin-bottom: 8px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 10px 10px;
	position: relative;
	border-color: #ccc;
}
.navbar-toggle .icon-bar {
	background: #ccc none repeat scroll 0 0;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}

/* = Custom Post type
------------------------------------------------*/

.bx-wrapper .bx-viewport{
	background: none repeat scroll 0 0 #fff;
	border: none;
	box-shadow: none;
	left: 0;
}
.bx-wrapper .bx-pager{ bottom: 5px; }

.bx-wrapper .bx-controls-direction a{ z-index: 66; }

#featured-aside{ }
#slidercontainer{  margin:auto; padding:0px; }
#sliderarea{ width:100%; height:350px; display:block; padding:0px; overflow: hidden;}
#sliderarea .bx-wrapper{ margin:0; }
#sliderarea .bx-wrapper .bx-pager{ bottom: 10px; font-size: 0; margin: 0 auto; padding:0px; right: 5px; width: auto; z-index: 55; }
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:350px; background:none;}
#custom-slideshows > .slide{ width:100%!important; height:350px; background-size: cover!important }
#custom-slideshows > .slide .slide-inner{ 
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	padding: 20px 20px 10px;
	position: absolute;
	right: 0;
	left: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a{ background:#fff!important; }
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active{ background:#E6E6E6!important; }


#cta-container{ height:200px; }
#custom-cta{ width:940px; padding:0; margin: 0 0 20px; list-style:none; float:left; }
#custom-cta .cta{ width:300px; height:200px; position:relative; margin-left:20px; float:left;  }
#custom-cta .cta.col-0{ margin-left:0;}

.custom-home-features-container{	
	margin: auto;
}

.custom-home-features{
	background: #A1CF6B none repeat scroll 0 0;
	padding: 20px 10px 10px;
	margin:0 -10px;
	color: #fff;
}

.custom-home-features.grid-2{
	margin:0;
}

.home-projects{}

.custom-home-features  h3{
	margin-bottom: 10px;
	color: #fff; 
}
.custom-home-features h3 .fa{
	font-size: 0.8em;
}
.custom-home-features .hentry{ margin-bottom: 0; }
.custom-home-features a{ color: #fff; }

.custom-home-type-tabs-container{ }
.custom-home-type-tabs-container > h3{ padding:0 10px; margin:0 0 10px; }

.custom-home-type-tabs{}
.custom-home-type-tabs .ui-tabs {
	padding: 0;
	position: relative;
}
.custom-home-type-tabs .ui-tabs .ui-tabs-panel {
	border-width: 0;
	display: block;
	padding: 20px 0;
}
.custom-home-type-tabs .hentry { height: 180px; }
.custom-home-type-tabs .entry-title {}
.custom-home-type-tabs .entry-meta{ }
.custom-home-type-tabs .entry-meta .proprty-info {}
.custom-home-type-tabs .entry-meta .proprty-info.bathrooms {}

.custom-home-type-tabs-container.full{  }
.custom-home-type-tabs-container.full .hentry{}
.custom-home-type-tabs-container.full .entry-title {
	width: 120px!important;
}

/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{ margin-bottom: 20px; }
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #f4f4f4;
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	margin: 0 2px;
	padding: 0 10px !important;
	text-transform: uppercase;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #ccc;
	background-color: #ccc;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}


/* Gravity Forms Section */

.gform_wrapper{
	background: #f1f1f1;
	padding: 20px;
}

.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li { margin: 0 0 10px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; }
.gfield_label { font-weight: lighter !important; font-size: 12px; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.ginput_container input { }
.ginput_container .large{
	width: 100%;
}
.ginput_container .medium{
	width: 50%;
}
.ginput_container .small{
	width: 30%;
}

.ginput_container textarea.medium{
	width: 100%;
}

.gform_wrapper .gsection_title {
	font-size: 22px;
	border-bottom: #ccc solid 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.gform_wrapper .gform_title{
	font-size: 32px;
	border-bottom: #ccc solid 1px;
	padding-bottom: 10px;
}
.gform_wrapper .gform_description{}

.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
.gform_button { }
.gform_button:focus,
.gform_button:hover {  }
.gform_validation_container {  }


.gform_footer{
	padding:20px 0;
}
.gform_button {
	height: 40px!important;
	text-transform: uppercase;
	padding: 0px 20px!important;
}

/*-- Gravity Error Section ----------------*/

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea {  border: 1px #ff0000 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }


/* Fix ie 7   */

.ie7 .site-footer .footer-content{}
.ie7 .site-footer .footer-info{}

.advanced-search-form{ width:100%; float:left; background: none repeat scroll 0 0 #E6E6E6; padding: 20px 10px; }
.home .advanced-search-form{ margin-bottom: 0; }

#property-search{}
#property-search .advanced-search-title{ margin:0; padding:0 0 10px 0; color:#333; margin-top:-10px; line-height: 25px; }

/*#property-search .row{ }
#property-search .span1{ width: 95px; float:left; }
#property-search .span2{ width: 195px; float:left; }
#property-search .span3{ width: 300px; float:left; }
#property-search .span4{ }
#property-search .span5{}
#property-search .span6{}
#property-search .span7{}
#property-search .span8{}
#property-search .span9{ width:590px; float:left; }*/


#property-search select{
	border: 1px solid #ffffff !important;
	height: 34px !important;
	line-height: 34px !important;
	padding: 3px !important;
	width: 100% !important;
	min-width: auto!important;
}

#property-search .type{}
#property-search .keyword{  }
#property-search .keyword #s{ width:100%}
#property-search .form-actions input[type="submit"]{ text-align:center; font-weight:bold; }
#property-search .beds{}
#property-search .baths{}
#property-search .rent{}
#property-search .sale{}
#property-search .price-from{}
#property-search .price-to{}
#property-search .btn{
	display: block;
	width: 100%;
	border-radius: 2px;
}



.property-prices-info{
	background: #eee none repeat scroll 0 0;
	margin-bottom: 15px;
	padding: 20px;
}
.prices{
	display: block;
	text-align: left;
	width: 100%;
}
.prices .proerpty-list-info{
	display: inline-block;
	/*font-family: "Mitr", sans-serif;
	font-size: 32px;*/
	line-height: 30px;
	margin-left: 11px;
	font-size: 14px;
}
.prices .proerpty-list-info .label{
	border: medium none;
	color: #707070;
	display: inline-block;
	font-size: 20px;
	padding: 0;
	font-family: "Mitr", sans-serif;
	min-width: 40px;
	text-align: left;
}
.prices .proerpty-list-info .price{
	color: red;
	display: inline-block;
	font-weight: bold;
}
.prices .proerpty-list-info.price{
	margin-left: 0;
	margin-right: 20px;
	display: block;
}
.prices .proerpty-list-info.price-rent{}

.property-prices-info .code{
	font-size: 16px;
	margin-bottom: 10px;
}
.property-prices-info .code .label{ color: #707070; }
.property-prices-info .code p{ margin-bottom: 0; }


.advanced-search-form-home{
	background-color: #f4f4f4;
	padding:20px;	
}

.advanced-search-form-home select{
	border: 1px solid #FFFFFF !important;
	height: 34px !important;
	line-height: 34px !important;
	padding: 7px !important;
	width: 240px !important;

}
.advanced-search-form-home .type{}
.advanced-search-form-home .keyword{  }
.advanced-search-form-home .keyword #s{ width:100%!important; }
.advanced-search-form-home .form-actions input[type="submit"]{
	border-radius: 0px;
	font-size: 16px;
	height: 40px;
	padding: 0 30px;
	text-align: center;
	width: 100%;
}
.advanced-search-form-home .beds{ }
.advanced-search-form-home .baths{ }
.advanced-search-form-home .rent{}
.advanced-search-form-home .sale{}
.advanced-search-form-home .price-from{}
.advanced-search-form-home .price-to{}


.advanced-search-form-home .beds select,
.advanced-search-form-home .baths select{
	
}


.property-gallery{ margin-bottom:20px; }
.property-gallery .gallery-slidshows{ padding:0; margin:0;  }
.property-gallery .gallery-slidshows li{ padding:0; margin:0;}
.property-gallery .gallery-slidshows li a{ display: block; }
.property-gallery .gallery-slidshows li img{ display: block; }


.bx-wrapper {
    box-shadow: none;
    border: 0;
    background: #fff;
}
.property-gallery .bx-wrapper{ margin:0 0 5px 0; }

.property-gallery #bx-pager { margin:-3px; }
.property-gallery #bx-pager a{  border: medium none; box-shadow: none; float: left; margin: 3px; width: 101px; }
.property-gallery #bx-pager a img{ display:block; }


.ads-box {
	padding: 10px;
	text-align:center;
}

.ads-box img{ display:block; margin:auto; max-width: 100%; height: auto; }


.home-Ad-position-1{
	background: #eee none repeat scroll 0 0;
	padding: 10px 10px;
	margin:0 -10px;
}
.home-Ad-position-2{
	background: #eee none repeat scroll 0 0;
	padding: 10px;
	margin:0 -10px;
}
.home-Ad-position-3{
	background: #eee none repeat scroll 0 0;
	padding: 10px;
	margin:0 -10px;
}
.home-Ad-position-4{
	background: #eee none repeat scroll 0 0;
	padding: 20px 10px;
	margin:0 -10px;
}

.inner-Ad-position-1{
	background: #eee none repeat scroll 0 0;
	margin: -20px -10px 20px;
	padding: 10px 10px;
}
.inner-Ad-position-2{
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
} 
.inner-Ad-position-3{
	margin-bottom: 20px;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}


.search-Ad-position-1{
	background: #eee none repeat scroll 0 0;
	margin: 20px -10px;
	padding-left: 0;
	padding-right: 0;
}
.category-Ad-position-2{
	background: #eee none repeat scroll 0 0;
	margin: 0 -10px -20px;
	padding-left: 0;
	padding-right: 0;
}

.widget.ads-box{
	background: #eee none repeat scroll 0 0;
	padding:10px;
}



/*  CUSTOM FONT  thaisans   */

.ui-tabs .ui-tabs-nav li a,
.navbar-default .navbar-nav > li > a,
.header-widgets .widget_nav_menu .menu li a{
	/*font-family: "Mitr", sans-serif;
	font-size: 24px;*/
	font-size:16px;	
}

.ui-tabs .ui-tabs-nav li a{ font-size:22px; font-size: 16px; }

.custom-home-features-container > h3{ padding:10px; }
.hentry .entry-header .entry-title a { font-size: 18px; }

.single .site-main .entry-header .title-info .entry-title{
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0;
}


.hentry .entry-header .entry-title a {
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	line-height: 12px;
}

.costom-home-category-readmore{
	font-family: "Mitr", sans-serif;
	font-size: 1em;
	line-height: 14px;
}

.rpwe-block h3 a {
	font-family: 'Open Sans',sans-serif;
	font-size: 14px !important;
}


#wpdt_property_submit_form{
	padding:0 0 20px 0;
	margin-bottom: 20px;
	border-radius: 2px;
}
#wpdt_property_submit_form .entry-header{ margin-bottom: 20px;  }
#wpdt_property_submit_form .entry-meta {
	background: #f1f1f1;
	padding: 20px 20px 10px;
	border-radius: 2px;
	margin-bottom: 20px;
}
#wpdt_property_submit_form .entry-meta .proprty-info{ margin-bottom: 10px; }
#wpdt_property_submit_form .widget.contact-info{
	background: #f1f1f1;
	padding: 20px;
}
#wpdt_property_submit_form .widget-area{ width:300px; }
#wpdt_property_submit_form .widget-area .widget{ margin-right:0;}
#wpdt_property_submit_form  .propery-infos .proeoty-info{
	list-style: none outside none;
	margin: 0 0 16px;
	padding: 0
}

#wpdt_property_submit_form .upload-thumbnails{ display:block; float:left; width:100%; }
#wpdt_property_submit_form .upload-thumbnail{ position:relative; display:block; margin:0 5px 5px 0; float:left; color:#fff; width:145px; }
#wpdt_property_submit_form .upload-thumbnail img{ max-width:100%; height:auto; }
#wpdt_property_submit_form .upload-thumbnail .actions{ position:absolute; right:3px; top:3px; line-height:12px; font-size:12px; display:none;   }
#wpdt_property_submit_form .upload-thumbnail:hover .actions{ display:block; }
#wpdt_property_submit_form .upload-thumbnail .actions a{ 
	display:block; 
	float:left; 
	padding:5px 5px; 
	background:none repeat scroll 0 0 #006494; 
	color:#fff;   
}
#wpdt_property_submit_form .upload-thumbnail .actions .step{ display:block; float:left; adding:3px 3px;  }
#wpdt_property_submit_form .upload-thumbnail .actions a:hover{ }

#theme-my-login.login{
	width: 300px;
}
#theme-my-login.profile{ width: 100%!important; }

.widget_theme_my_login{}
.widget_theme_my_login .input{ width: 94%; }



.label {
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.btn-lg{
	padding-left: 30px;
	padding-right: 30px;
}

.btn-primary{
	background: #EF233C none repeat scroll 0 0;
	color: #fff;
	border-radius: 0;
	border-color: #EF233C;
	font-family: "Mitr", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;

}
.btn-primary:hover{
	background: #000;
	border-color: #000;
}

.navbar-account{ margin-top: 20px; }
.navbar-account li{}
.navbar-account li a{
	/*font-family: "Mitr", sans-serif;
	font-size: 24px;*/
	font-size: 18px;
	padding:10px 20px!important;
	
}
.navbar-account li a.btn-primary,
.navbar-account li a.btn-primary:visited{
	padding:10px 20px!important;
	background: #EF233C none repeat scroll 0 0;
	border-color: #D90429;
	color: #fff;
}
.navbar-account li a.btn-primary:hover{
	
	background: #D90429 none repeat scroll 0 0;
	color: #fff;
}

.um-page-login .site-main,
.um-page-register .site-main{ text-align: center; padding-top: 50px; }

div.simplesocialbuttons {
	clear: left;
	height: 20px;
	margin: 30px auto 25px 0 !important;
	text-align: left;
}


#faux-calculator-widget{
	float: left;
	margin-bottom: 20px;
	
	width: 100%;
}
#faux-calculator-widget .widget-graph{
	height: 250px;
	width: 250px;
	background-color: #f1f1f1;
	display: block;
	border-radius: 50%;
	float: right;
	line-height: 250px;
	text-align: center;
}


.plans-list{}
.plans-list .plan{}
.plans-list .plan .icon{}
.plans-list .plan .info{}
.plans-list .plan .info .name{}
.plans-list .plan .info .dec{}

.singe-links {
	padding:0;
	display: block;
	float: left;
	width: 100%;
}
.singe-links .wp_list_categories{ list-style: none; padding:0; margin:0; }
.singe-links .wp_list_categories li{
	display: inline-block;
	width: auto;
	font-size: 18px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.singe-links .wp_list_categories li a{
	display: block;
	line-height: 30px;
	padding: 5px 20px;
	background-color: #f4f4f4;
	font-family: "Mitr", sans-serif;
}

.send-enquiry-page{ margin-bottom: 20px; }
.send-enquiry-page .btn{ 
	width: 100%;
	border-radius: 3px!important;
}




/*=================================================
.gform_wrapper
=================================================*/
.gform_wrapper{
	margin:0!important;

}
.gform_wrapper ul {
	margin: 0px !important;
	padding: 0;
}

.gform_wrapper ul li.gfield{
	margin-top: 0!important;
}

.gform_wrapper .row li.gfield{
	padding: 0 10px!important;
}

.gform_wrapper .gform_footer {
	clear: both;
	margin: 0 !important;
	padding: 10px 0 0px!important;
}
.gform_wrapper .row .gform_footer{
	padding:10px;
}

.form-menu{
	padding: 10px 0px;
}

.form-menu .nav-tabs.nav-justified{
	padding:10px 0;
}

.nav-tabs.nav-justified>li>a{
	border-bottom: none;
	background: #A1CF6B;
	margin: 0 10px;
	border-radius: 0;
	font-family: "Mitr", sans-serif;
	font-size: 24px;
	color: #fff;
	letter-spacing: 1px;
}

.nav-tabs.nav-justified>li>a:hover{
	background-color: #333;
	border-color: #333;
}
.panel{
	border:none;
}
.panel-default {
	border-color: none;
	background: #f8f8f8;
	padding: 16px 5px;
}

.sidebar-property{}
.sidebar-property .widget_simpleimage{}
.sidebar-property .widget_simpleimage img{
	width: 100%;
}

.costom-home-view-all{
	float: right;
	margin-top: -40px;
	font-family: "Mitr", sans-serif;
	font-size: 1em;
	line-height: 2em;
	margin: -40px 0 0 0;
}

.page-template-property-projects .property-features,
.page-template-property-projects .property-projecgts{
	padding-bottom: 40px;
}

.archive-list{
	padding: 20px;
	border-right: #f1f1f1 solid 1px;
	margin-top: -10px;
	margin-left: -20px;
	margin-bottom: -20px;
}

.archive-list .wp-pagenavi,
.archive-list .site-navigation{
	margin-bottom: 0;
}

.wpdt-login{
	text-align: center;
	margin-bottom: 20px;

}

.wpdt-login-inner{
	display: inline-block;
    text-align: left;
    max-width: 400px;
    margin-bottom: auto;
    padding: 30px 30px 20px;
    background: #f8f8f8f8;
    border-radius: 2px;
    width: 100%;
    margin:10px auto;
}

.wpdt-login-inner .btn-line{
	margin-bottom: 20px;
	text-align: center;
}

.wpdt-login-inner  label{
	display: block;
}

.wpdt-login-inner input[type=text], 
.wpdt-login-inner input[type=email], 
.wpdt-login-inner input[type=password]{
	width: 100%;
}

.enquiry-contact-info h3, .enquiry-property-info h3 {
    font-weight: bold;
    color: #333;
    letter-spacing: 0.1em;
    border-bottom: rgba(0,0,0,0.1) solid 1px;
    padding-bottom: 10px;
}
