/*
Theme Name: Cathlamet Realty West
Theme URI: http://cathlametrealtywest.com/
Author: Grey Media
Author URI: http://greymedia.com
Description: Cathlamet Realty West Parent Theme
Version: 1.0
Text Domain: crw
*/

/* -----------------------------------------------------------------------------

 	Table of Contents:

	1	Browser Reset
	2	Global Typography Base
	3	Responsive Media Elements
	4	Global Form Styles
	5	Required WordPress Styles
	6	Miscellaneous Styles
	7	Global Navigation Menu													
	8   Custom Structure & Layout 
	9   iHomefinder & Sidebar Mods 
	10  Responsive Elements
	
   ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* 	1. Browser 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: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 16px;
	font-size: 1em;
	/* 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 {
	background: #fff; /* Fallback for undefined custom background colors */
}

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. Global Typography Base       							   			    */
/* ---------------------------------------------------------------------------- */

/* Set Base Type Here */

body,
button,
input,
select,
textarea {
	font-family: Roboto, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	line-height: 1.5em;
	letter-spacing: 1px;
	color: #8a7a69;
}

/* Link Styles */

a {
	color: #62beec;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	color: #0083ca
}

a:visited {
	color: #3f9ed7;
}

/* Global Header Styles */

h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto Condensed", "Lucida Grande", Verdana, sans-serif;
	color: #e48a48;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 1em;
}

h2 {
	clear: both;
	font-size: 1.5em;
	line-height: 1.5em;
}

h3 {
	font-size: 1.375em;	
	line-height: 1.5em;
}

h4 {
	font-size: 1.25em;
	line-height: 1.375em;
}

h5 {
	font-size: 1.125em;
	line-height: 1.25em;
}

h6 {
	font-size: 1em;
	line-height: 1.25em;
}

/* Paragraph */

p {
	margin-bottom: 1em;
}

/* Misc. Text Styles */

b, strong {
	font-weight: bold;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 1.5em;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

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

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


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

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

/* List Styles */

ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
	margin: 0 0 0 25px;
}

li {
	list-style-image: url("images/bullet-blue.png");
	list-style-position: outside;
	margin: 0 0 0 1.5em;
}

ol {
	list-style: decimal;
}

dl {
	margin-bottom: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

figure {
	margin: 0;
}

/* Table Styles */

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 1.5em;
	width: 100%;
}

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

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

/* ---------------------------------------------------------------------------- */
/* 	3. Responsive Media Elements       				    					    */
/* ---------------------------------------------------------------------------- */

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.ie8 img {
	height: auto;
	width: auto\9;
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/* Responsive Videos */

video {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* Responsive Embeds/Objects */

embed,
object {
	max-width: 100%;
}

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

/* ---------------------------------------------------------------------------- */
/* 	4. Global Form Styles                  									    */
/* ---------------------------------------------------------------------------- */

/* Form Element Corrections */

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

button,
input {
    line-height: normal;
    *overflow: visible;
}

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

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

/* Input Styles */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	margin: 3px 5px 10px 0;
	height: 28px;
	padding: 2px 0 2px 5px;
	font-size: 12px;
	color: #666;
	border: 1px solid #ccc5c3;	
}

select {
	height: 26px;
	margin: 6px 5px 10px 0;
	padding: 2px 5px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 21px;	
	color: #666;
	border: 1px solid #ccc5c3;	
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	margin-left: 25px;
	margin-right: 8px;
	line-height: 18px;
	padding: 0;
}

textarea {
	overflow: auto;
	margin: 3px 0;
	padding: 5px 10px;
	color: #666;
	font-size: 12px;
	border: 1px solid #ccc5c3;
}

/* Button Styles */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 10px;
	cursor: pointer;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background: #62beec;
	border: none;
	border-radius: 8px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

/* ---------------------------------------------------------------------------- */
/* 	5. Required WordPress Styles        								        */
/* ---------------------------------------------------------------------------- */

/* Clearing Floats */

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

/* Alignment */

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

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}
 
