/*
Theme Name: P4P
Theme URI: http://paradise4paws.com/
Author: York & Chapel
Author URI: http://yorkandchapel.com/
Description: P4P
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: p4p
*/

/**
 * Imports
 * -----------------------------------------------------------------------------
 */

@import url(//fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

/**
 * Wordpress Styles
 * -----------------------------------------------------------------------------
 */

.alignnone {
    /*margin: 5px 20px 20px 0;*/
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    /*margin: 5px 20px 20px 0;*/
    margin: 0 15px 15px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}

/**
* General
* -----------------------------------------------------------------------------
*/

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;

	-webkit-font-smoothing: antialiased;
}

img {
	max-width: 100%;
}

a {
	color: #6f4ca1;
}

a:hover, a:focus, a:active {
	color: #82af45;
	text-decoration: none;
}

.vertical-align-middle {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: -4px;
}

.top-buffer {
	margin-top: 30px;
}

/* Headings */

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 30px;
	margin-bottom: 30px;
}

h1, .h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	color: #3d3e3d;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
}

h2, .h2 {
	font-family: Oswald, sans-serif;
	color: #7252a1;
	font-size: 25px;
	/*text-transform: uppercase;*/
}

h3, .h3 {
	color: #82af45;
	font-size: 18px;
	font-weight: 600;
}

h4, .h4 {
	font-family: Oswald, sans-serif;
	color: #555;
	font-size: 16px;
	text-transform: uppercase;
}

.entry-title {
	margin-top: 0;
}

.all-caps {
	text-transform: uppercase;
}

/* Horizontal Rule */

hr.paw-divider {
	border-top: 1px solid #777;
	margin: 40px -15px 40px -15px;
}

hr.paw-divider:before {
	content: "";
	display: block;
	background-color: #404040;
	width: 100px;
	height: 1px;
	margin: auto;
	position: relative;
	top: -1px;
}

hr.paw-divider:after {
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	margin: auto;
	position: relative;
	top: -23px;
	background: #212221 url(images/icon-paw.png) no-repeat center center;
	background-size: 70%;
	border-radius: 50%;
}

hr.pet-divider {

}

hr.pet-divider:before {
	content: "";
	display: block;
	background-color: #fff;
	width: 60px;
	height: 1px;
	margin: auto;
	position: relative;
	top: -1px;
}

hr.pet-divider-dog:before,
hr.pet-divider-cat:before {
	width: 40px;
}

hr.pet-divider:after {
	content: "";
	display: block;
	height: 25px;
	margin: auto;
	position: relative;
	top: -13px;
	z-index: 1;
}

hr.pet-divider-dogcat:after {
	content: url(images/icon-dogcat.png);
}

hr.pet-divider-dog:after {
	content: url(images/icon-dog.png);
}

hr.pet-divider-cat:after {
	content: url(images/icon-cat.png);
}

/* Buttons */

.btn {
	border-radius: 20px;
	text-transform: uppercase;
	background-color: #82af45;
	color: #fff;
	border: none;
	font-size: 12px;
	font-family: Oswald, sans-serif;
	padding: 6px 18px 6px 6px;
}

.btn:hover {
	background-color: #94cf44;
	color: #fff;
}

.btn:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #212221 url(images/icon-paw.png) no-repeat center center;
	background-size: 70%;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 7px;
}

.btn span {
	vertical-align: middle;
}

.btn-link:hover {
	text-decoration: none;
}

.btn-link:after {
	font-family: 'FontAwesome';
	content: "\f101";
	padding-left: 5px;
	vertical-align: text-top;
}

/* Forms */

.form-control {
	border-radius: 0;
	border-color: #ccc;
	padding: 10px 10px;
	font-family: Oswald, sans-serif;
	font-weight: lighter;
}

select.form-control {
	padding-top: 0;
	padding-bottom: 0;
}

::-webkit-input-placeholder {
	text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
	text-transform: uppercase;
}

::-moz-placeholder {  /* Firefox 19+ */
	text-transform: uppercase;
}

:-ms-input-placeholder {
	text-transform: uppercase;
}

textarea.form-control {
	resize: vertical;
}

/* Tables */

table {
	background-color: transparent;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
}

