/*
Theme Name: iseley
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
/*@import url("content.css");*/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  margin:0;
  padding:0;
}

body {
  line-height:1.3em;
  font-size:15px;
  font-family: Helvetica Neue;
}

a {
  text-decoration:none;
  color:#4D3D3D;
}

h2,h5,h2 a,h3,h3 a,h5 a {
  color:#000;
  margin-bottom:10px;
}
#content p {   margin-bottom: 12px;}
.cboth,.cb,.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin:0!important;
  padding:0!important;
}
.sidebar_widget .dsidx-xlistings-list.dsidx-xlistings-large .dsidx-listing{
	width:100% !important;
	
}


.cboth35 {
  clear:both;
  height:35px;
}

.search-results .format-standard{padding:20px;background: url('img/dot-bg.png') repeat scroll 0% 0% transparent;
border: 1px solid #CCC;
margin-bottom:30px;
}

select {
  border:1px solid #dedbc9;
  background:url(img/input_back.png) repeat-x #fff;
  padding:3px;
}

select option {
  opacity:1;
}

input[type=text],input[type=password] {
  background:url(img/input_back.png) repeat-x scroll 0 0 #FFF;
  border:1px solid #DEDBC9;
  height:1.5em;
  vertical-align:middle;
  padding:4px;
  width: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

input[type=text].wpp_validation_fail, textarea.wpp_validation_fail  {
  background: none repeat scroll 0 0 #FFF1F1;
  border: 1px solid #8B0B0B;
}

textarea {
  border:1px solid #dedbc9;
  background:url(img/input_back.png) repeat-x #fff;
  height:85px;
  padding:10px 5px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

h1 {
  color:#474747;
  font-size:2em;
  text-transform:uppercase;
  margin-bottom:20px;
}

h1 span {
  color:#424242;
  font-size:30px;
}

blockquote:before,blockquote:after,q:before,q:after {
  content:none;
}

del {
  text-decoration:line-through;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

.attachment img {
 /* display:block;
  margin:0 auto; */
}


.mceContentBody h1,
.mceContentBody h2,
.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.mceContentBody h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height:1.5em;
  margin-bottom: 10px;
}

.mceContentBody h3,
.mceContentBody h4,
.mceContentBody h5,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  color:#000;
  text-transform:capitalize;
  font-weight:700;
}

.mceContentBody h2,
.entry-content h2 {
  font-size:1.6em;
}

.mceContentBody h3,
.entry-content h3 {
  font-size:1.3em;
}

.mceContentBody h4,
.entry-content h4 {
  font-size:14px;
}

.mceContentBody h5,
.entry-content h5 {
  font-weight:700;
}

.mceContentBody h6,
.entry-content h6 {
  font-size:10px;
}

.mceContentBody,
.entry-content {
  line-height:1.6em;
  padding:0;
}

.mceContentBody ul,
.entry-content ul {
  list-style:none;
}

blockquote,q {
  quotes:none;
}

.mceContentBody pre,
.entry-content pre {
  font-family: "Courier 10 Pitch", Courier;
}

.mceContentBody,
.entry-content,
.entry-meta {
  color:#454545;
}

.mceContentBody p,
.entry-content p {
  margin-bottom:10px;
  font-weight:400;
}

.mceContentBody a,
.entry-content a {
  color:#534278;
}
/*
.mceContentBody a:visited,
.entry-content a:visited {
  color:#35245C;
}
*/
.mceContentBody ins,
.entry-content ins {
background-color:#FFC;
}

.mceContentBody dl,
.mceContentBody ol,
.entry-content dl,
.entry-content ol {
  margin:0 0 15px;
}

.mceContentBody .the_content,
.entry-content .the_content {
  margin-bottom: 15px;
  overflow:hidden;
}

.mceContentBody ol ol,
.entry-content ol ol {
  list-style-image:none;
  list-style-position:inside;
  list-style-type:lower-alpha;
  margin-left:20px;
}

.mceContentBody ul li,
.entry-content ul li {
  padding-left: 15px;
  margin-bottom: 10px;
}

.mceContentBody pre,
.mceContentBody kbd,
.mceContentBody tt,
.mceContentBody var,
.entry-content pre,
.entry-content kbd,
.entry-content tt,
.entry-content var {
  font-size:15px;
  line-height:21px;
}

.mceContentBody pre,
.entry-content pre {
  -moz-background-clip:border;
  -moz-background-origin:padding;
  -moz-background-size:auto auto;
  background-attachment:scroll;
  background-color:#F7F7F7;
  background-image:none;
  background-position:0 0;
  background-repeat:repeat;
  color:#222;
  line-height:18px;
  margin-bottom:18px;
  padding:1.5em;
}
/*
.mceContentBody blockquote,
.entry-content blockquote {
  font-style:italic;
  padding:0 3em;
}
*/
.mceContentBody blockquote cite,
.entry-content blockquote cite,
blockquote em,
blockquote i {
  font-style:normal;
}

.mceContentBody img.alignleft,
.mceContentBody img.alignright,
.mceContentBody img.alignnone,
.mceContentBody img.aligncenter,
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.alignnone,
.entry-content img.aligncenter {
  height: auto;
  margin: 0 0 ;
  max-width: 100%;
  width: auto;
}

@font-face {
    font-family: 'BelleroseLight';
    src: url('fonts/bellerose.eot');
    src: url('fonts/bellerose.eot') format('embedded-opentype'),
         url('fonts/bellerose.woff') format('woff'),
         url('fonts/bellerose.ttf') format('truetype'),
         url('fonts/bellerose.svg#BelleroseLight') format('svg');
}
@font-face {
font-family: "Helvetica Neue";
src: url('fonts/175872803-helvetica-neue1.eot');
src: url('fonts/175872803-helvetica-neue1.eot?#iefix') format('embedded-opentype'),
url('fonts/175872803-helvetica-neue1.svg#Helvetica Neue') format('svg'),
url('fonts/175872803-helvetica-neue1.woff') format('woff'),
url('fonts/175872803-helvetica-neue1.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-regular.woff') format('woff'),
         url('fonts/opensans-regular.ttf') format('truetype'),
         url('fonts/opensans-regular.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans-CondensedBold';
    src: url('fonts/opensans-condbold.eot');
    src: url('fonts/opensans-condbold.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-condbold.woff') format('woff'),
         url('fonts/opensans-condbold.ttf') format('truetype'),
         url('fonts/opensans-condbold.svg#opensans-condbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/ubuntu-regular.eot');
    src: url('fonts/ubuntu-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-regular.woff') format('woff'),
         url('fonts/ubuntu-regular.ttf') format('truetype'),
         url('fonts/ubuntu-regular.svg#ubuntu-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('fonts/myriadpro-semibold-webfont.eot');
    src: url('fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-semibold-webfont.woff') format('woff'),
         url('fonts/myriadpro-semibold-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-semibold-webfont.svg#myriadpro-semibold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
font-family: 'HelveticaNeueLTPro43LightExtendedOblique';
src: url('fonts/helveticaneueltpro-ltexo.eot');
src: url('fonts/helveticaneueltpro-ltexo.eot') format('embedded-opentype'),
url('fonts/helveticaneueltpro-ltexo.woff') format('woff'),
url('fonts/helveticaneueltpro-ltexo.ttf') format('truetype'),
url('fonts/helveticaneueltpro-ltexo.svg#HelveticaNeueLTPro43LightExtendedOblique') format('svg');
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	overflow-x: hidden;
	line-height: 1.5;
	margin: 0;
	font-family:Helvetica,sans-serif;
}

a {
	color: #354740;
text-decoration: none;
}
/*
a:visited {
	color: #354740
}
*/
a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: #9EB2A6;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
 font-family: "Source Sans Pro",Helvetica,sans-serif;
	line-height: 1.3;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

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;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 0px;
	padding:0px;

}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	/*background: url(images/dotted-line.png) repeat center top;*/
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

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

/* Form fields, general styles first. */
textarea {
	/*border: 2px solid #d4d0ba;*/
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}
input[type="submit"]
{

}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * 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%;
}

/* 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;
	/*width: 100%;*/
}
.wp-caption img{width:100%;}
.more-right{margin-left:68%;display: block;}
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%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}
.wp-caption .wp-caption-text{display:none;}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	/*text-decoration: underline;*/
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.my_blog h2.entry-title{height:60px;overflow:hidden;}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #354740 ;
	font-style: italic;
}

.menu-toggle {
	display: none;
}
.sidebar .sidebar_widget .dsidx-xlistings ul.dsidx-xtabs li.dsidx-xtab{
	margin:0 5px 0 0 !important;
	
}
/* Navbar */
.navbar {
	/*background-color: #f7f5e7;*/
	background-color: #BECDC3;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: 10px 0;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	/*max-width: 604px;*/
	width: 95%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0px auto 10px;
	border: thick solid #EEE;
	box-shadow: 0px 2px 4px 1px #CCC;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	font-weight: normal;
	margin: 0px 0px 5px;
	color: #4B4B4B;
	font-size: 1.6em;
	line-height: 1.3em;
}
h1.entry-title {
	text-transform: none;
	font-size: 30px;
	margin: 0px 0px 20px;
}
.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #9EB2A6;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #354740 ;
}

.entry-meta a:hover {
	color: #354740 ;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #354740 ;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #9EB2A6;
}

.entry-content blockquote {
	font-size: 17px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

/*
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}
*/

footer.entry-meta {
	margin-top: 24px;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.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 {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #9EB2A6;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	/*background-color: #fbca3c;*/
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #354740 ;
}

.format-link div.entry-meta {
	display: inline;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}
.home .dsidx-xlistings-grid.dsidx-xlistings-large .dsidx-photo{ max-height:206px !important;}
.format-status .entry-content a {
	color: #eadaa6;
}
.home .dsidx-xlistings-grid.dsidx-xlistings-large .dsidx-listing{ width:300px !important; }
.dsidx-xlistings ul.dsidx-xtabs {
    height: 24px;
    border-bottom: solid 1px #dedede;
    margin: 0 0 0 0;
    padding: 0 0 0 12px !important;
    width: 100%;
    display: inline-block;
}

.home .dsidx-xlistings{ text-align:center;  }
.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.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;
}

.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 .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #354740 ;
}

