/*
 Theme Name:   Clair Hills Child Theme
 Theme URI:    http://www.clairhillsretirement.com
 Description:  Theme customized for Clair Hills
 Author:       Signature Retirement Living
 Author URI:   http://www.signatureretirementliving.com/
 Template:     SignatureRetirementLivingTheme
 Version:      1.0
*/

/** GENERAL STYLES **/

section.content {
	padding:70px 20px 70px 20px;
}

.view-gallery .icon, .virtual-tour .icon {
	width:121px;
	height:82px;
	margin:0 auto 15px auto;
	background:url(images/icons-sprite.png) no-repeat 0px 0px;
}

.virtual-tour .icon {
	background-position:-139px 0px;
	width:157px;
}

.view-gallery .icon.hover {
	background-position:0px -96px;
}

.virtual-tour .icon.hover {
	background-position:-139px -96px;
}

code {	font-family:"Corbel", Helvetica, sans-serif;}

/** HEADER STYLES **/

header {
	color:#5B8F22;
	font-family:"BookAntiqua", Helvetica, sans-serif;
	height:90px;
}

header a {
	text-decoration: none;
}

header .logo {
	left:0px;
	border:none;
	width:278px;
}

header .logo img {
	border:none;
}

header nav ul {
	margin-left:310px;
	margin-top:16px;
	float:left;
}

header nav li {
	line-height:57px;
	margin:0px 0px 0px 0px;
}

header .nav-menu li + li:before{
    content: "|";
    padding: 0px 0px;
}

header nav li a {
	color:#5B8F22;
}

header nav .sub-menu {
	top: 57px;
	background: white;
	min-width:auto;
	margin:0;
}

header nav .sub-menu li .sub-menu {
	width: 160%;
}

header hgroup {
	margin-right:32px;
	margin-top: 13px;
	border-bottom:none;
}

header .resize {
	float:right;
	margin:16px 0px 0px 0px;
	border-right:none;
}

header #increase, header #reset, header #decrease {
	color:#5B8F22;
}

header .social .facebook, header .social .twitter {
	background:url(images/social-icons.png) no-repeat 0px 0px;
}

/** SLIDER STYLES **/

.slider .flex-direction-nav a {
	background:url(images/arrows.png) no-repeat 0px 0px;
}

/** CARETYPE STYLES **/

section.grey_bg {
	padding-bottom:30px;
}

.caretype_container .caretype a {
	text-decoration: none;
}

.caretype_container .caretype h2 {
	background:url(images/tile-transparent.png) repeat center center;
}

.caretype h2.tall {
	background:url(images/tile-transparent.png) repeat center center;
}

.caretype_container .caretype p {
	background:url(images/tile-transparent.png) repeat center center;
}

.caretype p.tall {
	background:url(images/tile-transparent.png) repeat center center;
}

/** COMMUNITY STYLES **/

section.community {
	padding-bottom:10px;
}

.community h1 {
	font-size:2.125em;
	font-family:"BookAntiqua", Helvetica, sans-serif;
	text-align:center;
	margin-top:0px;
}

.community p {
	margin:20px auto 20px auto;
	text-align:center;
	width:90%;
}

.community .divider {
	width:508px;
	height:34px;
	background:url(images/community_divider.jpg) no-repeat center center;
	margin:50px auto 50px auto;
}

.community .quote-box {
	background: url(images/quotes.jpg) no-repeat center center;
}

/** EVENTS STYLES **/

section.events {
	padding-bottom:40px;
}
.events .half {
	width:50%;
	margin-right:0;
}
.events .location {
	font-style: italic;
	font-size:0.875em;
	display:inline;
}
.events .rsvp {
	background-color:#5B8F22;
}
.wpmudevevents-list h3.listing-title {
	display:inline;
}
.wpmudevevents-list .wpmudevevents-viewevent {
	display: inline-block;
	float: right;
	padding:6px 20px 6px 20px;
	border:1px solid #000000;
	text-decoration: none;
	background-color:#5B8F22;
	color:#ffffff;
}
.wpmudevevents-list .wpmudevevents-viewevent:hover {
	background-color:#ffffff;
	color:#1a1a1a;
}
a.wpmudevevents-yes-submit, input.wpmudevevents-yes-submit{
	float: center;
	color: #75ab24;
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 9px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
	text-decoration:none;
}
:hover.wpmudevevents-yes-submit{
	background: #f5f5f5;
}
.wpmudevevents-yes-submit:after {
	clear:both;
}
a.wpmudevevents-maybe-submit, input.wpmudevevents-maybe-submit{
	display:none !important;
}
a.wpmudevevents-no-submit, input.wpmudevevents-no-submit, #eab-rsvps-rsvp_with_email-trigger{
	float: center;
	color: #bd3328;
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 9px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
	text-decoration:none;
}
:hover.wpmudevevents-no-submit{
	background: #f5f5f5;
}
.wpmudevevents-list .wpmudevevents-no-submit{
	float: left;
	margin: 0 10px 0 0;
}
.wpmudevevents-contentmeta {
	overflow: hidden;
	padding: 10px 0 0 0;
}
.wpmudevevents-location {
	float: left;
	margin: 0 20px 0 0;
	background: url('images/052.png') 0 5px no-repeat;
	padding: 0 0 0 20px;
}
.wpmudevevents-date {
	float: left;
	margin: 0 20px 0 0;
	background: url('images/018.png') 0 5px no-repeat;
	padding: 0 0 0 20px;
}
#wpmudevevents-wrapper h3 {
	float:none !important;
}
.wpmudevevents-buttons {
	float:none !important;
	margin: 15px 0px 15px 0px;
}
.wpmudevevents-box {
	margin-top:15px;
}
#eab-rsvps-rsvp_with_email-wrapper {
	margin-top:75px;
}
#eab-rsvps-rsvp_with_email {
	display: block;
	margin: 10px 0px 10px 0px;
	border: 1px solid #000;
	background: #E1E1E1;
	font-size: 1em;
	padding: 5px 0px;
	color: #1A1A1A;
	width: 400px;
}
#wpmudevevents-login_links-wrapper {
	display:none;
}