table>tbody>tr:nth-child(odd) {
	background-color: #f9f9f9;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

/* Lists */

ul {
	list-style-image: url(images/bullet-paw.gif);
}

ul li {
	padding-left: 5px;
}

/**
* Structure
* -----------------------------------------------------------------------------
*/

/* CTA */

.cta .cta-call-today {
	color: #555;
}

.cta .cta-phone-number {
	color: #7252a1;
	font-weight: bold;
	margin-left: 5px;
}

.cta-mobile {
	text-align: center;
	font-family: Oswald, sans-serif;
	background-color: #eee;
	padding: 10px 15px;
	font-size: 18px;
}

/* Main Content */

.main-content {
	margin-bottom: 45px;
}

/* Wide Column */

.widecolumn {
	text-align: center;
	max-width: 1600px;
	margin: auto;
	padding: 30px 30px 0 30px;
}

/* Container */

.container-fluid {
	max-width: 1600px;
	padding-left: 60px;
	padding-right: 60px;
}

.container-fluid.sm-padding {
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.container-fluid.max-1200 {
	max-width: 1200px;
}

/* Entry Content */

.entry-content {
	margin-top: 45px;
	padding-bottom: 45px;
}

/* Section Header */

.section-header {
	padding: 50px 0;
	text-align: center;
	background-color: #f6f6f6;
	margin: 30px 0;
}

.section-header span {
	text-transform: uppercase;
	font-size: 38px;
	color: #535454;
	font-weight: lighter;
}

/* Columns */

.col-sm-4 img,
.col-md-4 img {
	width: 100%;
	height: auto;
}

/* Wells */

.well {
	border-radius: 0;
	border: none;
	background-color: #e8e8e8;
	color: #7252a1;
	text-transform: uppercase;
	font-size: 24px;
	padding: 15px;
	text-align: center;
	font-weight: lighter;
	font-family: "Oswald", sans-serif;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 45px 0;
}

.well strong {
	font-weight: normal;
}

/**
* Homepage
* -----------------------------------------------------------------------------
*/

/* Slideshow */

#homepage-slideshow-container {
	position: relative;
}

#homepage-slideshow .slide {
	height: 540px;
	background-size: cover;
	background-position: center center;
}

#homepage-slideshow .slide .slide-link {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#homepage-slideshow .slide:hover .btn-link {
	color: #ddd;
}

#homepage-slideshow-container .btn-slideshow-arrow {
	position: absolute;
	top: 0;
	height: 100%;
	line-height: 540px;
	font-size: 64px;
	color: rgb(150,150,150);
	color: rgba(150,150,150,.5);
	z-index: 1;
	cursor: pointer;
	padding: 0 15px;

	-webkit-text-stroke: 1px rgba(0,0,0,.3);

	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#homepage-slideshow-container .btn-slideshow-arrow:hover {
	color: rgba(150,150,150,.8);
}

#homepage-slideshow-container .btn-slideshow-prev {
	left: 0;
}

#homepage-slideshow-container .btn-slideshow-next {
	right: 0;
}

#homepage-slideshow .hero-caption {
	margin: 100px 100px 0 100px;
}

/* Services */

.homepage-services {
	text-align: center;
	padding: 30px 0;
}

.homepage-services h2 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.homepage-services h4 {
	margin-top: 0;
	font-size: 18px;
}

/* Testimonials */

.homepage-testimonials {
	background-color: #eee;
	width: 100%;
	padding: 30px 0;
}

