/*
    Theme Name: Sample
    Theme URI: http://www.yourdomain.com/
    Description: This is a sample child theme created for the Genesis Framework.
    Author: Your Business Name
    Author URI: http://www.yourbusiness.com/
 
    Version: 1.0
 
    Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns
 
    Template: genesis
    Template Version: 1.7
 
    License: GNU General Public License v2.0
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #25a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	margin: 0 auto;
	/*width: 1000px;*/
	width: 100%;
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 0 auto;
	min-height: 80px;
	overflow: hidden;
	/*width: 1000px;*/
	header: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 400px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 1000px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 10px;
	position: absolute;

	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}

li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	/*float: right;*/
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	/*background-color: #333;*/
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	float: left; color: #fff; text-transform: uppercase; font-size: 13px; font-weight: bold; padding: 15px 30px 15px 30px;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background: #cce1e3 url(images/bg-menu-active.png) no-repeat bottom; color: #006a71;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	/*background-color: #333;
	border-bottom: 1px solid #666;*/
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 1000px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 1000px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	/*margin: 20px auto;*/ margin: 0 auto 20px auto;
	overflow: hidden;
	width: 1000px;
}


/* Breadcrumb
------------------------------------------------------------ */





















.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 5px 10px;
	border: 0;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1000px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 672px;
}

.content-sidebar #content,
.sidebar-content #content {
	/*width: 640px;*/ width: 65%;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 1000px;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 24px;
	line-height: 30px;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	background-color: #006a71;
	color: #fff;
	/*border-bottom: 1px solid #ddd;*/
	font-size: 18px;
	font-weight: normal;
	padding: 7px 5px 7px 10px;
	text-transform: capitalize;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: 5px 0;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	/*width: 300px;*/
	width: 30%;
	background: url(images/shadow.png) no-repeat;
	padding: 10px 0 10px 20px;
	min-height: 610px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background-color: #fff;
	/*border: 1px solid #ddd;*/
	margin: 0 0 15px;
	padding: 0 0 10px;
	float: left;
}

.widget-area .textwidget {
	/*padding: 5px 10px 0;*/
}


.widget-area ol,
.widget-area ul {
	/*margin: 10px 0 0 25px;*/
	/*padding: 24px;*/
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style: url(images/gray-listing1.png);
	word-wrap: break-word;
	margin-bottom: 10px;
	border-bottom: 1px #d2d2d2 solid; padding-bottom: 5px;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 30px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #333;
	border-bottom: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	width: 1000px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}

#footer-widgets ul {
	color: #fff;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background-color: #333;
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 6px 0 5px;
	text-transform: uppercase;
	width: 1000px;
	display: none;
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
cusome css*/