.navigation a:hover {
	color: #9EB2A6;
	text-decoration: none;
}

.paging-navigation {
	/*background-color: #e8e5ce;*/
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #9EB2A6;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #9EB2A6;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */


.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;

padding: 30px 0px;
width: 100%;
font-family: belleroselight;
font-size: 30px;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	/*background-color: #e8e5ce;*/
}

.page-title {
	/*font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;*/
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
	font-family: belleroselight;
	font-size: 30px;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 100px;
	position: relative;
	text-align: center;
	width: auto;
}
/*
.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}
*/

.error404wrap{
margin: 30px;
background: url('img/dot-bg.png') repeat scroll 0% 0% transparent;
width: 100%;
border: 1px solid #CCC;
}
.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}




/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #354740 ;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #9EB2A6;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 30%;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	background: url('img/input_back.png') repeat-x scroll 0px 0px #FFF;
	border: 1px solid #DEDBC9;
	border-radius:3px;
	height:30px;
	/*max-width: 270px;*/
	width: 60%;
}
.comment-form textarea{
	background: url('img/input_back.png') repeat-x scroll 0px 0px #FFF;
	border: 1px solid #DEDBC9;
}
#respond input#submit {
    float: right;
    border: medium none;
    background: url('img/submit.png') no-repeat scroll center bottom transparent;
    color: #000;
    font-family: BelleroseLight;
    text-transform: uppercase;
    padding: 0px 36px 13px 10px;
    font-size: 15px;
    line-height: 0;
    height: 34px;
    font-weight: bold;
    overflow: hidden;
    width: 128px;
    text-indent: -1000px;
	margin-top:20px;
	margin-right:10%;
}

.comment-form textarea {
	width: 60%;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #354740 ;
}

.widget a:hover {
	color: #9EB2A6;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
 
 img.home{background: url('img/iseley_sprite.png')no-repeat 0px 0px;padding-left:20px;}
 img.mobile{background: url('img/iseley_sprite.png')no-repeat 0px -20px;padding-left:20px;}
 img.fax{background: url('img/iseley_sprite.png')no-repeat 0px -40px;padding-left:20px;}
 img.envelop{background: url('img/iseley_sprite.png')no-repeat 0px -60px;padding-left:20px;}
 img.itwitter{background: url('img/iseley_sprite.png')no-repeat 0px -80px;padding-left:20px;}
 img.ifacebook{background: url('img/iseley_sprite.png')no-repeat 0px -100px;padding-left:20px;}
  img.iin{background: url('img/iseley_sprite.png')no-repeat 0px -120px;padding-left:20px;}

.site-footer {
	background-color: #e8e5ce;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color: #686758;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

ul.header-sub-menu .menu-item a, .navigation span a {
    color: #2A3A2F;
    text-transform: uppercase;
    font-style: normal;
    font-size: 23px;
    font-family: BelleroseLight;
    text-shadow: 0px 0px 0px #2A3A2F;
}
ul.header-sub-menu {
list-style:none;
padding-top:5px;
padding-left: 5px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
display:block;
height: 85px;
}
.sidebar_widget .dsidx-xlistings-list.dsidx-xlistings-large .dsidx-listing { width:100% !important}
.sidebar ul li .dsidx-header a{ margin-top:10px; }
ul.header-sub-menu .menu-item {
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
float:left;
margin-left:0px;
padding:5px 16px;
list-style:none;
}

ul.header-sub-menu .menu-item:hover,
ul.header-sub-menu .current_page_item {

}
/* END FIX: property overview list. Since 3.1.4 */
.resp3,.resp4,.resp6,.resp8,.resp9{float:left;}
.resp3{width:25%;}
.resp6{width:49%;margin-left:1%}
.resp4{width: 25%;
margin-left: 3%;
margin-right: 2%;}
.resp8{width: 67%;
margin-left: 2%;
margin-right: 1%;}
.resp9{width:75%;}
.resp12{width:100%;clear:both;}

.resp4 .dsidx-search-widget {
max-width: 400px;
margin: 0 auto;
background: url(http://iseleyandwalsh.com/wp-content/themes/iseley/img/dot-bg.png);
border: 1px solid #C0C0C0;
padding: 5%;
}

.resp4 div.dsidx-results-widget .dsidx-panel {
position: relative;
overflow: hidden;
display: none;
background: url(http://iseleyandwalsh.com/wp-content/themes/iseley/img/dot-bg.png);
border: 1px solid #c0c0c0;
padding: 4%;
}

.home_featured_property .dsidx-prop-summary{
float:left;width:45%;margin-left:3%;margin-right:2%;
background: url('img/dot-bg.png') repeat scroll 0px 0px transparent;
border: 1px solid #CCC;
margin-bottom: 17px;padding:10px;
}
.home_featured_property p{display:none;}
.home_featured_property .dsidx-prop-summary img{
width: 250px;
padding: 5px;
background-color: #FFF;
border: thin solid #ddd;
}

body.dsidx .dsidx-small-listing .dsidx-secondary-data .dsidx-price
{
color:#555;
}


.page-template-temp_propertylist-php .dsidx-prop-summary{
background: url('img/dot-bg.png') repeat scroll 0px 0px transparent;
border: 1px solid #CCC;
margin-bottom: 17px;
padding: 12px 16px 10px 13px !important;
text-align: justify;
width: 99%;
}
.dsidx-prop-summary{
background: url('img/dot-bg.png') repeat scroll 0px 0px transparent;
border: 1px solid #CCC;
margin-bottom: 17px;
padding: 12px 16px 10px 13px !important;
text-align: justify;
width: 99%;
}
#dsidx-listings li.dsidx-listing {
background: url('img/dot-bg.png') repeat scroll 0px 0px transparent;
border: 1px solid #CCC;
margin-bottom: 17px;
padding: 12px 16px 10px 13px !important;
text-align: justify;
width: 99%;
}

.dsidx-prop-title{
font-size: 17px;
line-height: 40px;
text-decoration: none;
border-bottom: 1.5px dashed #558F3C;
}
.dsidx-prop-title a{text-decoration:none;}
.dsidx-prop-features div{
background: url('img/iseley_sprite.png') no-repeat 0px -163px transparent;
padding: 2px 0px 0px 30px !important;
margin: 0px;
overflow: hidden;
text-overflow: ellipsis;
font-size: 12px;
}
.dsidx-secondary-data div{
background: url('img/iseley_sprite.png') no-repeat 0px -157px transparent; 
padding: 2px 0px 8px 30px !important;
}

.page-contact{margin-top:20px;}
.page-contact .cform span{display:none;}
.sidebar img.wp-post-image{
background: none repeat scroll 0px 0px #FFF;
border: 1px solid #CCC;
box-shadow: 0px 2px 4px 1px #CCC;
margin-bottom: 10px;
padding: 5px;
}
#respond {
    background: url('img/dot-bg.png') repeat scroll 0% 0% transparent;
    border: 1px solid #D6D6D6;
    clear: both;
    margin: 50px 0px 15px;
    padding: 15px;
	overflow:auto;
}
#body_container .main p {
    margin-bottom: 10px;
    line-height: 1.6em;
    text-align: justify;
    word-spacing: 2px;
}
#body_container .alignright, #body_container img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.alignright {
    float: right;
}
.wp-caption {
    background: none repeat scroll 0% 0% #F1F1F1;
    line-height: 18px;
    margin: 10px 10px 20px;
    text-align: center;
    box-shadow: 0px 0px 7px #A9AAA7;
    padding: 8px;
}

.sidebar h5{
color: #343434;
font-size: 24px;
text-transform: capitalize;
margin-bottom: 25px;
font-family: BelleroseLight;
margin-left: 16px;margin-top: 0px;
}

.sidebar>ul{
background: url('img/dot-bg.png') repeat scroll 0% 0% transparent;
width: 100%;
padding: 3% 0px;
border: 1px solid #CCC;
margin-left: 0px;
list-style:none;
margin-bottom:20px;
}

.sidebar .textwidget{
background: url('img/dot-bg.png') repeat scroll 0% 0% transparent;
width: 100%;
padding: 3% 0px;
border: 1px solid #CCC;
margin-left: 0px;
list-style:none;
margin-bottom:20px;
}

.sidebar>ul>li{
background: url('img/line.png') repeat-x scroll center bottom transparent;
padding: 3% 3% 3% 6%;
}

.sidebar ul li a{
font-size: 16px;
font-weight: bold;
color:#718D7B;
display:block;
}

.blog_post_wrap{
border: 1px solid #CCC;
min-height: 675px;
margin-bottom: 12px;
margin-right: 8px;
overflow: hidden;
padding: 10px;
background: url('img/dot-bg.png') repeat scroll 0% 0% transparent;
}
.blog_post_wrap h4.entry-title{height:60px;overflow:hidden;}
.home_text1 {
    color: #424A3D;line-height: 2.5;
    font-size: 25px;
    font-style: italic;
    padding-top: 13px;
    text-align: center !important;
    word-spacing: 17px;
    font-family: HelveticaNeueLTPro43LightExtendedOblique;
}
.header_form{background-image: url('img/line.png'), url('img/line.png'), url('img/footer-bg.jpg');
border: 2px solid #F4F1D6;
background-repeat: repeat-x, repeat-x, repeat;
background-position: center top, center bottom, center center;
color: #555656;
padding: 20px;
padding-bottom:40px;
position: relative;
font-size: 14px;
margin-top: -20px;}

.advancedsearch #idx-q-PriceMin{float:left;}

input#dsidx-contact-form-submit {
background: url(http://iseleyandwalsh.com/wp-content/themes/iseley/img/submit.png) no-repeat;
width: 130px;
padding: 0 10px;
border: none;
color: rgba(1,1,1,0);
height:40px;}

.dsidx-search-widget .dsidx-search-button .submit{
background: url('img/search.png');color: rgba(1,1,1,0);
border: none;
height: 50px;
width: 158px;}

.dsidx-standalone-disclaimer{display:none;}

.head_img{position:relative;}

.footer {
background-image: url(img/line.png) ,url(img/line.png), url(img/footer-bg.jpg);
border: 2px solid #f4f1d6;
background-repeat: repeat-x, repeat-x, repeat;
background-position: top, bottom, center;
clear:both;
color:#555656;
padding:20px;
position:relative;
font-size:14px;
margin-top:-24px ;
}