/* Text meant only for screen readers */

.assistive-text {
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.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 */
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}
 
/* Posts & Other Content */
 
.sticky {
}

.hentry {
    margin: 0 0 1.5em;
}

.entry-meta {
    clear: both;
}

.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
 
/* Post Format Styles: Asides */
 
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}
 
/* Media Treatment */
 
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
}

.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; 
}

.site-header img,
.entry-content img,
img.size-full {
    max-width: 100%;
    width: auto;
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Caption Treatment */

.wp-caption {
    border: 1px solid #ccc;
    max-width: 100%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
}

.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/* Galleries Treatment */

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

.site-content .gallery {
    margin-bottom: 1.5em;
}

.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.site-content .gallery dd {
    margin: 0;
}

.site-content .gallery-columns-4 .gallery-item {
}

.site-content .gallery-columns-4 .gallery-item img {
}

/* Navigation Treatment */
 
.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.site-content .nav-previous {
    float: left;
    width: 50%;
}

.site-content .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
 
/* Comments Treatment */
 
.bypostauthor {
}
 
/* Widget Treatment */
 
.widget {
    margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

#searchsubmit {
    display: none;
}

/* ---------------------------------------------------------------------------- */
/* 	6. Miscellaneous Styles             									    */
/* ---------------------------------------------------------------------------- */

.site-header {
	max-width: 1024px;
	position: relative;
	width: 100%;
	z-index: 4;
}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

/* Structural Elements */

.clear-float {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
		
.spacer10 {
	clear: both;
	display: block;
	height: 10px;
}

.spacer30 {
	height: 30px;
	clear: both;
}
.readmore {
	display: inline-block;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
	background: #ef7f2c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.readmore a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	font-style: normal;
}

/* Paged Navigation */

.previous-link {
	margin-right: 25px;
}

/* Structural Elements */

.posts-meta {
	margin-bottom: 13px;
	padding: 5px 0 5px 10px;
	line-height: 18px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

/* ---------------------------------------------------------------------------- */
/* 	7. Global Navigation Menu            									    */
/* ---------------------------------------------------------------------------- */

#nav-container {
	width: 100%;
}

#navigation {
	position: relative;
	z-index: 1000;
	background: #fff;
	padding: 10px 0;
}
	
#navigation ul li {
	position: relative;
	list-style: none;
	display: inline;
}

#navigation li a {
	padding: 9px 1px 9px 1px;
	font-family: "Roboto Condensed", "Lucida Grande", Verdana, sans-serif;
	font-size: 1.125em; /* 18 px */
	letter-spacing: 1px;
	line-height: 2.5em;
	color: #62beec;
	font-weight: 500;
	text-transform: uppercase;
}

#navigation li a:hover, #navigation li.current-menu-item a {
	color: #0083ca;
}

#navigation li.firstchild {
	padding-left: 10px;
	margin: 0;
}

/* Level 2 */

#navigation ul ul {
	position: absolute;
	float: left;
	z-index: 9999;
	visibility: hidden;
	top: 20px;
	left: -30px;
	width: 230px;
	background-color: #fbf7f7;
}

#navigation li li a {
	float: left;
	width: 230px;
	text-align: left;	
	list-style: none;
	padding: 15px 0 15px 20px;
	background: none;
	border-bottom: 1px dashed #666;
}

#navigation li li a:link,
#navigation li li a:hover,
#navigation li li a:visited {
	font-family: "Roboto Condensed", "Lucida Grande", Verdana, sans-serif;
	line-height: 0.875em;
	font-size: 1em;
	color: #62beec;
	text-transform: none;
}

#navigation li li a:hover {
	color: #0083ca;
}

#navigation li li.current-menu-item a {
	color: #0083ca;
}

#navigation ul li:hover ul {
	visibility: visible;
}

/* ---------------------------------------------------------------------------- */
/* 	8. Custom Structure & Layout            								    */
/* ---------------------------------------------------------------------------- */

#page {
	position: relative;
	width: 1024px;
	margin: 20px auto;
}

