/*
Theme Name: pacify
Theme URI: 
Author: Bishal Adhikary 
Author URI: 
Description: Pacify is an elegant looking simplistic theme for WordPress. This responsive theme is optimized for viewing on multiple devices. It allows you to select a logo but even if isn't provided, it uses a stylish font to display your website's heading, to add to the aesthetics. It supports the WordPress theme customizer as well tat allows you to change the colors, fonts and more. Pacify has a single sidebar layout with multiple widget support. it uses an minimalistic background pattern for the navigation and footer area. This lightweight theme is ideal for almost all types of personal blogs, beauty and hobbyist blogs, travel blogs, journals, fashion blogs, mommy blogs and more. 
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pacify
Tags:black, white, two-columns, right-sidebar, custom-menu, responsive-layout, gray, silver, featured-images, post-formats, sticky-post, custom-background, threaded-comments, black

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 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*, *:before, *:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	/* Fallback for when there is no custom background color defined. */
background:url("images/BG_bottom.jpg");
	overflow:hidden;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #404040;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Droid Serif', serif;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration:none;
	color:#095A99;
	font-family: 'Droid Serif', serif;
}
aside h2 {
	padding:0.3em;
	color:#444444;
	font-size:1.5em;
}
h1 {
	font-size:2em;
	text-decoration:none;
}
h1.site-title a {
	font-family: 'Lobster', cursive!important;
}
h2 {
	font-size:1.2em;
}
p {
	margin-bottom:10px/* 1.5em*/;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 0;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
}
ol li {
	margin-left:2em;
}
.widget ul li a {
	text-decoration:none;
}
.sub-menu {
/*background:#333333;*/
}
.sub-menu li {
	/*background:url(images/polaroid.png);
margin-left:-11px;*/
padding:9px;
	border-radius:4px;
	margin-top:0.4em;
}
.widget ul li {
	margin-bottom:2px solid #fff;
	padding:0.5em;
	border-bottom:1px dotted #ccc;
}
.widget ul li:hover {
	background:#eee;
	border-radius:4px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
 input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #666;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #095A99;
	-webkit-transition: color 100ms linear;
	-moz-transition: color 100ms linear;
	-o-transition: color 100ms linear;
	-ms-transition: color 100ms linear;
	transition: color 200ms linear;
}
a:visited {
}
a:hover, a:focus, a:active {
	color: #1395F2;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	/*    padding: 6px;*/
    width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 5px;
}
.main-navigation li {
	border-left: 1px solid #3a0205;
	float: left;
	font-family: sans-serif;
	font-size: 14px;
	margin-top: 4px;
	padding: 5px 26px 5px 27px;
	position: relative;
	text-transform: uppercase;
}
.main-navigation li:last-child {
	border-right: 1px solid #3a0205;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:#ddd;
	font-family: serif;
	-webkit-transition: color 100ms linear;
	-moz-transition: color 100ms linear;
	-o-transition: color 100ms linear;
	-ms-transition: color 100ms linear;
	transition: color 200ms linear;
}
.main-navigation a:hover {
	color:#fff;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
}
/* Small menu */
.menu-toggle {
	display: none;
}
.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .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;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*-------------------------------------------------------------
Site content
---------------------------------------------------------------*/