.footer .inner_footer {
overflow: hidden;
min-height:156px;

position:relative;
padding-bottom: 7px;
}

.toparea { background:#fcfdfb; overflow:hidden;}
.toparea .contact {
float: left;
padding: 20px;
width: 50%;
}
.toparea .login-details{}
.nav-left {
position: absolute;
left: -35px;
}
.nav-right {
position: absolute;
right: -35px;
}
.custom_logo { position: absolute;
z-index: 999;
margin: 0 auto;
text-align: center;
top: -60px;
left: 34%;
}
.custom_logo img{height:auto;}
.contact .phone {
float: left;
background: url('img/iseley_sprite.png') no-repeat 0px -140px transparent;
font-size: 13px;
padding-left: 20px;
margin-right: 3%;
}
.contact .mail {
font-size:13px;
background: url('img/iseley_sprite.png') no-repeat 0px -58px transparent;
padding-left: 20px;
float: left;
}
.midd { position:relative; }
.top-search {
background-image: url("img/line.png"), url("img/line.png"), url("img/top-bg.jpg");
background-position: center top, center bottom, center center;
background-repeat: repeat-x, repeat-x, repeat;
border: 2px solid #F4F1D6;
clear: both;
height: 22px;
margin-top: 62px;
overflow: hidden;
padding: 4% 2.8%;
position: absolute;
width: 94%;
}
.top-search input[type="text"] {
background: none repeat scroll 0 0 #FFFFFF;
border: 2px solid #9FB2A6;
border-radius: 0;
font-size: 24px;
height: 29px;
margin-left: 12px;
padding: 11px 12px 3px 11px;
width: 72%;
margin-top: -9px;
}
.top-search input[type="submit"] {
background: url("img/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
float: right;
margin: -9px 0 0;
overflow: hidden;
padding: 23px 15px;
text-indent: 999px;
width: 210px;
}
.top-search label { display:none;}
.copyright { 
background-image: url(img/line.png), url(img/footer-bg.jpg);
padding: 1% 2.6%; 
color:#656460;
background-repeat: repeat-x, repeat;
background-position: bottom, center;
font-size:14px;
overflow:auto;
}
.footer .denali_widget {float: left;
width: 25%;}
.footer  ul.link_ul li { background: url('img/iseley_sprite.png') no-repeat 0px -267px transparent; 
padding-left: 15px;
padding-bottom: 5px;
list-style:none;
}
.footer .denali_widget ul li a { font-size: 15px;
text-transform: uppercase; }
.footer .widgettitle { 
font-size: 20px;
text-transform: uppercase; 
font-weight:normal;
color:#354740;
}
.widget-bg { background: url(img/dot-bg.png) repeat;
width: 100%;
padding: 3% 0;
border:1px solid #ccc;
margin-left:16px;
}
.widget-bg ul li a { color: #718d7b !important;
text-transform: capitalize;
font-weight: bold;
/*text-decoration: underline;*/
display:block;
line-height: 26px;
}

.widget-bg ul li { background: url(img/line.png) repeat-x bottom; padding: 3% 3% 3% 6%;}
.home-blog ul li {
    border: 1px solid #CCCCCC;
    float: left;
    min-height: 516px;
    margin-bottom: 12px;
    margin-right: 8px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    width: 45%;
	background: url(img/dot-bg.png);
}
.read {
background: url("img/read-more.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 36px;
position: relative;
top: 42px;
}
.readupper {
background: url("img/read-more.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 36px;
margin-top:20px;
}
.more_listing {
background: url("img/more_listing.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 36px;
margin-top:20px;
}
.advanced_search{
position: absolute;
bottom: 15px;
right: 65px;
}

.blog-title {
bottom: 12px;
position: relative;
right: 9px;
text-transform:uppercase;
font-size: 11px;
height:50px;
}
.read a {
   font-family: BelleroseLight;
    font-size: 17px;
    font-weight: bold;
    left: 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.excerpt
{
 position: relative;
 top: 30px;
 text-align:justify;
 height:310px;
}
.blog_heading{
font-size: 1.9em;
margin-bottom: 15px;
}
.date{
color:#4D3D3D;
float:left;
 margin-left: -8px;
}

.comments-link {
    margin-left: 7px;
}
.single_image img {
border: 1px solid #FFFFFF;
box-shadow: 0 2px 4px 1px #CCCCCC;
padding: 4px;
width: 98%;
}
.main-blog{
background: url("img/dot-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #CCCCCC;
min-height: 694px;
margin-bottom: 30px;
margin-top: 30px;
}
.main-blog article{padding:10px;}
.main-blog img{width:100%;}

.blog-titlemain{
font-size: 11px;
position: relative;
text-transform: uppercase;
}
.top_utility {
margin: 0 0 0 9px;
}
.menu-header-submenu-container { background: url(img/nav_bg.jpg) repeat-x;
float: right;
width: 42%; }
.menu-header-menu-container { background: url('img/nav_bg.jpg') repeat-x;
width: 49%;
float: left;
}
.popexcerpt {
margin-bottom: 16px;
margin-top: 7px;
text-align: justify;
font-size: 16px;
    
}
.popimage {
margin-top: 7px;
text-align: center;
margin-bottom: 4%;
}
.popimage img{
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: 0 2px 4px 1px #CCCCCC;
margin: 1px 0 0;
padding: 5px;
width: 89%;
-moz-box-shadow: 0px 2px 4px 1px #ccc;
-webkit-box-shadow: 0px 2px 4px 1px #ccc;
}
.popular_li {
min-height: 206px;
}
.popular_li
.list_li {
background: url("img/dot-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
margin-bottom: 10px;
padding: 1%;
position: relative;
min-height: 220px;	
cursor:pointer;
overflow:hidden;
border:1px solid #ccc;
}
.list_img img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 2px 4px 1px #CCCCCC;
    padding: 10px;
	margin: 21px 0 0 21px;
	float: left;
}
.list_title a {
font-size: 21px !important;
margin: 0 0 0 49px;
text-decoration: none !important;
}

.list_title {
    margin-top: 17px;
}
.proplist img{
width:100% !important;
height: 154px !important;
}
.proplist ul .property_title a{
font-size: 21px !important;
left: 17px;
position: relative;
text-transform: uppercase;
text-decoration: none !important;
}
.proplist ul .property_price span{
position: absolute;
right: 0px;
top: 10px;
}
.proplist ul .property_bedrooms span{
left: 404px;
position: absolute;
top: 83px;
}
.proplist ul .property_bathrooms span{
bottom: 38px;
left: 406px;
position: absolute;
}
.proplist ul .property_location{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
bottom: 13px;
font-size: 14px !important;
position: relative;
right: 42px;
text-transform: uppercase
}
.proplist ul .property_phone_number{
left: 23px;
position: relative;
top: 7px;
}
.list_main{
border-radius: 5px;
clear: both;
padding: 10px;
margin-top:40px;
}
.list_inner{
overflow: hidden;
padding: 0;
text-align: left;
}
.property_image {
float: left;
}
.property_image img {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CCCCCC;
box-shadow: 0 2px 4px 1px #CCCCCC;
height: 131px;
margin: 25px 0 0 9px;
padding: 7px;
width: 200px;
}
.property_title  a{ 
font-size: 15px !important;
font-weight: bold;
position: relative;
right: 91px;
text-decoration: none !important;
text-transform: uppercase;
width: 39% !important;
}
.properties {
margin-top: 20px;
}

.prop_price {
float: right;
font-size: 23px;
width:33%;
color:#354740;
}
.prop_area {
left: 501px;
position: absolute;
top: 128px;
font-size:15px;
}
.loc{
    font-size: 12px;
    left: 251px;
    position: absolute;
    top: 55px;
}
.prop_type {
    left: 498px;
    position: absolute;
    top: 100px;
	font-size: 18px;
}

.bath {
    left: 392px;
    position: absolute;
    top: 128px;
	font-size: 15px;
}
.bed {
 font-size: 18px;
 left: 389px;
 position: absolute;
 top: 99px;
}
.property_con {
width: 22%;
font-size: 13px;
margin-left: 4%;
float: left;
margin-top:20px;
}

.bottom_list {
left: 246px;
position: absolute;
top: 182px;
}
.bottom_list a {
margin-left: 15px;
padding: 0 13px 0 0;
font-size: 15px;
text-decoration: none !important;
}
.view {
background: url("img/view-details.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 50px;
width: 56%;
float:right;
margin-top:11px;
}
.view  a {
font-size: 17px;
left: 14px;
position: relative;
text-align: center;
top: 2px;
text-transform: uppercase;
font-weight: bold;
font-family:BelleroseLight;
}


.list_li:hover{
background:#FAFBE9;
}
div.hide_list{
display:none;
}
.list_li:hover .hide_list{
display:block;
}
.list_heading{
font-size: 20px;
margin-left: 3px;
}
.team {
text-align: justify;
width: 99%;
}
.contact #cformsform {
background: url("img/dot-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #CCCCCC;
min-height:337px;
padding: 4px 19px 0 9px;
position: relative;
top: 17px;
width: 95%;
}
.contact .reqtxt{
display:none;
}
.contact .emailreqtxt{
display:none;
}
.contact #cformsform label 
{
display:none;
float: left;
font-family:arial;
font-size: 16px;
font-weight: 400;
width: 100%;
}
.contact #cformsform label span{
display: block;
margin-top:28px;
}

.contact #cformsform li input[type="text"] {
border: 2px solid #9FB2A6;
border-radius: 1px;
height: 18px;
margin-top: 28px;
width: 39%;
}
.contact #cformsform li textarea{
border:2px solid #9FB2A6;
border-radius: 1px;
float: right;
height: 100px;
left: 0;
position: relative;
top: -132px;
width: 45%;
}
.contact #cformsform input.sendbutton{
background: url("img/submit.png") no-repeat scroll bottom rgba(0, 0, 0, 0);
bottom: 75px;
color: #000000;
font-weight: bold;
height: 44px;
left: 355px;
position: absolute;
width: 24%;
font-family: BelleroseLight;
font-size: 18px !important;
text-transform: uppercase;
vertical-align: top;
line-height: 0;
text-indent: -1000px;
top: 12px;
}
.contact #cformsform input.secinput{
float: left !important;
height: 21px !important;
position: relative;
top: -38px;
width: 79px !important;
}
.contact #cformsform img.captcha{
height: 30px;
position: absolute;
right: 485px;
top: 228px;
width: 90px;
}
.contact #cformsform img.captcha-reset {
position: relative;
right: 85px;
top:20px;
}

.team ul li{
background:url("img/tick.png") no-repeat scroll 0 13px rgba(0, 0, 0, 0) !important;
padding: 14px 0 0 33px;
margin:0px;
}
.sell ul li{
background:url("img/tick.png") no-repeat scroll 0 13px rgba(0, 0, 0, 0) !important;
padding: 14px 0 0 33px;
margin:0px;
}
.contact div.failure{
background:none !important;
border:none;
bottom: 0px;
display: block;
margin-left: 10px;
position: relative;
width: 89%;
font-size:18px;
}
.contact #cformsform .cf-sb{
clear:both;
}
.contact_top {
margin-top: 17px;
text-align: justify;
width: 95%;
}
.team h2 {
font-size:17px;
}
.contact .cform ol.cf-ol li.cf_li_err{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border: medium none;
width:auto;
}
#cformsform ol.cf-ol li.cf_li_err input{
border: 1px solid #FF0000 !important;
}
.about {
width: 83%;
}
.link_li a {
color:#656460;
border-bottom:none;
font-size:15px !important;
}
.bottomimg img {
    margin-top: 14px;
    width: 100%;
	height: auto;
}
.bottomimg a {
 border-bottom:none;
}
#post-17{
text-align: justify;
width: 98%;
}
.fax  span {
padding-left: 13px;
}
.mail span {
padding-left: 20px;
}
.phn span {
padding-left: 13px;
clear:both;
}
.add  span {
padding-left: 13px;
}
.add {
position: relative;
width: 80%;
}
.sell {
background: url("img/dot-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #CCCCCC;
margin-bottom: 17px;
padding: 12px 16px 10px 13px;
text-align: justify;
width: 99%;
}
.sell_contact {
background: url("img/dot-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #CCCCCC;
margin-bottom: 17px;
padding: 12px 16px 10px 13px;
text-align: justify;
width: 95%;
margin-top:5%;
}
.sell_contact:hover{

}
.page-id-230 .sell{
width:100%;
}
.footer .eemail_button .eemail_textbox_button{
 background: url("img/Send.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    float: right;
    font-family: BelleroseLight;
    font-size: 21px;
    font-weight: bold;
    line-height: 0;
    margin: 12px 11px 0 0;
    padding: 1px 21px 0 14px;
    text-align: center;
    vertical-align: top;
    width: 68%;
	height:54px;
	text-indent: -1000px;
}
.footer .eemail_textbox .eemail_textbox_class{
border: 3px solid #A0B39F;
height: 28px;
width: 90%;
}
.contact_widget {
font-size: 17px;
padding: 0 0 0 16px;
color:hsl(141, 11%, 50%) !important;
}
.phn {
position: relative;
margin-bottom:4%;
clear:both;
}
.buyers_box {
 background: url("img/dot-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #CCCCCC;
    float: left;
    margin-top: -11px;
    padding: 17px 7px 40px;
    position: relative;
    width: 97%;
}
.buyers_box h2 {
color: #4B4B4B;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-top: 10px;
    overflow: auto;
    padding-bottom: 12px;
    text-align: left;
    text-transform: uppercase;
}
.buyers_box ul li{
background: url("img/tick.png") no-repeat scroll 0 13px rgba(0, 0, 0, 0) !important;
clear: both;
float: left;
line-height: 22px;
padding: 13px 36px 1px;
text-align: left;
margin-left:59px;
}
.main_heading {
background-color: #F8F2CE;
color: #718D7B !important;
font-size: 16px;
font-weight: bold;
height: 31px;
margin-left: 17px;
margin-right: 35px;
padding: 9px 0 0 20px;
border: 1px dotted #CCCCCC;
}
.buyers_box ul {
 margin-bottom: 32px; 
}
#cformsform ol.cf-ol li{
margin-top: 30px;
}
#cformsform #cforms_captcha {height:27px;}
.page-contact .cform input.sendbutton {
    margin-top: -38px !important;
	width: 36%;
}
#cformsform ol.cf-ol #li--5{
margin-top: 100px ;
}
#cformsform ol.cf-ol #li--5 a{display:block}
.page-contact .cform textarea{height:100px;}
/* ********************************************/
/* Sidebar featured properties css setting */
.sidebar>p{display:none;}
.sidebar .dsidx-prop-summary div{clear:both;width:100%;}
.sidebar .dsidx-prop-summary div img{width:100% !important;}
.sidebar .dsidx-prop-title {line-height: 25px;}
/***************************************************/

.blog_post_wrap p, .footer .eemail_caption ,#dsidx{text-align:justify;}

.invest .cform legend{
color: #91A799;
font-size: 30px;
margin-left: 32px;
border-bottom:none;
}
.invest .cform fieldset{
background:none;
border:none;
}
.invest .reqtxt{
display:none;
}
.invest .emailreqtxt{
display:none;
}
.invest  #cforms2form  #cf2_field_2{
border: 2px solid #9FB2A6;
float: left;
margin-left: 31px;
margin-top: 34px;
width: 25%;
}
.invest #cforms2form  #cf2_field_3
{
border: 2px solid #9FB2A6;
bottom: 2px;
float: left;
left: 1px;
position: relative;
width: 25%;
}
.invest #cforms2form #cf2_field_4{
border: 2px solid #9FB2A6;
bottom: 38px;
float: left;
left: 410px;
position: relative;
width: 25%;
}
.invest  #cforms2form textarea{
border: 2px solid #9FB2A6;
bottom: 56px;
height: 111px;
left: 30px;
position: relative;
width: 82%;
}
.invest  #cforms2form input.sendbutton{
background: url("img/submit.png") no-repeat scroll bottom rgba(0, 0, 0, 0);
bottom: 2px;
font-size: 22px !important;
height: 48px;
margin-bottom: 25px;
position: relative;
right: 54px;
width: 26%;
font-family: BelleroseLight;
font-weight: bold;
text-transform: uppercase;
line-height: 0;
vertical-align: top;
color:#000;
text-indent: -1000px;
}
.invest  #cforms2form input.secinput{
border: 2px solid #9FB2A6;
height: 23px;
left: 33px;
position: relative;
top: 55px;
width: 18%;
}
.invest  #cforms2form img.captcha{
height: 32px;
left: 26px;
position: relative;
top: 57px;
width: 100px;
}
.invest  #cforms2form img.captcha-reset{
position: relative;
right: 163px;
top: 86px;
}
.my_blog ul li {
background: url("img/dot-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #CCCCCC;
float: left;
min-height: 590px;
margin-bottom: 40px;
margin-left: 17px;
overflow: hidden;
padding:10px;
text-align: center;
width: 31%;
position:relative;
}
.blog_img{
width:100%;
}
.blog_img img {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #CCCCCC !important;
box-shadow: 0 2px 4px 1px #CCCCCC;
margin: 8px 10px 0 2px !important;
padding: 9px !important;
width: 90% !important;

}
.blog_tle {
bottom: 4px;
font-size: 12px;
/*position: relative;*/
right: -6px;
/*text-transform: uppercase;*/
min-height:82px;
padding: 0px 10px 10px 0px;
}
.blog_utility {
margin: 0 0 0 14px;
}
.blog_read{
background: url("img/read-more.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 38px;
position: relative;
top:0px;
}
.blog_read a {
font-size: 18px;
font-weight: bold;
padding: 2% 6%;
position: relative;
font-family: BelleroseLight;
text-transform: uppercase;
}
.blog_excerpt {
padding: 0 7px 7px 8px;
text-align: justify;
min-height:105px;
}

.avatar-default{width:100px;height:auto;margin-right: 10px;
margin-bottom: 10px;}
.author_text img{float:left;} 
.author_text{background: url('img/dot-bg.png') repeat scroll 0% 0% transparent;
overflow:auto;
width: 100%;
padding: 3%;
border: 1px solid #CCC;
text-align: justify;
}

.home_text1 {
color:#424a3d;
font-size: 25px;
font-style: italic;
padding-top: 13px;
text-align: center !important;
word-spacing: 17px;
font-family: HelveticaNeueLTPro43LightExtendedOblique;
}
.home_text2{
color:#424a3d;
font-size: 25px;
font-style: italic;
margin-bottom: 23px !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 13px;
text-align: center !important;
word-spacing: 11px;
font-family: HelveticaNeueLTPro43LightExtendedOblique;
}
.recent,.entry-content .recent {
text-align: center;
}
.recentf{
text-align: center;
}

#hide {
background: #E0E0E0;
border: medium none;
float: left;
font-size: 19px;
height: 66px;
padding: 23px;
position: relative;
width: 33%;
border-radius: 7px 7px 0 0;
margin-right:1%;
cursor:pointer;
}
#hide:hover{
background: #868686;
color:#fff; /*
//border: medium none;*/
}
#hide1 {
background: #E0E0E0;
border: medium none;
float: left;
font-size: 19px;
height: 66px;
padding: 23px;
position: relative;
width: 31%;
border-radius: 7px 7px 0 0;
margin-right:1%;
cursor:pointer;
}
#hide1:hover{
	background: #868686;