#main {
	width: 100%;
	background: #fff;
	display: inline-block;
}

#primary {
	float: right;
	width: 74.414%;
	padding: 0 20px 0 0;
}

#slider {
	width: 103%;
	padding: 0;
}

.fullwidth {
	margin: 0 auto;
	width: 90%;
}

/* Header - Masthead */

#header {
	width: 100%;
	background: none;
}

.logo {
	float: left;
	position: relative;
	vertical-align: bottom;
}

.tagline {
	margin-top: 27px;
	position: relative;
	float: left;
	left: 20px;
}

/* Sidebar */

.sidebar {
	float: left;
	position: relative;
	width: 22.6562%;
	margin-right: 2.9296%;
}

.sidebar-callout {
	width: 100%;
	padding: 5px 0;
	margin-bottom: 15px;
	border-radius: 0 12px 12px 0;
	font-family: "Roboto Condensed", "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 20px; 
	/*font-size: 1.5625em; */
	/* line-height: 25px; */
	line-height: 1.5625em;
	letter-spacing: 2px;
	background: #62beec;
}

.sidebar-callout a {
	color: #fff;
        font-size: 15px;
}

.sidebar ul li {
	list-style: none;
}

.property-search-box {
	position: relative;
	float: right;
	width: 87.5%;
	padding: 0;
	border-radius: 12px;
	background: #f0f7fc;
	font-family: "Roboto Condensed", "Lucida Grande", Verdana, sans-serif;
	color: #62beec;
	font-weight: 700;
	letter-spacing: 1px;
}

.property-search-box-padding {
	padding: 0 0 20px 0;
}

.property-search-box h4 {
	margin: 10px 0;
	padding: 3px 0;
	letter-spacing: 2px;
	text-align: center;
	background: #62beec;
	color: #fff;
	text-transform: uppercase;
}

.top-header h4 {
	margin: 0 0 10px 0;
	padding: 3px 0;
	border-radius: 12px 12px 0 0;
	letter-spacing: 2px;
	text-align: center;
	background: #62beec;
	color: #fff;
	text-transform: uppercase;
}

.property-browse ul li {
	display: block;
	text-align: center;
	margin: 8px 0 0 -20px;
}

.property-browse ul li a {
	font-family: "Roboto Condensed", "Lucida Grande", Verdana, sans-serif;
	color: #62beec;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
}
		
/* Footer */

#footer {
	position: relative;
	margin-top: -10px;
	/* width: 100%; */
	width: 100%;
	padding: 15px 30px 5px 0;
	background: #fff;
}

.footer-socialmedia {
	float: left;
}

.footer-socialmedia ul li {
	display: inline;
}

.site-info {
	float: right;
	padding-top: 31px;
	text-align: right;
	font-size: 11px;
	letter-spacing: 1px;
	vertical-align: baseline;
}

/* Agents Page Layout */

p.agentname {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	color: #e48a48;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.agent-photo {
	float: left;
	width: 23.584%;
	margin-right: 2.695%;
}

.agent-description {
	float: right;
	/* width: 547px;
	width: 53.417%; */
	width: 72%;
}

/* ---------------------------------------------------------------------------- */
/* 	9. iHomefinder & Sidebar Mods           								    */
/* ---------------------------------------------------------------------------- */

#ihf-main-container {
	padding: 0 10px;
}

.widget_nav_menu h1,
h1.widget-title {
	margin: 0 0 10px 0;
	padding: 3px 0;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	background: #62beec;
	font-family: "Roboto Condensed", "Lucida Grande", Verdana, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.widget_ihomefinderpropertiesgallery h1 {
	margin: 0 0 5px 0;
	padding: 3px 0;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	background: #62beec;
	font-family: "Roboto Condensed", "Lucida Grande", Verdana, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

ul#menu-sidebar {
	margin: 10px 0 10px 0;
}

ul#menu-sidebar .menu li {
	font-size: 18px;
}

ul#menu-sidebar .menu-item-type-post_type {
	margin-bottom: 13px;
}