.homepage-testimonials h2 {
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.homepage-testimonials-intro {
	text-align: center;
}

.homepage-testimonials blockquote {
	position: relative;
	padding: 20px 50px;
	margin-bottom: 0;

	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-align-items: center;
	align-items: center;

	justify-content: center;
}

.homepage-testimonials .panel-body:before,
.homepage-testimonials .panel-body:after {
	display: block;
	font-size: 50px;
	line-height: 1;
	height: 50px;
	position: absolute;
	color: #82af45;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-weight: bold;
}

.homepage-testimonials .panel-body:before {
	content: "\201C";
	left: 120px;
	top: 20px;
}

.homepage-testimonials .panel-body:after {
	content: "\201D";
	right: 30px;
	bottom: 0px;
}

.owl-dots {
	text-align: center;
	margin-top: 30px;
}

.owl-dot {
	background-color: #fff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 5px;
}

.owl-dot:hover,
.owl-dot.active {
	background-color: #82af45;
}

/* Media */

.homepage-media {
	padding: 30px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.homepage-media-heading {
	display: inline-block;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	font-weight: lighter;
	color: #555;
	font-size: 18px;
}

.homepage-media-heading:after {
	color: #82af45;
	content: "\f101";
	font-family: 'FontAwesome';
	padding-left: 5px;
	vertical-align: text-top;
}

.homepage-media-list {
	display: inline-block;
	margin-bottom: 0;
}

.homepage-media-list li {
	margin-left: 30px;
}

/**
* Make a Reservation
* -----------------------------------------------------------------------------
*/

/* Button */

.btn-make-a-reservation  {
	position: fixed;
	/*position: absolute;*/
	top: -290px;
	bottom: 0;
	height: 1.5em;
	margin: auto;
	left: 0;
    -webkit-transform-origin: 0 50%;
       -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
         -o-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
       -moz-transform: rotate(-90deg) translate(-50%, 50%);
        -ms-transform: rotate(-90deg) translate(-50%, 50%);
         -o-transform: rotate(-90deg) translate(-50%, 50%);
            transform: rotate(-90deg) translate(-50%, 50%);
}

.admin-bar .btn-make-a-reservation {
	top: -230px;
}

.btn-make-a-reservation span {
	/*background-color: #82af45;*/
	background-color: rgb(130,175,73);
	/*background-color: rgba(130,175,73,.9);*/
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	padding: 5px 15px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.btn-make-a-reservation span:hover {
	background-color: #6f4ca1;
}

.btn-make-a-reservation span:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #212221 url(images/icon-paw.png) no-repeat center center;
	background-size: 70%;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}

/**
* Hero
* -----------------------------------------------------------------------------
*/

.hero {
	height: 420px;
	overflow: hidden;
	position: relative;
	/*margin-left: -15px;*/
	/*margin-right: -15px;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*margin-bottom: 30px;*/
}

.hero:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* adjusts for spacing */
}

.hero-img {
	display: none;
}

.hero-caption {
	display: inline-block;
	vertical-align: middle;
	margin: 30px;
	max-width: 50%;
	background-color: rgb(111,76,161);
	background-color: rgba(111,76,161,.8);
	padding: 40px;
	color: #fff;
	text-align: left;
	font-family: 'Open Sans Condensed', sans-serif;
}

.hero-caption-left {
	text-align: left;
}

.hero-caption-right {
	text-align: right;
}

.hero-caption p {
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 25px;
}

.hero-caption-subtext {
	color: #fff;
	font-family: Oswald, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

a.hero-caption-subtext:hover {
	color: #ddd;
}

/**
* Accordion
* -----------------------------------------------------------------------------
*/

.accordion {
	margin-bottom: .5em;
}

.accordion .accordion-title {
	cursor: pointer;
	background-color: #eee;
	padding: 10px 30px 10px 10px;
	position: relative;
	font-weight: bold;
}

.accordion .accordion-title:after {
	font-family: "FontAwesome";
	content: "\f067";
	position: absolute;
	top: 10px;
	right: 10px;
}

.accordion .accordion-title:hover {
	background-color: #ddd;
}

.accordion.active .accordion-title:after {
	content: "\f068";
}
.accordion .accordion-content {
	display: none;
	padding: 15px 10px;
}

.accordion .accordion-content *:last-child {
	margin-bottom: 0;
}

/**
* Testimonial
* -----------------------------------------------------------------------------
*/

.testimonial {
	padding-left: 130px;
	background: url(images/icon-paw-purple.png) no-repeat top left;
}

blockquote {
	border-left: none;
	padding: 0;
	font-size: 16px;
}

blockquote footer:before {
	display: none;
}

blockquote footer {
	font-family: Oswald, sans-serif;
	font-size: 14px;
	color: #555;
}

.testimonial-author {
	font-weight: bold;
}

.testimonial-location {
	font-style: italic;
}

.testimonial-author + .testimonial-location {
	margin-left: 10px;
}

/**
* Secondary Menu
* -----------------------------------------------------------------------------
*/

.secondary-menu-container {
	background-color: #eee;
	padding-top: 15px;
	padding-bottom: 15px;
}

.secondary-menu-container ul {
	/*margin-left: -15px;*/
	/*margin-right: -15px;*/
	margin-left: 0;
	margin-bottom: 0;
}

.secondary-menu-container li {
	padding: 0;
	margin-right: 45px;
}

.secondary-menu-container li:last-child {
	margin-right: 0;
}

.secondary-menu-container li a {
	font-family: Oswald, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

.secondary-menu-container li.current-menu-item a {
	color: #82af45;
}

/* Service Menu */

.service-menu li {
	margin-right: 0;
}

.service-menu li:after {
	content: "|";
	margin-left: 10px;
	margin-right: 10px;
}

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

.service-menu li a {
	font-size: 14px;
	text-transform: none;
}

/**
* Header
* -----------------------------------------------------------------------------
*/

/* Pre-Header */

#pre-header {
	background-color: #eee;
	text-align: right;
	font-family: Oswald, sans-serif;
}

#pre-header .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

/* Utility Menu */

.utility-menu {
	margin-bottom: 0;
	margin-left: 0;
}

.utility-menu li {
	padding: 0;
	position: relative;
}

.utility-menu li a {
	padding: 10px 15px;
	display: block;
	color: #444;
}

.utility-menu > li > a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.utility-menu > li > a:hover {
	text-decoration: none;
	color: #6f4ca1;
}

.utility-menu li.highlight a {
	background-color: #ccc;
}

.utility-menu ._mi {
	border-radius: 50%;
	text-align: center;
	background-color: #333;
	color: #fff;
}

.utility-menu i._mi {
	font-size: 10px;
	line-height: 20px;
	width: 20px;
	height: 20px;
}

.utility-menu img._mi {
	width: auto;
	height: 12px;
	padding: 4px;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
}

.utility-menu ._mi._before {
	margin-right: 5px;
}

.utility-menu img._mi + span {
	vertical-align: middle;
}

.utility-menu li a:hover ._mi {
	background-color: #6f4ca1;
}

.utility-menu .sub-menu {
	position: absolute;
	top: 43px;
	left: -15px;
	z-index: 2;
	border-bottom: 1px solid #eee;
	text-align: left;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: opacity 100ms linear 250ms, visibility 0ms 250ms;
			transition: opacity 100ms linear 250ms, visibility 0ms 250ms;
}

.utility-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

.utility-menu .sub-menu li a {
	font-family: Oswald, sans-serif;
	font-weight: lighter;
	color: #777;
	font-size: 16px;
	white-space: nowrap;
	padding: 10px 30px;
	display: block;
	background-color: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.utility-menu .sub-menu li a:hover,
.utility-menu .sub-menu li.current-menu-item a {
	color: #82af45;
}

.utility-menu .sub-menu li:first-child a {
	padding-top: 20px;
}

.utility-menu .sub-menu li:last-child a {
	padding-bottom: 20px;
}

.utility-menu .mobile-webcams {
	display: none;
}

/* Header */

#main-header {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	width: 375px;
}

/* Primary Menu */

.primary-menu {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	position: relative;
	top: 10px;
}

.primary-menu > li {
	padding: 0;
	margin-left: 5px;
	position: relative;
}

.primary-menu > li:first-child {
	margin-left: 0;
}

.primary-menu > li > a {
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #555;
	font-size: 18px;
	display: block;
}

.primary-menu > li:hover > a,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current_page_ancestor > a {
	background: #82af45;
	color: #fff;
}

.primary-menu > li.menu-item-has-children > a:after {
	font-family: "FontAwesome";
	content: "\f107";
	margin-left: 5px;
	line-height: 1;
}

.primary-menu .sub-menu {
	position: absolute;
	top: 47px;
	left: -15px;
	z-index: 2;
	padding-top: 18px;
	border-bottom: 1px solid #eee;

	visibility: hidden;
	opacity: 0;

	-webkit-transition: opacity 100ms linear 250ms, visibility 0ms 250ms;
			transition: opacity 100ms linear 250ms, visibility 0ms 250ms;
}

.primary-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

.primary-menu .sub-menu li {
	padding-left: 0;
}

.primary-menu .sub-menu li a {
	font-family: Oswald, sans-serif;
	font-weight: lighter;
	color: #777;
	font-size: 16px;
	white-space: nowrap;
	padding: 10px 30px;
	display: block;
	background-color: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.primary-menu .sub-menu li a:hover,
.primary-menu .sub-menu li.current-menu-item a {
	color: #82af45;
}

.primary-menu .sub-menu li:first-child a {
	padding-top: 20px;
}

.primary-menu .sub-menu li:last-child a {
	padding-bottom: 20px;
}

/* Header Social Menu */

#main-header .social-menu {
	margin-top: 35px;
	float: right;
}

/**
* Newsletter
* -----------------------------------------------------------------------------
*/

.newsletter {
	background-color: #6f4ca1;
	text-align: center;
	color: #fff;
}

.newsletter-content {
	padding: 30px;
}

.newsletter strong {
	font-weight: normal;
}

.newsletter .newsletter-cta {
	text-transform: uppercase;
	font-family: Oswald, sans-serif;
	font-weight: lighter;
	font-size: 24px;
	vertical-align: middle;
}

.newsletter .gform_wrapper,
.newsletter .gform_body,
.newsletter .gform_footer {
	display: inline-block;
	vertical-align: middle;
}

.newsletter .gform_fields {
	margin-bottom: 0;
	width: 350px;
	margin-left: 20px;
	margin-right: 10px;
}

/**
* Footer
* -----------------------------------------------------------------------------
*/

#footer {
	background-color: #404040;
	color: #fff;
	font-size: 12px;
	padding: 45px 0;
}

#footer h4, #footer .h4 {
	color: #fff;
	margin-top: 0;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #ccc;
}

