/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

/* Controls for carousel */

.x-post-carousel.unstyled {
  position: relative;
  margin: 0 0 0 -2px;
  padding: 2px 0;
  height: 175px;
  background-color: #fff;
}

.x-post-carousel.unstyled .entry-cover {
  border-left: 2px solid #fff;
  padding-bottom: 175px;
}

.h-entry-cover {
  position: absolute;
  top: calc(100% - 2em);
  left: 0;
  right: 0;
  margin: 0;
  padding: .5em;
  font-size: 1.5rem;
  letter-spacing: 1.2;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.615s cubic-  bezier(0.19, 1, 0.22, 1);
}

.h-entry-cover:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20em;
  background-color: rgba(0,0,0,0.48);
  z-index: 0;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

/* Control for sidebars */

.widget-container {
       display: block;
       float:left;
       padding: 45px;
}

.widget-container h3 {
	font-size: 1.6em;
	color: #f58239;
	text-transform: uppercase;
    font-weight: 700;
}

.subhead {
	font-size: 1.5em;
	color:#666;
	line-height: 1.3;
}

.widget-container p {
	font-size: 1.2em;
	color:#666;
	line-height: 1.5;
}

.widget-container a {
	color:#f58239!important;
}

/* Accordion */

.x-accordion {
	margin-bottom:1.375em
	}
.x-accordion-group {
	margin:8px 0;
	border:1px solid #ddd;
	border:1px solid rgba(0,0,0,0.15);
	border-radius:3px;box-shadow:0 0.125em 0.275em 0 rgba(0,0,0,0.125)
	}
.x-accordion-heading {
	overflow:hidden;
	border-bottom:0
	}
.x-accordion-heading .x-accordion-toggle {
	display:block;padding:10px 15px;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:114.2%;color:#272727;background-color:#fff
	}
.x-accordion-heading .x-accordion-toggle.collapsed {
	background-color:#fff
	}