.site-logo a img {
	height:42px;
}
#page, #headersection {
	max-width:960px;
	margin:0 auto;
}
.welcome_container{
	max-width:942px;
	margin:0 auto;
}
#footerwidgets {
	max-width:1040px;
	margin:0 auto;
}
#navigation {
	max-width:952px;
	margin:auto;
}
#content {
/*border-radius:6px;*/
}
.wp-post-image {
	float:left;
	margin-right:0.8em;
}
#primary {
	background-color: #e9dab1;
	background-image: url("images/content_TXarea.jpg");
	background-repeat: no-repeat;
	float: left;
	margin: auto auto auto 2%;
	max-width: 78%;
	padding-left: 20px;
	padding-right: 20px;
}
#secondary {
	width:29%;
	float:left;
}
.post {
	background:#fff;
	padding:15px;
	border:1px solid #bbb;
	border-radius:4px;
	-moz-box-shadow:    0px 0px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px #aaa;
	box-shadow:         0px 0px 5px #aaa;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.home .hentry {
	margin: 0;
}
 .byline, .updated:not(.published) {
 display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 0.7em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*-------------
miscellaneous*/
.entry-meta {
	font-style:italic;
}
.comments-link {
	background-image:url(images/disc.png);
	background-repeat: no-repeat;
	padding-left:1.6em;
	margin-right:10px;
}
.cat-links {
	margin-right:1em;
}
.author {
	margin-right:1em;
}
.posted-on {
	background-image:url(images/pinicon.png);
	background-repeat: no-repeat;
	padding-left:1.6em;
	margin-right:10px;
}
.search-field {
	display:block;
	font-size:1.2em;
	font-family:inherit;
	width:95%
}
#colophon {
/*background-image:url(images/polaroid.png);*/
}
.site-footer {
	background: url("images/BG_bottom_sides.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
	color:#fff;
	padding-top:18px;
	float:left;
	width:100%;
}
.site-footer a {
	color:#ddd;
	-webkit-transition: color 100ms linear;
	-moz-transition: color 100ms linear;
	-o-transition: color 100ms linear;
	-ms-transition: color 100ms linear;
	transition: color 200ms linear;
}
.site-footer a:hover {
	color:#fff
}
#menu-footer-menu {
	color: #857661;
	font-family: verdana;
	font-size: 10px;
	text-align: center;
}
#menu-footer-menu li a {
	color: #857661;
}
.site-info {
	float:right;
	margin-right:2em;
	font-style:italic;
	font-size:0.8em;
}
#footer-sidebar {
	display:block;
	height: 250px;
	font-size:0.8em;
}
#footer-sidebar .widget ul li:hover {
	background:transparent;
}
#footer-sidebar .widget ul li {
	border-bottom:none;
}
#footer-sidebar .widget ul li a {
	padding:0
}
#footer-sidebar h2 {
	color:#fff;
}
#footer-sidebar1, #footer-sidebar2, #footer-sidebar3 {
	float: left;
	width: 29%;
	margin-left:2%;
	margin-right:2%;
	padding:0
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
#comments {
	padding:10px;
}
#comments ol li {
	list-style:none;
}
.comments-area {
	padding: 0 10px;
}
.comment-reply-title, .comments-title {
	margin: 0;
	text-transform: uppercase;
}
.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}
.comment-list .reply, .comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}
.comment-list .reply {
	margin-top: 24px;
}
.comment-author .fn {
	font-weight: 900;
}
.comment-author a {
	color: #2b2b2b;
}
.comment-list .trackback a, .comment-list .pingback a, .comment-metadata a {
	color: #767676;
}
.comment-author a:hover, .comment-list .pingback a:hover, .comment-list .trackback a:hover, .comment-metadata a:hover {
	color: #095A99;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}
.comment-list > li:first-child > article, .comment-list > .pingback:first-child, .comment-list > .trackback:first-child {
	border-top: 0;
}
.comment-author {
	position: relative;
}
.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 52px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
}
.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}
.says {
	display: none;
}
.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
	padding-left: 60px;
}
.comment-edit-link {
	margin-left: 10px;
}
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.comment-content ul, .comment-content ol {
	margin: 0 0 24px 22px;
}
.comment-content li > ul, .comment-content li > ol {
	margin-bottom: 0;
}
.comment-content > :last-child {
	margin-bottom: 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 15px;
}
.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}
.comment .comment-respond {
	margin-top: 24px;
}
.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .no-comments, .form-allowed-tags, .form-allowed-tags code {
	color: #767676;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}
.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}
.comment-form label {
	display: block;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 100%;
}
.form-allowed-tags, .form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}
.required {
	color: #c0392b;
}
.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}
.comment-reply-title small a:hover {
	color: #41a62a;
}
.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}
.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.comment-navigation .nav-next, .comment-navigation .nav-previous {
	display: inline-block;
}
.comment-navigation .nav-previous a {
	margin-right: 10px;
}
#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content img {
/*border-radius:0.4em;
border:1px solid #ccc;*/
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
 .wp-caption img[class*="wp-image-"] {
 display: block;
 margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/**** neha ***/

.site-title {
	text-align: center;
}
.site-title img {
/* width: 240px;*/
}
#primary-container {
	float:left;
	width:100%;
}
.footer_nav {
	float: left;
	margin-top: 60px;
	width: 100%;
}
.footer_nav li {
	display: inline-block;
	padding-right: 10px;
}
/***** Neha *****/

/**** Header *****/

.header_container {
	float:left;
	width:100%;
	background-image:url("images/BG_sides.jpg");
	background-repeat:repeat;
}
/****Home****/
.left_container {
	float: left;/*width: 80%;*/
}
.mid_box {
	background:url("images/slider_frame.png") no-repeat scroll center top;
	/*border: 1px solid #6c573c;*/
	float: right;
	/*padding: 5px;*/
	padding:12px 10px;
	width: 624px;
}
.left_box {
	float: left;
	/*margin-right: 6px;*/
	width: 168px;
}
.right_box {
	float: left;
	width: 168px;
}
.responsive-slider.flexslider {
	margin-bottom:0px !important;
}
.home #primary-container .entry-header {
	display: none;
}
.welcome_box {
	background: none repeat scroll 0 0 #211807;
	border: 1px solid #a7926e;
	float: left;
	padding-top: 5px;
	width: 100%;
}
.welcome_box > p {
	color: #a7926e;
	font-family: verdana;
	font-size: 10pt;
	line-height: 17px;
}
.welcome_box_empty {
	float: left;
	height: 60px;
}
#secondary {
	background: none repeat scroll 0 0 #221a07;
	border: 1px solid #75633f;
	float: left;
	width: 18.3%;
	margin-left:7px;
}
.site-content {
	float: left;
	margin-top: 10px;
	width: 100%;
	margin-bottom:10px;
}
.home .site-content {
	margin-top: 0px;
}
.left_box img {
	line-height:normal;
}
.image-bottom {
	display: block;
	margin-top: -4px;
}
/* about page
==================================== */
.home .content-area {
	border:none;
}
.home .content-area .site-main {
	padding:0;
	border:none;
}
.content-area {
	border:1px solid #f0d9b9;
	padding:0 !important;
	position:relative;
}
.content-area .circul-left-t {
	background:url("images/bullet.png") no-repeat scroll left top;
	width:8px;
	height:8px;
	left: -4px;
	position: absolute;
	top: -4px;
}
.content-area .circul-right-t {
	background:url("images/bullet.png") no-repeat scroll right top;
	width:8px;
	height:8px;
	right: -4px;
	position: absolute;
	top: -4px;
}
.content-area .circul-left-b {
	background:url("images/bullet.png") no-repeat scroll left bottom;
	width:8px;
	height:8px;
	left: -4px;
	position: absolute;
	bottom: -4px;
}
.content-area .circul-right-b {
	background:url("images/bullet.png") no-repeat scroll right bottom;
	width:8px;
	height:8px;
	right: -4px;
	position: absolute;
	bottom: -4px;
}
.content-area .site-main {
	/*border:1px solid #998151;*/
	padding:40px 20px;
	width:100%;
	float:left;
}
.content-area .entry-header h1 {
	display: block;
	font-size: 14pt;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}