#footer .copyright {
	font-family: Oswald, sans-serif;
	color: #ccc;
	vertical-align: middle;
	text-transform: uppercase;
}

/* Footer Menu */

.footer-menu {
	font-family: Oswald, sans-serif;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
}

.footer-menu li {
	padding: 0;
}

.footer-menu li:before {
	content: "\2022";
	margin: 0 5px;
}

.footer-menu li:first-child:before {
	display: none;
}

.footer-menu li a {
	text-transform: uppercase;
}

/* Resource Menu */

.resource-menu ul li {
	padding-left: 0;
}

.resource-menu a {
	font-family: Oswald, sans-serif;
	font-size: 14px;
	font-weight: lighter;
}

/* Social Menu */

.social-menu {
	margin-bottom: 0;
	float: right;
}

.social-menu li {
	padding: 0;
	margin-left: 10px;
}

.social-menu li:first-child {
	margin-left: 0;
}

.social-menu li a:hover {
	text-decoration: none;
	color: #a88bd1;
}

.social-menu ._mi {
	border-radius: 50%;
	text-align: center;
	background-color: #6f4ca1;
	color: #fff;
}

.social-menu i._mi {
	font-size: 12px;
	line-height: 30px;
	width: 30px;
	height: 30px;
}

.social-menu img._mi {
	width: auto;
	height: 10px;
	padding: 5px;

	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

.social-menu img._mi ._before {
	margin-right: 5px;
}

.social-menu img._mi + span {
	vertical-align: middle;
}

.social-menu li a:hover ._mi {
	background-color: #82af45;
}

/* Footer Photos */

.footer-photo {
	position: relative;
}

.footer-photo img {
	width: 100%;
}

.footer-photo-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	color: #fff;
	line-height: 1;
	background-color: rgb(111,76,161);
	background-color: rgba(111,76,161,.8);
	text-transform: uppercase;
	font-weight: bold;
}