a.link{ color: #8a7a69; }

a.link:hover { color: #3f9ed7; }

aside.widget_ihomefinderlinkwidget {
  text-align: center;
}

aside.widget_ihomefinderlinkwidget .ihf-seo-link {
  width: 100% !important;
}

#ihf-main-container {
    padding: 5px 0;
    box-sizing: border-box;
}

/* ---------------------------------------------------------------------------- */
/* 	10. Responsive Elements                  								    */
/* ---------------------------------------------------------------------------- */

/* Smartphone Viewport */

@media only screen and (max-width: 480px) {
	
	body {
		background: none;
		}
		
	#masthead {
		width: 100%;
		margin: 0 auto;
		}
		
	.mobile-logo {
		min-height: 72px;
		}
		
	.logo,
	.tagline,
	.tablet-logo {
		display: none;
		}
		
	#navigation {
		display: none;
		}
	
	#page {
		position: relative;
		width: 100%;
		margin: 10px 0;
		}
		
	#main {
		position: relative;
		width: 100%;
		margin: -10px 0 0 0;
		}
		
	#primary {
		width: 99%;
		padding: 10px;
		}
		
	#footer {
		position: relative;
		width: 100%;
		padding: 15px 20px;
		border-top: 1px solid #666;
		}

	.footer-socialmedia {
		float: none;	
		}
		
	.footer-socialmedia ul {
		margin: 0 auto 15px auto;
		text-align: center;
		}

	.footer-socialmedia ul li {
		display: inline;
		}
		
	h1.widget-title {
		text-align: center;
		color: #e48a48;
		font-weight: 600;
		font-size: 18px;
		margin-bottom: 15px;
		}

	.site-info {
		float: none;
		padding: 0;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		}
		
	.sidebar {
		display: none;
		}
	
	#slider {
		width: 100%;
		padding: 0;
		}
		
	.agent-photo {
		float: left;
		width: auto;
		margin-right: 20px;
		}

	.agent-description {
		float: right;
		width: auto;
		}
}

/* Tablet & Desktop Viewports */

@media only screen and (min-width: 481px) {
	
	.mobile-logo {
		display: none;
		}
}

@media only screen and (max-width: 640px) {
	
	#page {
		position: relative;
		width: 100%;
		margin: 10px 0;
		}
		
	.sidebar {
		display: none;
		}	
		
	#primary {
		width: 100%;
		padding: 10px;
		}
		
	#slider {
		width: 100%;
		padding: 0;
		}	
	
	.logo,
	.tagline {
		/* width: 99.5%; */
		display: none;
		}
		
	.tablet-logo {
		width: 99.5%;
		}	
		
	#footer {
		position: relative;
		width: 100%;
		padding: 15px 20px;
		border-top: 1px solid #666;
		}

	.footer-socialmedia {
		float: none;	
		}
		
	.footer-socialmedia ul {
		margin: 0 auto 15px auto;
		text-align: center;
		}

	.footer-socialmedia ul li {
		display: inline;
		}
		
	h1.widget-title {
		text-align: center;
		color: #e48a48;
		font-weight: 600;
		font-size: 18px;
		margin-bottom: 15px;
		}

	.site-info {
		float: none;
		padding: 0;
		text-align: center;
		font-size: 14px;
		letter-spacing: 1px;
		}
	
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
	
	#page {
		position: relative;
		width: 100%;
		margin: 10px 0;
		}
		
	#main {
		position: relative;
		width: 100%;
		margin: 0;
		}
				
	#slider {
		width: 100%;
		padding: 0;
		}	
		
	#footer {
		position: relative;
		width: 100%;
		padding: 15px 20px;
		border-top: 1px solid #666;
		}

	.footer-widget {
		display: none;
		}
	
	.logo,
	.tagline,
	.mobile-logo {
		display: none;
		}	
		
	.tablet-logo {
		min-height: 72px;
		}
}

@media only screen and (min-width: 769px) {
	.tablet-logo {
		display: none;
		}
}