color:#fff;
	/*
//background: url("img/img-2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
//border: medium none; */
}
#hide2 {
background: #E0E0E0;
border: medium none;
float: left;
font-size: 19px;
height: 66px;
padding: 23px;
position: relative;
width: 33%;
border-radius: 7px 7px 0 0;
cursor:pointer;
}
#hide2:hover{
	background: #868686;
color:#fff;
/*background: url("img/img-2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border: medium none; */
}
.sub_tle h2{
color: #4B4B4B;
font-size: 1.8em;
font-weight: normal;
line-height: 1.3em;
margin-bottom: 5px;
overflow: auto;
padding-bottom: 3px;
text-align: left;
}
.invest .cform ol.cf-ol li.cf_li_err{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border: 0 none;
width: auto;
}

.invest div.failure {
border:none;
background:none !important;
bottom: 0;
display: block;
margin-left: 10px;
position: relative;
width: 89%;
font-size:18px;
}
.contact div.success{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
bottom: 0;
display: block;
font-weight: bold;
margin-left: 10px;
position: relative;
width: 89%;
}
.invest div.success{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
bottom: 0;
display: block;
font-weight: bold;
margin-left: 10px;
position: relative;
width: 89%;
}
.test .testimonials-widget-testimonial{
color: #718D7B !important;
padding: 7px 6px 0 25px;
text-align: justify;
width: 83% !important;
}
.test .author {
float: right;
font-size: 16px;
}
.invest #cforms2form {
height: auto;
width: 100%;
}
.fax {
position: relative;
margin-bottom:4%;
}
#hide.active{
	background: #868686;