.footer-photo:hover .footer-photo-text {
	background-color: rgb(130, 175, 69);
	background-color: rgba(130, 175, 69, .8);
}

/**
* Panels
* -----------------------------------------------------------------------------
*/

.panel {
	border-radius: 0;
	border-color: #f6f6f6;
	position: relative;
	margin-top: 25px;

	-webkit-box-shadow: none;
			box-shadow: none;
}

.panel:first-child {
	top: 0;
}

.panel-heading {
	border-radius: 0;
	font-size: 30px;
	font-weight: lighter;
	padding: 20px 25px;
}

.panel-body {
	padding: 30px;
}

.panel-default > .panel-heading {
	background-color: #f6f6f6;
	border-color: #f6f6f6;
	color: #535454;
	/*text-transform: uppercase;*/
}

.panel-purple > .panel-heading {
	background-color: #7252a1;
	border-color: #7252a1;
	color: #fff;
}

.panel.has-img {
	position: relative;
	margin-top: 75px;
	margin-left: 50px;
}

.panel.has-img:first-child {
	margin-top: 50px;
}

.panel-img {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -50px;
	margin-left: -50px;

	-webkit-transition: none;
			transition: none;
}

.panel.has-img .panel-heading {
	padding-left: 170px;
}

.panel.has-img .panel-body {
	padding-top: 85px;
}

/* Homepage Testimonials Panel */



.panel-testimonial {
	border-radius: 10px;
	border: 1px solid #d2d2d2;
	margin: 50px 50px 0 50px;
}

.panel-testimonial .panel-body {
	padding-left: 125px;
	padding-right: 60px;
	font-size: 14px;
}

.owl-carousel .owl-item .panel-testimonial img {
	width: 150px;
	height: 150px;
	margin-top: -50px;
	margin-left: -50px;
}

/**
* Contact
* -----------------------------------------------------------------------------
*/

.entry-content .gform_wrapper, .entry-content #gforms_confirmation_message {
	background-color: #f6f6f6;
	padding: 30px;
}

.gform_validation_container, .validation_error, .validation_message, .gform_ajax_spinner{
display: none !important;
}



.gform_fields {
	list-style: none;
	padding: 0;
}

.gfield_error .form-control {
	border-color: #f00;
}




.gform_heading {
	margin-bottom: 1em;
}

.entry-content .gfield {
	width: 50%;
	display: inline-block;
	margin-right: -4px;
	margin-bottom: 1em;
	padding-right: 1em;
}

.gfield.full-width {
	width: 100%;
	display: block;
	margin-right: 0;
}

.entry-content .gform_footer {
	text-align: right;
	padding-right: 1em;
}