.status-publish .entry-content p {
	color:#000;
	font-family: verdana;
	font-size: 10pt;
}
.status-publish .entry-content p strong {
	font-weight:normal;
	font-size:10pt;
	font-family:Verdana, Geneva, sans-serif;
}
.sidebar-nav {
	position:relative;
}
.sidebar-nav .circul-left-t {
	background:url("images/bullet-s.png") no-repeat scroll left top;
	width:8px;
	height:8px;
	left: -4px;
	position: absolute;
	top: -4px;
}
.sidebar-nav .circul-right-t {
	background:url("images/bullet-s.png") no-repeat scroll right top;
	width:8px;
	height:8px;
	right: -4px;
	position: absolute;
	top: -4px;
}
.sidebar-nav .circul-left-b {
	background:url("images/bullet-s.png") no-repeat scroll left bottom;
	width:8px;
	height:8px;
	left: -4px;
	position: absolute;
	bottom: -4px;
}
.sidebar-nav .circul-right-b {
	background:url("images/bullet-s.png") no-repeat scroll right bottom;
	width:8px;
	height:8px;
	right: -4px;
	position: absolute;
	bottom: -4px;
}
.grey-title {
	background-color: #888888;
	background-image: linear-gradient(to bottom, #888888 0%, #aaaaaa 100%);
	-moz-background-image: linear-gradient(to bottom, #888888 0%, #aaaaaa 100%);
	-webkit-background-image: linear-gradient(to bottom, #888888 0%, #aaaaaa 100%);
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	padding: 8px 12px;
	text-shadow: -1px -1px 0 #666666;
	text-transform: uppercase;
}
.grey-title h5 {
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}
/* form 
================================*/
.form-outer {
	clear:both;
	width:100%;
	float:left;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="url"], form input[type="password"], form textarea, form .row select,
.calculator-wrap #rentvsbuyform input {
	background:#f9f9f9;
	border: 1px solid #cccccc;
	border-radius: 2px;
	box-shadow: 1px 1px #ffffff;
	color: #666666;
	float: left;
	font-size: 8pt;
	margin: 6px 0;
}
form input[type="text"], form .row select {
	width:12%;
	color: #666666;
	float: left;
}
form .row {
	clear: both;
	float: left;
	width: 100%;
}
form {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
}
form .row label {
	float:left;
	color: #666666;
	display: block;
	float: left;
	line-height: 140%;
	margin: 4px 0;
	padding: 4px 10px 0 0;
	font-size:10pt;
	width:160px;
	font-family:Verdana, Geneva, sans-serif;
}
form .row select {
	height: 26px;
	line-height: 26px;
	padding: 4px;
}
form .row span.to {
	float:left;
	color: #333333;
	display: block;
	float: left;
	line-height: 22px;
	margin: 6px 0;
	padding: 0 5px;
}
form .row i {
	color: #333333;
	display: block;
	float: left;
	line-height: 22px;
	margin: 6px 0;
	padding: 0 5px;
	font-style:normal;
}
form .city-area input[type="text"] {
	width: 45%;
}
form .select-big select {
	width: 30%;
}
.row-second .row label {
	display:bock;
	width:100%;
}
.row-second .row span.wpcf7-list-item {
	float:left;
	width:48%;
	display:block;
	margin-left:0;
}
.row-second .row span > span {
	float:left;
	color: #666666;
	display: block;
	float: left;
	font-size: 8pt;
	margin: 2px 10px 2px 5px;
	padding: 0;
}
.row-second .row span > input {
	float: left;
	margin: 3px 8px 2px 0;
}
.row-second .row {
	background:#f7f7f7;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 1px 1px #ffffff inset;
	margin-top: 15px;
	padding: 15px;
	text-shadow: 1px 1px 0 #ffffff;
	-webkit-text-shadow: 1px 1px 0 #ffffff;
	-moz-text-shadow: 1px 1px 0 #ffffff;
	float:left;
	display:block;
	width:100%;
}
.row-second .row > label {
	border-bottom: 1px dotted #d9d9d9;
	color: #333333;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.form-outer p {
	margin-bottom:0;
}
.row-four .row span.wpcf7-form-control-wrap input, .row-five .row span.city input, .row-five .row select, .row-six .row .hear input {
	width:30%;
}
.row-four .row span.wpcf7-form-control-wrap input[type="email"], .row-five .row span.addr input, .row-six .row .buying-selling select {
	width:45% !important;
}
.row-six .row {
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
	padding-bottom:10px;
}
.captchar-wrap {
	margin: 40px auto 0;
	width: 350px;
	text-align:center;
}
.captchar {
	background:#eeeeee;
	border: 1px solid #cccccc;
	border-radius: 3px;
	box-shadow: 1px 1px #ffffff inset;
	padding: 15px 60px;
	text-shadow: 1px 1px 0 #ffffff;
	width:100%;
	display: inline-block;
}
.captchar > span {
	clear:both;
	display: inline-block;
}
.captchar > span.second {
	margin-top:20px;
}
.captchas {
	width:30%;
}
.captchas input {
	float: none !important;
	margin: 6px auto !important;
	width: 80% !important;
}
.row-six input[type="submit"] {
	background-color: #eeeeee;
	background-image: linear-gradient(to bottom, #eeeeee 0%, #aaaaaa 100%);
	-webkit-background-image: linear-gradient(to bottom, #eeeeee 0%, #aaaaaa 100%);
	-moz-background-image: linear-gradient(to bottom, #eeeeee 0%, #aaaaaa 100%);
 -0-background-image: linear-gradient(to bottom, #eeeeee 0%, #aaaaaa 100%);
	border: 1px solid #999999;
	border-radius: 3px;
	box-shadow: 1px 1px #ffffff inset;
	color: #333333;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	height: 40px;
	margin: 20px auto 0;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 #ffffff;
	text-transform: uppercase;
	width: 350px;
}
.row-first .bathroom select {
	margin-right:10px;
	float:left;
}
span.req {
	color: #951c1f;
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 0 5px;
}
/* sidebar menu
============================ */
#menu-sidemenu > li a {
	background-color: transparent;
	background-image: none;
	border-style: none;
	color: #cbbb9e;
	font: bold 8pt Verdana;
	height: auto;
	text-decoration: none;
	display:block;
	padding:10px;
}
#menu-sidemenu > li:hover {
	background-color:#38280b;
}
#menu-sidemenu > li {
	border-top:none;
	border-bottom:1px solid #483918;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	padding:0;
}
#menu-sidemenu > li .sub-menu {
	background-color:#221a07;
}
#menu-sidemenu > li .sub-menu li:hover {
	background-color:#38280b;
}
#menu-sidemenu .sub-menu li {
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
#menu-sidemenu .sub-menu li {
	margin-top:0;
	border-bottom:none;
}
#menu-sidemenu .sub-menu li:hover {
	background-color:#4c0000 !important;
}
#menu-sidemenu .sub-menu li a {
	padding:0 !important;
}
/* contact page
=============================== */
#contmepg_cont > div {
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	padding: 30px 0 3px;
}
/*buyer report
========================= */
.buyer-report-wrap .title h6 {
	font-family: verdana;
	font-size: 10pt;
	color:#000;
	font-style:italic;
	font-weight:bold;
	border-bottom:1px solid #808080;
	padding-bottom:15px;
	margin-bottom:15px;
}
.buyer-report-wrap .wpcf7-list-item > span {
	display:block;
	float:left;
	font-family: verdana;
	font-size: 10pt;
	color:#000;
	font-weight:bold;
	padding-left: 30px;
	padding:8px 10px 8px 40px;
	width: 94%;
	background:url("images/icon_realestate_report.gif") no-repeat scroll left 6px;
}
.buyer-report-wrap .wpcf7-list-item > span:hover {
	background-color:#e7e7e7;
}
.buyer-report-wrap .wpcf7-list-item input[type="checkbox"] {
	float:left;
	display:block;
	margin-right:5px;
	margin-top:12px;
}
.buyer-report-wrap .subp {
	clear: both;
	color: #000;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal;
	/*margin-left: 58px;*/
}
.buyer-report-wrap .information {
	margin-top:25px;
}
.buyer-report-wrap .information .row label {
	text-align:right;
	width:40%;
	font-size:10px;
	color:#000;
	font-weight:bold;
	padding-left:15%;
}
.buyer-report-wrap .information .row input[type="text"], .buyer-report-wrap .information .row input[type="email"], .buyer-report-wrap .information .row input[type="tel"], .buyer-report-wrap .information .row select {
	background-color: #ffffff;
	border-color: #7c869f #000033 #000033 #7c869f;
	border-style: solid;
	border-width: 1px;
	color: #183e6b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: static;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
.buyer-report-wrap .information .row input[type="text"], .buyer-report-wrap .information .row input[type="tel"] {
	width:25%;
	height:20px;
}
.buyer-report-wrap .information .row input[type="email"] {
	width:35%;
	height:20px;
}
.buyer-report-wrap .information .row select {
	width:auto;
}
.buyer-report-wrap .captcha span.form-item {
	float:left !important;
}
.buyer-report-wrap .captcha span.form-item img {
	display:block;
}
.buyer-report-wrap .captcha span.form-item .captcha {
	clear:both;
	display:block;
}
.buyer-report-wrap .captcha input[type="text"] {
	width:25% !important;
}
.buyer-report-wrap .captcha label {
	color:#D90005 !important;
}
.button-wrap {
	text-align:center;
	margin:10px 0;
}
.button-wrap input[type="submit"] {
	background-color: #5f0004;
	border: 1px ridge #c0c0c0;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	text-shadow:none;
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	padding:0 45px;
}
.bottom-row {
	font-size:8pt;
	color:#000;
	text-align:center;
}
.buyer-report-wrap .req {
	color:#D90005 !important;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9pt;
}
.status-publish .req-content {
	font-size:10pt;
	color:#000;
}
.status-publish .req-content ul {
	margin-left:35px;
	margin-top:20px;
}
.local-area-wrap strong, .local-area-wrap p strong {
	color: #000;
	font-weight:bold !important;
	font-size:10pt;
}
.local-area-wrap p {
	line-height:18px;
}
.local-area-wrap p a strong {
	color: #5f0004;
	font-family: verdana;
	font-size: 10pt;
	text-decoration: underline;
	font-weight:normal !important;
}
.local-area-wrap p a strong:hover {
	color: #c50008;
}
.weather {
	background-color:#5f0004;
	padding:5px 10px;
	font-family: verdana;
	font-size: 10pt;
	color:#fff;
	font-weight:bold;
}
.label-full label {
	width:100% !important;
}
.comment .comments {
	float:left;
	width:70%;
}
/* news
============================== */
.about-wrap{
	color: #000;
    font-family: verdana;
    font-size: 10pt;
}
.about-wrap p strong{
	font-weight:bold !important;
}
.news-wrap .grey-title{
	margin-top:20px;
	margin-bottom:20px;
}
.news-wrap .subtitle{
	font-size:10pt;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}
.news-wrap p strong{
	display: block;
    font-size: 12pt !important;
    font-weight: bold !important;
    padding-bottom: 5px;
	color:#000;
}
.news-wrap h6{
	display: block;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 5px;
	color:#000;
	font-family:Verdana,Geneva,sans-serif;
}
.news-wrap p a{
	color: #5f0004;
    font-family: verdana;
    font-size: 10pt;
    text-decoration: underline;
	padding-left: 5px;
}
.news-wrap .row p{
	margin-bottom:0 !important;
}
.news-wrap .row > div{
	color: #666666;
    font-size: 8pt;
    padding-top: 3pt;
	}
.news-wrap .row{
	margin-bottom:35px;
}
.news-wrap .row.last{
	margin-bottom:0;
}
.news-wrap .row a{
	padding-left:5px;
}
.news-wrap .row a:hover{
	color:#c50008 !important;
}

/* artical - page
==============================*/
.artical-wrap strong em{
	font-weight:bold;
	font-family: verdana;
    font-size: 10pt;
}
.artical-wrap ul li a{
	color: #5f0004;
    font-family: verdana;
    font-size: 10pt;
    text-decoration: underline;
}
.artical-wrap li{
	line-height:normal;
}
.artical-wrap ul li a:hover{
	color:#c50008 !important;
}
.artical-wrap ul{
	 list-style: inside none none;
	 color:#000;
}
.artical-wrap p{
	margin-bottom:10px;
}

/* FAQ page
================================ */
#faq_filter_wrap {
    background:#eeeeee;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    margin-top: 30px;
    padding:0 10px;
	width:100%;
	float:left;
	display:block;
}