color:#fff;
}
#hide1.active{
	background: #868686;
color:#fff;
}

#hide2.active{
	background: #868686;
color:#fff;
}

.mail {
position: relative;

}

.con_mail {
 margin: 4px 0 15px 7px;
}
.con_phn span {
padding: 0 0 0 12px;
}
.con_phn {
margin: 0 0 3px 8px;
}
.con_mail span {
padding: 0 0 0 11px;
}
.fmail span {
padding: 0 0 0 13px;
}
.fmail {
position: relative;
margin-bottom:4%;
}

.tabs {
    width:100%;
    display:inline-block;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
.tabs .tab-links:after {
	display:block;
	clear:both;
	content:'';
}
 
.tabs .tab-links li {
	margin:0px;
	padding-left:0px;
	width:33.33%;
	float:left;
	list-style:none;
}
 
.tabs .tab-links a {
	padding:20px 15px;
	display:inline-block;
	border:solid thin #ccc;
	border-bottom:none;
	border-radius:8px 8px 0px 0px;
	background:#ddd;
	font-size:16px;
	font-weight:600;
	color:#4c4c4c;
	transition:all linear 0.15s;
	/*background:url('img/footer-bg.jpg');*/
	width:98%;height: 70px;
	text-align:center;
}
 
.tabs .tab-links a:hover {
	background:#a7cce5;
	text-decoration:none;
	background: url('img/dot-bg.png');
}
 
.tab-links li.active a, .tab-links li.active a:hover {
	background: #FFF;
	color: rgba(206, 198, 198, 1);
	color:rgba(78, 77, 77,0.5 );
	border-top:solid thin #ccc;
	border-left:solid thin #ccc;
	border-right:solid thin #ccc;
}
 
    /*----- Content of Tabs -----*/
.tab-content {
	background: url('http://iseleyandwalsh.com/wp-content/themes/iseley/img/dot-bg.png') repeat scroll 0% 0% transparent;
	padding: 50px;
	border: 1px solid #CCC;
    border-top: 1px solid #eee;
	width: 99.3%;
}

.tab-content ul li{
background: url('img/tick.png') no-repeat scroll 0px 0px transparent !important;
padding-left: 40px;
}
 
.tab {
	display:none;
}
 
.tab.active {
	display:block;
}

.home #body_container #content{
top:-20px;
padding:0px;
width:100%;
}
.home .footer{

}
.login {
float: left;
left: 300px;
position: relative;
top: 11px;
font-size: 13px;
}
.register {
float: left;
left: 324px;
position: relative;
top: 11px;
font-size: 13px;
}
.button-searchtop {
background: url("img/search-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #C4C4C4;
cursor: pointer;
display: inline-block;
float: right;
height: 18px;
margin-right: 25px;
margin-top: 14px;
position: relative;
text-indent: -999em;
width: 30px;
}
.toparea #searchform {
border: 10px solid #000000;
display: block;
position: absolute;
right: 0;
top: 42px;
z-index: 9999;
}
#search .button-search{
background: url("img/search-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
color: #C4C4C4;
cursor: pointer;
display: inline-block;
height: 18px;
margin-left: -27px;
margin-top: 6px;
text-indent: -999em;
width: 30px;
}
#search input{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #E8E8E8;
border-radius:4px;
float:left;
height:33px;
margin:-6px;
width: 205px;
}
.home_haeding {
 float: left;
  margin-top:20px;
  width: 100%;
   margin-bottom: 38px;
}
.green_bg {
background:  url("img/print.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
bottom: -8px;
clear: both;
color: #354740 !important;
font-family: BelleroseLight;
font-size: 40px;
left: 8px;
position: relative;
width: 100%;
line-height:38px;
}
.recent.green_bg span {
bottom: 50px;
font-family: belleroselight;
font-size: 45px;
font-weight: normal;
left: -11px;
position: relative;
}
.recentf.green_bg span {
bottom: 52px;
font-family: belleroselight;
font-size: 44px;
font-weight: normal;
left: 9px;
position: relative;
}
.ps-nav {
    padding: 0 5px 0 12px;
}
.ps-nav .psn-item {
float: left;
height: 135px;
position: relative;
width: 217px;
}
.four-phases-slider .ps-nav .psn-item {
    width: 25.3655%;
}
.ps-nav .psn-item a {
    border-radius: 5px;
    color: #FFFFFF;
    display: block;
    font-family: 'roboto-bold-webfont',Arial,Helvetica,Sans-Serif;
    font-size: 35px;
    height: 100%;
    padding-top: 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
}.section-title {
    margin: 0 0 36px;
    text-align: center;
}
.ps-nav .psn-item a em {
    font-style: normal;
}
.ps-content {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    color: #5A6063;
    font-size: 17px;
    line-height: 24px;
    margin-top: -70px;
    padding: 72px 49px 0px; float:left; width:85%;
    text-align: left;
}
.ps-nav .psn-item a.active:after {
    border-style: solid;
    border-width: 19px 26px 0;
    bottom: -19px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -26px;
    position: absolute;
    width: 0;
}.frame {
    margin: 0 auto;
    max-width: 980px;
    min-width: 268px;  margin-top: 89px !important;
}
.ps-nav .psn-item-1 a.active:after {
    border-color:#fdef7a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.ps-nav .psn-item-2 a.active:after {
border-color: #f0e68e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.ps-nav .psn-item-3 a.active:after {
 border-color: #e6dc8a rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.ps-nav .psn-item-4 a.active:after {
    border-color: #efe286 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.ps-nav .psn-item-5 a.active:after {
    border-color: #efe286 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.ps-nav .psn-item a span {
    display: block;
    font-family: 'roboto-light-webfont',Arial,Helvetica,Sans-Serif;
    font-size: 24px;
}
.ps-nav.ps-nav__2 .psn-item a span {
    font-family: 'roboto-bold-webfont',Arial,Helvetica,Sans-Serif;
}
.ps-nav .psn-item-1 {
    z-index: 5;
}
.ps-nav .psn-item-2 {
    z-index: 4;
}
.ps-nav .psn-item-3 {
    z-index: 3;
}
.ps-nav .psn-item-4 {
    z-index: 2;
}
.ps-nav .psn-item-5 {
    z-index: 1;
}
.ps-nav .psn-item-1 a {
    background: none repeat scroll 0 0 #fdef7a;
}
.ps-nav .psn-item-2 a {
    background: none repeat scroll 0 0 #f0e68e;
}
.ps-nav .psn-item-3 a {
    background: none repeat scroll 0 0 #e6dc8a;
}
.ps-nav .psn-item-4 a {
    background: none repeat scroll 0 0 #005981;
}
.ps-nav .psn-item-5 a {
    background: none repeat scroll 0 0 #003B55;
}
.ps-nav__1 .psn-item a b {
    display: none;
}
.ps-nav__1 .psn-item a {
    font-size: 32px;
}
.ps-nav__2 .psn-item a {
    display: table;
    padding-top: 0 !important;
    width: 100%;
}
.ps-nav__2 .psn-item a span {
    display: table-cell;
    vertical-align: middle;
}

.psc-lead {
padding:0px;
position: relative;
}
.psc-lead h3 {
    color: #0078AE;
    font-family: 'roboto-light-webfont',Arial,Helvetica,Sans-Serif;
    font-size: 50px;
    line-height: 1;
    margin: 0 0 20px;
}
.psc-text {
    font-size: 15px;
    line-height: 30px;
    padding: 40px 120px;
}
.ps-content .bx-wrapper .bx-controls-direction a.disabled {
    display: block;
}
.ps-content .bx-controls-direction a {
    border-radius: 0;
    height: 80px;
    top: 0;
    z-index: 10;
}
.ps-content .bx-controls-direction a:hover:before, .ps-content .bx-controls-direction a:before {
    background: url("../images/bg/bg-arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 73px;
    width: 32px;
}
.ps-content .bx-controls-direction a.bx-prev {
    left: -19px;
}
.ps-content .bx-controls-direction a.bx-next {
    right: -11px;
}
.ps-content .bx-controls-direction a.bx-prev:before {
    background: url("bg-arrows.png") no-repeat scroll 0 -226px #FFFFFF;
}
.ps-content .bx-controls-direction a.bx-next:before {
    background: url("bg-arrows.png") no-repeat scroll 0 -151px #FFFFFF;
}
.ps-content .bx-controls-direction a.bx-prev.disabled:before {
    background: url("bg-arrows.png") no-repeat scroll 0 0 #FFFFFF;
}
.ps-content .bx-controls-direction a.bx-next.disabled:before {
    background: url("bg-arrows.png") no-repeat scroll 0 -74px #FFFFFF;
}
.ps-content .btn-simple {
    border-radius: 25px;
    padding: 15px 50px;
}
.ps-content .btn-simple:after {
    content: "»";
    display: inline-block;
    font: 28px/1 "roboto-bold-webfont",sans-serif;
    left: 0;
    margin: -9px 0 0 6px;
    position: relative;
    top: 2px;
    vertical-align: top;
}
.psc-text .two-cols .col {
    float: left;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    width: 50%;
}
.psc-text .two-cols .col:nth-child(2) {
    float: right;
    width: 47%;
}
.ps-content .psc-text-full {
    padding-left: 0;
    padding-right: 0;
}
.psc-text .two-cols .col h4 {
    color: #0078AE;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px;
}
.psc-text .two-cols .col p {
    margin: 0 0 20px;
}
.psc-holder {
    width: 100%;
}
.ps-content .bx-controls {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}
.ps-nav-over .psn-item a {
    padding-top: 15px;
}
.ps-nav-over .psn-item a span {
font-size: 23px;
position: relative;
top: 59px;
}
.test .open-quote {
background: url("img/strat_quote.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display: inline-block;
height: 26px !important;
margin: 9px 12px -10px -9px;
width: 19px !important;
}
.test .close-quote {
background: url("img/close_quote.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display: inline-block;
height: 19px;
position: absolute;
right: 47px;
top: 89px;
width: 27px !important;
}


.test  .open-quote:before {
content: none !important;
}


.test .close-quote:after {
content: none !important;
}

.blog_arrow {
float: right;
position: relative;
right: 20px;
}
.new_icon {
background:url("img/tick.png") no-repeat scroll 0 13px rgba(0, 0, 0, 0) !important;
padding: 14px 0 0 33px;
margin:0px;
}
.featured_properties ul li {
background: url("img/dot-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #CCCCCC;
float: left;
min-height: 270px;
margin-bottom: 115px;
margin-left: 31px;
margin-top: 42px;
overflow: hidden;
padding: 27px 0px 0 0;
text-align: center;
width: 45%;
}
.fetured_tle {
background: url(img/line.png) repeat-x bottom;
font-size: 17px;
line-height: 40px;
margin-bottom: 30px;
margin-top: -19px;
text-transform:capitalize;
width: 100%;
padding: 0 0 0 17px;
text-align: left;
}
.fetured_tle a:hover{
color:#CFC67B !important;
}
.fetured_price:hover{
color:#CFC67B !important;
}
.fetured_img img{
 background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 2px 4px 1px #CCCCCC;
    float: left;
    height: 136px;
    margin-left:15px;
    padding: 7px;
    width: 46%;
}

.fetured_price {
font-size: 18px;
padding: 0 11px 0 0;
text-align: right;
color:#354740;
}
.fetured_content {
float: right;
padding-right: 8px;
position: relative;
text-align:left;
top: 19px;
width: 40%;
}
.featured_view a {
background: url("img/more-details.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
float: left;
height: 32px;
left: 24px;
padding: 1px 8px 4px 9px;
position: relative;
text-align: left;
top: 46px;
width: 134px;
}
.featured_properties table {
background: none repeat scroll 0 0 #F5F5F5 !important;
position: relative;
top: 29px;
}
.featured_properties table tr td {
border-right: 1px solid #CCCCCC;
font-size: 13px;
line-height: 35px;
padding: 2px 10px 20px 0 !important;
width: 25%;
}
.featured_properties table tr {
margin-left: 0;
padding: 0;
}
.footer .eemail_caption {
font-size: 15px;
}
.myprop_search .wpp_shortcode_search{
background: none repeat scroll 0 0 #FAFBEB !important;
    border-bottom: 2px dashed #CCCCCC !important;
    border-top: 2px dashed #CCCCCC !important;
    bottom: 17px;
    min-height: 143px;
    padding: 16px 0 0 0 !important;
    position: relative !important;
	width: 99%;
}
.myprop_search .wpp_shortcode_search  input[type="text"]{
border: 2px solid #9EB2A6;
width: 65px !important;
border-radius:0px;
height:33px;
}
.myprop_search .wpp_shortcode_search select{
border: 2px solid #9EB2A6;
width: 160px !important;
height:44px !important;
}
.myprop_search .wpp_shortcode_search label{
bottom: 10px;
font-size: 19px;
position: relative;
}
.myprop_search .wpp_shortcode_search input[type="submit"]{
  background: url("img/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 51px !important;
    margin-top: 17px !important;
    position: relative;
    right: 11px;
    text-indent: -999px;
    width: 158px;
}

.featured {
    margin-top: 30px;
}

.img-margin{ 
position: relative;
right: -1px;
top: 5px;
}
.top-img{   background: url("img/ribn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 47px;
    left:34%;
    position: absolute;
    text-align: center;
    bottom:0px;
    width: 309px;
    z-index: 999;
}
.single-property .property_title_wrapper{
float:left;
width:69%;
}
.single-property  .entry-content{
float:left;
width:69%;
}
.single-property .property_map_wrapper{
float:left;
width:96%;
margin-top:0px;
}
.single-property #respond{
float:left;
width:65%;
clear:none;
}

.agent {
font-size: 15px;
margin-bottom: -22px;
margin-right: 0;
margin-top: 1px;
padding: 4px 15px 50px 21px;
text-align: justify;
width:86%;
}
.agent_img  a {
border: medium none;
}
.agent_img  img{
    margin-top: -34px;
    padding: 9px 0 0 64px;
}
.single_propimg img {
    border: 1px solid #FFFFFF;
    box-shadow: 0 1px 1px 2px #CCCCCC;
    margin-bottom: 20px;
    padding: 3px;
    
}
.sidebar .wpp_search_button{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
filter: none;
    margin: 0 0 0 -32px;
    overflow: hidden;
    padding: 23px 26px;
    text-indent: 999px;
    width: 205px !important;
}
.sidebar select{
border: 2px solid #9FB2A6;
width: 90% !important;
}
.sidebar label{
bottom: 12px;
color: #718D7B !important;
font-size: 14px;
/*position: relative;*/
width: 100% !important;
}
.social_icon {
background: url("img/bg-social.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 40%;
position:fixed;
right: 0;
width: 43px;
margin-top:13%;
}

.social_icon  p {
margin-top: 8px;
position: relative;
text-align: right;
top: 11px;
right:6px;
}
.property-top-title {
background: url(img/dot-bg.png) repeat;
width: 67%;
overflow: hidden;
float: left;
border: 1px solid #ccc;
padding: 0 1%;
color: #4B4B4B;
}
.property-top-title h1 {
width: 60%;
font-size: 21px;
float: left;
}
.pro-bath {
float: left;
clear: both;
font-weight: bold;
}
.pro-price {
float: right;
font-weight: bold;
font-size: 19px;
}
.wpp_galleria_wrapper { width:69%; height:500px; }

.single_propimg { margin: 2% auto;
width: 67%;
float: left;
text-align: center;
padding: 1%;
border: 1px solid #ccc;
background: url(img/dot-bg.png) repeat;
overflow:hidden;
}
.pro-desc {
padding: 2%;
background: url(img/dot-bg.png) repeat;
border: 1px solid #ccc;
}
.entry-content h2 {
color: #474747;
font-size: 21px;
/*text-transform: uppercase;*/
font-weight: normal;
text-align:left;
}
.advancedsearch{
padding: 20px;
background: url('img/footer-bg.jpg');
margin-top: 25px;
}
.advancedsearch h5{
    font-family: BelleroseLight;
    font-size: 25px;
    margin-top: 0px;
}
.paging a {
border: 1px solid #CCCCCC;
font-size: 20px;
margin: 0 0 0 8px;
padding: 0 12px;
}
.paging {
margin-top: 20px;
text-align: center;
}
.records {
background: url(img/dot-bg.png) repeat;
border: 1px solid #ccc;
padding: 2%;
}
.records h3{}
.records-list {
overflow: hidden;
}
.records-list li {
float: left;
width: 30%;
padding-left: 18px !important;
background: url(img/li-tick.png) no-repeat left;
}
.upper_image img {
height: 396px;
width: 99% !important;
}
.property_map_wrapper {}
.prop_loc {
float: left;
margin-left: 4%;
font-size: 15px;
width:63%;
}
.list_prop_title{
float: left;
margin-top: 20px;
width:100%;
}
.list_prop_title  a {
clear: both;
float: left;
font-size: 24px;
margin-left: 4%;
text-transform: uppercase;
line-height: 29px;
}
.list_prop_title a:hover{
color:#CAC26F !important;
}
.first_part{
float: left;
width: 35%;
}
.sec_part{
float: right;
width: 64%;
}
.inside ul li {
float: left;
width: 50%;
padding: 2% 0;
text-transform:capitalize;
}
.inside{
clear:both;
}
.inside ul{
width: 73%;
overflow: hidden;
float: right;
margin-top: 3%;
}
.team_img  img {
float: left;
margin-right: 12px;
margin-top: 8px;
width:auto;
}
/*.no-img {
padding: 29% 0;
font-size: 24px;
text-transform: uppercase;
color: #555;
font-weight: bold;
background: #F0F0F0;
}*/
.no-img  img{
height: 400px;
margin-top:3%;
width: 97%;
}

.team_img  img{
float: left;
margin-right: 12px;
margin-top: 8px;
}
.f_price {
font-size: 15px;
font-weight: bold;
left: 13px;
position: relative;
top: 10px;
}

.f_con {
float: right;
margin-right: 5px;
margin-top: 26px;
width: 40%;
}
.f_img img {
box-shadow: 0 2px 4px 1px #CCCCCC;
float: left;
height: 107px;
margin-left: 14px;
margin-top: 25px;
padding: 5px;
width: 46%;
}
.f_tle a {
color: #718D7B !important;
font-size: 14px;
font-weight: bold;
}
.f_tle {
 margin: 5px 0 0 12px;
}
.fposts {
height: 177px;
}
.sidebar #cforms3form{
height:373px;
}
.sidebar .reqtxt{
display:none;
}
.sidebar .emailreqtxt{
display:none;
}
.sidebar #cforms3form #cf3_field_1{
border: 2px solid #9FB2A6;
border-radius: 0;
margin-left: 2px;
width: 53%;
}
.sidebar #cforms3form  #cf3_field_2{
border: 2px solid #9FB2A6;
border-radius: 0;
margin-left: 2px;
margin-top: 7px;
width: 53%;
}
.sidebar #cforms3form  textarea{
border: 2px solid #9FB2A6;
border-radius: 0;
height: 75px;
margin-left: 3px;
margin-top: 18px;
width: 53%;
}
.sidebar .cformselect {
border: 2px solid #9FB2A6;
float: left;
height: 32px;
left: 5px;
position: relative;
top: 89px;
width: 33% !important;
}
.sidebar #cforms3form input.secinput{
border: 2px solid #9FB2A6;
border-radius: 0;
height: 22px;
margin-left: 9px;
margin-top: 18%;
width: 25%;
}
.sidebar #cforms3form img.captcha{
height: 31px;
position: relative;
top: 79px;
width: 22%;
}
.sidebar #cforms3form img.captcha-reset{
left: 46px;
position: relative;
top: -5px;
}
.sidebar #cforms3form input.sendbutton{
background: url("img/get-an-answer.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
float: left;
height: 46px;
margin-left: 33px;
margin-top: 22px;
text-indent: -9999px;
width: 40%;
}
.sidebar #cforms3form #cf3_field_5{
border: 2px solid #9FB2A6;
border-radius: 0;
left: 153px;
position: relative;
top: 53px;
width: 19%;
}
.sidebar div.failure{
border:none;
background:none !important;
font-size:16px;
bottom: 0;
display: block;
margin-left: 10px;
position: relative;
width:88%;
}
.sidebar div.success{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
bottom: 0;
display: block;
font-weight: bold;
margin-left: 10px;
position: relative;
width: 82%;
}
#cforms3form ol.cf-ol li.cf_li_err input{
border: 1px solid #FF0000 !important;
}
.sidebar  .cform ol.cf-ol li.cf_li_err{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
border: 0 none;
width: auto;
}
.property_overview_thumb {background: none !important;
width: 49%;
float: left;
}
.property_overview_thumb img{ width: 100% !important; height:147px !important; }
input.wpp_search_button {
background: url("img/search.png") no-repeat transparent !important;
float: right;
margin: -9px 0 0;
overflow: hidden;
padding: 23px 15px;
text-indent: 999px;
width: 210px;
filter:none;
border:none;
}
.single-testimonial .entry-content{
}
body.search .featured_properties{
display:none;
}
body.search .featured{
display:none;
}
body.search .home_haeding{
display:none;
}
body.search .my_blog{
display:none;
}
body.search .blog{
display:none;
}
.right_side{
float:right;
}
.fetured_tle a {
color:#354740 !important;
}
.phn img {
position: relative;
top: 6px;
}
.top-res { display:none;}
.estate ul li {
color: #718D7B;
font-size: 15px;
}
.listing_tle {
color: #354740 !important;
font-size: 24px;
margin-left: 13px;
margin-top: 7px;
text-transform: capitalize;
line-height:28px;
}
.listing_tle  a:hover{
color:#CBC370 !important;
}