/**
* Media Queries
* -----------------------------------------------------------------------------
*/

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 1629px) {

	/* Horizontal Rule */

	hr.paw-divider {
		margin-left: 0;
		margin-right: 0;
	}

	/* Hero */

	.hero-caption-left .hero-caption {
		/*margin-left: 60px;*/
	}

}

@media screen and (max-width: 1199px){

	/* Header Social Menu */

	#main-header .social-menu {
		display: none;
	}

	/* Panels */

	.panel-heading {
		padding: 10px 15px;
	}

	.panel-img {
		width: 150px;
		height: 150px;
		margin-top: -50px;
		margin-left: -50px;
	}

	.panel.has-img .panel-heading {
		padding-left: 110px;
	}

	.panel.has-img .panel-body {
		padding-top: 40px;
	}

	/* Newsletter */

	.newsletter .gform_fields {
		width: 200px;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){

	/* Panels */

	.panel.has-img .panel-body {
		padding-top: 50px;
	}

	.panel.has-img .panel-heading {
		padding-left: 110px;
		font-size: 24px;
	}

	/* Homepage Media */

	.homepage-media-list li {
		margin-left: 5px;
	}

}

@media screen and (max-width: 991px) {

	/* Newsletter */

	.home .newsletter {
		background-image: none !important;
	}

	.home .newsletter-image-heighter {
		display: none;
	}

	/* Section Header */

	.section-header {
		padding: 15px 0;
	}

	.section-header span {
		font-size: 28px;
	}

	/* Homepage Services */

	.homepage-services-content {
		font-size: 14px;
	}

	/* Homepage Media */

	.homepage-media-list {
		display: block;
	}

	.homepage-media-heading:after {
		display: none;
	}

	.homepage-media-list li {
		width: 33%;
		text-align: center;
		margin-right: -4px;
		margin-top: 1em;
		margin-left: 0;
	}

	/* Button */

	.btn-make-a-reservation  {
		top: -340px;
	}

	.admin-bar .btn-make-a-reservation  {
		top: -270px;
	}

	/* Header */

	.logo {
		width: 260px;
		/*margin-right: 10px;*/
	}

	/* Primary Menu */

	.primary-menu {
		top: 5px;
	}

	.primary-menu li a {
		padding: 5px 10px;
		font-size: 16px;
	}

	.primary-menu .sub-menu {
		top: 31px;
		padding-top: 21px;
	}

	/* Newsletter */

	.newsletter .newsletter-cta {
		display: block;
		margin-bottom: .5em;
	}

	.newsletter .newsletter-form {
		display: block;
	}

	.newsletter .gform_fields {
		margin-left: 0;
		width: 300px;
	}

	/* Header Social Menu */

	#main-header .social-menu {
		margin-top: 15px;
	}

	/* Panels */

	.panel-heading {
		font-size: 24px;
	}

	/* Footer */

	.footer-text-block {
		margin-bottom: 30px;
	}

}

@media screen and (min-width: 992px) {

	/* Footer */

	.footer-photo-text {
		font-size: 18px;
	}
	
	/* Newsletter */

	.home .newsletter {
		text-align: left;
		background-position: top right;
		background-repeat: no-repeat;
		background-size: 61% auto;
		max-height: 300px;
	}

	.home .newsletter-content {
		width: 39%;
		display: inline-block;
		vertical-align: top;
	}

	.home .newsletter-image-heighter {
		display: inline-block;
		width: 59%;
		visibility: hidden;
	}

	.home .newsletter-cta strong {
		display: block;
	}

	.home .newsletter .gform_wrapper {
		width: 100%;
	}

	.home .newsletter .gform_fields {
		margin-left: 0;
		margin-right: 0;
		margin-top: .5em;
		margin-bottom: .5em;
		width: 100%;
	}

	.home .newsletter .gfield {
		padding-left: 0;
		display: block;
	}

	.home .newsletter .gform_body {
		display: block;
	}

	.home .newsletter .gform_footer {
		display: block;
	}

}

@media screen and (min-width: 768px) {

	/* Header */

	.menu-utility-menu-container {
		display: inline-block;
	}

	.cta {
		display: inline-block;
		vertical-align: middle;
		margin: 0 15px;
	}

	/* Headings */

	h2:first-child, .h2:first-child {
		margin-top: 0;
	}

}