#faq_filter_wrap span {
    color: #666666;
    display: block;
    float: left;
    font-size: 7pt;
    font-weight: bold;
    line-height:30px;
    margin-right: 10px;
    text-transform: uppercase;
}
#faq_filter {
    float: left;
    width: 300px;
}

#faq_filter form {
    margin: 0;
    padding: 0;
}

#faq_filter input[type="text"] {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cecece;
    color: #666666;
    float: left;
    font-size: 8pt;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    width: 250px;
}
.faq_hr1 {
    border-bottom: 1px solid #999999;
    color: #333333;
    display: block;
    font-size: 14pt;
    margin-bottom: 5px;
    padding: 30px 0 3px;
	clear:both;
}
.toggle_title{
	-moz-user-select: none;
    background: url("images/faq_icon.png") no-repeat scroll left 11px;
    color: #5e6069;
    cursor: pointer;
    font-size: 14px;
    height: auto;
    padding: 7px 0 7px 25px;
    width:100%;
	border-bottom: 1px dotted #cccccc;
	margin:0;
}
.toggle_content{
	width:100%;
	background:none;
	border:none;
	padding:5px 25px;
	color:#333333;
}
.faq-wrap > p{
	display:none;
	
}
.toggle_title code,
.faq_a{
	font-family: verdana;
    font-size: 10pt;
}
.toggle_content .faq_a{
	color:#333;
}
.snapshot-by{
	font-family: verdana;
    font-size: 8pt !important;
	}
