/*
Theme Name: Sonenshine Team
Theme URI: http://southernweb.com/
Author: Southern Web
Author URI: http://southernweb.com/
Description: Custom Theme for Sonenshine Team
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sonenshine
Tags:

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.

 Sonenshine is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
/* Breakpoints */
/*--------------------------------------------------------------
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: inherit;
  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;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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: "Raleway", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  font-family: "Cardo", "Georgia", serif;
  text-transform: uppercase; }

h3 {
  font-family: "Cardo", "Georgia", serif; }

p {
  margin-bottom: 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-size: 15px;
  font-size: 1.5rem;
  font-family: 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 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

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;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 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: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em; }

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;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 3px;
  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: #111; }

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: #16307d;
  text-decoration: none; }
  a:visited {
    color: #16307d; }
  a:hover, a:focus, a:active {
    color: #16307d;
    text-decoration: underline; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  margin: 2em 0 0 0; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      background: #d1d1d1;
      float: left;
      position: absolute;
      top: 2em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px;
        padding: 0.25em 0.75em; }
    .main-navigation ul li:hover > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    color: #000;
    display: block;
    padding: 0.5em 1.25em;
    text-decoration: none;
    text-transform: uppercase; }

.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;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 3px;
    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-size: 1.4rem;
    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 {
  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; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  padding: 1.5em;
  border: 1px solid #e3e3e3;
  /* Make sure select elements fit in widgets */ }
  .widget select {
    max-width: 100%; }
  .widget .widget-title {
    text-align: center; }

.widget_simpleimage p.simple-image {
  display: block;
  margin: 0 0;
  text-align: center; }

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

#ihf_quicksearch {
  width: 230px;
  font: 11px arial; }

ul li.ui-menu-item {
  list-style: none !important; }

#ihf_quicksearch_location {
  border: 0px solid #000;
  height: 45px; }

#ihf_quicksearch_location .ui-autocomplete-input {
  width: 230px !important; }

#ihf_quicksearch_pricerange {
  margin-top: 15px; }

#ihf_quicksearch_text3 {
  display: none; }

.ihf_quicksearch_title {
  width: 75px;
  float: left;
  text-align: right;
  padding: 0 8px 0 0; }

#ihf_quicksearch_location .ihf_quicksearch_title {
  float: none;
  text-align: left;
  width: 100%; }

#ihf_quicksearch_pricerange, #ihf_quicksearch_beds, #ihf_quicksearch_baths, #ihf_quicksearch_type {
  height: 30px;
  clear: both; }

#ihf_quicksearch_type {
  margin-top: 5px;
  height: 25px; }

.ihf_quicksearch_title {
  font-weight: bold;
  margin: 4px 0 5px 0; }

#ihf_quicksearch_type .ihf_quicksearch_title {
  margin: 0 0 5px 0; }

#ihf_quicksearch_submit {
  margin-top: -1.5em; }

#ihf_quicksearch_submit input[type=submit] {
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  padding: 8px 0;
  text-transform: uppercase;
  width: 120px;
  border: none;
  margin: 0 auto;
  background: #333;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-border-radius: 0;
  border-radius: 0; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
#page {
  width: 1000px;
  margin: 0 auto; }

#primary {
  width: 70%;
  padding: 1.5em;
  border: 1px solid #e3e3e3;
  float: left; }
  #primary.full-width {
    width: 100%; }

#secondary {
  width: 29%;
  float: right; }

.idx-wrap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
.idx-wrap #ihf_maincontainer_750 {
  margin: 0 auto; }
.idx-wrap #ihf form td {
  padding: 4px; }
.idx-wrap #ihf h1 {
  line-height: 1.5em; }
.idx-wrap .ihf_results_sort_750 {
  margin-bottom: 10px; }

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
  padding: 2em 0; }
  .site-header .site-branding .site-title {
    display: block;
    margin: 0 auto;
    height: 74px;
    width: 696px; }
    .site-header .site-branding .site-title a {
      background: url(images/logo.png) no-repeat transparent;
      background-size: 696px 74px;
      width: 696px;
      height: 74px;
      display: block;
      overflow: hidden;
      text-indent: -9999px; }
      @media print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        .site-header .site-branding .site-title a {
          background-image: url(images/logo_2x.png); } }

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