.x-accordion-heading .x-accordion-toggle.collapsed:before{color:#ccc;-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}
.x-accordion-heading .x-accordion-toggle:hover{color:#ff2a13}
.x-accordion-heading .x-accordion-toggle:hover:before{color:#ccc}
.x-accordion-heading .x-accordion-toggle:before{position:relative;display:inline-block;bottom:0.1em;margin-right:10px;font-size:74%;color:#ccc;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all 0.3s ease;transition:all 0.3s ease;font-family:"fontawesome" !important;font-style:normal !important;font-weight:normal !important;speak:none;-webkit-font-smoothing:antialiased}.x-accordion-toggle{cursor:pointer}
.x-accordion-inner{padding:10px 15px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,0.15);background-color:#fff;box-shadow:none}
.x-accordion-inner p:last-child,.x-accordion-inner ul:last-child,.x-accordion-inner ol:last-child{margin-bottom:0}

.x-container.main:before {
  background-color: #475367;
  margin-top: 5px!important;
}

pre {
  font-family: Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
  color: #333;
  background-color: #fff;
}

.read-more hover {
  display: block;
  padding: 10px 15px;
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 114.2%;
  color: #272727;
  background-color: #fff;
}

/* Main nav */

.masthead-inline .desktop .x-nav {
  display: block;
  float: right;
  background-color: #666;
  margin-top: 50px;
}

.x-header-landmark {
  padding: 0!important;
}



/* Main area for posts */

.entry-wrap {
	background-color: #fff;
}

.x-container>.offset {
  margin: 0px auto;
}

.x-post-carousel-meta>span {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  padding: 13px 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  text-overflow: ellipsis;
  overflow:visible;
  white-space: normal;
}

.x-main.left {
	background-color:#FFF;
	padding-left:20px;
	width:65%;
	max-width:950px;
	padding-top:20px;
}


.x-sidebar.right {
  padding-left: 15px;
  padding-right:15px;
  background-color:#FFF;
  width:35%;
}

/* Control size of large image on single posts */


h1.entry-title {
  font-size: 48px;
}

.entry-header, .entry-content p {
  font-size: 18px;
}

.entry-header {
   margin-bottom:20px;
   margin-top:20px;
   text-align:center;
}

.single-post-excerpt {
	font-size:18px;
	text-align:center;
	margin-bottom:60px;
}

/* Control size of large image on single posts */
.entry-thumb {
    width:100%;
}

.x-nav-articles {
	display: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: normal;
}

#commentform {
  margin-bottom: 20px;
}

.x-navbar .x-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.widget a {
  color: rgba(255,255,255,1);
  text-decoration:none!important;
}

.x-colophon.top {
  padding: 2% 0 2%;
  /*background-image:url(http://devone.watermarkdevelopments.com/wp-content/uploads/2015/05/footer-back.jpg) */
  }

/*.x-colophon.top h3 {
   color:#fff;
}*/

.x-colophon.top .h-custom-headline.accent {
   color:#fff;
}

.x-colophon.bottom .h-recent-posts h3 { /* content links */
       color:red;
}

body .x-colophon.top .x-content-band {
  margin: 0 0 2.15em;
  padding: 10px 0;
  height: 400px;
}

body .x-content-band {
  margin: 0 0 1.5em;
  padding: 5px 0;
}

.x-sidebar .widget.widget_nav_menu .current-menu-item a { /* sidebar current menu item */
	color:red!important;
	font-weight:bold;
	text-decoration:underline;
}

.h-landmark, .h-landmark.entry-title { /* title on pages */
  margin: 0;
  font-size: 48px;
  line-height: 1.1;
  color: black;
  text-align:center;
}

.widget_nav_menu a {
	font-size: 18px!important;
}

.x-sidebar .h-widget {
	font-size: 28px;
	color: black!important;
	text-align:center;
}

.map-container {
	height: 470px;
	background-color:#FFF;
    background-color: #EDEDED;
}

.map-container-left {
	width:20%;
	float:left;
	background-color:#E7E7E7;
	height: 455px;
}

.map-container-left .visually-hidden {
    color: #000 !important;
    background: none !important;
}

.map-container-left p {
	font-size:16px;
}

.map-container-right {
	width:80%;
	float:right;
}

.map-container table td {
	padding-top:5px;
	padding-left:20px;
	padding-bottom:2px!important;
}

.map-container table td h3 {
	color:#723031;
	font-size: 18px;
}

.x-header-landmark+.x-container>.offset>.x-sidebar {
  margin-top: 0px;
}


/**
 *  Voices Sidebar Menu
 */

.wrc_voices_side_menu li.current_voice a,
.wrc_voices_side_menu li a:hover {
    color: #fff !important;
}

ul.wrc_voices_side_menu li a {
    position: relative;
    display: block;
    padding-left: 60px;
    transition: none !important;
}

ul.wrc_voices_side_menu li a:before {
    position: absolute;
    display: block;
    top: 8px;
    left: 8px;
    width: 36px;
    height: 35px;
    background-repeat: no-repeat;
    overflow: hidden;
    content: "";
}

/* Stories Told */

ul.wrc_voices_side_menu li.voice_stories-told a:before {
    background: url('images/icons_voices.png') -162px 0;
    background-repeat: no-repeat;
}

ul.wrc_voices_side_menu li.current_voice.voice_stories-told a,
ul.wrc_voices_side_menu li.voice_stories-told a:hover {
    background: #52693c;
}

ul.wrc_voices_side_menu li.current_voice.voice_stories-told a:before,
ul.wrc_voices_side_menu li.voice_stories-told a:hover:before {
    background: url('images/icons_voices.png') -203px 0;
    background-repeat: no-repeat;
}

/* Expert Voices */

ul.wrc_voices_side_menu li.voice_expert-voices a:before {
    background: url('images/icons_voices.png') -80px 0;
    background-repeat: no-repeat;
}

ul.wrc_voices_side_menu li.current_voice.voice_expert-voices a,
ul.wrc_voices_side_menu li.voice_expert-voices a:hover {
    background: #7a2d05;
}

ul.wrc_voices_side_menu li.current_voice.voice_expert-voices a:before,
ul.wrc_voices_side_menu li.voice_expert-voices a:hover:before {
    background: url('images/icons_voices.png') -121px 0;
}

/* From Around the Web */

ul.wrc_voices_side_menu li.voice_from-around-the-web a:before {
    background: url('images/icons_voices.png') 0 0;
    background-repeat: no-repeat;
}

ul.wrc_voices_side_menu li.current_voice.voice_from-around-the-web a,
ul.wrc_voices_side_menu li.voice_from-around-the-web a:hover {
    background: #754f81;
}

ul.wrc_voices_side_menu li.current_voice.voice_from-around-the-web a:before,
ul.wrc_voices_side_menu li.voice_from-around-the-web a:hover:before {
    background: url('images/icons_voices.png') -41px 0;
}


/**
 *  Voice Categories Menu
 */

.voice_categories_menu {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.voice_categories_menu li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    margin: 0;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.voice_categories_menu li:after {
    position: relative;
    left: 5px;
    content: "/";
}

.voice_categories_menu li:last-child:after {
    display: none;
}

.voice_categories_menu li a {
    color: rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease 0s;
}

.voice_categories_menu li a:hover,
.voice_categories_menu li.current_voice a {
    color: rgba(0, 0, 0, 1);
}


/**
 * Voices Posts
 */

body .archive .x-main .hentry,
body .blog .x-main .hentry {
    padding-top: 0 !important;
}

.archive div.x-main article.post,
.blog div.x-main article.post {
    width: 31.6%;
    display: inline-block;
    margin: 0 2.22% 20px 0;
    padding-top: 0;
    vertical-align: top;
    padding: 0;
}

.archive .x-main .hentry > .entry-featured,
.blog .x-main .hentry > .entry-featured {
    float: none;
    width: 100%;
    margin-bottom: 0 !important;
}

body div.x-main article.post:nth-of-type(3n+3) {
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
}

.archive .x-main .hentry.has-post-thumbnail > .entry-wrap,
.blog .x-main .hentry.has-post-thumbnail > .entry-wrap {
    float: none;
    width: auto;
    padding-left: 0;
    border: 1px solid #ccc;
    border-top: none;
}

.archive .x-main .entry-header,
.blog .x-main .entry-header {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.archive .x-main .entry-header h2.entry-title,
.blog .x-main .entry-header h2.entry-title {
    text-transform: none;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 100%;
    text-align: left;
}

.archive .x-main .entry-header h2.entry-title a,
.blog .x-main .entry-header h2.entry-title a {
    display: block;
    color: #444;
    padding: 10px 20px;
}

.archive .entry-content,
.blog .entry-content {
    margin-top: 7px;
    padding: 0 20px;
}

.archive .entry-content p,
.blog .entry-content p {
    font-size: 80%;
    line-height: 1.4;
}

.wrc_post_author_link_excerpt {
    margin: 0;
    padding: 0 20px;
}

.wrc_post_category_link_excerpt {
    position: relative;
    top: 1px;
    margin: 0;
    padding: 0 9px 0 0;
    text-align: right;
    font-size: 70%;
    color: #bc9671;
}

.wrc_post_category_link_excerpt a {
    color: #bc9671;
    text-decoration: underline;
}

.wrc_excerpt_voice_block {
    position: relative;
    padding: 20px;
    margin: 20px 0 0 0;
    background: #000;
}

.wrc_excerpt_voice_block_voice {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    line-height: 25.2px;
    padding: 7px 20px;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
}

.wrc_excerpt_voice_block.voice_stories-told {
    background: #52693c;
}

.wrc_excerpt_voice_block.voice_expert-voices {
    background: #7a2d05;
}

.wrc_excerpt_voice_block.voice_from-around-the-web {
    background: #754f81;
}

.wrc_excerpt_voice_block_voice:after {
    position: relative;
    top: -1px;
    margin-left: 10px;
    display: inline-block;
    width: 25.2px;
    height: 24.75px;
    background-repeat: no-repeat;
    overflow: hidden;
    content: "";
    vertical-align: middle;
    line-height: 25.2px;
}

.wrc_excerpt_voice_block.voice_stories-told .wrc_excerpt_voice_block_voice:after {
    background: url('images/icons_voices_small.png') -142.1px 0;
}

.wrc_excerpt_voice_block.voice_expert-voices .wrc_excerpt_voice_block_voice:after {
    background: url('images/icons_voices_small.png') -84.7px 0;
}

.wrc_excerpt_voice_block.voice_from-around-the-web .wrc_excerpt_voice_block_voice:after {
background: url('images/icons_voices_small.png') -28.7px 0;
}

.wrc_excerpt_read_more {
    color: #000;
    font-weight: bold;
    margin-left: 5px;
}

.archive .x-main .hentry:last-of-type,
.blog .x-main .hentry:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

.pagination {
    margin-bottom: 25px;
}

@media all and (max-width: 1320px) {

    .archive div.x-main article.post,
    .blog div.x-main article.post,
    body div.x-main article.post:nth-of-type(3n+3) {
        margin: 0 3% 20px 0;
        width: 48%;
    }

    body div.x-main article.post:nth-of-type(2n+2) {
        margin: 0 0 20px 0;
        width: 48%;
    }

}

@media all and (max-width: 980px) {

    .archive div.x-main article.post,
    .blog div.x-main article.post,
    body div.x-main article.post:nth-of-type(3n+3) {
        margin: 0 3% 20px 0;
        width: 46%;
    }

    body div.x-main article.post:nth-of-type(2n+2) {
        margin: 0 0 20px 0;
        width: 46%;
    }

}

@media all and (max-width: 768px) {

    .archive div.x-main article.post,
    .blog div.x-main article.post,
    body div.x-main article.post:nth-of-type(3n+3),
    body div.x-main article.post:nth-of-type(2n+2) {
        margin: 0 1.5% 20px 0;
        width: 94%;
    }

}


/**
 * Voice Post
 */

.single-post .x-main.left .hentry .entry-featured {
    margin-top: 0;
}


/**
 * WMU Logo Icon
 */

.x-icon-wmu {
    position: relative;
}

.x-icon-wmu:before {
    position: absolute;
    width: 74%;
    height: 74%;
    top: 13%;
    left: 13%;
    background: url('images/icons/wmu.png') center center no-repeat;
    background-size: contain;
    z-index: 1;
    content: "";
}


/**
 * MISC (DAB)
 */


a.anchor{display: block; position: relative; top: -30px;}

.x-pricing-column h2 {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 5px 5px 15px;
    letter-spacing: 0;
    line-height: 1.1;
    font-size: 14px;
    color: #7a7a7a;
    background-color: #f5f5f5;
}
.x-pricing-column {
    float: left;
    margin: 0 0 -1px -1px;
    text-align: center;
    background-color: #fff;
}


/* Hide post date on homepage - 2/24/16 */
.home .x-recent-posts .x-recent-posts-date {
    display: none;
}



/**
 * Moved from inline - 2016
 */

/* Community Finder */

#find_locations_mobile {
    padding: 20px;
    text-align: center;
}

#find_locations_mobile a {
    display: inline-block;
    padding: 15px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,.2);
}

#find_locations_mobile a:hover,
#find_locations_mobile a:active {
    background: rgba(0,0,0,.3);
}

@media (min-width: 650px) {
    #find_locations_mobile {
        display: none;
    }
}