.snapshot-by a{
	color: #5f0004;
	}
.snapshot-by a:hover{
	color: #c50008;
	}
#contmepg_cont .left,
#contmepg_addr .left{
	width:100%;
	float:left;
	display:block;
	}
#contmepg_cont .right,
#contmepg_addr .right{
	float:right;
	display:block;
	text-align:center;
}
#contmepg_addr,
#contmepg_cont{
	clear:both;
}

#contmepg_cont .right a#sendmsg span {
    background-image: url("images/contactme_email.png");
    background-position: 3% 0;
    background-repeat: no-repeat;
    display: block;
	padding:0 20px 0 50px;
    width: 100%;
    display: block;
    line-height: 40px;
	
}
#contmepg_cont .right a{
	float:right;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #aaaaaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#aaaaaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#aaaaaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#aaaaaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#aaaaaa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%,#aaaaaa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
    border: 1px solid #999999;
    border-radius: 3px;
    box-shadow: 1px 1px #ffffff inset;
    color: #333333;
    display: block;
    font-size: 10pt;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #eeeeee;
    text-transform: uppercase;
}
#contmepg_cont .right a:hover{
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dddddd 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#contmepg_addr .right a#contmepg_map span {
    background-image: url("images/contactme_map.png");
    background-position: 6% 0;
    background-repeat: no-repeat;
    display: block;
    line-height: 30px;
    padding: 0 20px 0 40px;
}
#contmepg_addr .right a#contmepg_map{
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f7f7f7 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f7f7f7 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f7f7f7 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f7f7f7 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    border: 1px solid #bbbbbb;
    border-radius: 3px;
    box-shadow: -1px -1px #eeeeee inset;
    color: #666666;
    display: block;
    float: right;
    font-size: 9pt;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffffff;
    text-transform: uppercase;
}
#contmepg_addr .right a#contmepg_map:hover{
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dddddd 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
#contmepg_cont #contmepg_email{
	clear:both;
	display:block;
}
#contmepg_cont #contmepg_email,
#contmepg_cont #contmepg_phone{
	font-weight:normal;
	display: block;
    font-size: 11pt;
    padding-top: 3px;
}
#contmepg_cont #contmepg_email span,
#contmepg_cont #contmepg_phone span{
	color: #888888;
    font-size: 8pt;
    font-weight: bold;
    padding-right: 4px;
    text-transform: uppercase;
}
#contmepg_addr #contmepg_fax span{
	color: #888888;
    font-size: 8pt;
    font-weight: bold;
    padding-right: 4px;
    text-transform: uppercase;
}
#contmepg_addr #contmepg_fax{
	clear:both;
	display:block;
}
#contmepg_cont #contmepg_email a{
	color:#5f0004;
}
#contmepg_cont #contmepg_email a:hover{
	color:#c50008;
}