#slider {
  width: 1000px;
  height: 360px;
  overflow: hidden;
  position: relative;
  list-style: none;
  margin: 0 0 2em 0; }
  #slider .flexslider ul {
    margin: 0 0;
    list-style: none; }
    #slider .flexslider ul li {
      position: relative; }
  #slider .caption {
    position: absolute;
    bottom: 10%;
    background: #333;
    background: rgba(0, 0, 0, 0.6);
    padding: 0.25em 1em;
    display: inline-block;
    color: #fff;
    font-size: 1.6em;
    z-index: 9; }

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 0.5em;
  clear: none; }
.site-content h1 {
  font-size: 1.8em;
  font-weight: 400;
  text-transform: uppercase; }
.site-content h2 {
  font-size: 1.6em; }
.site-content h3 {
  font-size: 1.4em; }
.site-content h4 {
  font-size: 1.2em; }
.site-content h5 {
  font-size: 1.1em; }

.home .entry-title {
  display: none; }

.home-headshot {
  text-align: center;
  width: 30%;
  float: left; }
  .home-headshot img {
    margin: 0 auto 1em auto;
    display: block;
    border: 3px solid #000;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-border-radius: 3px;
    border-radius: 3px; }

.home-content {
  width: 65%;
  float: right; }
  .home-content .entry-content {
    margin-top: 0; }

.site-main a.btn {
  background: #333;
  padding: 0.5em 1em;
  display: inline-block;
  color: #fff;
  text-transform: uppercase; }
  .site-main a.btn:hover {
    text-decoration: none;
    background: #222; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

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

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

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

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

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.featured-properties {
  position: relative;
  border-top: 1px solid #ccc;
  clear: both;
  padding: 1.5em 0 1em 0; }
  .featured-properties h2 {
    font-family: "Cardo", "Georgia", serif;
    font-size: 2em;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase; }
  .featured-properties .hide {
    display: none; }

#featured-slider {
  height: 242px;
  overflow: hidden;
  position: relative; }

#featured {
  height: 242px;
  margin: 0;
  width: 100%; }
  #featured li {
    float: left;
    list-style: none;
    padding: 10px 0;
    text-align: center;
    background: #fff;
    border: 1px solid #e3e3e3;
    width: 245px;
    height: 240px;
    margin-left: 0;
    margin-right: 5px;
    font-family: Arial, Helvetica, sans-serif; }
    #featured li:hover {
      background: #f8f8f8; }
  #featured a {
    display: block;
    color: #333; }
    #featured a:hover {
      text-decoration: none; }
  #featured img {
    display: block;
    margin: 0 auto; }
  #featured .ihfslidestext {
    padding-top: 1em; }

.carousel-nav {
  background: #333;
  width: 100%;
  line-height: 20px;
  margin: 0 0 8px;
  content: "";
  display: table; }
  .carousel-nav li {
    list-style: none;
    margin: 0; }
  .carousel-nav a {
    display: block;
    width: 150px;
    padding: 5px 12px;
    color: #fff; }
  .carousel-nav .carousel-nav-prev {
    float: left; }
  .carousel-nav .carousel-nav-next {
    float: right;
    text-align: right; }

.site-footer {
  padding: 1.5em 0;
  line-height: 2em;
  color: #2c2c2c; }
  .site-footer a {
    color: #2c2c2c;
    text-decoration: none; }
  .site-footer .sep {
    display: inline-block;
    padding: 0 0.25em; }
  .site-footer .site-disclaimer {
    color: #7d7d7d;
    line-height: 1.5em;
    font-size: 10px;
    background: url(images/logo_eho.jpg) top left no-repeat transparent;
    padding-left: 60px; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.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; }

/* 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 .wp-caption-text {
    margin: 0.8075em 0; }

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

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


/*--------------------------------------------------------------
13.0 iHomeFinder
--------------------------------------------------------------*/

.ihf-slider-col .gallery-address a {
    color: #404040 !important;
    display: block;
    text-align: center;
}

a.ihf-slider-next,
a.ihf-slider-prev,
.ihf-results-address a,
#ihf-main-container .pagination a {
    color: #404040 !important;
}

#ihf-main-container .btn-primary,
.ihf-map-icon {
  background-color: #333 !important;
}

#areaPickerContainer .input-text, #areaPickerContainer input[type=input], #areaPickerContainer input[type=text] {
  padding: 3px 0 0 5px!important;
}