.map-container {
    height: auto;
    min-height: 470px;
}

div#watermark-locations {
    background-color: #fff;
}

div.wm-map-infobox {
    height: auto;
    width: auto;
    min-width: 350px;
    max-width: 500px;
    overflow: visible;
}

div.wm-map-infobox h3 {
    text-align: left;
    margin: 0;
    padding: 5px 5px 10px 5px;
    margin: 5px 0 0 0;
    text-transform: none;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .5px;
}

div.wm-map-infobox p {
    margin: 0;
    padding: 0 5px 10px 5px;
}

div#default-map {
    width: 100%;
    height: 320px;
    margin-bottom: 0px;
}

div#default-map img {
    max-width: none;
}

div#map-message {
    width: 80%;
    height: 200px;
    line-height: 200px;
    margin-bottom: -200px;
    font-size: 24px;
    border: 1px solid #999;
    box-shadow: 0px 0px 5px #999;
    font-weight: normal;
    background: #fff;
    position: relative;
    left: 10%;
    top: -300px;
    z-index: 2;
    text-align: center;
    vertical-align: middle;
    opacity: .9;
}

div#map-message h3 {
    height: 170px;
    line-height: 170px;
    vertical-align: middle;
}

div#map-message h3#narrow-view {
    display: none;
}