.captcha-part-wrap .submit-button input{
	float:right;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #eeeeee 0%, #aaaaaa 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#aaaaaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%,#aaaaaa 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#aaaaaa 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%,#aaaaaa 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%,#aaaaaa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
    border: 1px solid #999999;
    border-radius: 3px;
    box-shadow: 1px 1px #ffffff inset;
    color: #333333;
    display: block;
    font-size: 10pt;
    font-weight: bold;
    height: 40px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #eeeeee;
    text-transform: uppercase;
	width:100%;
}
.captcha-part-wrap .submit-button input:hover{
	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dddddd 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dddddd 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#contmepg_addr > div {
    color: #333333;
    font-size: 10pt;
    font-weight: bold;
    padding: 30px 0 5px;
}
#contmepg_addr > div p{
	font-weight:normal;
}
.sendmessage{
	 background-color:#f7f7f7;
    padding: 15px 20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    box-shadow: 1px 1px #ffffff inset;
	-webkit-box-shadow: 1px 1px #ffffff inset;
	-moz-box-shadow: 1px 1px #ffffff inset;
    padding: 15px 20px;
    text-shadow: 1px 1px 0 #ffffff;
	-webkit-text-shadow: 1px 1px 0 #ffffff;
	-moz-text-shadow: 1px 1px 0 #ffffff;
	float:left;
	width:100%;
}
.sendmessage .grey-title{
	margin-top:0;
	float:left;
	width:100%;	
}
.sendmessage .grey-title h5{
float:left;
}
#right_title {
    color: #ffffff;
    display: block;
    float: right;
    font-size: 7pt;
    font-weight: normal;
    text-align: right;
	position:relative;
	top:3px;
}
#right_title span.req{
	color: #951c1f;
    font-family: "Times New Roman",Times,serif;
    font-size: 15pt;
    font-weight: bold;
    line-height: normal;
    margin:-3px 0 0 0;
	float:left;   
    padding: 0 5px;
	text-shadow:none !important;
	-webkit-text-shadow:none !important;
}
.sendmessage .row label{
	font-weight:normal !important;
}
.sendmessage .row-four.top {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 10px;
	padding-bottom: 10px;
}
.message-part span{
	float:left;
	width:65%;
}
.message-part span textarea{
	width:80%;
}
span.sent-result{
	margin-left:160px;
}
span.sent-result {
	font-weight:normal;
	font-size:10pt;
}
span.sent-result b{
	font-weight:bold;
}
.captcha-part label{
	width:100% !important;
	display:block !important;
}
.captcha-part img{
	clear:both;
}
.captcha-part .captchas{
	clear:both;
	display:block;
	width:auto;
}
.captcha-part .captchas form input[type="text"]{
	width:100%;
}
.captcha-part{
	background:#eeeeee;
    border: 1px solid #cccccc;
    border-radius: 3px;
    box-shadow: 1px 1px #ffffff inset;
    padding: 15px 20px;
    text-shadow: 1px 1px 0 #ffffff;
	text-align:center;
	display:inline-block;
	margin-top:20px;
	width:68%;
	}
.captcha-part-wrap{
	margin-left:160px;
	float:none !important;
	width:auto !important;
}
.captcha-part-wrap .submit-button{
	margin-top:20px;
	width:68%;
}

#footer_text {
    border-top: 1px dotted #cccccc;
    color: #999999;
    display: block;
    font-size: 7pt;
    margin-top: 30px;
    padding-top: 10px;
	text-align:center;
}
/* calculater page
============================== */
.entry-content a{
	color: #5f0004;
    font-family: verdana;
    font-size: 10pt;
}
.entry-content a:hover{
	color: #c50008;
}
.calculator-wrap{
	width:100%;
}

.calculator-wrap h1.pagetitletext{
	color: #000;
    display: block;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14pt;
    text-decoration: none;
}
.calculator-wrap a{
	color: #5f0004;
    font-family: verdana;
    font-size: 10pt;
}
.entry-content a:hover{
	color: #c50008;
}
.calculator-wrap p,
.calculator-wrap form{
	font-family: verdana;
    font-size: 10pt;
	color:#000;
}
.calc_total label,
.calc_total span{
	float:left;
}
.calculator-wrap label{
	color:#000 !important;
}
.calc_total span{
	margin-top:10px;
	margin-right:10px;
}

.calc_total {
    margin-top: 20px;
}
.calc_fm_hr1_res{
	font-weight:bold;
	color:#000;
	font-size:10pt;
}
.calculator-wrap input[type="text"]{
	font-weight:bold;
	color:#000;
	font-size:10pt;
	width:30%;
}
.calculator-wrap .calc_col2 input{
	background:#f9f9f9;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 1px 1px #ffffff;
	-moz-box-shadow: 1px 1px #ffffff;
	-webkit-box-shadow: 1px 1px #ffffff;
	color: #666666;
	float: left;
	font-size: 8pt;
	margin: 6px 0 6px 5px; 
	padding:3px !important;
	width:30%;  
} 
.calculator-wrap .calc_col2 .row span{
	float:left;
	margin-top:7px;
}
.row.space-left input {
    margin-left: 18px;
}
.calculator-wrap .row span.calc_dlr {
    float: left;
    margin-top: 7px;
	margin-right: 6px;
}
.calculator-wrap #rentvsbuyform .row span.calc_dlr{
	margin-right: 10px;
}
.calculator-wrap #rentvsbuyform .row.space-left input{
	margin-left:19px !important;
}
.cost input[type="text"]{
	width:14.5% !important;
	float:left;
	margin-right:1% !important;
}
#mortqualifyForm .calc_chartcol1 select{
	margin-left: 15px;
    margin-right: 10px;
    width: auto !important;
}
#mortqualifyForm .calc_chartcol2{
	clear:both;
	width:100%;
}