.widget-bg form ul li { 
background:none;
}
.footer .eemail_caption{
line-height:24px;
}
.blog .featured{
display:none;
}
.blog .featured_properties{
display:none;
}
.blog .home_haeding{
display:none;
}
.blog .my_blog{
display:none;
}
.attachment .social_icon p {
margin-top:9px;
position:relative;

text-align:right;
top: 13px;
}
.archive .blog_heading{
display:none;
}
p.form-allowed-tags { display:none;}
.seach_attribute_deposit { display:none !important;}
.in_img img {
height: 160px;
width: 100% !important;
}
.seach_attribute_bedrooms imput { width: 35px !important; }
.myprop_search { overflow:hidden;}

.con_test {
margin-left: 3%;
margin-top: 4%;
width: 89%;
}
.paging .current {
background: none repeat scroll 0 0 #E9E2A9;
}
.paging a:hover {
background: none repeat scroll 0 0 #E9E2A9;
}

.wpp_search_attribute_wrap {
text-transform: capitalize;
}



.search .container .midd #container .property_map_wrapper{
float: left;
margin-bottom: 20px;
width:96%;
}

.search #respond{
width:65%;
}
.head_img img {
margin-top: -17px;

}
.home #body_container .entry-content .wpp_shortcode_search {
margin-top:19px;
}
#next {
right: 0;
position: absolute;
top: 11%;
z-index: 9999;
background:url("img/next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
width: 53px;
text-indent: -1000px;
height: 30px;
}
#prev {
background: url("img/pre.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
height: 30px;
left:28px;
position: absolute;
text-indent: -1000px;
top: 11%;
width: 53px;
z-index: 9999;
}
.head_img #nav{
display:none;
}
.foot-social {
    bottom: 20px;
    clear: both;
    left: 76px;
    position: relative;
    width: 100%;
}
.foot-social a{ 
float: left;
border: medium none;
display: block;
width: 12%;}
.search .records{
 min-height: 244px;
}
.follow {
position: relative;
top: 12px;
font-size:15px;
}
.slide{
height:477px;
width:1045px;
}
.search-no-results .getsocial{
background: none repeat scroll 0 0 #ffffff;
float: right;
overflow: hidden;
padding: 6px;
position: absolute;
right: 0;
top: 136px;
width: 46px;
}
.search-no-results .sharebutton a {
display: none;
}