div#drop-down-location-links {
    display: none;
    padding: 10px 0;
}

@media all and (max-width: 1000px) {
    div#map-message h3#narrow-view {
        display: block;
    }

    div#map-message h3#full-view {
        display: none;
    }

    div#drop-down-location-links {
        display: block;
    }
}

@media all and (max-width: 600px) {
    div#drop-down-location-links span {
        display: none;
    }

    div#map-message h3#narrow-view span {
        display: none;
    }

    p.location-description {
        display: none;
    }

    div.wm-map-infobox {
        min-width: 0px;
        max-width: 250px;
    }

    div.wm-map-infobox h3 {
        font-size: 1.6em;
    }

    span.hide-for-mobile {
        display: none;
    }

    a.locations-web-link {
        display: block;
    }
}

div#watermark-locations a {
    color: #f58239;
}

div#watermark-locations h3 a {
    font-size: .8em;
}

div#watermark-locations .location-address {
    font-weight: bold;
}

div#watermark-locations table {
    margin-bottom: 25px;
}

div#watermark-locations h3#full-view {
    font-size: 20px;
    margin-top: 0;
    padding-top: 10px;
    user-select: none;
}

div#watermark-locations h3#full-view:hover {
    cursor: default;
}

.wm_map_section {
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    clear: both;
    margin: 0px;
    line-height: 2;
}