#mortqualifyForm .calc_chartcol2 span.calc_dlr{
	margin-left:10px;
}
#mortqualifyForm .calc_chartcol2{
	margin-left:150px;
}
.payment-part > div select{
	margin-right: 10px;
}
.payment-part .calc_chartcol1 input{
	width: 21.5% !important;
}
.calculator-wrap input[type="text"]{
	font-weight:normal;
	color:#666;
	font-size:8pt;
}
.form-outer .grey-title{
	float:left;
	width:100%;
}
.form-outer .grey-title h5{
	float:left; 
}
.page-id-390 .entry-title,
.page-id-413 .entry-title,
.page-id-415 .entry-title,
.page-id-394 .entry-title,
.page-id-402 .entry-title,
.page-id-411 .entry-title,
.page-id-419 .entry-title,
.page-id-417 .entry-title {
    display: none !important;
}
#faq_filter_wrap .filter{
	float:left;
	margin-right:25px;
	color: #666666;
    display: block;
    float: left;
    font-size: 7pt;
    font-weight: bold;
    line-height: 32px;
    margin-right: 10px;
    text-transform: uppercase;
}
.article-house .title{
	float:left;
	width:100%;
}
@media screen and (max-width: 479px) {
 .menu-toggle, .main-navigation.toggled .nav-menu {
 display: block;
}
 .main-navigation ul {
 display: none;
}
 #primary {
 max-width:100%;
 min-width:290px;
}
 #secondary {
 max-width:100%!important;
}
 #footer-sidebar1, #footer-sidebar2, #footer-sidebar3 {
max-width:100%;
min-width:290px;
}
 .responsive-slider.flexslider .slides {
 margin-bottom:20px;
 float:left;
}
#page, #footerwidgets, #headersection {
 margin:0 !important;
 max-width:100% !important;
}
.captchar-wrap {
 width:100%
}
.buyer-report-wrap .subp {
 padding-left:12px;
}
.row-six input[type="submit"]{
	width:100%;
}
span.sent-result b {
    font-size: 8pt;
}
#faq_filter{
	width:100%;
}
#faq_filter input[type="text"]{
	clear:both;
	width:100%;
	margin-bottom:10px !important;
}
}
@media screen and (min-width: 480px) {
 #click-menu {
 top:100px !important;
}
}
 @media screen and (max-width: 640px) {
 .left_box, .right_box {
 float: left;
 width: 100%;
}
.left_box a img, .right_box a img {
 width:100% !important;
}
.right_box a.image-top {
 margin-left:3px;
}
.image-bottom {
 margin-top:0;
}
.row-second .row span.wpcf7-list-item {
 width:100%;
}
.main_left, .main_right {
 display:none;
}
.left_box {
 margin-bottom: 10px;
 margin-top: 20px;
}
 .right_box a, .left_box a {
 margin:0 2% !important;
 float: left;
 width: 46%;
 border:1px solid #6d5539;
 box-sizing:border-box;
 padding:5px;
}
 .left_box a img, .right_box a img {
 width:100% !important;
 border:1px solid #bfa688;
}
#right_title{
clear:both;
float:left;
}

}
@media only screen and (min-width : 640px) {
 .mobile_image {
 display:none;
}
}
@media only screen and (min-width : 640px) and (max-width : 960px) {
 .left_box, .right_box {
 float: left !important;
 width: 50% !important;
}
.left_box a, .right_box a {
 float: left;
 margin: 0 5px !important;
 width: 46%;
}
.left_container {
 float:none;
}
.responsive-slider.flexslider .slides {
 margin-bottom:20px;
}
}
@media screen and (max-width: 767px) {
 .menu-toggle, .main-navigation.toggled .nav-menu {
 display: block;
}
 header, #main {
 margin-left:2%;
}
 .main-navigation ul {
 display: none;
}
 #primary {
 max-width:100%!important;
 min-width:290px;
 margin-left:2%
}
 #secondary {
 width:100%!important;
 float:left;
}
 #page, #footerwidgets, #headersection {
 max-width:93%;
 margin:5%;
}
 #navigation {
 max-width:93%;
}
 .main-navigation li {
 float: none;
 border-bottom:1px dotted #fff;
 padding:0.6em;
}
 .menu-toggle {
width:100%!important;
}
 #footer-sidebar1, #footer-sidebar2, #footer-sidebar3 {
width:100%!important;
min-width:290px;
}
 input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
 padding: 3px;
 margin:0 0.4em!important;
}
#primary {
 margin-left:0;
}
.sidebar-nav {
 margin-bottom:30px;
}
/*navigation
============================== */
#responsive-menu {
 width:50% !important;
}
form .row label {
 float:none;
 display:block;
 width:100%;
}
.right_box br, .left_box br {
 display:none;
}