#ftwitter {
position: relative;
top: 2px;

}
.page-id-27328 .widgettitle{
margin-top:16px;
}
.page-id-27328 .widget-bg{
margin-left: 7px;
}
.page-id-27328 .sell ul li {
padding: 1% 0 0 0;
margin: 0px;
border-left: 1px dotted #000;
background:none !important;
}
body.page-id-295 .sidebar { display:none; }

.home .main{ width:100% !important; }
.price-feat {
font-size: 21px;
clear: both;
color: #718d7b;
}

.property_page_post .entry-content{
clear: both;
width: 98%;
}

.property_page_post .property-top-title{
 width: 96%;
}
.property_page_post .single_propimg{
 width: 96%;
}
.property_page_post {
width:100% !important;
}
.search .post-234{
display:none;
}
.search .post-295{
display:none;
}

.sharing {
float:left;
}
.page-id-224 #searchpropertieswidget-8 .widget-bg{
 margin-left: 8px;
}
.page-id-230 #wpb_widgetss-2 .widget-bg{
}
.single #wpb_widgetss-6 .widget-bg{
margin-left:8px;
}
.search #wpb_widgetss-6 .widget-bg{
margin-left:8px;
}
.page-id-27328 .sell a:hover{
color: #cfc67b !important;
}
.prop_sidebar {
float: left;
width: 69%;
}
.bjqs{margin-left:0px}
.bjqs-prev a{
  background: url("img/pre.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 30px;
    left: 28px !important;
    position: absolute !important;
    text-indent: -1000px !important;
    top: 45% !important;
    width: 53px;
    z-index: 9999;
}
.bjqs-next a{
right: 0;
position: absolute;
top: 11%;
z-index: 9999;
background: url('img/iseley_sprite.png') no-repeat 0px -203px transparent; 
width: 53px;
text-indent:1000px !important;
height: 30px;
}
#respond > p {
line-height: 23px;
text-align: justify;
}
.pdf{
background:none;
text-indent:-1000;
}
.pdf a{
background:none;
border:none;
}
.pdf a:hover{
background:none;
text-indent:-1000;
}
.pdf img{
width:40%;
}
.pdf img:hover{
background:none;
}
#wpb_widgetss-9 .widget-bg{
margin-left:7px;
}
.btn-info{
background:none !important;
text-decoration:none !important;
}
.single p a{
font-weight:bold;
/*text-decoration: underline !important;*/
}
.container {
    background: none repeat scroll 0% 0% #FCFDFB;
    padding: 0px;
    position: relative;
    z-index: 9;
	width: 1045px;
margin: 0px auto;
}
div.wrapper {
    background-image: url('img/bg.jpg');
    background-attachment: scroll;
    background-color:#666;
}
.button-searchtop {
    background: url('img/iseley_sprite.png') no-repeat 0px -193px transparent; 
    color: #C4C4C4;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 18px;
    margin-right: 25px;
    margin-top: 14px;
    position: relative;
    text-indent: -999em;
    width: 30px;
}
.navbar{display:none;}
.main-nav {
background:url(img/nav_bg.jpg) repeat-x;
height:65px;
z-index:100;
position:relative;
width:100%;
margin-top: 0px;

}

.main-nav li {
margin-bottom:10px;
float:left;
z-index:100;
position:relative;
list-style:none;
white-space: nowrap;

}

.main-nav li:hover {
  z-index: 9999;
}


.main-nav li a span.link_text {
line-height: 44px;
}

.main-nav li a {
display: block;
color: #2a3a2f;
text-transform: uppercase;
margin: -11px 6px 0;
padding: 0;
font-style: normal;
font-size: 23px;
font-family: BelleroseLight;
text-shadow: 0 0px 0px #2a3a2f;
}

/* Dropdown style of currently selected / active navigation menu */
.main-nav li.current-menu-ancestor ul.children,
.main-nav li.current-menu-ancestor ul.sub-menu,
.main-nav li.current_page_ancestor ul.children,
.main-nav li.current_page_ancestor ul.sub-menu {
background:#E0DBCE;
border-top: 1px solid #D6D0C2;
}

.main-nav ul.children,
.main-nav ul.sub-menu {
display:none;
position:absolute;
top:46px;
left:0;
z-index:999999;
margin-left:11px;
border-top: 1px solid #AB8E78;
background: none repeat scroll 0 0 #B69A84;

box-shadow: 0 7px 7px #3D3D3D;
-moz-box-shadow: 0 7px 7px #3D3D3D;
-webkit-box-shadow: 0 7px 7px #3D3D3D;

border-radius:0 0 5px 5px;
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
}

.main-nav .current_page_item ul.children,
.main-nav .current-menu-item ul.sub-menu {
background:#e6e3d2;
border-color: #C6BCB5;
}

.main-nav ul.children .current_page_item a {
color:#000;
}

.main-nav ul.children li,
.main-nav ul.sub-menu li {
background: transparent;
float: none;
}


.main-nav ul.children li.page_item a,
.main-nav ul.sub-menu li.menu-item a {
text-transform:none;
height:auto;
margin:10px;
padding: 5px 0;
}

/* Sub Menu of Tab, must cancel out any highlighted colors that are inherited when top nav is selected */
.main-nav ul.children li.page_item a:hover span,
.main-nav ul.sub-menu li.menu-item a:hover span {
color:#FFFAE7;
background: transparent;
}



.main-nav ul.children li span.menu,
.main-nav ul.children li span.menu .link_text,
.main-nav ul.sub-menu li span.menu,
.main-nav ul.sub-menu li span.menu .link_text {
background: transparent;
}


.main-nav ul.children li span,
.main-nav ul.sub-menu li span {
  background: transparent;
  height: 1em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  min-width: 150px;
}

.main-nav li span.menu {
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
z-index:15;
display:block;
height: 45px;
margin: 10px 5px 0;
padding: 5px 10px;
top:5px;
}

.main-nav li:hover span.menu {

}