.wm_map_group:before,
.wm_map_group:after {
    content:"";
    display:table;
}
.wm_map_group:after {
    clear:both;
}
.wm_map_group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.wm_map_col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}

.wm_map_col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
    .wm_map_col {
        margin: 1% 0 1% 0%;
    }
}

#wm_map_wrapper {
    width: 100%;
    position: relative;
    text-align: left;
    line-height: 1.1;
    background-color: rgb(244, 243, 242);
}

/* Fixed Position Community Map Infobox */

#watermark-locations {
    position: relative;
}

#infowindow {
    position: absolute;
    top: 25px;
    right: 25px;
    visibility: hidden;
    min-height: 225px;
    width: 375px;
    padding: 10px 20px 15px 20px;
    overflow: hidden;
    border: 1px solid #999;
    box-shadow: 0 0 10px #999;
    background: #fff;
    z-index: 9;
}

#infowindow a.locations-web-link {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    background: #f58239;
    color: #fff;
    font-weight: bold;
}

#infowindow a.locations-web-link:hover {
    box-shadow: 0px 0px 5px #fff;
}

.communityNav {
    position: relative;
    min-width: 333px;
    left: -21px;
    top: -10px;
    margin: 0 0 -5px 0 !important;
    background: #3B5590;
    border-bottom: 1px solid #233C74;
    padding: 5px 15px 5px 28px !important;
    box-sizing: content-box;
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.communityNav strong {

}

.communityNav a {
    color: #7AFC4A !important;
}

/* Zoom Out Button */

#zoom_out {
    display: none;
    position: absolute;
    top: 8px;
    left: 35px;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    background: #f9f9f9;
    border: 1px solid #fff;
    box-shadow: 1px 1px 5px #999;
    color: #000;
    text-align: center;
    box-sizing: content-box;
    z-index: 9;
    cursor: pointer
}

#zoom_out:hover {
    box-shadow: 1px 1px 5px #666;
}

/* Sidebar: Level of Care & Website Select */

.map-container-left > div {
    padding: 5px 15px 2px 15px;
    line-height: 1.4;
    border-bottom: 1px solid #DDD;
}