/** FOOTER STYLES **/

footer .navigation {
	color:#adadad;
	background:#363636;
	padding:45px 40px 50px 40px;
	border-top:none;
}

footer h2 {
	color:#b5cc96;
}

footer ul li a {
	color:#adadad;
}

footer .social {
	background:url(images/social-grey-sprite.png) no-repeat 0px 0px;
}

footer .bottom {
	color:#363636;
	background:transparent;
}

/** Main Page Content **/

.slider span.ribbon {
	position: absolute;
	top: 50px;
	right: -20px;
	font-size: 40px;
	color: white;
	font-family:"NautiGal", Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:5px 40px 5px 20px;
	text-shadow:2px 2px 5px #000;
	background-color:red;
}
.slider span.ribbon:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #AF0000 transparent transparent #AF0000;
}
.slider span.ribbon:before
{
	content: ' ';
	position: absolute;
	width: 30px;
	height: 0;
	left: -30px;
	top: 0px;
	border-width: 30px 10px;
	border-style: solid;
	border-color: red red red transparent;
}

.left_content a {
	color:#1a1a1a;
	text-decoration: none;
}

.left_content .list_caretype {
	list-style-type: none;
}

.left_content .list_caretype li a:hover {
	cursor: pointer;
	background:#f0f0f0;
}

.left_content .list_caretype li a:first-child {
	border-left:1px solid #e1e1e1;
}

/** GRAVITY FORMS STYLES **/

aside .gform_wrapper .top_label input.medium, 
aside .gform_wrapper .top_label select.medium {
	width:99%;
}

.gform_wrapper .gform_footer input[type=submit],
.single_job_listing .application .application_button {
	background:#5B8F22;
	border:1px solid #ffffff;
}

.single_job_listing .application {
	display: none;
}

.gform_wrapper .gform_footer input[type=submit]:hover,
.single_job_listing .application .application_button:hover {
	background-color:#ffffff;
	color:#1a1a1a;
	cursor: pointer;
	border:1px solid #000000;
}

aside .gform_wrapper .gform_footer input[type=submit] {
	max-width: inherit;
}

/** TABS **/

#tabs li.active {
	background:#5B8F22;
}

/** FAQ STYLES **/

.qa-faq h3 {
	margin:0px;
	background:transparent;
	padding:0px;
}

.qa-faq a {
	color:#1a1a1a;
	text-decoration: none;
	font-size:1.2em;
	padding-left: 25px;
	background: url(images/plus.png) no-repeat center left;
	margin: 10px 0px 10px 0px;
	display:block;
}

.qa-faq h3.active {
	background:transparent;
}

.qa-faq h3 a.active {
	background-image:url(images/minus.png);
}

/** BLOG STYLES **/

.content .moretag {
	color:#5B8F22;
}

.bottom_right a {
	color: white;
}


/** JOBS STYLES **/

.single-job_listing aside, .single-job_listing .company, .job_listings .company_logo, .single-job_listing .nocomments {
	display:none;
}
.single_job_listing .application .application_button {
	float:none !important;
}
ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
	padding-left:0px;
}
.single-job_listing .content article {
	border-bottom:none;
}


/** GALLERY STYLES **/

.ngg-album-compact .take-a-tour {
	background:url(images/tour.png) no-repeat center center;
}

.ngg-album-compact .take-a-tour:hover {
	background:url(images/tourActive.png) no-repeat center center;
}

/** Caretype Selector Sidebar Styles **/
.caretype_selector h2 {
	color: #1a1a1a;
	font-size: 1.15em;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	font-family: "BookAntiqua", Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #000000;
	width: 100%;
}

.caretype_selector ul {
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type: none;
}

.caretype_selector ul li a {
	padding:5px 5px 5px 5px;
	width:80%;
	margin:0 auto 15px auto;
	text-align: center;
	display: block;
	border: 1px solid #000000;
	text-decoration: none;
	background-color: #5B8F22;
	color: #ffffff;
	font-size:1.1em;
	font-weight:bold;
}
.caretype_selector ul li a:hover {
	background-color: #ffffff;
	color: #1a1a1a;
}

/** 404 PAGE STYLES **/
.error404 .container {
	margin-top:50px;
	min-height:400px;
}

.caretype_container .remove-cursor:hover {
	cursor: default;
}