/* new css for form
================================== */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
 margin:0 !important;
}
form .city-area input[type="text"] {
 width:90%;
}
form .select-big select {
 width:80% !important;
}
form input[type="text"], form .row select {
 width:35%;
}
form .row span.to {
 margin:0;
}
.row-four .row span.wpcf7-form-control-wrap input[type="email"], .row-five .row span.addr input, .row-six .row .buying-selling select {
 width:90% !important;
}
.row-four .row span.wpcf7-form-control-wrap input, .row-five .row span.city input, .row-five .row select, .row-six .row .hear input {
 width:80%;
}
/* 
============================ */
.buyer-report-wrap .information .row label {
 padding-left:0;
 text-align:left;
}
.buyer-report-wrap .information .row input[type="text"], .buyer-report-wrap .information .row input[type="tel"] {
 width:70%;
}
.buyer-report-wrap .information .row input[type="email"] {
 width: 90%;
}
.buyer-report-wrap .captcha img {
 margin-bottom:10px;
 float:none;
 display:block;
}
.buyer-report-wrap .wpcf7-list-item input[type="checkbox"] {
 width:10%;
}
.buyer-report-wrap .wpcf7-list-item > span {
 width:80%;
}
.buyer-report-wrap .subp {
 padding-left:20px;
}
.comment .comments {
 float:left;
 width:100%;
}
/* contact form
=================================== */
#contmepg_cont .left, #contmepg_addr .left{
	width:100%;
}
#contmepg_cont .right, #contmepg_addr .right{
	width:100%;
}
#contmepg_cont .right a{
	float:left;
}
#contmepg_addr .right a#contmepg_map{
	float:left; 
}
#contmepg_addr p{
	margin-bottom:0;
}
.message-part span{
	width:100%;
}
span.sent-result{
	margin-left:0;
}
.captcha-part-wrap{
	margin-left:0;
	width:100% !important;
}
.captcha-part{
	width:100%;
}
.message-part span textarea{
	width:100%;
}
.captcha-part .captchas{
	margin-top:20px;
}
.calculator-wrap .content-area .site-main{
	width:100%;
	float:left;
}
.calculator-wrap input[type="text"],
form#temps input.tf{
	width:90% !important;
}
.calculator-wrap .site-main{
	float:left;
	width:100%;
}
.cost input[type="text"]{
	width:44.5% !important;
	float:left;
	margin-right:1% !important;
}
.calculator-wrap .row span.calc_dlr {
    margin-top: 0;
}
.captcha-part-wrap .submit-button{
	width:100%;
}
#mortqualifyForm .calc_chartcol2{
	margin-left:0;
}
.calculator-wrap #mortqualifyForm .calc_chartcol1 input[type="text"]{
	width:75% !important;
	margin-top: 7px !important;
}
#mortqualifyForm .calc_chartcol2 span.calc_dlr{
	margin-left:0;
}
#mortqualifyForm .calc_chartcol1.gross-income select{
	width:75% !important;
}
#mortqualifyForm .calc_chartcol1.gross-income span.calc_dlr{
	clear:both;
	margin-top:7px;
}
.calculator-wrap #mortqualifyForm span.calc_dlr {
    margin-top: 7px !important;
}
#mortqualifyForm .row label{
	font-size:8pt; 
}
}
 @media (min-width: 768px) {
#menu-sidemenu .sub-menu {
 margin-top:-45px;
 position: absolute;
 right: -140px;
 z-index: 999;
 width:140px;
 border:1px solid #75633f;
}
.content-area .site-main{
	min-height:340px;
}
.home .content-area .site-main{
	min-height:inherit;
}
#contmepg_cont .right,
#contmepg_addr .right{
	text-align:center;
	position:absolute;
	top:0;
	right:0;
}
#contmepg_addr,
#contmepg_cont{
	clear:both;
	position:relative;
}
}
@media (max-width: 960px) {
 .mid_box {
 background:none;
 width:auto;
 float:none;
 padding:0;
}
 header, #main {
 margin-left:0;
}
 .site-content {
 box-sizing:border-box;
}
 .header_container #site-navigation {
 display:none;
}
 #secondary.sidebar-nav {
 display:none;
}
 .content-area {
 max-width:96% !important;
}
 #headersection {
 margin:0;
}
 #click-menu {
 background:url("images/menu.jpg") no-repeat scroll left center !important;
 height:29px;
 width:29px;
}
 #click-menu:hover {
 opacity:0.8;
}
 .threeLines {
 display:none;
}
 .site-content {
 padding:10px;
}
 .responsive-slider.flexslider .slides {
 border:1px solid #75633f;
 padding:10px;
}
 .flexslider .slides img {
 max-width:none !important;
 width:100%;
}
 .site-footer {
 padding:10px;
}
 .content-area .site-main {
 border:none;
}
}
 @media screen and (min-width: 961px) {
#menu-sidemenu > li.menu-item-has-children a {
 background:url("images/bullet.jpg") no-repeat scroll 95% center;
}
#menu-sidemenu > li.menu-item-has-children li a {
 background-image:none;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 960px) {
 #page, #footerwidgets, #headersection, .welcome_container {
 max-width:none;
 width:768px;
 margin:0 auto;
}
 .left_container {
 float:none !important;
}
 .responsive-slider.flexslider .slides img {
 width:100% !important;
}
 .mid_box {
 margin-bottom:20px;
}
 .left_box, .right_box {
 float: left;
 width: 359px;
}
.left_box br, .right_box br {
 display:none;
}
.left_box a, .right_box a {
 float: left;
 margin: 0 5px !important;
}
/*nav part
============================== */
#responsive-menu {
 width:25% !important;
}
}
@media screen and (max-width: 1037px) {
header, #main {
margin-left:2%;
}
}
#responsive-menu .sub-menu li {
	margin-top:0;
	padding:0;
}
#responsive-menu a {
	color: #cbbb9e;
	font: bold 8pt Verdana;
	height: auto;
	text-decoration: none;
}

.status-publish ul {
    font-size: 12px;
    padding: 0 0 0 20px;
}
.status-publish li {
    color: #000;
    font-family: verdana;
    font-size: 13px;
    list-style: outside none disc;
}

/*For slider text*/

.slides h2 {
    background:rgba(72, 0, 2, 0.7);
	padding:10px 20px !important; 
    color: #fff;
    position: relative;
    text-transform: uppercase;
    top: -50px;
}
/*menu css for browser*/
.ubuntu .main-navigation li {
padding: 5px 15px 5px 27px;
}
.mac .main-navigation li {
padding: 5px 26px 5px 27px !important; 
}


.chrome .main-navigation ul{
padding-left:2px;
}
.chrome .main-navigation li{
padding:5px 25px 5px 27px;
}