.map-container-left > div:last-child {
    border-bottom: none;
}

.map-container-left h2,
.map-container-left h3,
.map-container-left h4 {
    color: #723031;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
    padding: 12px 0 10px 0;
}

.map-container-left p {
    margin: 0;
    padding: 0 0 16px 0;
}

.map-container-left select {
    margin-bottom: 16px;
}

p.sidebar_select_desc {
    margin: 0;
    padding: 0 0 12px 0;
}

#wm_loc_map_select {
    border: 1px solid #E7E7E7;
}

#wm_loc_map_select.selected {
    border: 1px solid #0C65B2;
}

/* Responsive */

@media all and (max-width: 1350px) {

    .map-container-left select {
        padding: 5px;
        height: auto;
    }

    .map-container-left p.sidebar_select_loc_desc {
        display: none;
    }

}

@media all and (max-width: 1180px) {

    .map-container-left,
    .map-container-right {
        float: none;
        display: block;
        width: auto;
    }

    body div.map-container-left {
        min-height: 0px;
        height: auto;
    }

    .map-container-left > div:first-child {
        width: 45%;
    }

    .map-container-left > div {
        display: inline-block;
        width: 25%;
        padding: 5px 1.5% 5px 1.5%;
        border-bottom: none;
        vertical-align: top;
    }

    .map-container-left > div:last-child {
        border-right: none;
    }

    .map-container-left p.sidebar_select_desc {
        display: none;
    }

}

@media all and (max-width: 1180px) {

    #map_state_cities {
        line-height: 24px;
    }

    .map-container {
        height: auto;
    }

}

@media all and (max-width: 900px) {

    .map-container-left > div {
        width: 49%;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .map-container-left > div:last-child {
        width: 49%;
        margin-right: 0;
        padding-right: 0;
    }

    .map-container-left > div:first-child {
        padding-top: 0;
        width: auto;
        display: block;
    }

    .map-container-left p {
        margin: 0;
        padding: 0 0 5px 0;
    }

    .map-container-left > div h3 {
        display: inline-block;
        font-size: 16px;
        line-height: 5px;
        white-space: nowrap;
        vertical-align: top;
        margin-right: 5px;
    }

    .map-container-left > div:first-child h3 {
        font-size: 18px;
        line-height: initial;
    }

}

@media all and (max-width: 780px) {

    .map-container-left > div select {
        max-width: 180px;
    }

    .map-container-left > div:last-child select {
        max-width: 150px;
    }

}

@media all and (max-width: 720px) {

    .map-container-left > div {
        display: none;
    }

    .map-container-left > div:first-child {
        display: block;
        padding-bottom: 10px;
    }

}

@media all and (max-width: 650px) {

    .map-container {
        display: none;
    }

}


/* Location Menu (Below Map) */

body .map-container,
body .map-container-left {
    min-height: 480px;
}

#map_state_cities {
    min-height: 140px;
}

.map_state_section {
    display: inline;
    cursor: default;
}

.map_state_section:after {
    margin: 0 6px;
    color: #7A7A7A;
    text-decoration: none !important;
    content: "\00a4";
}

.map_state_section::before {
    content: " ";
    font-size: 1px;
}

.map_state_section:last-child:after {
    display: none;
}

.map_state_section .map_state_name {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.map_state_section .map_state_name:after {
    margin: 0 3px;
    color: #7A7A7A;
    text-decoration: none !important;
    content: "\00a6";
}

.map_state_section .map_city {
    position: relative;
}

.map_state_section .map_city .location_link {
    white-space: nowrap;
}

.map_state_section .map_city:before {
    content: " ";
}

.map_state_section .map_city:nth-child(2)::before {
    display: none;
    content: "";
}

.map_state_section .map_city:after {
    margin: 0 3px;
    text-decoration: none !important;
    content: "\2022";
}

.map_state_section .map_city:last-child:after,
.map_state_section .map_city.last-child:after {
    display: none;
}

.map_state_section .location_link:hover {
    text-decoration: underline;
}

.multi_city {
    display: none;
}

/**
 * 2016 ADA
 */

.visually-hidden {
    color: #fff;
    background: #000;
}

body {
    color: #555;
}

body footer,
body footer div,
body footer a,
body footer p {
    color: #eee !important;
}

body #wm_map_wrapper {
    background-color: #F8F8F8;
}