@media screen and (max-width: 767px) {

	/* Basic Styles */

	.vertical-align-middle {
		margin-right: 0;
	}

	/* Structure */

	.main-content {
		margin-bottom: 15px;
	}

	.secondary-content {
		margin-top: 15px;
	}

	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Wells */

	.well {
		font-size: 18px;
		margin: 30px 0;
	}

	/* Slideshow */

	#homepage-slideshow {
		background-color: rgb(111,76,161);
	}

	#homepage-slideshow .slide {
		height: auto;
	}

	#homepage-slideshow-container .btn-slideshow-arrow {
		display: none;
	}

	#homepage-slideshow .hero-caption  {
		margin: 0;
	}

	/* Homepage Media */

	.homepage-media-list li {
		width: 100%;
		display: block;
		height: 100px;
		line-height: 100px;
		background-color: #eee;
		margin-top: 5px;
		margin-right: 0;
	}

	/* Homepage Testimonials */

	.homepage-testimonials .panel-body:before {
		left: 30px;
	}

	/* Make a Reservation */

	.btn-make-a-reservation {
		position: static;
		text-align: center;

	    -webkit-transform-origin: 0;
	       -moz-transform-origin: 0;
	        -ms-transform-origin: 0;
	         -o-transform-origin: 0;
	            transform-origin: 0;
	    -webkit-transform: rotate(0deg) translate(0,0);
	       -moz-transform: rotate(0deg) translate(0,0);
	        -ms-transform: rotate(0deg) translate(0,0);
	         -o-transform: rotate(0deg) translate(0,0);
	            transform: rotate(0deg) translate(0,0);
	}

	/* Header */

	#header {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#pre-header, #main-header {
		-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex: 1;         /* OLD - Firefox 19- */
		-webkit-flex: 1 100%;          /* Chrome */
		-ms-flex: 1 100%;              /* IE 10 */
		flex: 1 100%;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	#pre-header {
		display: none;
		text-align: left;

		-webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
		-ms-flex-order: 2;              /* TWEENER - IE 10 */
		-webkit-order: 2;               /* NEW - Chrome */
		order: 2;                       /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	#pre-header.active {
		display: block;
	}

	.utility-menu {
		background-color: #404040;
		/*padding: 0 5px 10px 5px;*/
		padding: 10px;
	}

	.utility-menu li {
		/*display: inline-block;*/
		/*width: 50%;*/
		/*margin-right: -4px;*/
		/*margin-top: 15px;*/
		margin-top: 10px;
		display: block;
	}

	.utility-menu li:first-child {
		margin-top: 0;
	}

	.utility-menu li a {
		padding: 10px;
		/*margin: 0 10px;*/
		background-color: #eee;
	}

	.utility-menu li.highlight a {
		background-color: #eee;
	}

	.utility-menu ._mi._before {
		margin-right: 10px;
	}

	.utility-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		display: none;
		padding: 0 10px 10px 10px;
		background-color: #eee
	}

	.utility-menu li.active .sub-menu {
		display: block;
	}

	.utility-menu .sub-menu li {
		margin-top: 2px;
	}

	.utility-menu .sub-menu li:first-child {
		margin-top: 0;
	}

	.utility-menu .sub-menu li a,
	.utility-menu .sub-menu li:first-child a,
	.utility-menu .sub-menu li:last-child a {
		padding: 10px;
		font-weight: normal;
		background-color: #404040;
		color: #fff;
		font-size: 14px;
	}

	.utility-menu .desktop-webcams {
		display: none;
	}

	.utility-menu .mobile-webcams {
		display: block;
	}
	
	#main-header {
		padding: 0;
		-webkit-box-ordinal-group: 1;  
		-moz-box-ordinal-group: 1;     
		-ms-flex-order: 1;     
		-webkit-order: 1;  
		order: 1;
	}

	.logo {
		width: 75%;
		margin: 15px 0;
		margin-right: -4px;
	}

	/* Header Social Menu */

	#main-header .social-menu {
		display: none;
	}

	/* Primary Menu */

	.btn-primary-menu-container {
		display: inline-block;
		vertical-align: middle;
		text-align: right;
		width: 25%;
		margin-right: -4px;
	}

	.btn-primary-menu {
		padding: 5px;
		cursor: pointer;
		font-size: 32px;
		display: inline-block;
		color: #555;
	}

	.primary-menu {
		position: static;
		display: block;
		margin-left: -15px;
		margin-right: -15px;
		display: none;
	}

	.primary-menu.active {
		display: block;
	}

	.primary-menu > li {
		display: block;
		margin-left: 0;
		margin-top: 1px;
	}

	.primary-menu > li > a {
		background-color: #82af45;
		color: #fff;
		padding: 15px;
	}

	.primary-menu .sub-menu {
		position: static;
		display: block;
		opacity: 1;
		visibility: visible;
		padding-top: 0;
		display: none;
		border: none;
	}

	.primary-menu li.active .sub-menu {
		display: block;
	}

	.primary-menu .sub-menu li {
		display: block;
		border-top: 1px solid #eee;
	}

	.primary-menu .sub-menu li a {
		padding: 10px;
		border: none;
	}

	.primary-menu .sub-menu li:first-child a {
		padding-top: 10px;
	}

	.primary-menu .sub-menu li:last-child a {
		padding-bottom: 10px;
	}

	.primary-menu > li.menu-item-has-children > a {
		pointer-events: none;
	}

	.primary-menu > li.menu-item-has-children {
		cursor: pointer;
	}

	.primary-menu > li.menu-item-has-children > a:after {
		float: right;
		content: "\f105";
	}

	.primary-menu > li.active.menu-item-has-children > a:after {
		content: "\f107";
	}

	/* Hero */

	.hero {
		height: auto;
	}

	.hero:before {
		display: none;
	}

	.hero-img {
		display: block;
		background-size: cover;
		background-position: center center;
		height: 150px;
	}

	.hero-caption-left .hero-caption {
		margin-left: 0;
	}

	.hero-caption {
		position: static;
		display: block;
		max-width: none;
		width: 100%;
		padding: 20px;
		background-color: rgb(111,76,161);
		margin: 0;
	}

	.hero-caption p {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.hero-caption .hero-caption-subtext {
		font-size: 12px;
	}

	/* Secondary Menu */

	.secondary-menu-container {
		display: none;
	}

	/* Footer */

	#footer .copyright {
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}

	/* Footer Menu */

	.footer-menu {
		display: block;
		text-align: center;
		margin-bottom: 30px;
		margin-left: 0;
	}

	.footer-menu li {
		display: block;
		margin-top: 2px;
	}

	.footer-menu li:first-child {
		margin-top: 0;
	}

	.footer-menu li a {
		display: block;
		padding: 10px;
		background-color: #555;
	}

	.footer-menu li:before {
		display: none;
	}

	/* Footer Social Menu */

	#footer .social-menu {
		float: none;
		text-align: center;
	}

	#footer .social-menu i._mi {
		font-size: 24px;
		line-height: 50px;
		width: 50px;
		height: 50px;
	}

	/* Resource Menu */

	.resource-menu {
		margin-top: 5px;
	}

	.resource-menu .resource-menu-title {
		padding: 10px;
		background-color: #555;
		/*cursor: pointer;*/
		margin-bottom: 0;
	}

	.resource-menu .resource-menu-title:after {
		/*font-family: "FontAwesome";
		content: "\f105";
		float: right;
		font-weight: bold;*/
	}

	.resource-menu.active .resource-menu-title:after {
		/*content: "\f107";*/
	}

	.resource-menu ul {
		/*display: none;*/
		/*overflow-y: hidden;
		max-height: 0;
		
		-webkit-transition: max-height .5s;
				transition: max-height .5s;*/
	}

	.resource-menu.active ul {
		/*max-height: 300px;*/
	}

	.resource-menu ul li {
		margin-top: 2px;
	}

	.resource-menu ul li:first-child {
		margin-top: 0;
	}

	.resource-menu ul li a {
		display: block;
		padding: 10px;
		background-color: #333;
	}

	/* Panels */

	.panel-heading {
		font-size: 18px;
	}

	.panel,
	.panel.has-img {
		margin-top: 30px;
		margin-left: 0;
	}
	
	.panel.has-img .panel-heading {
		padding-left: 15px;
	}

	.panel .panel-body,
	.panel.has-img .panel-body {
		padding: 15px;
	}

	/* Newsletter */

	.newsletter .gform_wrapper,
	.newsletter .gform_body {
		display: block;
	}

	.newsletter .gform_fields {
		width: 100%;
		display: block;
		margin-bottom: .5em;
	}

	/* Contact */

	.entry-content .gfield {
		width: 100%;
		display: block;
		margin-bottom: .5em;
		padding-right: 0;
	}

	.entry-content .gform_footer {
		padding-right: 0;
	}

	/* Homepage Testimonials Panel */

	.panel-testimonial {
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
	}

	.panel-testimonial .panel-body {
		padding-left: 30px;
		padding-right: 30px;
	}

}

@media screen and (min-width: 768px) and (max-width: 991px) {

	/* Header */

	.utility-menu li a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.utility-menu i._mi,
	.utility-menu img._mi {
		display: none;
	}

	.utility-menu > li > a {
		font-size: 13px;
	}

	.cta {
		font-size: 15px;
		margin-left: 10px;
	}

}



/**
* Print
* -----------------------------------------------------------------------------
*/


@media print {


}