html, body, div, p, h1, h2, h3, h4, h5, h6, ul, li, section, aside, span, img, header, footer {margin: 0; padding: 0;}
body {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; line-height: 20px;}
a {text-decoration: none; color: #006a71;}
input {border: 0; outline: 0;}
ul, li {list-style: none;}

@font-face {font-family: Helvetica; src: url(fonts/Helvetica.otf); font-style: normal;}
@font-face {font-family: helvetica; src: url(fonts/helvetica-neue-lt-com-67-medium-condensed.ttf); font-style: normal;}

p {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #333333; /*line-height: 20px;*/ font-style: normal; margin-bottom: 10px;}
h3 {margin: 0; color: #333333; font-size: 24px; font-weight: normal;}

.wrapper {margin: 0 auto; width: 1000px;}
.clrboth { clear: both;}

.martop8 { margin-top: 8px;}
.lessmartop10 { margin-top: -10px !important;}

.flotriht {float: right;}

.header {width: 100%; float: left; margin: 0; padding: 17px 0 0 0;}
.header h1 {margin: 0 auto; width: 526px;}
/*.header h1 a { background: url(images/logo.jpg) no-repeat; width: 526px; height: 78px; text-indent: -999999px; float: left; background-repeat: no-repeat; background-size: contain; background-position:center;}*/
.header h1 a img{width: 100%; height: 78px; margin-bottom: 5px;}

.header nav {width: 100%; float: left; margin: 0; background-color: #006a71; border-bottom: 1px #fff solid;}
.header nav ul {width: 1000px; margin: 0 auto;}
.header nav ul li {float: left; margin: 0; padding: 0; background: url(images/bg-menu-seperator.jpg) no-repeat right;}
.header nav ul li:last-child {background: none;}
.header nav ul li a {float: left; color: #fff; text-transform: uppercase; font-size: 13px; font-weight: bold; padding: 15px 30px 15px 30px;}

#banner {width: 100%; float: left; margin: 0; height: 100%; background: url(images/banner.jpg) no-repeat center center; height: 400px;}

#banner-bot {width: 100%; float: left; margin: 0; background-color: #231f20; height: 104px;}
#banner-bot .realestate {width: 70%; float: left;}
#banner-bot .realestate .settelements {width: /*290px;*/ 43%; float: left; background: #231f20 url(images/real-estate-statement.jpg) no-repeat right; height: 104px;}
#banner-bot .realestate .settelements strong {font-size: 33px; color: #fff; font-weight: normal; margin: 25px 0 0 0; float: left; text-transform: uppercase;}
#banner-bot .realestate .settelements span {font-size: 22px; color: #fff; letter-spacing: 5px; text-transform: uppercase; margin: 10px 0 0 0; float: left;}
#banner-bot .realestate p {font-size: 15px; color: #918f90; float: left; margin: 15px 0 0 20px; width: 50%; font-style: italic; line-height: 25px;} 
#banner-bot .freequote {width: 30%; float: right;}
#banner-bot .freequote a {width: 100%; float: left; color: #fff; border-radius: 10px; height: 78px; line-height: 78px; text-align: center; text-transform: uppercase; background: url(images/bg-freequote.jpg) repeat-x; margin: 15px 0 0 0; font-family: Helvetica; font-size: 30px; /*font-size: 2.9vw*/}
#banner-bot .freequote a span { background: url(images/inverted-coma.jpg) no-repeat 15px 20px; width: 58px; float: left; display: none;}
#banner-bot .freequote a:hover {color: #e1e0e0; text-decoration: none;}

#body {width: 100%; float: left; margin: 0;}

#bodycont {width: 100%; float: left; margin: 20px 0; border-top: 1px #dddddd solid; border-bottom: 1px #dddddd solid;}
#bodycont section {width: 60%; float: left; padding: 20px 0;}
#bodycont section h2 {width: 100%; float: left; border-bottom: 1px #d8d9db solid; padding: 0 0 5px 0; font-weight: normal; font-size: 24px; margin: 0 0 15px 0;}
#bodycont section h2 span {color: #006a71; border-bottom: 2px #006a71 solid; padding: 0 0 5px 0;}
#bodycont section p {margin-bottom: 10px; width: 95%;}
#bodycont section p a.readmore {text-decoration: underline; font-style: italic; color: #006a71; float: right; font-size: 13px;}
#bodycont section p a.readmore:hover {text-decoration: none;}

#bodycont aside {float: right; width: 33%; background-color: #e8e7e7; padding: 20px; min-height: 341px;}

.footer {width: 100%; float: left; margin: 0; background-color: #006a71; padding: 40px 0;}
.footer h4 {width: 100%; float: left; border-bottom: 1px #368a8f solid; padding: 0 0 6px 0; font-weight: normal; font-size: 18px; margin: 0 0 15px 0;}
.footer h4 span {color: #fff; border-bottom: 2px #fff solid; padding: 0 0 4px 0;}
.footer section.left {width: 35%; float: left; margin: 0;}
.footer section.left ul {width: 100%; float: left;}
.footer section.left ul li {width: 100%; margin-bottom: 12px;}
.footer section.left ul li.address { background: url(images/bg-address.png) no-repeat; float: left; color: #fff; font-size: 13px; padding-left: 25px;}
.footer section.left ul li.call { background: url(images/bg-call.png) no-repeat; float: left; color: #fff !important; font-size: 13px; padding-left: 25px; text-indent: 0;}
.footer section.left ul li.call a, .footer section.left ul li.fax a {color: #fff !important;}
.footer section.left ul li.fax { background: url(images/bg-fax.png) no-repeat; float: left; color: #fff !important; font-size: 13px; padding-left: 25px; text-indent: 0;}
.footer section.left ul li.email { background: url(images/bg-email.png) no-repeat 0 6px; float: left; color: #fff; font-size: 13px; padding-left: 25px;}

.footer section.left ul li.post-box{ background: url(images/post-box-footer.png) no-repeat 0 6px; float: left; color: #fff; font-size: 13px; padding-left: 25px;}

.footer section.right {width: 38%; float: right; margin: 0;}
.footer section.right ul {width: 100%; float: left;} 
.footer section.right ul li { float: left; margin-right: 10px;}
.footer section.right ul li a {color: #fff; font-size: 12px;}
.footer section.right ul li a:hover {text-decoration: underline;}
.footer section.right .logo a {width: 100%; height: 43px; float: left; background: url(images/logo-small.jpg) no-repeat; margin: 60px 0 10px 0; text-indent: -999999px; background-repeat:no-repeat;
background-size:contain;
background-position:center;}
.footer section.right .logo p {color: #fff; float: left; font-size: 11px;}
.footer section.right .logo p.designed {font-size: 12px;}
.footer section.right .logo a.developer { background: none !important; font-size: 12px; text-indent: 1px; margin: 0; height: auto; float: none; color: #fff; outline: none;}
.footer section.right .logo a.developer:hover {color: #ccc;}


/*additionall css--------------------------------*/
div.orbit-wrapper {margin-top: 0 !important; margin-bottom: 0 !important;}
.pjc-slideshow-container {margin-bottom: 0 !important; width: 100%;}

.homeform {width: 100%; float: left;}
.homeform h3 {margin-bottom: 20px;}
.homeform  p {width: 100%; float: left; margin: 0 0 20px 0;}
.homeform  p input[type="text"], .homeform  p input[type="email"],  .homeform  p input[type="tel"] { background: none repeat scroll 0 0 rgba(0, 0, 0, 0);  border: 1px solid #242021;  margin: 0;  padding: 8px 10px; width: 94%; color: #000; font-size: 13px;}
.homeform  p input[type="text"]:focus, .homeform  p input[type="email"]:focus {background: #fffdde;}
.homeform  p textarea {background: none repeat scroll 0 0 rgba(0, 0, 0, 0);  border: 1px solid #242021;  margin: 0;  padding: 8px 10px; height: 80px; width: 94%; color: #000; font-size: 13px;}
.homeform  p textarea:focus {background: #fffdde;}
.homeform  p input[type="submit"] {background: none repeat scroll 0 0 rgba(0, 0, 0, 0);  border: 1px solid #242021;  margin: 0;  padding: 8px 10px; width: 30%; color: #000; font-size: 15px; float: left; cursor: pointer; transition: all 0.3s ease-in 0s;}
.homeform  p input[type="submit"]:hover { background: #231f20; color: #fff; transition: all 0.3s ease-in 0s;}
.homeform  p br {display: none;}
div.wpcf7-validation-errors {border: 2px solid #F7E700; float: left; background: #fffbc9 url(images/warning-error.png) no-repeat 10px 10px; padding: 5px 5px 5px 50px !important; margin: 0 !important;}
div.wpcf7-mail-sent-ng {border: 2px solid #FF0000; float: left; background: #ffe2e2 url(images/errer-msg.png) no-repeat 10px 10px;  padding: 5px 5px 5px 50px !important; margin: 0 !important;}

.custometitle {
    background: url(images/bg-pagetitle.jpg) repeat-x;
    height: 18px;
    margin: 0 0 30px;
    width: 100%;
}
.custometitle span {
    background-color: #FFFFFF;
    color: #006a71;
    font-family: helvetica;
    font-size: 24px;
    padding: 3px 10px 0 0;
    text-transform: uppercase;
	float: left;
}
.testimonial{ width: 100% !important;}

.chooseus {float: left; background: #E8E7E7; /*padding: 15px 27px !important;*/ border-bottom: 5px #006a71 solid; padding: 0 13px 0 0; width: /*96%;*/ 100%;}
.chooseus p {/*line-height: 35px;*/ border-bottom: 1px #d1d0d0 solid; background: url(images/gray-listing.png) no-repeat; /*text-indent: 40px;*/ padding-left: 39px; min-height: 35px; vertical-align: middle; padding-top: 8px;}
.chooseus h4{
    background-color: #006A71;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    padding: 7px 5px 7px 10px;
    text-transform: capitalize;
	width: 100%;
}


.twocol {width: 100%; float: left;}
.twocol p {margin-bottom: 15px;}
.twocol .verticalcol {width: 260px; float: left; margin: 0; padding: 15px 15px 0 15px; background: #eee; border-bottom: 3px #006A71 solid; margin-right: 30px; margin-bottom: 25px; min-height: 315px;}
.twocol .verticalcol a {float: left; color: #006A71;}
.twocol .verticalcol p {font-size: 13px;}
.twocol .verticalcol img {width: 100%; float: left; margin-bottom: 10px; border: 1px #d2d2d2 solid;}
.twocol .verticalcol strong {float: left; margin-bottom: 10px; line-height: 25px; width: 100%;}

.fixedposition {width: 63px; height: 276px; position: fixed; /*top: 330px;*/ bottom: 22%; left: 0; z-index: 99; display: none;}
.fixedposition img {z-index: 999; position: relative;}

.freequote-banner {width: 100%; float: left; /*border-bottom: 5px #006a71 solid;*/}
.freequote-banner a {float: left; border: 0;}
.freequote-banner img {width: 100%; height: 324px;}

.contactus {width: 100%; float: left;}
.contactus .map {width: 100%; float: left; margin: 0; /*padding: 2px; background: #ccc; height: 222px;*/}
.contactus .map h3 {position: relative; color: #413b39; background: url(images/bg-tabs-header.jpg) repeat-x 0 20px; width: 100%; margin-bottom: 0; min-height: 34px; line-height: 27px;}
/*.contactus .map h3 span {position: absolute; top: 0; left: 230px; background: #fff; color: #413b39; padding: 5px 10px; font-size: 24px; text-transform: uppercase;}*/
.contactus .map iframe {width: 100%; float: left; margin: 0; padding: 3px; background: #ccc; height: 222px;}
.contactus .contactinfo {width: 100%; float: left; margin: 40px 0 0 0;}
.contactus .contactinfo h3 {width: 100%; float: left; border-bottom: 1px #d8d9db solid; padding: 0 0 7px 0; font-weight: normal; font-size: 20px; margin: 0 0 15px 0;}
.contactus .contactinfo h3 span {color: #006a71; border-bottom: 2px #006a71 solid; padding: 0 0 5px 0;}
.contactus .contactinfo ul {width: width: 100%; float: left; margin: 0; word-wrap: break-word;}
.contactus .contactinfo ul li {font-size: 14px; list-style: none; background: none; font-size: 16px; margin-bottom: 10px;}
.contactus .contactinfo ul li p {font-size: 12px; color: #9b9897;}
.contactus .contactinfo ul li.address {width: 250px; margin: 0; background: url(images/bg-address.jpg) no-repeat 0 5px; padding-left: 30px; float: left;}
.contactus .contactinfo ul li.address ul {width: 100%; float: left; margin: 10px 0 0 0;}
.contactus .contactinfo ul li.address ul li {float: none; line-height: 15px; font-size: 15px;}
.contactus .contactinfo ul li.call {float: left; width: 250px; background: url(images/bg-contactno.jpg) no-repeat 0 5px; padding-left: 30px;}
.contactus .contactinfo ul li.email {float: left; /*width: 250px;*/ background: url(images/bg-contemail.jpg) no-repeat 0 5px; padding-left: 30px;}
.contactus .contactinfo ul li.fax {float: left; width: 250px; background: url(images/fax.png) no-repeat 0 5px; padding-left: 30px;}
.contactus .contactinfo ul li.post-box {float: left; width: 250px; background: url(images/post-box.png) no-repeat 0 5px; padding-left: 30px;}

.contactus .contform {width: 97%; float: left; margin: 20px 0 0 0; background: #eee; padding: 15px;}
.contactus .contform h3 {width: 100%; float: left; border-bottom: 1px #d8d9db solid; padding: 0 0 7px 0; font-weight: normal; font-size: 20px; margin: 0 0 20px 0;}
.contactus .contform h3 span {color: #006a71; border-bottom: 2px #006a71 solid; padding: 0 0 5px 0;}
.contactus .contform p {float: left; width: 100%; margin-bottom: 20px;} 
/*.contactus .contform p span {width: 183px; float: left; margin-right: 25px;}*/
.contactus .contform p input {/*width: 180px;*/ float: left; margin: 0 0 15px 0; background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #242021; color: #000000; font-size: 13px; padding: 8px 10px; width: 28%;
margin-right: 7px;}
.contactus .contform p input:focus, .contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea:focus {background: #fffdde;}
.contactus .contform p span.wpcf7-form-control-wrap.textarea-180 {margin-top: -15px;} 
.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea {float: left; margin: 0 25px 15px 0; background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #242021; color: #000000; font-size: 13px; padding: 8px 10px; width: 93%; height: 100px;}
.contactus .contform p span.wpcf7-form-control-wrap.textarea-180 {/*width: 645px;*/ width: 100%;}
.contactus .contform p input[type="submit"]	{width: 20%;  background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #242021;
    color: #000000; cursor: pointer; float: left; font-size: 15px;  margin: 0; padding: 8px 10px; transition: all 0.3s ease-in 0s;}
.contactus .contform p input[type="submit"]:hover { background: #231f20; color: #fff; transition: all 0.3s ease-in 0s;}
.contactus  p br {display: none;}
/*.contform .wpcf7-form div.wpcf7-response-output { width: 81%; font-size: 14px;}*/
.contactus .contform .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {line-height: 40px;}
.contactus .contform .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {line-height: 40px;}
.contactus .wpcf7-not-valid-tip { background: none repeat scroll 0 0 #FFFFFF !important;
    /*border: 1px solid #FF0000 !important;*/
    color: #FF0000 !important;
    font-size: 10pt !important;
    /*left: 0 !important;*/
    /*padding: 6px !important;*/
    /*position: absolute !important;*/
    /*top: 0 !important;*/
    width: 190px !important;
    z-index: 100 !important;
	float: left;
	margin-top: -10px;
}
div.wpcf7-mail-sent-ok {float: left !important; margin: 0 !important; background: #dafdcb url(images/success-msg.png) 3px 4px no-repeat; padding: 10px !important; text-indent: 30px; font-size: 13px;}



.quote {width: 100%; float: left;}
.quote .buyerquote {width: 97%; float: left; margin: 0 0 20px 0; background: #eee; padding: 15px;}
.quote .buyerquote h3 {width: 100%; float: left; border-bottom: 1px #d8d9db solid; padding: 0 0 7px 0; font-weight: normal; font-size: 20px; margin: 0 0 20px 0;}
.quote .buyerquote h3 span {color: #006a71; border-bottom: 2px #006a71 solid; padding: 0 0 5px 0;}
.quote .buyerquote p {float: left; width: 50% !important; margin-bottom: 20px; font-size: 13px;} 
.quote .buyerquote p span { float: left;}
/*.quote .buyerquote p span label {float: left;}*/
.quote .buyerquote p dfn {float: left; font-style: normal; margin: 0 20px 0 0; font-size: 13px;}
.quote .buyerquote p input[type="radio"] {width: auto; margin: 5px 5px 0 0;}
.quote .buyerquote p input[type="number"] {float: left; margin: 0; background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #242021; color: #000000; font-size: 13px; padding: 8px 10px; width: 262px;}
span.wpcf7-list-item {margin-left: 0 !important;}
.quote .buyerquote p input {float: left; margin: 0; background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #242021; color: #000000; font-size: 13px; padding: 8px 10px; width: /*90%*/ 90%;}
.quote .buyerquote p input:focus, .quote .buyerquote p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message:focus {background: #fffdde;}
.quote .buyerquote p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {float: left; margin: 0 25px 0 0; background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #242021; color: #000000; font-size: 13px; padding: 8px 10px; width: /*91%;*/ 190%; height: 100px;}
.quote .buyerquote p span.wpcf7-form-control-wrap.message {/*width: 645px;*/ width: 100%;}
.quote .buyerquote p input[type="submit"]	{width: 40%;  background: none repeat scroll 0 0 rgba(0, 0, 0, 0); border: 1px solid #242021;
    color: #000000; cursor: pointer; float: left; font-size: 15px;  margin: 0; padding: 8px 10px; transition: all 0.3s ease-in 0s;}
.quote .buyerquote p input[type="submit"]:hover { background: #231f20; color: #fff; transition: all 0.3s ease-in 0s;}
.contactus  p br {display: none;}
span.wpcf7-list-item-label {margin-right: 10px;}

.quote .buyerquote .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {line-height: 40px;}
.quote .buyerquote .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {line-height: 40px;}
.quote .wpcf7-not-valid-tip { background: none repeat scroll 0 0 #FFFFFF !important;
    /*border: 1px solid #FF0000 !important;*/
    color: #FF0000 !important;
    font-size: 10pt !important;
    /*left: 0 !important;*/
    /*padding: 6px !important;*/
    /*position: absolute !important;*/
    /*top: 0 !important;*/
    width: 272px !important;
    z-index: 100 !important;
	float: left;
}

.normallistings {width: 100%; float: left; margin: 0;}
.normallistings li { margin: 0 0 10px 20px; list-style: url(images/bullet.jpg);}




/*Responsive menu----------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}
div.custmselect {position:relative;}
div.custmselect:after {
    content: url(images/threelines.png);
    right:0px; top:0px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
	/*background: #fff;*/
}
div.custmselect:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    /*background:#f8f8f8;*/
    position:absolute;
    pointer-events:none;
    display:block;
}
.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect{ color: #fff !important; display: inline-block;  width: 100%; border: none !important; border-radius: 0 !important; text-transform: capitalize !important; background: url(images/nav-bg.jpg) repeat-x scroll left top #006A71; float: left; height: 40px; list-style: none outside none; margin: 0; padding: 10px 0 0 10px; line-height: 40px;}
select.responsiveMenuSelect option {
    margin: 0;
	padding: 10px;
    background: #006A71;/*#383732;*/
    color:#fff;
	text-transform: uppercase;
}
select.responsiveMenuSelect option:hover {background: #383732; color: #fff;}
.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
    cursor: pointer;
    display: inline-block;
    width: 100%;
	text-transform: uppercase !important;
}

div.custmselect {display: none;}
.primary-mobile-nav {
display: none;
}
@media (max-width: 700px){
div.custmselect {display: block;}
}


/*----------------------------------------------------------------------Responsive Layout------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1200px) {
	#wrap {width: 100%;}
	.header-full-width #title-area, .header-full-width #title,.header-full-width #title a {	width: 96%;}
	#nav, #subnav {width: 100%;}
	#banner-bot .realestate .settelements strong {font-size: 24px;}
	#banner-bot .realestate .settelements span {font-size: 15px;}
	#banner-bot .realestate p {line-height: 20px;}
	#banner-bot .freequote a {font-size: 15px;}
	.homeform p input[type="submit"] {float: left; margin: 15px 0 0 0; width: 50%;}
	 #inner  {width: 96%;}
	.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {	width: 96%;}
	.quote .buyerquote p {width: auto;}
	.full-width-content #content {width: 96%;}
	.twocol .verticalcol {width: 240px;}
	#footer-widgets {width: 96%;}
	#footer {width: 96%;}
	.wrapper {width: 96%;}
	.header nav ul {width: 96%;}
	 footer {width: 100% !important;}
	.footer section.right { float: right; margin: 0; width: 52%;}
	.header h1 a img{width: 100%; height: 78px; margin-bottom: 5px;}
	}
	
@media (min-width: 769px) and (max-width: 979px) {
	#wrap {width: 100%;}
	.header-full-width #title-area, .header-full-width #title,.header-full-width #title a {	width: 96%;}
	#nav, #subnav {width: 100%;}
	#banner-bot .realestate .settelements strong {font-size: 24px;}
	#banner-bot .realestate .settelements span {font-size: 15px;}
	#banner-bot .realestate p {line-height: 20px;}
	#banner-bot .freequote a {font-size: 15px;}
	.homeform p input[type="submit"] {float: left; margin: 15px 0 0 0; width: 50%;}
	 #inner  {width: 96%;}
	.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {	width: 96%;}
	.full-width-content #content {width: 96%;}
	#footer-widgets {width: 96%;}
	#footer {width: 96%;}
	.wrapper {width: 96%;}
	.header nav ul {width: 96%;}
	 footer {width: 100% !important;}
	.footer section.right { float: right; margin: 0; width: 52%;}
	.header h1 a img{width: 100%; height: 78px; margin-bottom: 5px;}
	.fixedposition {display: none;}
	
}
/*@media (min-width: 650px) and (max-width: 767px) {
	#banner-bot .realestate {width: 65% !important;}
	#banner-bot .realestate .settelements {width: 70% !important;}
	#banner-bot .realestate p {display: block !important; font-size: 13px; width: 20% !important;}
	#banner-bot .realestate .settelements {width: 65% !important;}
	#banner-bot .freequote {width: 35% !important;}
}*/
@media (min-width: 481px) and (max-width: 608px) {
	#bodycont section {float: left; padding: 20px 0; width: 100% !important;}
	.fixedposition {display: none;}
}
@media (min-width: 481px) and (max-width: 767px) {
	#banner-bot .realestate p {display: none;}
	#banner-bot .realestate {width: 50%;}
	#banner-bot .realestate .settelements {width: 95%;}
	#banner-bot .freequote {width: 48%;}
	.featured {min-height: 0 !important; /*76px*/}
	.header h1 a img{width: 100%; height: 78px !important; margin-bottom: 5px;}
	
	#bodycont section {float: left; padding: 20px 0; width: 100% !important;}
	#bodycont aside {width: 94% !important;}
	
	.quote .buyerquote p input {width: 75%;}
	.homeform p input[type="submit"] { float: right;  margin: 00; width: 30%;}
	
	.footer section.left {width: 95%;}
	.footer h4 {padding-bottom: 5px;}
	.footer section.right {width: 100% !important; margin-top: 25px !important;}
	.footer section.right .logo a {margin-top: 20px;}
	.header h1 a img{width: 80% !important; height: 78px;}
	.fixedposition {display: none;}
	
	#content {width: 100% !important;}
	#sidebar {width: 100% !important;}
	.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {width: 57% !important;}
	
}
@media (min-width: 321px) and (max-width: 479px) {
	.wrapper {width: 92% !important;}
	.featured {min-height: 0 !important; /*76px*/}
	#banner-bot .realestate .settelements {display: none;}
	#banner-bot .freequote {width: 100% !important;}
	.header h1 a img {width: 55% !important; height: 78px; margin-bottom: 10px;}

	#bodycont section {float: left; padding: 20px 0; width: 100%;}
	#bodycont section h2 {font-size: 20px; padding-bottom: 4px;}
	#bodycont section p {width: 100%;}
	
	.quote .buyerquote p input {width: 75%;}
	
	#bodycont aside { width: 85%;}
	.homeform p input[type="submit"] {float: left; margin: 15px 0 0 0; width: 50%;}
	.fixedposition {display: none;}
}

@media screen and (max-width: 1024px) {
	.contactus .contform p span {/*width: 183px;*/ width: 170px; float: left; margin-right: 25px;}
	.quote .buyerquote p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {width: 190%;}
}

@media screen and (max-width: 768px) {
	#wrap {width: 100%;}
	.header-full-width #title-area, .header-full-width #title,.header-full-width #title a {	width: 96%;}
	#nav, #subnav {width: 100%;}
	.custometitle span {background-color: #FFFFFF; color: #006a71; font-family: helvetica; font-size: 24px; padding: 3px 10px 0 0; text-transform: uppercase; float: left;}
	#banner-bot .realestate .settelements strong {font-size: 24px; clear: both; font-size: 2.9vw !important;}
	#banner-bot .realestate .settelements span {font-size: 15px; clear: both; font-size: 2.0vw !important;}
	#banner-bot .realestate p {line-height: 20px; /*font-size: 2.0vw !important;*/ font-size: 14px;}
	#banner-bot .freequote a {font-size: 24px; /*font-size: 1.9vw;*/}
	.homeform p input[type="submit"] {float: left; margin: 15px 0 0 0; width: 50%;}
	 #inner  {width: 96%;}
	 .quote .buyerquote p input[type="number"] {width: 270px;}
	 .contactus .contform p span {width: 198px; /*width: 170px;*/ float: left; margin-right: 25px;}
	.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {	width: 96%;}
	.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {width: 93%/*68% !important;*/}
	.full-width-content #content {width: 96%;}
	#footer-widgets {width: 96%;}
	#footer {width: 96%;}
	.wrapper {width: 96%;}
	.header nav ul {width: 96%;}
	 footer {width: 100% !important;}
	.footer section.right { float: right; margin: 0; width: 52%;}
	.header h1 a img {width: 100%; height: 78px; margin-bottom: 5px;}
	.fixedposition {display: none;}
	
	#content {width: /*45%*/ 100% !important;}
	#sidebar {width: /*45%*/ 100% !important;}
	.freequote-banner {width: 100%; float: left; margin-right: 50px; /*border-bottom: 5px #006a71 solid;*/}
	
	
}

@media screen and (max-width: 480px) {
	
	/*.quote .buyerquote p input[type="number"] {width: 50% !important;}*/
	
	.header h1 a img {height: 78px; margin-bottom: 5px; margin-left: 12px; width: 80% !important;}
	#banner-bot .realestate p {display: none;}
	#banner-bot .realestate {width: 50%;}
	#banner-bot .realestate .settelements {width: 95%;}
	#banner-bot .freequote {width: 48%;}
	#banner-bot .freequote a {font-size: 36px;}
	.header h1 a img{width: 100%; height: 78px; margin-bottom: 5px;}
	
	#banner-bot .realestate .settelements strong {font-size: 24px !important;}
	#banner-bot .realestate .settelements span {font-size: 15px !important;} 
	
	#bodycont section {float: left; padding: 20px 0; width: 100%;}
	#bodycont aside {width: 91%;}
	.sidebar { background: none !important;}
	.freequote-banner img {height: 324px; /*width: 130%;*/ width:100%;}
	
	.contactus .contform p span {/*width: 409px;*/ width: 100%;}
	
	.quote .buyerquote p {width: 100% !important;}
	.quote .buyerquote p input {/*width: 128%;*/ /*width: 100%;*/ width: 100%;}
	.twocol .verticalcol {width: 230px;}
	.quote .buyerquote p input[type="number"] {width: 292px;}
	/*.quote .buyerquote p span.wpcf7-form-control-wrap.message {width: 434px !important; background: #000 !important}
	.quote .buyerquote p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {width: 58% !important;}*/
	.homeform p input[type="submit"] { float: right;  margin: 0; width: 30%;}
	.contactus .contform p input[type="submit"] {width: 30%;}
	.twocol .verticalcol {width: 365px;}
	.chooseus {float: left; background: #E8E7E7; /*padding: 15px 27px !important;*/ border-bottom: 5px #006a71 solid; padding: 0 13px 0 0; /*width: 125%;*/ width: 100%;}
	
	.footer section.left {width: 95%;}
	.footer h4 {padding-bottom: 5px;}
	.footer section.right {width: 100%; margin-top: 25px;}
	.footer section.right .logo a {margin-top: 20px;}
	.header h1 a img{width: 88%; height: 78px; margin-bottom: 5px;}
	.fixedposition {display: none;}
	
	#content {width: 100% !important;}
	#sidebar {width: 100% !important;}
	.quote .buyerquote p span.wpcf7-form-control-wrap.message {width: 50% !important;}
	.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {width: 90% !important;}
}

@media screen and (max-width: 320px) {
	.wrapper {width: 92%;}
	
	.custometitle {background: url(images/bg-pagetitle.jpg) repeat-x 0 4px; height: 25px; margin: 0 0 30px; width: 100%;}
	.custometitle span {background-color: #FFFFFF; color: #006a71; font-family: helvetica; font-size: 24px; padding: 3px 10px 0 0; text-transform: uppercase; float: left;}
	.quote .buyerquote p input[type="number"] {width: 232px;}
	.featured {min-height: 0 !important; /*76px*/}
	#banner-bot .realestate .settelements {display: none;}
	#banner-bot .freequote {width: 100%;}
	#bodycont section h2 {font-size: 20px; padding-bottom: 4px;}
	#banner-bot .freequote a {font-size: 26px;}
	#bodycont section p {width: 100%;}
	.header h1 a img{width: 100%; height: 78px; margin-bottom: 5px;}
	
	.quote .buyerquote p {width: 100% !important}
	.quote .buyerquote p input {width: 90%;}
	.twocol .verticalcol {width: 230px;}
	.quote .buyerquote p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {/*width: 36%;*/ width: 90%;}
	.freequote-banner img {width: 100%;}
	.chooseus p {padding-left: 35px;}
	.chooseus {float: left; background: #E8E7E7; /*padding: 15px 27px !important;*/ border-bottom: 5px #006a71 solid; padding: 0 13px 0 0; width: 96%;}
	
	#bodycont aside { width: 85%;}
	
	.homeform p input[type="submit"] {float: left; margin: 15px 0 0 0; width: 50%;}
	.header h1 a img {width: 55% !important; height: 78px; margin-bottom: 10px;}
	.fixedposition {display: none;}
	
	html #wpadminbar {min-width: 285px !important;}
	
	#content {width: 100% !important;}
	#sidebar {width: 100% !important;}
	.contactus .contform p span {width: 100% !important;}
	.contactus .contform p input { width: 90%; /*60%*/}
	.contactus .contactinfo ul li.email {}
	.quote .buyerquote p span.wpcf7-form-control-wrap.message {width: 100% !important;}
	.contactus .contform p span textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.message {width: 90% !important;}
	.contactus .contform p input[type="submit"] {width: 30% !important;}
}