.map-container-left {
    background-color: #EDEDED;
    color: #000;
}

.map-container-left p {
    color: #000;
}

select,
.map-container-left select,
.map-container-left option {
    color: #000;
}

.map_state_section .map_state_name {
    color: #333;
}

body div#watermark-locations a {
    color: #006ea3;
}

body #infowindow a.locations-web-link,
body a.expVisitWebsite {
    background: #005899;
}

body #infowindow a.locations-web-link:hover,
body a.expVisitWebsite:hover {
    background: #002D4E;
}

.expressionsCalendar .list_community_description .list_locations_buttons a {
    background: #6f5500;
}

.expressionsCalendar .list_community_description .list_locations_buttons a:hover {
    background: #4a3900;
}

body .x-sidebar .widget.widget_nav_menu .current-menu-item a {
    color: #b10000 !important;
}

body .x-recent-posts-date {
    color: #555 !important;
}

body > span[style="font-family:'foobox'; color:transparent; position:absolute; top:-1000em;"] {
    background-color: #fff;
}

.page-id-116 .x-pricing-column h2.man {
    padding-top: 12px;
    color: #000;
}

@media (min-width: 1200px) {
    .page-id-116 .x-pricing-column h2.man {
        min-height: 54px;
        line-height: 1.5;
        padding: 5px;
    }
}

.color_darkRed {
    color: #a50000;
}

.color_blue {
    color: #0055a8;
}

.color_purple {
    color: #4f40aa;
}

.page-id-178 .x-main.left > .single-post-excerpt,
.page-id-178 .x-main.left > .single-post-excerpt p,
.page-id-184 .x-main.left > .single-post-excerpt,
.page-id-184 .x-main.left > .single-post-excerpt p {
    margin-bottom: 0;
}

body a.entry-thumb {
    background-color: #000;
}

body .wrc_post_category_link_excerpt,
body .wrc_post_category_link_excerpt a {
    color: #715030;
}


/**
 * Skip Links
 */

#skip_links {
    position: relative;
    z-index: 999999;
}

#skip_links a.skip_link {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index: 999999;
    background: #fff !important;
    color: #0c65b2 !important;
}

#skip_links a.skip_link:focus {
    position:static;
    width:auto;
    height:auto;
    background: #fff;
    padding: 12px;
    border: 1px solid #000;
    color: #08508e !important;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}


/**
 * Locations Page Browse (ADA)
 */

#locations_browseWrap {
    padding: 0 40px;
}

#locations_browseWrap h1 {
    text-align: center;
    color: #000;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
}

#locations_browseWrapInner h2 {
    text-transform: none;
    letter-spacing: 0;
    color: #000;
    font-weight: 600;
}

#locations_browseWrapInner p {
    margin: 0 0 12px 0;
}

#locations_browseWrapInner p,
#locations_browseWrapInner ul {
    font-size: 18px;
    color: #111;
}

h2.locations_selectedHeading {
    letter-spacing: 0;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    /*color: #005899;*/
    color: #000;
    border-top: 2px solid #ccc;
    border-bottom: none;
    background: #f9f9f9;
    text-transform: none;
}

/**
 * Videos Page Template
 */
.page-template-template-videos .entry-content {
    background-color: #475367;
}

.page-template-template-videos .entry-content,
.page-template-template-videos .entry-content p {
    color: #fff;
}

.page-template-template-videos a {
    color: #8dd2ff;
}

.page-template-template-videos a:hover,
.page-template-template-videos a:focus {
    color: #d2edff;
}

.page-template-template-videos footer.x-colophon.top {
    background-color: #222;
    padding-bottom: 10px;
    padding-top: 35px;
    display: none !important;
}

.page-template-template-videos footer.x-colophon.top .widget::before {
    display: none !important;
}

