/*
	Theme Name: BBM-GOS
	Description: This is the starter model child theme created for GossipExtra.com
	Author: Beauty & Brains, LLC
	Author URI: http://beautyandbrains.us
	Version: 2.0.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* WP | NORMALIZE ----------------------------------------- SPT_STARTER_2.0.1 */
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* WP | BOXSIZING ----------------------------------------- SPT_STARTER_2.0.0 */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* WP | FLOATCLEAR ----------------------------------------- SPT_STARTER_2.0.0 */
.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table; }

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }


/* HTML | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
html {
  font-size: 62.5%;
  /* 10px browser default */ }

/* BODY | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
body {
  background: black url(images/body-bg.jpg) no-repeat fixed center -250px;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4; }

/* TRANSITION | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

/* SELECTION | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
::-moz-selection {
  background-color: #333;
  color: #fff; }

::selection {
  background-color: #333;
  color: #fff; }

/* LINK | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
/* LINK: A */
a {
  color: #F47D1F;
  text-decoration: none; }
a:hover, a:active {
  color: #F47D1F;
  border-bottom: 1px solid #F47D1F; }

/* LINK: A IMG */
a:hover, a:active {
  border-bottom: 0; }

/* TEXT | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
/* TEXT: P */
p {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 0; }

/* TEXT: STRONG */
strong {
  font-weight: 700; }

/* TEXT: CODE */
.entry-content code {
  background-color: #333;
  color: #ddd; }

/* LIST | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
/* LIST: OL/UL */
ol,
ul {
  margin: 0;
  padding: 0;
  margin-left: 3px; }

/* LIST: OL */
/* LIST: UL */
/* BLOCKQUOTE | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
/* BLOCKQUOTE: BLOCKQUOTE */
blockquote,
blockquote::before {
  color: #999; }

blockquote {
  margin: 40px 40px 24px;
  margin: 4rem 4rem 2.4rem; }

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

/* BLOCKQUOTE: CITE */
cite {
  font-style: normal; }

/* HEADING | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
/* HEADING: H1-H6 */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #333;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  margin: 0 0 1.6rem; }

/* HEADING: H1 */
h1, .h1 {
  font-size: 36px;
  font-size: 3.6rem; }

/* HEADING: H2 */
h2, .h2 {
  font-size: 30px;
  font-size: 3rem; }

/* HEADING: H3 */
h3, .h3 {
  font-size: 24px;
  font-size: 2.4rem; }

/* HEADING: H4 */
h4, .h4 {
  font-size: 20px;
  font-size: 2rem; }

/* HEADING: H5 */
h5, .h5 {
  font-size: 18px;
  font-size: 1.8rem; }

/* HEADING: H6 */
h6, .h6 {
  font-size: 16px;
  font-size: 1.6rem; }

/* OBJECTS | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
/* OBJECTS: */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

/* OBJECTS: IMG */
img {
  height: auto;
  width: auto;
  /* IE8 */ }

/* FORM | BASE ----------------------------------------- SPT_STARTER_2.0.1_01 */
/* FORM: INPUTS */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #666;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  padding: 1rem;
  width: 100%; }

/* FORM: FOCUS */
input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

::-moz-placeholder {
  color: #666;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #666; }

/* FORM: BUTTON */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
  background-color: #666;
  border: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  padding: 1rem 2rem;
  text-transform: uppercase;
  width: auto;
  font-weight: bold; }

/* FORM: BUTTON HOVER */
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
  background-color: #006699; }

.entry-content .button:hover {
  color: #fff; }

.button {
  border-radius: 5px;
  display: inline-block; }

/* FORM: INPUT SEARCH */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* TABLE | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
/* TABLE: TABLE */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  width: 100%; }

/* TABLES: TBODY */
tbody {
  border-bottom: 1px solid #ddd; }

/* TABLES: TH,TD */
th,
td {
  text-align: left; }

/* TABLES: TH */
th {
  font-weight: bold;
  text-transform: uppercase; }

/* TABLES: TD */
td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
  padding: 0.6rem 0; }

/* COLUMN | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%; }

.one-third,
.two-sixths {
  width: 31.623931623931625%; }

.four-sixths,
.two-thirds {
  width: 65.81196581196582%; }

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

.first {
  clear: both;
  margin-left: 0; }

/* AVATAR | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
.avatar {
  float: left; }

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem; }

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem; }

/* SEARCHFORM | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* STICKY | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
/* ----------------------------------------- BASE - ALIGN | SPT_STARTER_2.0.1.1 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  margin: 0 auto; }

.alignnone {
  float: none; }

/* IMG | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
img.centered {
  display: block;
  margin: 0 auto 20px;
  margin: 0 auto 2rem; }

img.alignnone {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
  margin: 0 2rem 2rem 0;
  float: left; }

img.alignright {
  margin: 0 0 20px 20px;
  margin: 0 0 2rem 2rem;
  float: right; }

/* IMG | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
.entry-content img.centered {
  margin: 0 auto 5px;
  margin: 0 auto 0.5rem; }
.entry-content img.alignnone {
  margin-bottom: 5px;
  margin-bottom: 0.5rem; }
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
  margin: 0 5px 5px 0;
  margin: 0 0.5rem 0.5rem 0; }
.entry-content img.alignright {
  margin: 0 0 5px 5px;
  margin: 0 0 0.5rem 0.5rem; }

.archive .entry-content img.alignleft,
.archive .entry-content .wp-caption.alignleft {
  margin: 0 20px 20px 0;
  margin: 0 2.0rem 2.0rem 0; }
.archive .entry-content img.alignright {
  margin: 0 0 20px 20px;
  margin: 0 0 2.0rem 2.0rem; }

.search-results .entry-content img.alignleft,
.search-results .entry-content .wp-caption.alignleft {
  margin: 0 20px 20px 0;
  margin: 0 2.0rem 2.0rem 0; }
.search-results .entry-content img.alignright {
  margin: 0 0 20px 20px;
  margin: 0 0 2.0rem 2.0rem; }

/* ----------------------------------------- BASE - WPCAPTION | SPT_STARTER_2.0.1.1 */
.wp-caption {
  margin: 0;
  padding: 4px;
  border: 1px solid #ddd; }

.wp-caption.alignleft {
  margin: 0 20px 20px 0;
  margin: 0 2rem 2rem 0; }

.wp-caption.alignright {
  margin: 0 0 20px 20px;
  margin: 0 0 2rem 2rem; }

.wp-caption.aligncenter {
  margin: 0 auto 20px;
  margin: 0 auto 2rem; }

.wp-caption-text {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/* WIDGETCALENDAR | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* BREADCRUMB | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
.breadcrumb {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

/* AUTHOR | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
/* AUTHOR: AUTHOR-BOX */
.author-box {
  padding: 40px;
  padding: 4rem;
  background-color: #fff;
  margin-bottom: 40px;
  margin-bottom: 4rem; }
  .author-box a {
    border-bottom: 1px solid #ddd; }
  .author-box p {
    margin-bottom: 0; }
  .author-box .avatar {
    margin-right: 24px;
    margin-right: 2.4rem; }

/* AUTHOR: AUTHOR-BOX-TITLE */
.author-box-title {
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem; }

/* ARCHIVE | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
/* ARCHIVE: ARCHIVE-TITLE */
.archive-title {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px; }

/* ARCHIVE: ARCHIVE-DESCRIPTION */
.archive-description {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px; }

/* TITLE | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
/* TITLE: ENTRY-TITLE */
.entry-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1; }
  .entry-title a {
    color: #333; }
  .entry-title a:hover, .entry-title a:active {
    color: #666;
    border-bottom: 0px; }

/* TITLE: WIDGET-TITLE */
/* TITLE: ARCHIVE-TITLE */
/* CSW | LAYOUT ----------------------------------------- SPT_STARTER_2.0.1 */
/* CSW: CONTENT-SIDEBAR-WRAP */
.content-sidebar-wrap {
  width: 1140px; }

/* CSW: FULL */
/* CSW: CS */
/* CSW: SC */
/* CSW: CSA */
.content-sidebar-sidebar .content-sidebar-wrap {
  width: 920px;
  float: left; }

/* CSW: ASC */
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 920px;
  float: right; }

/* CSW: ACS */
.sidebar-content-sidebar .content-sidebar-wrap {
  width: 920px;
  float: right; }

/* CONTENT | LAYOUT ----------------------------------------- SPT_STARTER_2.0.1 */
/* CONTENT: CONTENT */
.content {
  float: right; }

/* CONTENT: FULL */
.full-width-content .content {
  width: 100%; }

/* CONTENT: CS */
.content-sidebar .content {
  float: left;
  width: 798px; }

/* CONTENT: SC */
/* CONTENT: CSA */
.content-sidebar-sidebar .content {
  width: 50%;
  float: left; }

/* CONTENT: ASC */
.sidebar-sidebar-content .content {
  width: 50%; }

/* CONTENT: ACS */
.sidebar-content-sidebar .content {
  width: 15%;
  float: left; }

/* ENTRY | LAYOUT ----------------------------------------- SPT_STARTER_2.0.1 */
/* ENTRY: ENTRY */
/* ENTRY: FULL */
/* ENTRY: CS */
/* ENTRY: SC */
/* ENTRY: CSA */
/* ENTRY: ASC */
/* ENTRY: ACS */
/* SIDEBARPRIMARY | LAYOUT ----------------------------------------- SPT_STARTER_2.0.1 */
/* SIDEBARPRIMARY: SIDEBAR-PRIMARY */
.sidebar-primary {
  float: right;
  width: 30%;
  padding: 20px; }

/* SIDEBARPRIMARY: FULL */
/* SIDEBARPRIMARY: CS */
.content-sidebar .sidebar-primary {
  width: 342px; }

/* SIDEBARPRIMARY: SC */
.sidebar-content .sidebar-primary {
  float: left; }

/* SIDEBARPRIMARY: CSA */
/* SIDEBARPRIMARY: ASC */
.sidebar-sidebar-content .sidebar-primary {
  float: left; }

/* SIDEBARPRIMARY: ACS */
/* SIDEBARSECONDARY | LAYOUT ----------------------------------------- SPT_STARTER_2.0.1 */
/* SIDEBARSECONDARY: SIDEBAR-SECONDARY */
.sidebar-secondary {
  float: left;
  width: 15%; }

/* SIDEBARSECONDARY: FULL */
/* SIDEBARSECONDARY: CS */
/* SIDEBARSECONDARY: SC */
/* SIDEBARSECONDARY: CSA */
.content-sidebar-sidebar .sidebar-secondary {
  float: right; }

/* SIDEBARSECONDARY: ASC */
/* SIDEBARSECONDARY: ACS */
/* HOME | LAYOUT ----------------------------------------- SPT_STARTER_2.0.1_01 */
/* HOME: HOME.PAGE ENTRY-HEADER */
.home.page article.page,
.videos.page article.page,
.photos.page article.page,
.homegalleries.page article.page {
  display: none; }

/* AREA-SLIDERHOME | AREA ----------------------------------------- SPT_STARTER_2.0.1 */
/* AREA-SLIDERHOME: */
.area-sliderhome.hook-bloop .areawrap {
  width: 100%;
  margin: 0 auto; }

/* AREA-ABOVEHEADER | AREA ----------------------------------------- SPT_STARTER_2.0.1 */
/* AREA-ABOVEHEADER: */
.area-aboveheader {
  background-color: #52C0D4; }
  .area-aboveheader .areawrap {
    background-color: #4CB4C7;
    width: 1140px;
    margin: 0 auto;
    padding: 5px 0; }

/* AREA-ABOVEHEADER: WIDGET */
.area-aboveheader .widget {
  float: left;
  margin-right: 10px; }
.area-aboveheader .widget.widget_nav_menu {
  width: 60%; }
.area-aboveheader .widget.widget_search {
  width: 20%;
  float: right; }
.area-aboveheader .widget.widget_search input {
  padding: 4px;
  padding: 0.4rem;
  font-size: 12px;
  font-size: 1.2rem; }

/* AREA-PHOTOSTOPLEFT | AREA ----------------------------------------- SPT_STARTER_2.0.1 */
/* AREA-PHOTOSTOPLEFT: */
.area-photostopleft {
  float: left;
  width: 50%;
  clear: left; }

/* AREA-PHOTOSTOPLEFT: WIDGET */
/* AREA-PHOTOSTOPRIGHT | AREA ----------------------------------------- SPT_STARTER_2.0.1 */
/* AREA-PHOTOSTOPRIGHT: */
.area-photostopright {
  float: left;
  width: 50%;
  clear: right; }
  .area-photostopright .areawrap {
    padding-left: 20px;
    border-left: 1px solid #666; }

/* AREA-PHOTOSTOPRIGHT: WIDGET */
/* AREA-VIDEOSTOPLEFT | AREA ----------------------------------------- SPT_STARTER_2.0.1 */
/* AREA-VIDEOSTOPLEFT: */
.area-videostopleft {
  float: left;
  width: 50%;
  clear: left; }

/* AREA-VIDEOSTOPLEFT: WIDGET */
/* AREA-VIDEOSTOPRIGHT | AREA ----------------------------------------- SPT_STARTER_2.0.1 */
/* AREA-VIDEOSTOPRIGHT: */
.area-videostopright {
  float: left;
  width: 50%;
  clear: right; }
  .area-videostopright .areawrap {
    padding-left: 20px;
    border-left: 1px solid #666; }

/* AREA-VIDEOSTOPRIGHT: WIDGET */
/* AREA-CELEBRITYHOMESTOPLEFT | AREA ----------------------------------------- SPT_STARTER_2.0.1 */
/* AREA-CELEBRITYHOMESTOPLEFT: */
.area-celebrityhomestopleft {
  float: left;
  width: 50%;
  clear: left; }

/* AREA-CELEBRITYHOMESTOPLEFT: WIDGET */
/* AREA-CELEBRITYHOMESTOPRIGHT | AREA ----------------------------------------- SPT_STARTER_2.0.1 */
/* AREA-CELEBRITYHOMESTOPRIGHT: */
.area-celebrityhomestopright {
  float: left;
  width: 50%;
  clear: right; }

/* AREA-CELEBRITYHOMESTOPRIGHT: WIDGET */
/* AREA-FOOTER | AREA ----------------------------------------- SPT_STARTER_2.0.1 */
/* AREA-FOOTER: */
.area-footer {
  color: #fff; }
  .area-footer .areawrap {
    background-color: #4CB4C7;
    padding: 5px 20px; }
  .area-footer a {
    color: #fff; }

/* GENESISRESPONSIVESLIDER | PLUGIN ----------------------------------------- SPT_STARTER_2.0.0 */
/* GENESISRESPONSIVESLIDER: WIDGET */
/* GENESISRESPONSIVESLIDER: GENESIS-RESPONSIVE-SLIDER */
body #genesis-responsive-slider {
  border: 0;
  padding: 0;
  background-color: #000; }

/* GENESISRESPONSIVESLIDER: FLEX-CONTROL-NAV */
body .flex-control-nav {
  margin: 10px 0; }

/* GENESISRESPONSIVESLIDER: .SLIDE-EXCERPT */
body .slide-excerpt {
  margin: 0;
  background-color: #000; }
  body .slide-excerpt p {
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    margin-bottom: 0;
    color: #fff; }
  body .slide-excerpt h2 {
    font-family: 'Oswald', arial, sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px;
    font-weight: 400;
    color: #fff; }
    body .slide-excerpt h2 a {
      color: #fff; }

/* GENESISRESPONSIVESLIDER: SLIDE-EXCERPT-BORDER */
html > body .area-sliderhome .slide-excerpt-border {
  border: 0;
  padding: 0; }

/* GENESISRESPONSIVESLIDER: SLIDES LI */
body .area-sliderhome .flexslider .slides > li {
  background-color: #000; }

/* PLUGIN: GENESIS ENEWS EXTENDED ----------------------------------------- SPT_STARTER_2.0.0 */
/* PLUGIN: GENESIS ENEWS EXTENDED */
.enews-widget {
  color: #999; }

.enews-widget .widget-title {
  color: #fff; }

.enews-widget input {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

.enews-widget input:focus {
  border: 1px solid #ddd; }

.enews-widget input[type="submit"] {
  background-color: #f15123;
  color: #fff;
  margin: 0;
  width: 100%; }

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333; }

/* PLUGIN: GENESIS LATEST TWEETS ----------------------------------------- SPT_STARTER_2.0.0 */
/* PLUGIN: GENESIS LATEST TWEETS */
.latest-tweets ul li {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

/* PLUGIN: JETPACK ----------------------------------------- SPT_STARTER_2.0.0 */
/* PLUGIN: JETPACK */
img#wpstats {
  display: none; }

/* PLUGIN: JETPACK CAROUSAL */
body .slideshow-slide-caption {
  background-color: #000;
  opacity: 0.8; }

/* SITEHEADER | SITEHEADER ----------------------------------------- SPT_STARTER_2.0.1 */
/* SITEHEADER: SITE-HEADER */
/* SITEHEADER: HEADER-IMAGE SITE-HEADER */
/* SITEHEADER: HEADER-FULL-WIDTH SITE-HEADER */
/* SITEHEADER: SITE-HEADER WRAP */
.site-header .wrap {
  width: 1140px;
  margin: 0 auto;
  background-color: #fff; }

/* SITEHEADER: HEADER-IMAGE SITE-HEADER WRAP */
.header-image .site-header .wrap {
  background: url(images/siteheader-bg.png) no-repeat left top; }

/* SITEHEADER: HEADER-FULL-WIDTH SITE-HEADER WRAP */
.header-full-width .site-header .wrap {
  background: url(images/siteheader-bg.png) no-repeat left top; }

/* TITLEAREA | SITEHEADER ----------------------------------------- SPT_STARTER_2.0.1_01 */
/* TITLEAREA: TITLE-AREA */
.title-area {
  float: left;
  width: 30%;
  margin: 0; }

/* TITLE-AREA: HEADER-IMAGE TITLE-AREA */
.header-image .title-area {
  min-width: 300px;
  display: inline-block; }

/* TITLE-AREA: HEADER-FULL-WIDTH TITLE-AREA */
.header-full-width .title-area {
  width: 100%; }

/* SITETITLE | SITEHEADER ----------------------------------------- SPT_STARTER_2.0.1 */
/* SITETITLE: SITE-TITLE */
.site-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  margin: 0; }

/* SITETITLE: HEADER-IMAGE SITE-TILE */
.header-image .site-title a {
  display: block;
  text-indent: -9999px;
  float: left;
  max-width: 300px;
  min-height: 140px;
  width: 100%; }

/* SITETITLE: HEADER-FULL-WIDTH SITE-TITLE */
.header-full-width .site-title {
  width: 100%; }

/* SITEDESCRIPTION | SITEHEADER ----------------------------------------- SPT_STARTER_2.0.1 */
/* SITEDESCRIPTION: SITE-DESCRIPTION */
.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  margin: 0; }

/* SITEDESCRIPTION: HEADER-IMAGE SITE-DESCRIPTION */
.header-image .site-description {
  display: block;
  text-indent: -9999px; }

/* SITEDESCRIPTION: HEADER-FULL-WIDTH SITE-DESCRIPTION */
/* WIDGETAREA | WIDGET ----------------------------------------- SPT_STARTER_2.0.1 */
/* WIDGETAREA: WIDGET-AREA */
/* WIDGETAREA: HEADER-WIDGET-AREA */
/* WIDGETAREA: SIDEBAR */
/* WIDGETAREA: FOOTER-WIDGETS */
/* WIDGETAREA: FOOTER-WIDGETS-X */
/* WIDGET | WIDGET ----------------------------------------- SPT_STARTER_2.0.1 */
/* WIDGET: WIDGET */
/* WIDGET: WIDGET-WRAP */
/* WIDGET: HEADER-WIDGET-AREA */
/* WIDGET: SIDEBAR */
/* WIDGET: FOOTER-WIDGETS */
/* WIDGET: FOOTER-WIDGETS-X */
/* WIDGETTITLE | WIDGET ----------------------------------------- SPT_STARTER_2.0.1 */
/* WIDGETTITLE: WIDGET-TITLE */
.widget-title {
  font-family: 'Oswald', arial, serif;
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400; }

/* WIDGETTITLE: HEADER-WIDGET-AREA */
/* WIDGETTITLE: SIDEBAR */
.content .widget-title {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 10px 0;
  border-bottom: 5px solid #F47D1F; }

/* WIDGETTITLE: SIDEBAR */
.sidebar-primary.sidebar .widget-title {
  margin: 10px 0;
  padding: 5px;
  background-color: #4CB4C7;
  border-bottom: 0;
  color: #fff; }

/* WIDGETTITLE: FOOTER-WIDGETS */
.footer-widgets .widget-title {
  margin: 10px 0;
  padding: 5px;
  background-color: #4CB4C7;
  border-bottom: 0;
  color: #fff; }

/* WIDGETTITLE: FOOTER-WIDGETS-X */
/* WIDGET-TEXT | WIDGET ----------------------------------------- SPT_STARTER_2.0.1 */
/* WIDGET-TEXT: WIDGET_TEXT */
.widget.widget_text .widget-wrap .textwidget {
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
  font-size: 1.1rem; }

/* FEATUREDCONTENT | WIDGET ----------------------------------------- SPT_STARTER_2.0.1 */
/* FEATURED-CONTENT:  */
.widget.featured-content .post {
  margin-bottom: 20px; }
.widget.featured-content a.alignleft {
  display: inline-block;
  float: left;
  margin-right: 20px; }
.widget.featured-content a.alignright {
  display: inline-block;
  float: right;
  margin-left: 20px; }
.widget.featured-content .entry-header .entry-title,
.widget.featured-content .entry-header .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -1px;
  line-height: 26px;
  line-height: 2.6rem;
  margin: 0 0 10px;
  margin: 0 0 1rem; }
.widget.featured-content .entry-header .entry-meta {
  margin: 0 0 10px;
  margin: 0 0 1rem; }
.widget.featured-content .entry-content {
  overflow: hidden; }
.widget.featured-content a.more-link {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  color: #F47D1F;
  border-bottom: 1px solid #F47D1F;
  padding: 2px; }
.widget.featured-content a:hover.more-link {
  color: #fff;
  background-color: #F47D1F; }

/* FEATURED-CONTENT: HOME-MIDDLE */
.area-homemiddle .widget.featured-content {
  overflow: hidden; }
  .area-homemiddle .widget.featured-content .widget-title {
    clear: both;
    overflow: hidden; }
  .area-homemiddle .widget.featured-content .entry-title {
    overflow: hidden;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .area-homemiddle .widget.featured-content .entry-meta {
    overflow: hidden;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: 10px; }
  .area-homemiddle .widget.featured-content .entry-content {
    border-top: 1px solid #ddd;
    padding-top: 10px; }
  .area-homemiddle .widget.featured-content .post {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
    margin-bottom: 0; }
  .area-homemiddle .widget.featured-content article:nth-child(2n) {
    clear: left; }
  .area-homemiddle .widget.featured-content article:last-child {
    clear: right; }

/* FEATURED-CONTENT: HOME-BOTTOM */
.area-homebottom .widget.featured-content {
  overflow: hidden; }
  .area-homebottom .widget.featured-content .widget-title {
    clear: both;
    overflow: hidden; }
  .area-homebottom .widget.featured-content .entry-title {
    overflow: hidden;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem; }
  .area-homebottom .widget.featured-content .post {
    width: 20%;
    float: left;
    padding: 0 20px 0 0;
    margin-bottom: 0; }
  .area-homebottom .widget.featured-content article:nth-child(5n-3) {
    clear: left; }
  .area-homebottom .widget.featured-content article:last-child {
    clear: right; }

/* FEATURED-CONTENT: VIDEOS-TOP-LEFT */
.area-videostopleft .widget.featured-content {
  overflow: hidden; }
  .area-videostopleft .widget.featured-content .widget-title {
    overflow: hidden; }
  .area-videostopleft .widget.featured-content .entry-title {
    overflow: hidden;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3.0rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .area-videostopleft .widget.featured-content .post {
    padding: 0 20px 0 0;
    margin: 0; }

/* FEATURED-CONTENT: VIDEOS-TOP-RIGHT */
.area-videostopright .widget.featured-content {
  overflow: hidden; }
  .area-videostopright .widget.featured-content .widget-title {
    overflow: hidden; }
  .area-videostopright .widget.featured-content .entry-title {
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .area-videostopright .widget.featured-content .post {
    padding: 0 20px 0 0; }

/* FEATURED-CONTENT: VIDEOS-MIDDLE */
.area-videosmiddle .widget.featured-content {
  overflow: hidden; }
  .area-videosmiddle .widget.featured-content .widget-title {
    clear: both;
    overflow: hidden; }
  .area-videosmiddle .widget.featured-content .entry-title {
    overflow: hidden;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .area-videosmiddle .widget.featured-content .entry-meta {
    overflow: hidden;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: 10px; }
  .area-videosmiddle .widget.featured-content .entry-content {
    border-top: 1px solid #ddd;
    padding-top: 10px; }
  .area-videosmiddle .widget.featured-content .post {
    width: 33%;
    float: left;
    padding: 0 20px 0 0;
    margin-bottom: 0; }
  .area-videosmiddle .widget.featured-content article:nth-child(3n+2) {
    clear: left; }
  .area-videosmiddle .widget.featured-content article:last-child {
    clear: right; }

/* FEATURED-CONTENT: PHOTOS-TOP-LEFT */
.area-photostopleft .widget.featured-content {
  overflow: hidden; }
  .area-photostopleft .widget.featured-content .widget-title {
    overflow: hidden; }
  .area-photostopleft .widget.featured-content .entry-title {
    overflow: hidden;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3.0rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .area-photostopleft .widget.featured-content .post {
    padding: 0 20px 0 0;
    margin: 0; }

/* FEATURED-CONTENT: PHOTOS-TOP-RIGHT */
.area-photostopright .widget.featured-content {
  overflow: hidden; }
  .area-photostopright .widget.featured-content .widget-title {
    overflow: hidden; }
  .area-photostopright .widget.featured-content .entry-title {
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .area-photostopright .widget.featured-content .post {
    padding: 0 20px 0 0; }

/* FEATURED-CONTENT: PHOTOS-MIDDLE */
.area-photosmiddle .widget.featured-content {
  overflow: hidden; }
  .area-photosmiddle .widget.featured-content .widget-title {
    clear: both;
    overflow: hidden; }
  .area-photosmiddle .widget.featured-content .entry-title {
    overflow: hidden;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .area-photosmiddle .widget.featured-content .entry-meta {
    overflow: hidden;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: 10px; }
  .area-photosmiddle .widget.featured-content .entry-content {
    border-top: 1px solid #ddd;
    padding-top: 10px; }
  .area-photosmiddle .widget.featured-content .post {
    width: 33%;
    float: left;
    padding: 0 20px 0 0;
    margin-bottom: 0; }
  .area-photosmiddle .widget.featured-content article:nth-child(3n+2) {
    clear: left; }
  .area-photosmiddle .widget.featured-content article:last-child {
    clear: right; }

/* FEATURED-CONTENT: CELEBRITYHOMES-TOP-LEFT */
.area-celebrityhomestopleft .widget.featured-content {
  overflow: hidden; }
  .area-celebrityhomestopleft .widget.featured-content .widget-title {
    overflow: hidden; }
  .area-celebrityhomestopleft .widget.featured-content .entry-title {
    overflow: hidden;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3.0rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .area-celebrityhomestopleft .widget.featured-content .post {
    padding: 0 20px 0 0;
    margin: 0; }

/* FEATURED-CONTENT: CELEBRITYHOMES-TOP-RIGHT */
.area-celebrityhomestopright .widget.featured-content {
  overflow: hidden; }
  .area-celebrityhomestopright .widget.featured-content .widget-title {
    overflow: hidden; }
  .area-celebrityhomestopright .widget.featured-content .entry-title {
    overflow: hidden;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 22px;
    line-height: 2.2rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .area-celebrityhomestopright .widget.featured-content .post {
    padding: 0 20px 0 0; }

/* FEATURED-CONTENT: CELEBRITYHOMES-MIDDLE */
.area-celebrityhomesmiddle .widget.featured-content {
  overflow: hidden; }
  .area-celebrityhomesmiddle .widget.featured-content .widget-title {
    clear: both;
    overflow: hidden; }
  .area-celebrityhomesmiddle .widget.featured-content .entry-title {
    overflow: hidden;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    line-height: 2.4rem;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
  .area-celebrityhomesmiddle .widget.featured-content .entry-meta {
    overflow: hidden;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin-bottom: 10px; }
  .area-celebrityhomesmiddle .widget.featured-content .entry-content {
    border-top: 1px solid #ddd;
    padding-top: 10px; }
  .area-celebrityhomesmiddle .widget.featured-content .post {
    width: 33%;
    float: left;
    padding: 0 20px 0 0;
    margin-bottom: 0; }
  .area-celebrityhomesmiddle .widget.featured-content article:nth-child(3n+2) {
    clear: left; }
  .area-celebrityhomesmiddle .widget.featured-content article:last-child {
    clear: right; }

/* HEADERWIDGETAREA | WIDGET ----------------------------------------- SPT_STARTER_2.0.1 */
/* HEADERWIDGETAREA: HEADER-WIDGET-AREA */
.header-widget-area {
  float: right;
  width: 70%; }

/* HEADERWIDGETAREA | WIDGET ----------------------------------------- SPT_STARTER_2.0.1 */
/* HEADERWIDGETAREA: HEADER-WIDGET-AREA */
.header-widget-area {
  float: right;
  max-width: 728px;
  margin-right: 12px;
  margin-bottom: 5px; }

/* MENU | MENU ----------------------------------------- SPT_STARTER_2.0.1 */
/* MENU: MENU */
/* MENU: MENU.GENESIS-NAV-MENU */
/* MENU: MENU-PRIMARY */
/* MENU: MENU-PRIMARY */
/* MENU: MENU-SECONDARY */
/* GENESISNAVMENU | MENU ----------------------------------------- SPT_STARTER_2.0.1 */
/* GENESISNAVMENU: GENESIS-NAV-MENU */
.genesis-nav-menu {
  clear: both;
  width: 100%;
  margin: 0; }

/* GENESISNAVMENU: GENESIS-NAV-MENU LINKS */
.genesis-nav-menu li {
  float: left;
  display: inline-block; }
.genesis-nav-menu a {
  display: block;
  position: relative;
  padding: 10px 20px 15px;
  padding: 1.0rem 2.0rem 1.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 700;
  border-right: 1px solid #fff; }
.genesis-nav-menu a:hover {
  background-color: #49ACBD;
  color: #fff; }

/* GENESISNAVMENU: GENESIS-NAV-MENU MENU-ITEM */
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left; }

/* GENESISNAVMENU: GENESIS-NAV-MENU MENU-ITEM LINKS */
/* GENESISNAVMENU: SUB-MENU */
.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99; }
  .genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 20px;
    padding: 1rem 2rem;
    position: relative;
    width: 200px; }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -40px 0 0 199px; }
.genesis-nav-menu .menu-item:hover {
  position: static; }
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

/* GENESISNAVMENU: MISC */
.genesis-nav-menu > .first > a {
  padding-left: 0; }

.genesis-nav-menu > .last > a {
  padding-right: 0; }

.genesis-nav-menu > .right {
  display: inline-block;
  float: right;
  list-style-type: none;
  padding: 28px 0;
  padding: 2.8rem 0;
  text-transform: uppercase; }

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0; }

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
  margin-left: 4.8rem; }

.genesis-nav-menu > .search {
  padding: 14px 0 0;
  padding: 1.4rem 0 0; }

/* GENESISNAVMENU: NAV-HEADER */
/* GENESISNAVMENU: MENU-PRIMARY */
/* GENESISNAVMENU: MENU-SECONDARY */
/* MENUITEM | MENU ----------------------------------------- SPT_STARTER_2.0.1 */
/* MENUITEM: MENU-ITEM */
/* MENUITEM: GENESIS-NAV-MENU */
/* MENU: MENU-PRIMARY */
/* MENU: MENU-PRIMARY */
/* MENU: MENU-SECONDARY */
/* MENUITEM: AREA-ABOVEHEADER */
.area-aboveheader ul.menu {
  margin: 0; }
.area-aboveheader .menu-item {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  float: left; }
.area-aboveheader .menu-item a {
  border-right: 1px solid #52C0D4;
  padding: 6px 12px;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff; }
.area-aboveheader .menu-item a:hover {
  color: #fff;
  background-color: #49ACBD; }

/* NAVHEADER | MENU ----------------------------------------- SPT_STARTER_2.0.1 */
/* NAVHEADER: NAV-HEADER */
/* NAVHEADER: SITE-HEADER SUB-MENU */
/* NAVPRIMARY | MENU ----------------------------------------- SPT_STARTER_2.0.1 */
/* NAVPRIMARY: NAV-PRIMARY */
.nav-primary .wrap {
  width: 1140px;
  margin: 0 auto;
  background: white url(images/pixel5-4cb4c7.png) repeat-x left bottom; }

/* NAVSECONDARY | MENU ----------------------------------------- SPT_STARTER_2.0.1 */
/* NAVSECONDARY: NAV-SECONDARY */
.nav-secondary .wrap {
  max-width: 1140px;
  margin: 0 auto; }

/* MENU-SOCIAL | MENU ----------------------------------------- SPT_STARTER_2.0.1 */
/* MENU-SOCIAL: RESET */
ul.menu#menu-social,
ul.menu li.menu-item.gos-info-social {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* MENU-SOCIAL: MENU-ITEM.INFO-SOCIAL */
/* MENU-SOCIAL: MENU-ITEM.INFO-SOCIAL.ITEM-ICO */
.menu-item.gos-info-social.item-ico {
  display: inline-block;
  margin: 0 10px 10px 0; }
  .menu-item.gos-info-social.item-ico a {
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9999px;
    overflow: hidden; }

.area-aboveheader .menu-item.gos-info-social.item-ico {
  display: inline-block;
  margin: 5px;
  padding: 0; }
  .area-aboveheader .menu-item.gos-info-social.item-ico a {
    width: 16px;
    height: 16px;
    padding: 0;
    border: 0; }

/* MENU-SOCIAL: MENU-ITEM.INFO-SOCIAL.ITEM-ICO.FACEBOOK */
.menu-item.gos-info-social.item-ico.facebook a {
  background: url(images/facebook-32x32.png) no-repeat left top; }

.area-aboveheader .menu-item.gos-info-social.item-ico.facebook a {
  background: url(images/facebook-16x16.png) no-repeat left top; }

/* MENU-SOCIAL: MENU-ITEM.INFO-SOCIAL.ITEM-ICO.TWITTER */
.menu-item.gos-info-social.item-ico.twitter a {
  background: url(images/twitter-32x32.png) no-repeat left top; }

.area-aboveheader .menu-item.gos-info-social.item-ico.twitter a {
  background: url(images/twitter-16x16.png) no-repeat left top; }

/* MENU-SOCIAL: MENU-ITEM.INFO-SOCIAL.GOOGLE */
.menu-item.gos-info-social.item-ico.google a {
  background: url(images/googleplus-32x32.png) no-repeat left top; }

.area-aboveheader .menu-item.gos-info-social.item-ico.google a {
  background: url(images/googleplus-16x16.png) no-repeat left top; }

/* MENU-SOCIAL: MENU-ITEM.INFO-SOCIAL.ITEM-ICO.RSS */
.menu-item.gos-info-social.item-ico.rss a {
  background: url(images/rss-32x32.png) no-repeat left top; }

.area-aboveheader .menu-item.gos-info-social.item-ico.rss a {
  background: url(images/rss-16x16.png) no-repeat left top; }

/* MENU-SOCIAL: MENU-ITEM.INFO-SOCIAL.ITEM-ICO.EMAIL */
.menu-item.gos-info-social.item-ico.email a {
  background: url(images/email-32x32.png) no-repeat left top; }

.area-aboveheader .menu-item.gos-info-social.item-ico.email a {
  background: url(images/email-16x16.png) no-repeat left top; }

/* MENU-SOCIAL: MENU-ITEM.INFO-SOCIAL.ITEM-ICO.PINTEREST */
.menu-item.gos-info-social.item-ico.pinterest a {
  background: url(images/pinterest-32x32.png) no-repeat left top; }

.area-aboveheader .menu-item.gos-info-social.item-ico.pinterest a {
  background: url(images/pinterest-16x16.png) no-repeat left top; }

/* MENU-SOCIAL: MENU-ITEM.INFO-SOCIAL.ITEM-ICO.YOUTUBE */
.menu-item.gos-info-social.item-ico.youtube a {
  background: url(images/youtube-32x32.png) no-repeat left top; }

.area-aboveheader .menu-item.gos-info-social.item-ico.youtube a {
  background: url(images/youtube-16x16.png) no-repeat left top; }

/* MENU-SOCIAL: MENU-ITEM.INFO-SOCIAL.ITEM-ICO.LINKEDIN */
.menu-item.gos-info-social.item-ico.linkedin a {
  background: url(images/linkedin-32x32.png) no-repeat left top; }

.area-aboveheader .menu-item.gos-info-social.item-ico.linkedin a {
  background: url(images/linkedin-16x16.png) no-repeat left top; }

/* SITEINNER | SITEINNER ----------------------------------------- SPT_STARTER_2.0.1 */
/* SITEINNER: SITE-INNER */
.site-inner {
  clear: both; }

/* CSW | SITEINNER ----------------------------------------- SPT_STARTER_2.0.1 */
/* CSW: CONTENT-SIDEBAR-WRAP */
.content-sidebar-wrap {
  width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff; }

/* CONTENT | SITEINNER ----------------------------------------- SPT_STARTER_2.0.1 */
/* CONTENT: CONTENT */
.content {
  padding-top: 10px;
  padding-left: 20px; }

/* SIDEBAR | SITEINNER ----------------------------------------- SPT_STARTER_2.0.1 */
/* SIDEBAR: SIDEBAR */
/* SIDEBARPRIMARY | SITEINNER ----------------------------------------- SPT_STARTER_2.0.1 */
/* SIDEBARPRIMARY: SIDEBAR-PRIMARY */
.sidebar-primary {
  background-color: #E0FFFF; }

/* SIDEBARSECONDARY | SITEINNER ----------------------------------------- SPT_STARTER_2.0.1 */
/* SIDEBARSECONDARY: SIDEBAR-SECONDARY */
/* ENTRY | ENTRY ----------------------------------------- SPT_STARTER_2.0.1 */
/* ENTRY: ENTRY */
.entry {
  background-color: #fff; }

/* ENTRYHEADER | ENTRY ----------------------------------------- SPT_STARTER_2.0.1 */
/* ENTRYHEADER | ENTRY-HEADER */
/* ENTRYCONTENT | ENTRY ----------------------------------------- SPT_STARTER_2.0.1 */
/* ENTRYCONTENT: ENTRY-CONTENT */
.entry-content .attachment a,
.entry-content .gallery a {
  border: none; }

.entry-content p,
.quote-caption {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content .search-form {
  width: 50%; }

/* ENTRYFOOTER | ENTRY ----------------------------------------- SPT_STARTER_2.0.1 */
/* ENTRYFOOTER: ENTRY-FOOTER */
/* ENTRYMETA | ENTRY ----------------------------------------- SPT_STARTER_2.0.0 */
/* ENTRYMETA | ENTRY-META */
.entry-meta {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem; }

.archive .entry-header .entry-meta {
  margin-bottom: 10px;
  margin-bottom: 1rem; }
.archive .entry-footer .entry-meta {
  border-top: 1px solid #f5f5f5;
  margin: 0 0 20px;
  padding: 10px 0;
  padding: 1rem 0; }

.search-results .entry-header .entry-meta {
  margin-bottom: 10px;
  margin-bottom: 1rem; }

.entry-meta a {
  color: #F47D1F; }
.entry-meta a:hover {
  border-bottom: 1px solid #F47D1F; }

.entry-header .entry-meta {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.entry-footer .entry-meta {
  border-top: 1px solid #f5f5f5;
  margin: 0 0 20px;
  padding: 10px 0 20px;
  padding: 1rem 0 2rem 0; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
  margin: 0 0.6rem 0 0.2rem; }

.entry-categories,
.entry-tags {
  display: block; }

/* PAGINATION | ENTRY ----------------------------------------- SPT_STARTER_2.0.0 */
/* PAGINATION: */
.archive-pagination,
.entry-pagination {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 40px 0;
  margin: 4rem 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #333;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem; }

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #f15123; }

.entry-pagination a {
  border-bottom: 1px solid #ddd; }

/* COMMENTS | ENTRY ----------------------------------------- SPT_STARTER_2.0.1 */
/* COMMENTS: */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.entry-comments {
  padding: 40px;
  padding: 4rem; }

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px;
  padding: 4rem 4rem 1.6rem; }

.comment-respond a,
.entry-comments a {
  border-bottom: 1px solid #ddd; }

.comment-content {
  clear: both; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px;
  margin-right: 1.2rem; }

.comment-list li,
.ping-list li {
  list-style-type: none; }

.comment-list li {
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 32px;
  padding: 3.2rem; }

.comment-list li li {
  margin-right: -32px;
  margin-right: -3.2rem; }

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none; }

.comment .avatar {
  margin: 0 16px 24px 0;
  margin: 0 1.6rem 2.4rem 0; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 24px;
  padding: 2.4rem; }

/* FOOTERWIDGETS | FOOTERWIDGETS ----------------------------------------- SPT_STARTER_2.0.1 */
/* FOOTERWIDGETS: FOOTER-WIDGETS */
.footer-widgets {
  clear: both; }

/* FOOTERWIDGETS: FOOTER-WIDGETS WRAP */
.footer-widgets .wrap {
  width: 1140px;
  margin: 0 auto;
  background-color: #fff; }

/* FOOTERWIDGETS: LI */
/* FOOTERWIDGETS: SEARCH-FORM */
/* FOOTERWIDGETSX | WIDGET ----------------------------------------- SPT_STARTER_2.0.1 */
/* FOOTERWIDGETSX: FOOTER-WIDGETS-1 */
.footer-widgets-1 {
  width: 43%;
  float: left;
  padding-left: 20px; }

/* FOOTERWIDGETSX: FOOTER-WIDGETS-2 */
.footer-widgets-2 {
  width: 28%;
  float: left;
  padding-left: 20px; }

/* FOOTERWIDGETSX: FOOTER-WIDGETS-3 */
.footer-widgets-3 {
  width: 29%;
  padding-right: 20px;
  padding-left: 20px;
  float: left; }

/* SITEFOOTER | SITEFOOTER ----------------------------------------- SPT_STARTER_2.0.0 */
/* SITEFOOTER: SITE-FOOTER */
/* SITEFOOTER: SITE-FOOTER WRAP */
.site-footer .wrap {
  width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 0 0 0; }

/* SITEFOOTER: EXTRAS */
.site-footer p {
  margin-bottom: 0; }

/* CLEAR | BASE ----------------------------------------- SPT_STARTER_2.0.1 */
/* CLEAR: CLEAR */
.clear {
  clear: both; }

/* MEDIABOX | GUI ----------------------------------------- SPT_STARTER_2.0.1 */
/* MEDIABOX: MEDIA */
.media {
  margin: 10px; }

.media,
.bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media .img {
  float: left;
  margin-right: 10px; }

.media .img img {
  display: block; }

.media .imgExt {
  float: right;
  margin-left: 10px; }

/* SPACING | GUI ----------------------------------------- SPT_STARTER_2.0.1 */
/* SPACING: Padding 0 */
.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0px; }

.pr0 {
  padding-right: 0px; }

.pb0 {
  padding-bottom: 0px; }

.pl0 {
  padding-left: 0px; }

.pv0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.ph0 {
  padding-right: 0px;
  padding-left: 0px; }

/* SPACING: Padding 10 */
.p10 {
  padding: 10px; }

.pt10 {
  padding-top: 10px; }

.pr10 {
  padding-right: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pl10 {
  padding-left: 10px; }

.pv10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.ph10 {
  padding-right: 10px;
  padding-left: 10px; }

/* SPACING: Padding 20 */
.p20 {
  padding: 20px; }

.pt20 {
  padding-top: 20px; }

.pr20 {
  padding-right: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pl20 {
  padding-left: 20px; }

.pv20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.ph20 {
  padding-right: 20px;
  padding-left: 20px; }

/* SPACING: Margin 0 */
.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.mr0 {
  margin-left: 0; }

.mv0 {
  margin-top: 0;
  margin-bottom: 0; }

.mh0 {
  margin-right: 0;
  margin-left: 0; }

/* SPACING: Margin 10 */
.m10 {
  margin: 10px; }

.mt10 {
  margin-top: 10px; }

.mr10 {
  margin-right: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.mv10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mh10 {
  margin-right: 10px;
  margin-left: 10px; }

/* SPACING: Margin 20 */
.m20 {
  margin: 20px; }

.mt20 {
  margin-top: 20px; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px; }

.ml20 {
  margin-left: 20px; }

.mv20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mh20 {
  margin-right: 20px;
  margin-left: 20px; }

/* ITEMCTA | ITEM ----------------------------------------- SPT_STARTER_2.0.1_01 */
/* ITEMCTA */
.item-cta {
  margin: 0; }

/* BORDER */
.item-cta.bdr {
  border: 5px solid #006699;
  padding: 10px; }

/* BGCOLOR */
.item-cta.bgc {
  background-color: #1A76A3;
  color: #fff;
  padding: 10px; }
  .item-cta.bgc a {
    color: #FFBD2E;
    border-bottom: 1px solid #FFBD2E; }
    .item-cta.bgc a:hover {
      color: #E99A17;
      border-bottom: 1px solid #E99A17; }

/* BGCOLOR */
.item-cta.ico img {
  max-width: 60px;
  max-height: 60px; }

body .prettyMapList .mapHolder { 
    height:500px;
}

.prettyMapList .prettyFileBar .combo {
    background-color: orange;
}

.prettyMapList .description {
    width:80%;
}

#ac_26989 .ac_header_title {
    background-color: #4cb4c7 !important;
    border-bottom: 0 none !important;
    color: #fff !important;
    margin: 10px 0 !important;
    padding: 5px !important;
    font-family: 'Oswald',arial,serif !important;
    font-size: 2.1rem !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    text-transform: uppercase !important;
}

/* TTL | ITEM ----------------------------------------- SPT_STARTER_2.0.1_01 */
/* ITEM-TTL */
/* ITEM-CTA.TTLCNTLNK */
/* CNT | ITEM ----------------------------------------- SPT_STARTER_2.0.1_01 */
/* ITEM-CNT */
/* CTA-CNTLNK */
/* CTA-TTLCNTLNK */
/* LNK | ITEM ----------------------------------------- SPT_STARTER_2.0.1_01 */
/* ITEM-LNK */
/* FONTS | GROUP ----------------------------------------- SPT_STARTER_2.0.1 */
/* FONTS: HTML */
/* FONTS: BODY */
/* FONTS: A */
/* FONTS: P */
/* FONTS: STRONG */
/* FONTS: H1-H6 */
/* FONTS: H1 */
/* FONTS: H2 */
/* FONTS: H3 */
/* FONTS: H4 */
/* FONTS: H5 */
/* FONTS: H6 */
/* FONTS: Entry-Title */
/* FONTS: Widget-Title */
/* FONTS: Site-Header */
/* FONTS: Site-Title */
/* FONTS: Site-Description */
/* FONTS: Site-Inner */
/* FONTS: Content */
/* FONTS: Sidebar Generic */
/* FONTS: Sidebar-Primary */
/* FONTS: Sidebar-Secondary */
/* FONTS: Footer Widgets */
/* FONTS: Footer */

.home .content>.post {
	display: none;
}

.archive .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: -1px;
	line-height: 26px;
	line-height: 2.6rem;
	margin: 0 0 10px;
	margin: 0 0 1rem; 
}

.home .archive-pagination {
       display: none;
}

.wpp-post-title {
    font-size: 12px !important;
    font-weight: 700 !important;
}