/*
Theme Name:		KDW Framework
Theme URI: 		http://dev.keydesignwebsites.com/
Version: 		3.1.2
Description: 	Key Design Websites' blank theme architecture. Modified from <a href="http://ptahdunbar.com" target="_blank">Ptah Dunbar's</a> <a href="http://wpframework.com/" target="_blank">WP-Framework</a> .
Author: 		Jessica Rodgers
Author URI:		http://keydesignwebsites.com
	
Some table and other basic functions are held within "reset.css"

*/


@import url( 'reset.css' );

.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/************* BODY / GLOBAL / RHYTHM *************/

body {
	/*background: url(images/bodybg.jpg) repeat-x center top;*/

background: url(images/bodybg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
.container{width: 100%;}
.containerinner { margin: 0px auto; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

/* Vertical Rhythm  */
.entry-meta { padding-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { padding-bottom: 20px; }
.hentry, .comment, .navigation-links { padding-bottom: 40px; clear: both; }
.wp-pagenavi { clear: both; margin-top: 20px; }


/************* LINK COLORS *************/

a { color: #770a0e; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #770a0e; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }

/************* HEADER *************/

.header {
        background: url(images/headerwrap.jpg) repeat center top;
	width: 100%;
	height: auto;
}

#logo {
	float: left;
	margin:0 0 0 50px;
}

.headercontact {
	float: right;
	margin: 80px 0 0 0;
	text-align: right;
}

.headercontact span {
	font-family: 'Oswald', sans-serif;
        font-weight: bold;
	color: #770a0e;
	font-size: 30px;
}
.headercontact span a {
       
	color: #770a0e;
	text-decoration: none;
}
.headerphone a {
        display: none;
	color: #770a0e;
	text-decoration: none;
}

.header-navigation {
        background-color: #770a0e;
	width: 100%;
	height: auto;
	clear: both;
}

.header-navigation h2{color: #fff; font-family: 'Open Sans', sans-serif;text-align: center; letter-spacing: 0.5em; font-weight: normal;}

.header-social {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
}

.header-social li {
	float: left;
	margin: 0px 3px;
	padding: 1px;
}

.header-social li a {
	opacity: 0.8;
}

.header-social li a:hover {
	opacity: 1.0;
}

.header-social li a img {
	height: 30px;
	width: auto;
}
	
.jquery-responsive-select-menu {
	background: url('images/responsive-select.png') right center no-repeat #ccc;
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 5px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
}


#header-image-container{
   position: relative; 
   margin: 0 auto;
   height: auto;
   width: 100%;
}

.header-image-text{
   position: absolute;
   width: 100%;
   height: auto;
   z-index: 300; 
   top: 391px;
   background: url(images/image-textbg.png) no-repeat right center;
}

.header-image-text p{
  font-family: 'Oswald', sans-serif;
  font-size: 32px;
  color: #770a0e;
  text-transform: uppercase;
  padding: 10px 0;
  text-align: right;
  margin-right: 20px;
}

/************* SIDEBAR *************/

.aside { width: 30%; float: right; }

.template-fullwidth .aside { display: none; }

.widget {
	margin: 0 auto;
}

#widget-1 h2{color: #fff; letter-spacing: 0.8em}

#widget-1{
 color: #fff;
 background-color: #000;
 padding: 20px 0; 
 text-align: center;
 -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}
#widget-3{
 background-color: #961a00;
 padding-top: 20px; 
 -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    4px 4px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

.sidebar-header {
	padding: 10px 0;
	background-color: #ccc;
}

.sidebar-image {
	display: block;
}

.sidebar-video {
	position: relative;
	display: block;
}

.sidebar-videothumb {
	display: block;
	margin: 0 auto;
}

.sidebar-videopopup iframe {
	width: 560px;
	height: 315px;
}

.sidebar-videoplay {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.8;
}

.sidebar-video:hover .sidebar-videoplay {
	opacity: 1.0;
}

.widget-border {
	display: block;
	width: 100%;
	clear: both;
	margin: 0 auto;
}


/************* CONTENT *************/

#content {
	clear: both;

}

#content .containerinner{background-color: #fff; padding: 20px 0;}

.hfeed { width: 60%; float: left; }

.template-fullwidth .hfeed { width: 100%; }

.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #000; font-size: 24px; line-height: 28px; padding-bottom: 20px; }
.entry-title a:hover { color: #2361a1; text-decoration: none; }

.entry-meta { opacity: 0.5; }

.entry-footer {
	text-align: right;
}

.type-post {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0;
}

.home .entry-title{display: none;}

/************* TESTIMONIALS TEMPLATE *************/

blockquote.testimonial {
	width: 95%;
	margin: 0 auto 20px auto;
	border: 1px solid #ccc;
	padding: 2%;
}

.testimonial-author {
	display: block;
	padding: 10px 0;
	text-align: right;
	font-style: normal;
}

.testimonial-author:before {
	content: close-quote;
	font-size: 60px;
	text-align: right;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 24px;
	visibility: hidden;
}

.testimonial-author span{
	font-weight: bold;
}

h6.testimonial-notes {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0;
	font-weight: bold;
	font-style: normal;
}

.testimonial iframe {
	height: 360px;
}

/************* CONTACT TEMPLATE *************/

.contact-form {
	width: 100%;
	float: left;
}

.contact-form.contact-formfull,
.contact-map.contact-mapfull {
	width: 100%;
	float: none;
}

form .contact-website { position: absolute; left: -9999999px; }

.contact-form p { padding-bottom: 10px; }

.contact-form label {
	display: block;
	background-color: #ccc;
}

.contact-form label input {

        background-color: #b7b6b1;
	margin-right: 1%;
	margin-left: 2px;
}

.contact-messagehead {
	display: block;
	line-height: 24px;
	text-indent: 10px;
	background-color: #ccc;
}

.contact-map {
	width: 45%;
	float: right;
}

.contact-phones {
	padding-bottom: 10px;
}

.contact-phones {
	float: left;
	width: 48%;
	margin-right: 7%;
}

.contact-emails {
	float: left;
	width: 45%;
}

.contact-emails p, .contact-phones p {
	clear: both;
	display: block;
}

.contact-emails h3, .contact-phones h3 {
	background-color: #ccc;
	text-indent: 1%;
}

.directions-link { font-size: 0.8em; }

/************* FOOTER *************/

 #lodge-links li{font-family: 'Oswald', sans-serif; font-size: 14px; text-transform: uppercase;}
 #lodge-links-title{font-size: 14px; color: #040000; font-family: 'Oswald', sans-serif; letter-spacing: 10px; text-align: center; text-transform: uppercase;}
.footer {
        background-color: #770a0e;
	clear: both;
}

#copyright {
	padding-top: 20px;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 3px;
}

#copyright, #copyright a, #copyright a:hover {
	text-decoration: none;
	color: #fff;
}

#developer { display: block; opacity: 0.6; -webkit-transition: all 450ms ease;-moz-transition: all 450ms ease;-ms-transition: all 450ms ease;-o-transition: all 450ms ease;transition: all 450ms ease; }
#developer:hover { opacity: 1.0; -webkit-transition: all 450ms ease;-moz-transition: all 450ms ease;-ms-transition: all 450ms ease;-o-transition: all 450ms ease;transition: all 450ms ease; }

.copyrightkey {
	background: url('images/kdw-footer.png') left center no-repeat;
	width: auto;
	height: 25px;
	display: inline-block;
	border: 0;
	padding-left: 25px;
}


/************* FORMS & INPUT AREAS *************/

input, textarea, button { background: #fafafa; border: 1px solid #ccc; color: #444; font-size: 14px; max-width: 100%; padding: 3px; }
input[type="submit"] { font-size: 18px; padding: 2px 10px !important; cursor: pointer; }
input:focus, textarea:focus, input[type="submit"]:hover { background: #fff; border-color: #777 #ccc #ccc #777; }
input[type="submit"]:active, input[type="submit"]:focus { background-color: #ccc; }
textarea { padding: 0px; margin: 0; width: 100%; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

.requiredred { color: #c00 !important; }



/************* TEXT, TYPOGRAPHY & FORMATTING *************/

body, input, textarea { font: 13px/1.5 'Open Sans', sans-serif; }

.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; clear: both; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 0.2em; color: #770a0e;}
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote {
	font-style: italic;
     background:#fff;
     border-left:10px solid #ccc;
     margin:1.5em 10px;
     padding:.5em 10px;
     quotes:"\201C""\201D""\2018""\2019";
}
blockquote:before {
     color:#ccc;
     content:open-quote;
     font-size:4em;
     line-height:.1em;
     margin-right:.25em;
     vertical-align:-.4em;
}
blockquote p {
     display:inline;
}

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.menu { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }



/************* IMAGES & CAPTIONS *************/

img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }



/************* NAVIGATION BAR *************/

/*** DEFAULT COLORS/STYLES ***/
/* Overall style */
.menu {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	letter-spacing: 3px;
	float: left;
	margin: 0;
	background: #ccc;
}

#menu-legal-menu.menu {
	text-transform: none;
	font-family: inherit;
	font-size: 10px;
	letter-spacing: 0;
	float: none;
	background: transparent;
	padding-bottom: 20px;
	opacity: 0.6;
}

/* Root links */
.menu a, .menu a:link, .menu a:visited { text-decoration: none; color: #000; padding: 8px 30px; }
#menu-legal-menu.menu a, #menu-legal-menu.menu a:link, #menu-legal-menu.menu a:visited { text-decoration: none; color: #fff; padding: 0px 10px; }
.menu .current-menu-item a { text-decoration: none; color: #000; background-color: #fafafa; }
#menu-legal-menu.menu .current-menu-item a { text-decoration: none; color: #fff; background-color: inherit; }
.menu li a { border-right: 1px solid #000; }
#menu-legal-menu.menu li a { border-right: none; }
.menu li:last-child a { border-right: none; }

/* Root link hover */
.menu a:hover, .menu li.menu-hover > a { color: #000; }
#menu-legal-menu.menu a:hover, #menu-legal-menu.menu li.menu-hover > a { color: #ccc; }

/* Root menu item hover */
.menu li:hover, .menu li.menu-hover { background: #fafafa; }
#menu-legal-menu.menu li:hover, #menu-legal-menu.menu li.menu-hover { background: inherit; }

/* Submenus */
.menu ul { border: 1px solid #ccc; background: #fafafa; }
.menu ul.sub-menu a { padding: 8px 15px; border-right: none; border-bottom: 1px solid #ccc; }

/* Submenu item hover */
.menu ul.sub-menu a:hover { background-color: #ccc; }

/*** MENU FUNCTION STYLES ***/
.menu { white-space: nowrap; display: inline-block; *display: inline; *zoom: 1; }
.menu, .menu ul { padding: 0; list-style: none; }
.menu ul { display: none; position: absolute; z-index: 1000000; float: none; margin: 0; }
.menu ul ul { top: 0; left: 100%; }
.menu li {  margin: 0; padding: 0;  display: inline-block; *display: inline; *zoom: 1; *vertical-align: bottom; }
.menu li a { display: block; line-height: 1; }
.menu ul li {  position: relative; display: block; }

.menu-legal-menu-container { width: 100%; overflow: hidden; }
#menu-legal-menu { list-style: none; position: relative !important; float: left !important; display: block !important; left: 50%; }
#menu-legal-menu li { position: relative !important; float: left !important; display: block !important; right: 50%; }


/*************SLIDESHOW & GALLERY *************/

.slideshow {width: 100%; margin: 0 auto; clear: both;}
.pika-stage {position: relative; width: 100%; height: auto !important;}

	.pika-stage .pika-aniwrap, .pika-stage .main-image {position: absolute; top: 0; left: 0;}
	.pika-stage .pika-aniwrap{width:100%;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0;max-height:100%; height: auto;}

.pika-stage .caption {position: absolute; background:#000; background: rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 11px; color: #fafafa; padding: 10px; text-align: right; bottom: 20px; right: 10px;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}
.pika-textnav, .pika-imgnav {display:none;}
.pika-counter{position: absolute;bottom: -20px;left:15px;font-size:11px; display: none;}
.slideshow-featuredcontent .caption, .slideshow-nodescription .caption { visibility: hidden !important; }

#slideshow, #slideshow-gallery, .slideshow-gallery {display:none;}

.gallery { list-style-type: none; float: left; margin: 0 !important; padding: 0; width: 100%; }
.gallery li {
	float: left;
	width: 18%;
	margin: 1%;
	opacity: 0.8;
	-moz-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1.0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

.gallery li:hover {
	opacity: 1.0;
	-moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}

/************* COMMENTS, BLOG & NAVIGATION (remove is not enabled on site) *************/

.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

#comment{
	position:absolute;
	left:-9000px;
}

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* Navigation */
.page-navigation .menu-next { float: left; }
.page-navigation .menu-previous { float: right; }
.single-page-navigation .menu-next { float: right; }
.single-page-navigation .menu-previous { float: left; }