.page-template-template-videos footer.x-colophon.bottom {
    padding-top: 35px;
    padding-bottom: 25px;
}

.page-template-template-videos footer.x-colophon.bottom > .x-container::before {
    display: block;
    content: "Watermark Retirement Communities \000AE";
    text-align: center;
    text-transform: none;
    font-size: 14px;
    padding-bottom: 4px;
}



/**
 * Blog/News Pages
 */

.wrc_blog {
    background: #fff;
}

.wrc_blog h1 {
    padding: 20px 0;
}

#wrc_blog_posts {
    font-size: 0;
}

#wrc_blog_posts p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.wrc_blog > .offset {
    padding: 0 50px 15px 50px;
}

.wrc_blog article {
    display: inline-block;
    width: 47.5% !important;
    margin-right: 5% !important;
    margin-bottom: 30px !important;
    padding-bottom: 20px !important;
    border: 1px solid #ccc;
    vertical-align: top;
}

.wrc_blog article:nth-child(2n+0) {
    margin-right: 0 !important;
}

.wrc_blog article header.entry-header {
    margin-bottom: 10px;
}

.wrc_blog .wrc_post_category_link_excerpt {
    top: -6px;
    padding: 0 20px 0 0;
}

.wrc_blog h2.entry-title {
    font-size: 110%;
    letter-spacing: .5px;
    line-height: 1.4;
    padding-left: 20px;
    padding-right: 20px;
}

.wrc_blog.x-main .hentry .entry-featured {
    margin-bottom: 0;
}

.wrc_blog.x-main .entry-date {
    font-size: 13px;
}

.wrc_blogPaginationLinks {
    clear: both;
    padding-bottom: 50px;
}

.wrc_blogPaginationLinks a {
    display: inline-block;
    padding: 8px 10px 9px 10px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    font-size: 16px;
    line-height: 1;
    transition: all .35s;
}

.wrc_blogPaginationLinks a:hover,
.wrc_blogPaginationLinks a:focus {
    background: #fff;
    border: 1px solid #555;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

@media (min-width: 1000px) {

    .wrc_blog article {
        width: 31% !important;
        margin-right: 3% !important;
    }

    .wrc_blog article:nth-child(2n+0) {
        margin-right: 3% !important;
    }

    .wrc_blog article:nth-child(3n+0) {
        margin-right: 0 !important;
    }
}

@media (max-width: 700px) {

    body .wrc_blog article {
        width: auto !important;
        margin-right: 0 !important;
    }

    .wrc_blog > .offset {
        padding: 0 25px 15px 25px;
    }
}

/* Responsive 2018 */

@media (max-width: 979px) {

    body h1.entry-title {
        font-size: 180%;
        line-height: 1.35;
    }

    body .x-main.left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .x-sidebar.right {
        margin-top: 30px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .x-sidebar.right .textwidget > h2:first-child {
        margin-top: 0;
        padding-top: 0;
    }

    #comments form {
        margin-bottom: 0;
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {

    .home .x-column.x-sm {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .x-accordion-heading .x-accordion-toggle {
        font-size: 80%;
    }

    .x-accordion .x-accordion-inner img {
        max-width: 50%;
    }

    .x-accordion .x-accordion-inner img.alignleft {
        margin-right: 1.25em;
    }

    .x-recent-posts {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {

    body .h-landmark.entry-title {
        font-size: 40px;
        line-height: 1.25;
        padding: 10px 0px 20px 0px;
    }

    body h1.entry-title {
        font-size: 150%;
    }

    body .x-main.left {
        margin: 0 -6%;
    }

    body .x-sidebar.right {
        margin-top: 0;
        margin-left: -6%;
        margin-right: -6%;
    }

    .x-accordion .x-accordion-inner img {
        position: relative;
        display: block;
        margin: 8px auto 15px auto !important;
        width: auto;
        max-width: 90%;
        float: none !important;
    }
}

@media (max-width: 500px) {

    body .h-landmark.entry-title {
        font-size: 30px;
        line-height: 1.25;
        padding: 10px 0px 10px 0px;
    }
}