/* Highlighted styles of the current page, or it's parent nav menu item */
.main-nav li.current-menu-ancestor:hover span.menu,
.main-nav li.current-menu-ancestor span.menu,
.main-nav li.current_page_ancestor:hover span.menu,
.main-nav li.current_page_ancestor span.menu,
.main-nav li.current_page_item span.menu,
.main-nav li.current-menu-item span.menu {

}

.main-nav li.current_page_item span.menu span.link_text,
.main-nav li.current-menu-item span.menu span.link_text {
color: #000;
}

/* Highlighted styles of the text of the current page, or it's parent nav menu item */
.main-nav li.current-menu-parent span.menu span.link_text,
.main-nav li.current-menu-ancestor span.menu span.link_text,
.main-nav li.current_page_item span.menu span.link_text,
.main-nav li.current-menu-item span.menu span.link_text {
position:static;
/*color:#545046;*/
}

/* Highlighted styles of the text of the current page, when it is part of active parent */
.main-nav li.current-menu-parent ul.sub-menu a:hover span,
.main-nav li.current-menu-ancestor ul.sub-menu a:hover span,
.main-nav li.current_page_item ul.sub-menu a:hover span,
.main-nav li.current-menu-item ul.sub-menu a:hover span{
color: #662D1F;
}

.main-nav li.current-menu-ancestor span.menu a,.main-nav li.current_page_item span.menu a,.main-nav li.current-menu-item span.menu a {
margin-top:7px;
color:#424242;
}

.main-nav li.current_page_item:hover span.menu a,.main-nav li.current-menu-item:hover span.menu a {
margin-top:7px;
color:#424242;
padding:15px 6px;
}

.main-nav li:hover span.menu a {
padding:5px 20px 0;
}


.footer-nav {
background:url(img/sprite.png) no-repeat 0 -471px;
height:47px;
width:951px;
overflow:hidden;
margin:0 auto;
}

.footer-nav li {
float:left;
background:url(img/menu_sep.png) no-repeat;
}

.footer-nav li span.menu {
display:inline-block;
position:relative;
margin:7px 10px;
}

.footer-nav li a {
display:block;
color:#fff;
height:12px;
padding:10px 15px;
}

.footer-nav li:hover span.menu a {
margin-top:7px;
padding-top:3px;
}

.footer-nav li.current_page_item span.menu a {
font-weight:700;
margin-top:7px;
padding-top:3px;
}


.testimonials-content article:nth-child(even){background-color:#F8F7ED;}

ul .menu-item.menu-item-has-children ul.sub-menu{display:none;position:absolute;z-index:1;top:50px;background-color:#F1EBBA;margin-left: -10px;background-image: url(img/nav_bg_pattern.jpg);}
ul .menu-item.menu-item-has-children:hover ul.sub-menu{display:block;}
ol, ul {
  margin-left: 18px;

}
/*custom css start*/
form#gform_1 {
    margin: 0px;
    background: url('http://iseleyandwalsh.com/wp-content/themes/iseley/img/dot-bg.png') repeat scroll 0% 0% transparent;
    height: auto;
    padding: 20px 0px 34px 9px;
    border: 1px solid #CCC;
    overflow: auto;
}

.page-contact form .ginput_container input {
    border: 2px solid #9EB2A6;
    border-radius: 0px;
	 padding-left: 6px;
    height: 30px;
}
.page-contact form .ginput_container textarea {
    border: 2px solid #9EB2A6;
    border-radius: 0px;
	width: 93.2% !important;
}
ul.gform_fields {
    position: relative;
}
.page-contact form ul li.iseley-message {
    position: absolute;
    top: 0px;
    left: 50%;
}
.page-contact form ul.gform_fields li {
    margin-bottom: 0px;
}
.page-contact form .gform_footer.top_label {
   padding: 5px 0 5px 0;
    margin: 16px 0 0 17px;
    clear: both;
    width: 100px;
    position: relative;
    left: 77%;
    top: -62px;
}
.page-contact form .gform_footer.top_label input#gform_submit_button_1 {
    padding: 6px 21px 6px 21px;
    font-size: 18px;
}
.page-contact form div#recaptcha_area input {
    border: 2px solid #9EB2A6 !important;
    border-radius: 0px;
    padding-left: 6px;
    height: 30px ;
}
.page-contact form ul#gform_fields_1 li {
    width: 49%;
}
.page-contact form ul.gform_fields li input {
    width: 97.2% !important;
}
.page-contact form ul.gform_fields li textarea {
    width: 97.2% !important;
}
ul.gform_fields .gfield_description.validation_message {
    display: none !important;
}
.page-contact .gform_wrapper li.gfield.gfield_error {
    background: none !important;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
li.bjqs-next {
    display: none;
}
li.bjqs-prev {
    display: none;
}
h2.recent.green_bg.featured-pro {
    line-height: 80px !important;
    margin-top: 0px;
}
/*custom css end*/
/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}
@media (min-width: 1023px){

.page-contact .cform {position:relative;}
.page-contact .cform textarea{height:154px;}
#cformsform ol.cf-ol li {
width:48%;
}
#cformsform ol.cf-ol #li--4{position: absolute;
top: 20px;
left: 314px;}
.page-contact #cformsform ol.cf-ol #li--5 {margin-top: 30px;}
}

@media (max-width: 1046px) { 
.container { 
width:100%
}
}

@media (max-width: 1025px) {
.menu-header-submenu-container {width:41%;}
ul.header-sub-menu {
padding-left: 22.5%;padding-top: 10px;
}
.custom_logo img{width:80%;
}
ul.header-sub-menu .menu-item{
padding:4px 4px;
}
ul.header-sub-menu .menu-item a{
font-size:18px;
}
.main-nav{padding-left: 10%;}
.main-nav li a{
padding: 7px 9px;
font-size:18px;
margin: 0px;
}
.main-nav li span.menu{margin:0px;padding:0px;}
}



@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

@media (max-width: 900px) {
.home_featured_property .dsidx-prop-summary div{width:100%;}
.home_featured_property .dsidx-prop-features div {clear:both;}
.home_featured_property .dsidx-prop-summary img {width:100% !important;}
}

@media (max-width: 768px) {
.header_form .dsidx-search-widget{max-width:75%;}
.page-contact form .gform_footer.top_label{position:inherit;}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
.resp3,.resp4,.resp6,.resp8,.resp9{width:95%;margin:2%;}
.footer .denali_widget {
    float: left;
    width: 48%;
	min-height: 336px;
}
.more-right {
    margin-left: 32%;
}
.comment-form textarea {
    width: 90%;
}
.my_blog ul.popular_ul li {width:93%;padding: 10px;}
.navbar{display:block;}
.my-sub-menu,.top-img{
display:none;
}


.custom_logo{position: static;}
.custom_logo img {
    width: 90%;
   
	margin-top:0px;margin-bottom:0px;
	height:auto;
}
.custom_logo img {
   
    width: 206px !important;
    height: auto !important;
    display: table;
    margin: 0px auto;
}


	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}

	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu li a:hover,
	.toggled-on .nav-menu ul a:hover {
		/*background-color: #db572f;*/
		/*color: #fff;*/
		background: url('img/footer-bg.jpg');
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width:90%;
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
	.page-contact form ul li.iseley-message {
    position: relative;
	left:0%;
}
.page-contact form .ginput_container input {    width: 93% !important; }
.page-contact form .gform_footer.top_label{position:inherit;}
.page-contact form ul#gform_fields_1 li {   width: 98%;}

.head_img {display:none}



.container.mobile-bann {
    display: block !important;
    margin-top: -120px;
    z-index: -1;
}
.mobile-bann .slide {
    height: auto;
    width: 100%;
}

}
@media (max-width: 600px){
.add,.about{width:95%;}
.home_featured_property .dsidx-prop-summary {width:95%;}

	#dsidx-listings .dsidx-media .dsidx-photo {
	position: relative;text-align:center;
	}
	#dsidx-listings .dsidx-primary-data, #dsidx-listings .dsidx-secondary-data{
	padding-left:10px;
	}
	#dsidx-listings .dsidx-media .dsidx-photo img {
	width:auto;
	}
.footer .eemail_button .eemail_textbox_button {width:100%;}
.foot-social{text-align: center;
display: inline-block;
margin: 29px auto;
width: 252px;
}
.eemail_textbox {text-align: center;}
.eemail_button {margin: 0 auto;float:none;}
.page-contact .cform input.sendbutton {margin-top:10px !important;width:100%;}



}


/* Mobile devices */
@media (max-width: 480px){
.tabs .tab-links a {font-size:11px;padding: 4px;}
.footer .denali_widget {
width:95%;
}
.footer .denali_widget h5{text-align:center;}
.footer .denali_widget .about,.footer .eemail_caption{text-align:center;}
.footer ul.link_ul li {text-align:center;background:none;}

.dsidx-prop-summary img{clear:both;width:100% !important;height:auto; }
.dsidx-prop-summary .dsidx-prop-features div {clear:both;}
.footer #text-3{text-align:center;}
.footer #text-3 img{display:block;margin:0 auto;}


}


@media (max-width: 359px) {
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}

}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}

/**/
.dsidx-widget input[type=text], .dsidx-widget select {
    display: inline-block;
    width: 100%;
    padding: 5px;
    margin: 3px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #9EB2A6;
    border-radius: 0px;
    height: 40px;
}

.dsidx-widget input.submit {
    background: url('img/search.png');
    color: rgba(1,1,1,0);
    border: none;
    height: 50px;
    width: 158px;
}
.dsidx-resp-vertical .dsidx-resp-area-submit input[type="submit"]{width:157px;}
.header_form .dsidx-resp-search-form fieldset{width:100%;    text-align: center;}

@media (min-width: 767px){

.sidebar .dsidx-resp-area, .dsidx-resp-vertical .dsidx-resp-area {
    float: none!important;
    width: auto!important;
    padding: 0;
    max-width: 120px;
    display: inline-block;
    margin: 4px;
}
.dsidx-resp-vertical .dsidx-resp-area.dsidx-resp-area-half:nth-child(5),
.dsidx-resp-vertical .dsidx-resp-area.dsidx-resp-area-half:nth-child(6)
{max-width:70px;}
.dsidx-resp-vertical .dsidx-resp-area-submit
{max-width:156px;}

}


