﻿/* Changed #805736 to #324B5F */

@font-face {
    font-family: 'northregular';
    src: url('fonts/north-webfont.woff2') format('woff2'),
         url('fonts/north-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #3b3935;
	background-color: #FFF;
	background-image: url('../img/bg-distress-white.jpg');
	background-attachment: fixed;
	padding: 50px;
	overflow-x: hidden;
}
html,body {
    height:100%;
}
/********************************************************************************
* Links
*********************************************************************************/
a{
	color: #b7995a;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

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

/********************************************************************************
* Headings
*********************************************************************************/
h1, .h1 {
	font-size: 48px;
}

h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 20px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'northregular', sans-serif;
	font-weight: normal;
	letter-spacing: 0;
	line-height: 1.4;
}
.eyebrow {
	font-size: 1em;
	font-style: italic;
}
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6,
.section-dark .h1, .section-dark .h2, .section-dark .h3, .section-dark .h4, .section-dark .h5, .section-dark .h6 {
	color: #f9f4e3;
}
.section-heading{
	margin-top: 0;
}
.section-heading h1{
	font-size: 60px;
}
.section-heading.formatted{
	display: table;
	width: 100%;
	margin-bottom: 50px;
}
.section-heading.formatted > div{
	display: table-cell;
	padding: 0 30px;
	border-right: 5px dotted #b9552e;
	vertical-align: middle;
}
.section-heading.formatted > div:first-child{
	padding-left: 0;
}
.section-heading.formatted > div:last-child{
	padding-right: 0;
	border: none;
}
.section-heading.formatted .heading{
	white-space: nowrap;
	position: relative;
}
.section-heading.formatted .heading:after{
	font-family: 'FontAwesome';
	content:"\f138";
	color: #b7995a;
	font-size: 30px;
	position: absolute;
	top: 50%;
	right: -15px;
	background-color: #faf4e4;
    height: 30px;
    line-height: 30px;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section-heading.formatted h1, .section-heading.formatted p{
	margin: 0;
}
.section-heading.formatted.formatted-right .heading:after{
	left: -15px;
	right: auto;
	content: "\f137";
}

/********************************************************************************
* Miscellaneous Type Setting
*********************************************************************************/
strong {
	font-weight: 700;
	font-style: normal;
}

p {
    margin: 0 0 1.5em;
}
hr {
	border: none;
	background: none;
	border-top: 3px dotted #DDD4C5;
	margin: 30px 0;
}
h1 hr{
	border: none;
	background-color: transparent;
	background-image: url('../img/divider-heading.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 22px;
	margin-top: 10px;
}
hr.large-spacer {
	margin: 80px 0;
}
.dl-horizontal dt, .dl-horizontal dt b, .dl-horizontal dt strong {
    color: #B9552E;
    font-family: "northregular";
    font-weight: normal !important;
}
.dl-horizontal dd{
	line-height: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
}
blockquote{
	background-color: rgba(154, 138, 125,.15);
    border-left: 5px solid #b9552e;
    padding: 15px 30px;
	margin: 15px 0 30px;
}

.well{
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: rgba(154, 138, 125,.15);
	overflow:hidden;
}

.panel-default{
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: rgba(154, 138, 125,.15);
}
.panel-default > .panel-heading{
	border: none;
	border-radius: 0;
	background-color: #B9552E;
}
.panel-default > .panel-heading h4, .panel-default > .panel-heading h3{
	color: #FFF;
	margin: 0;
}
.panel-group .panel{
	border-radius: 0;
}
.panel-primary{
	border-color: #DDD4C5;
	border-radius: 0;
	box-shadow: none;
	background-color: rgba(154, 138, 125,.15);
}
.panel-primary > .panel-heading{
	border: none;
	border-radius: 0;
	background-color: #B9552E;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
    padding: 3px 15px;
}
.panel-primary > .panel-heading > h3{
	color: #fff;
	margin: 3px 0;
}
.panel-primary > .panel-heading > .panel-title > a {
	color: inherit;
	font-weight: normal;
    font-size: 24px;
}
.panel-primary > .panel-footer{
	color: #e6811d;
    font-size: 22px;
}
.alignright{
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}
.alignleft{
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

img {
	max-width: 100%;
	height: auto;
}
.img-thumbnail{
	border: 5px solid #FFF;
	padding: 0;
	background-color: #f5f3e8;
	box-shadow: 0 3px 5px 0 rgba(8, 8, 8, 0.41);
	border-radius: 0;
}
.img-circle {
    border-radius: 50%;
}
.thumbnail{
	max-width: 100%;
	border: none;
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0 3px 5px 0 rgba(8, 8, 8, 0.41);
	border-radius: 0;
	font-size: 12px;
	font-weight: normal;
}

.image-with-attribution {
	text-align: center;
}
.featured-image .image-with-attribution {
	margin-bottom: 30px;
}

.image-with-attribution .image-caption-wrap {
	position: relative;
}

.image-with-attribution img,
.featured-image .image-with-attribution img.featured {
	margin-bottom: 15px;
}

.image-with-attribution figcaption {
	position: absolute;
	right:  0;
	bottom: 0;
	max-width: 100%;
	padding: 0.5em 1em;
	font-size: 0.65em;
	color: #f9f4e3;
	background: rgb( from #3b3935 r g b / 0.5 );
}
.image-with-attribution  img.img-thumbnail + figcaption,
.image-with-attribution  img.thumbnail + figcaption {
	right:  5px;
	bottom: 5px;
	max-width: calc( 100% - 10px );
}

.image-with-attribution cite {
	font-size: 0.85em;
}
.image-with-attribution cite p:last-child {
	margin-bottom: 0;
}

/********************************************************************************
* Lists
*********************************************************************************/
ul.styled-list, .faq-list ul, .single-raptor .section-content ul{
   list-style: none;
   margin: 15px 0 30px;
   padding: 0;
   overflow:hidden;
}
ul.styled-list li, .faq-list ul li, .single-raptor .section-content ul li{
	border-bottom: 2px dotted #DDD4C5;
    display: block;
    line-height: 30px;
    list-style: outside none none;
    margin-left: 0;
    padding: 8px 5px 8px 40px;
    position: relative;
}
ul.styled-list li ul li, .faq-list ul li ul li, .single-raptor .section-content ul li ul li{
	border-bottom: none;
	padding: 3px;
}
ul.styled-list li:hover:before, .faq-list ul li:hover:before, .single-raptor .section-content ul li:hover:before{
   color: #b7995a;
}
ul.styled-list li:before, .faq-list ul li:before, .single-raptor .section-content ul li:before{
	font-family: 'FontAwesome';
	content:"\f138\00a0";
	color: #B9552E;
    display: block;
    font-size: 24px;
    left: 2px;
    position: absolute;
}
ul.styled-list li ul li:before, .faq-list ul li ul li:before, .single-raptor .section-content ul li ul li:before{
	font-family: 'FontAwesome';
	content:"\f054\00a0";
	color: #B9552E;
	display: block;
    left: -20px;
    position: absolute;
    font-size: 16px;
}

ol.styled-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    background-color: rgba(154, 138, 125,.15);
    margin: 0 0 1.5em 0;
    overflow: hidden;
    padding: 1em 0.5em 0 3.5em;

    counter-reset: li-counter;
}
ol.styled-list > li{
    border-left: 2px dotted #DDD4C5;
    margin-bottom: 1em;
    min-height: 2.5em;
    padding-left: 1em;
    position: relative;
}
ol.styled-list > li:before {
    content: counter(li-counter, decimal);
    counter-increment: li-counter;
    font-family: "Open Sans",sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    left: -1em;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 0.8em;
	color: #B9552E;
}

ul.two-column{
	-moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}

/********************************************************************************
* Tables
*********************************************************************************/
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th{
	background-color: rgba(154, 138, 125,.15);
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #DDD4C5;
}
/********************************************************************************
* Background Library
*********************************************************************************/
.bg-tribal{
	background-image: url('../img/bg-tribal.png');
}
.bg-speckle-yellow{
	background-image: url('../img/bg-speckle-yellow.png');
}
.bg-leopard-brown{
	background-image: url('../img/bg-leopard-brown.jpg');
}
.border-distress-header {
	background-image: url('../img/border-distress-header.png');
	width: 100%;
	height: 10px;
	background-repeat: repeat-x;
    position: absolute;
    z-index: 1;
}
.border-distress-yellow-top {
	background-image: url('../img/border-distress-yellow-top.png');
	width: 100%;
	height: 3px;
	background-repeat: repeat-x;
    position: absolute;
    z-index: 1;
	margin-top: -3px;
}
.border-distress-yellow-btm {
	background-image: url('../img/border-distress-yellow-btm.png');
	width: 100%;
	height: 3px;
	background-repeat: repeat-x;
    position: absolute;
    z-index: 1;
}
.border-distress-green-top {
	background-image: url('../img/border-distress-green-top.png');
	width: 100%;
	height: 3px;
	background-repeat: repeat-x;
    position: absolute;
    z-index: 1;
	margin-top: -3px;
}
.border-distress-green-btm {
	background-image: url('../img/border-distress-green-btm.png');
	width: 100%;
	height: 3px;
	background-repeat: repeat-x;
    position: absolute;
    z-index: 1;
}
.border-distress-beige-top {
	background-image: url('../img/border-distress-beige-top.png');
	width: 100%;
	height: 3px;
	background-repeat: repeat-x;
    position: absolute;
    z-index: 1;
	margin-top: -3px;
}
.border-distress-beige-btm {
	background-image: url('../img/border-distress-beige-btm.png');
	width: 100%;
	height: 3px;
	background-repeat: repeat-x;
    position: absolute;
    z-index: 1;
}
.border-distress-black-btm {
	background-image: url('../img/border-distress-black-btm.png');
	width: 100%;
	height: 11px;
}
.border-zigzag-gray {
	background-image: url('../img/border-zigzag-gray.png');
	width: 100%;
	height: 22px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.border-zigzag-beige {
	background-image: url('../img/border-zigzag-beige.png');
	width: 100%;
	height: 25px;
	margin-bottom: 35px;
    margin-top: 35px;
}



.bg-distress-gray{
	background-image: url('../img/bg-distress-gray.jpg');
}
.bg-distress-beige{
	background-image: url('../img/bg-distress-beige.jpg');
}
.bg-distress-white{
	background-image: url('../img/bg-distress-white.jpg');
}
.border-wave-beige-top, .border-wave-beige-btm {
	width: 100%;
	overflow:hidden;
}
.border-wave-beige-btm{
	padding-top: 70px;
	position: relative;
    bottom: -1px;
}
.border-wave-beige-top{
	padding-bottom: 0;
}
.border-wave-beige-btm img, .border-wave-beige-btm img {
	width: 100%;
	height: auto;
	display: block;
}
.section-dark{
	background-color: #3b3935;
	color: #a7998d;
}
.bg-border{
	height: 5px;
	width: 100%;
}

/********************************************************************************
* Buttons
*********************************************************************************/
.btn{
	color: #f9f4e3;
	background-color: #b9552e;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	border-radius: 0;
	font-size: 16px;
	border: none;
	padding: 13px 20px;
	text-shadow: none;
  	box-shadow: 0px 3px 5px 0px rgba(8, 8, 8, 0.41);

	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.btn:hover, .btn:active, .btn:focus{
	color: #f9f4e3;
	background-color: #b7995a;
}
.btn:active{
	position:relative;
	top: 1px;
}
.btn-small{
	font-size: 14px;
}

.btn-xs {
	font-size: 14px;
	padding: 3px 5px;
}

.btn-large{
	font-size: 30px;
	letter-spacing: .05em;
	padding: 8px 20px;
}
.btn-xlarge{
	font-size: 36px;
}
.btn-wide{
	width: 100%;
}


.btn.icon-left .fa{
	font-size: 30px;
    height: 100%;
    padding: 8px 20px;
    position: absolute;
    left: 0;
    text-align: left;
    top: 0;
	line-height: 34px;
}
.btn.icon-left{
	text-align:left;
	position:relative;
	padding-left: 70px;
}
.btn.icon-right .fa{
	font-size: 30px;
    height: 100%;
    padding: 8px 20px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
	line-height: 34px;
}
.btn.icon-right{
	text-align:left;
	position:relative;
	padding-right: 70px;
}
.btn.icon-left:hover .fa, .btn.icon-right:hover .fa{
}
.btn.icon-left:focus .fa, .btn.icon-right:focus .fa{
}
.btn.icon-left:active .fa, .btn.icon-right:active .fa{
}

.btn-small.icon-left .fa, .btn-small.icon-right .fa{
	font-size: 16px;
    line-height: 14px;
    padding: 11px 15px;
}
.btn-large.icon-left .fa, .btn-large.icon-right .fa{
	padding: 11px 20px 11px 20px;
	font-size: 36px;
	line-height: 30px;
	width: 70px;
}

.btn-purple, .btn-orange{
	background: #B9552E;
	color: #b7995a;
}
.btn-purple:hover, .btn-purple:active, .btn-purple:focus, .btn-orange:hover, .btn-orange:active, .btn-orange:focus{
	background: #b7995a;
	color: #B9552E;
}

.btn-outline{
	background: transparent;
	border: 3px solid #b7995a;
	color: #b7995a;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus{
	background: transparent;
	border: 3px solid #B9552E;
	color: #B9552E;
}

.btn.icon-highlight{
	padding-right: 100px;
	overflow:hidden;
}
.btn.icon-highlight .fa{
	background-color: #B9552E;
    bottom: 0;
    height: 100%;
    line-height: 36px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 70px;
	color: #b7995a;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.btn.icon-highlight:hover .fa{
	background-color: #b7995a;
	color: #B9552E;
}

.raptor-birthday .btn {
	white-space: normal;
}

.tighten{
	letter-spacing: -.1em;
}

.pager li > a, .pager li > span {
    background-color: #b9552e;
	color: #f9f4e3;
    border: medium none;
    border-radius: 0;
    padding: 8px 15px;
}
.pager li > a:hover, .pager li > a:focus {
    background-color: #b7995a;
}
/********************************************************************************
* Header
*********************************************************************************/
header.header-wrapper{
	--page-pad: 50px;

	background-color: transparent;
	/*box-shadow: 4px 6.928px 0px 0px rgba( 0, 0, 1, .35 );*/
	box-shadow: none;
	z-index: 1000;
	margin: 0 var(--page-pad);
	top: calc( var(--page-pad) + var(--wp-admin--admin-bar--height, 0px) );
}
header .masthead{
	background-image: url('../img/bg-header.svg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	padding: 30px 15px 145px;
}
header .masthead .container-fluid{
	width: 100%;
}
header .logo{
	max-width: 330px;
	width: 100%;
	padding: 20px;
	position: absolute;
	top: -30px;
  	box-shadow: 2px 3.464px 8px 0px rgba(0, 0, 0, 0.24);
}
.navbar-default .navbar-brand{
	padding: 0;
	margin: 0;
}

/********************************************************************************
* Top Bar
*********************************************************************************/
.navbar-top{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
	padding: 0 30px;
	min-height: 0;
	border: none;
	overflow: hidden;
	z-index: 999;
	text-transform: uppercase;
	-moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
}

.navbar-top--left,
.navbar-top--right {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: fit-content;
	width: 100%;
}

.navbar-top .emergency{
    display: inline-block;
    margin-left: -30px;
    padding: 10px 30px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color:            #f9f4e3;
	background-color: #b9552e;
}
.navbar-top .emergency .fa-stack {
	color: #ebc574;
    font-size: 1em;
    margin-right: 5px;
}
.navbar-top .emergency .fa-inverse {
	color: #b9552e;
}
.navbar-top .emergency-phone{
	display: inline-block;
	color: inherit;
}
.navbar-top-container {
	display: inline-block;
}
.navbar-top .btn {
	color: #FFF;
	padding: 0px;
}
.navbar-top .btn a{
	color: #FFF;
	font-weight: 900;
}
.navbar-top .btn a:hover, .navbar-top .btn a:focus, .navbar-top .btn a:active {
	color: #B9552E;
}
.social-nav-container {
	display: inline-block;
}
.social-container{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
	text-align: right;

	-moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
}
.social-container li{
	display: inline-block;
}
.social{
	color: #f9f4e3;
	font-size: 24px;
	display:block;
	padding: 8px 8px;
}
.search-btn{
	color: #ebc574;
	font-size: 24px;
}
.social:hover, .search-btn:hover{
	color: #b9552e;
}

@media ( max-width: 1199px ) {
	.navbar-top {
		padding: 0 15px;
	}
}

@media ( max-width: 767px ) {
	.navbar-top {
		padding: 0;
		font-size: 14px;
	}

	.navbar-top .emergency {
		width: 100%;
		margin-left:  -15px;
		margin-right: -15px;
		padding: 5px 15px;
		text-align: center;
	}

	.navbar-top .nav > li > a {
		padding: 5px 15px;
	}

	.navbar-top .social,
	.navbar-top .search-btn {
		font-size: 20px;
	}
}

@media ( min-width: 768px ) {
	.navbar-top--left {
		flex: fit-content;
		justify-content: flex-start;
	}

	.navbar-top--right {
		flex: max-content;
		justify-content: flex-end;
	}
}

/********************************************************************************
* Search
*********************************************************************************/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 57, 53, .9);
	z-index: 2000;

    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
	border: 3px solid #b7995a;
	color: #b7995a;
	background-color: transparent;
	text-shadow: none;
}
#search .close:hover{
	border-color: #B9552E;
	color: #B9552E;
}

/********************************************************************************
* Main Navigation
*********************************************************************************/
.navbar-default{
	border: none;
	margin-bottom: 0;
	background-color: transparent;
	position: static;
	min-height: 0;
}
.navbar-default .navbar-collapse {
	max-height: 370px;
}
.navbar-default .navbar-nav.navbar-right:last-child {
    margin-right: 0;
}
.navbar-default .navbar-nav > li > a{
	font-family: 'northregular', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: .025em;
	color: #3b3935;
	padding: 15px 20px;
}
.navbar-default .navbar-nav > li:first-child > a{
	padding-left: 0;
}
.navbar-default .navbar-nav > li:last-child > a{
	padding-right: 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color: #b9552e;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color: #9a8a7d;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	color: #b9552e;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > .dropdown-menu{
	border: none;
	border-radius: 0;
	padding-top: 10px;
	padding-bottom: 10px;
  	box-shadow: 0px 3px 5px 0px rgba(8, 8, 8, 0.41);

	text-align: left;
	z-index: 3000;
	background-color: #3b3935;
	background-image: url('../img/bg-distress-gray.jpg');
}
.navbar-default .navbar-nav.navbar-right > li > .dropdown-menu{
	text-align: left;
}
.navbar-default .dropdown-menu:after{
	bottom: 100%;
	left: 25px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(59, 57, 53, 0);
	border-bottom-color: #3b3935;
	border-width: 7px;
	margin-left: -7px;
}
.navbar-default .navbar-right .dropdown-menu:after{
	left: auto;
	right: 25px;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a{
	background: transparent;
	color: #a7998d;
	font-size: 16px;
	letter-spacing: .01em;
	padding: 6px 20px;
}
.navbar-default .navbar-nav.navbar-right .open .dropdown-menu > li > a{
	text-align: left;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: #b9552e;
	color: #3b3935;
}
.navbar-default .navbar-nav > li > .dropdown-menu > .active > a, .navbar-default .navbar-nav > li > .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > .active > a:focus{
	color: #9a8a7d;
	background: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
	color: #f9f4e3;
	background: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
	background-color: #b9552e;
	color: #3b3935;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{
	color: #9a8a7d;
	background: transparent;
}
.navbar-default .navbar-toggle{
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin: 0;
	z-index: 1;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #BBB39A;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #B9552E;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color: transparent;
}


/*! Main Nav: Mega Menu */

.navbar-default .navbar-nav .mega-menu > .dropdown-menu {
	--pad:        20px;
	--item-pad:   10px;
	--item-pad-v: 5px;

	gap: var(--pad);
	left:  calc( -1 * calc( var(--pad) + var(--item-pad) ) );
	right: auto;
	padding: var(--pad);
}
.navbar-default .navbar-nav .mega-menu.open > .dropdown-menu {
	display: flex !important;
}

/* Hide callout arrows */
.navbar-default .navbar-nav .mega-menu .dropdown-menu::after {
	display: none;
}

/* Add new callout arrow for the mega menu, centered on the parent menu item */
.navbar-default .navbar-nav .mega-menu.open::after {
	content: '';
	position: absolute;
	left:   50%;
	bottom: 0;
	transform: translateX( -50% );
	border: 7px solid transparent;
	border-color: rgba(59, 57, 53, 0);
	border-bottom-color: #3b3935;
	pointer-events: none;
}

.navbar-default .navbar-nav .mega-menu li {
	width: 100%;
}

/* Mega Menu: Columns and Headers (depth 1) */

.navbar-default .navbar-nav .mega-menu > .dropdown-menu > .dropdown {
	min-width: 220px;
}

.navbar-default .navbar-nav .mega-menu > .dropdown-menu > .dropdown > a {
	position: relative;
	padding: var(--item-pad);
	margin-bottom: var(--item-pad-v);
	text-transform: uppercase;
	color: #f9f4e3;
}
/* underline */
.navbar-default .navbar-nav .mega-menu > .dropdown-menu > .dropdown > a::before {
	content: '';
	position: absolute;
	left:   var(--item-pad);
	right:  0;
	bottom: 0;
	width: auto;
	height: 1px;
	margin: 0;
	background: #9a8a7d;
	border: none;
}
/* double arrows */
.navbar-default .navbar-nav .mega-menu > .dropdown-menu > .dropdown > a::after {
	/*content: '\f101';*/  /* fa-angle-double-right */
	content: '\f054 \f054';  /* fa-chevron-right */
	color: #b9552e;
	margin-left: 0.5em;
	vertical-align: middle;
	transition: all 0.2s ease;

	/* Font Awesome base */
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-size: 0.6em;
}
.navbar-default .navbar-nav .mega-menu > .dropdown-menu > .dropdown > a:is(
	:hover,
	:focus
) {
	color: #f9f4e3;
	background: transparent;
}
.navbar-default .navbar-nav .mega-menu > .dropdown-menu > .dropdown > a:is(
	:hover,
	:focus
)::after {
	transform: translateX(0.5em);
}

/* Mega Menu: Items (depth 2) */

.navbar-default .navbar-nav .mega-menu .dropdown-menu .dropdown-menu {
	display: block;
	position: relative;
	top:   auto;
	left:  auto;
	right: auto;
	width: 100%;
	padding: 0 0 var(--item-pad-v);
	background: transparent;
	border: none;
	box-shadow: none;
}

.navbar-default .navbar-nav .mega-menu .dropdown-menu .dropdown-menu a {
	padding: var(--item-pad-v) var(--item-pad);
	color: #f9f4e3;
	white-space: normal;
}

/* Mobile menu width */
@media ( max-width: 767px ) {
	.navbar-default .navbar-nav .mega-menu > .dropdown-menu {
		flex-direction: column;
	}

	.navbar-default .navbar-nav .mega-menu > .dropdown-menu > .dropdown > a::before {
		right: var(--item-pad-v);
	}
}

/* Tablet (centered) menu width */
@media ( max-width: 991px ) {
	.navbar-default .navbar-nav .mega-menu {
		position: static;
	}

	.navbar-default .navbar-nav .mega-menu.open::after {
		left: auto;
	}

	.navbar-default .navbar-nav .mega-menu > .dropdown-menu {
		left:  0;
		right: 0;
	}

	.navbar-default .navbar-nav .mega-menu > .dropdown-menu > .dropdown {
		min-width: 200px;
	}
}


/********************************************************************************
* Slider
*********************************************************************************/
.section-slider{
	position:relative;
	z-index: 0;
	overflow:hidden;
	background-color: #1D1E22;
	height: 0;
}
.section-slider img {
	max-width: none;
}
.slider-text-wrapper{
	height: 100%;
	width: 100%;
    left: 50%;
    position: absolute;
    top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.slider-text-container{
	position: absolute;
	color: #FFFFFF;
	width: 100%;
	max-width: 650px;
	font-size: 24px;
	letter-spacing: .025em;
    bottom: 0;
	right: 50px;
	text-align: right;
  	text-shadow: 0px 3px 5px rgba(8, 8, 8, 0.6);
}
.slider-text-container a {
	color: inherit;
}
.slider-text-container h1{
	font-size: 48px;
	text-transform: uppercase;
	color: #FFF;
}
.slider-text-container h1 strong{
	font-size: 150%;
	font-weight: normal;
	display: block;
}
/*.section-slider .slider .slide::after, .section-page-header::after {
    background-color: rgba(0, 0, 0, 0.15);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in 0s;
    width: 100%;
    z-index: 1;
}*/

.section-slider .border-wave-beige-btm, .section-page-header .border-wave-beige-btm{
	position: absolute;
	bottom: -1px;
	left: 0;
	padding: 0;
	z-index: 2;
}

/********************************************************************************
* Page Header
*********************************************************************************/
.section-page-header{
	position:relative;
	z-index: 0;
	overflow:hidden;
	background-color: #3A3935;
	height: 500px;
	text-align: center;

	background-repeat: no-repeat;
	background-size: 100% auto;
}
.section-page-header:before{
	width: 100%;
	height: 100%;
	background-color: rgba(1, 1, 1, 0.5);
	position:absolute;
	left: 0;
	top: 0;
	content: '';
}

.page-header-container{
	position: absolute;
	width: 100%;
	bottom: 20%;
	z-index: 1;
}
.page-header{
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	width: 100%;
}
.page-header h1{
	color: #f9f4e3;
	margin:0;
}
.page-header .page-header-shop{
	width: 100%;
}
.page-header .page-header-shop .col-md-height{
	padding: 0;
}
.page-header .form-cart{
	float: right;
}

.section-breadcrumbs{
	padding: 15px 0;
	text-align: center;
}
.section-breadcrumbs{
	color: #a7998d;
    font-size: 13px;
    text-transform: uppercase;
	letter-spacing: .025em;
}
.section-breadcrumbs a{
	color: #f9f4e3;
}
.section-breadcrumbs a:hover, .section-breadcrumbs a:focus{
	color: #b7995a;
}
.section-breadcrumbs i{
	color: #b7995a;
	padding: 0 5px;
}

/********************************************************************************
* Content
*********************************************************************************/
.section-content{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.page-template-template-home .section-content{
	padding: 0;
}

.main{
	position: relative;
    z-index: 1;
}
.page-template-template-home .main, .page-template-template-fullwidth .main{
}
.main-content{
}
.main img {
	  display: block;
	  height: auto;
	  max-width: 100%;
}
.main img.featured{
	width: 100%;
	margin-bottom: 30px;
}

/********************************************************************************
* Sidebar
*********************************************************************************/
.sidebar{
}
.sidebar .widget{
	margin-bottom: 30px;
}
.sidebar .widget h3,
.sidebar .widget h4,
.widget-heading {
    border-bottom: 3px solid #B9552E;
    margin: 0 0 15px 0;
	position: relative;
	padding-bottom: 4px;
}
/*.sidebar .widget h3:after, .sidebar .widget h4:after{
    content: '';
	position: absolute;
	top: 100%;
	left: 0;
	height: 3px;
	width: 80px;
	background-color: #FF3C1F;
}*/
.sidebar .widget .widget-content{
}

/********************************************************************************
* Sidebar Navigation
*********************************************************************************/
.widget-content .nav-stacked li a .count, .widget-content .children li a .count{
	font-size: 10px;
	color: #A7998D;
	font-weight: normal;
}
.widget-content .nav-stacked > li > a, .widget_archive ul .year, .widget-content .children > li > a {
	padding: 5px 0;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
	border-bottom: 2px dotted #DDD4C5;
	color: #3b3935;
}
.widget-content .nav-stacked  > li > a:hover, .widget-content .nav-stacked  > li > a:focus, .widget_archive ul .year:hover, .widget_archive ul .year:focus, .widget-content .children > li > a:hover {
	background-color: transparent;
	color: #B9552E;
}
.nav-tabs, .widget-content .children  {
    border-bottom: none;
}
.nav-tabs > li > a, .widget-content .children > li > a {
	border: none;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .widget-content .children > li > a:hover, .widget-content .children > li > a:focus {
    background-color: #9A8A7D;
    color: #f9f4e3;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .widget-content .children > li.active > a, .widget-content .children > li.active > a:hover {
    background-color: #B9552E;
    color: #f9f4e3;

	border: none;
}
.tab-content{
	padding: 15px;
	background-color: rgba(154, 138, 125,.15);
	border-radius: 0;
}
.widget-content .children, .widget-content .page-list {
	list-style: none;
}
.widget-content .children > li > a, .widget-content .page-list > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.widget-content .children > li, .widget-content .page-list > li {
	position:relative;
	display: blockl;
}
/********************************************************************************
* Sidebar Archives
*********************************************************************************/
.widget_archive ul{
	margin: 0;
	padding: 15px;
	background-color: rgba(154, 138, 125,.15);
	border-radius: 0;
}
.widget_archive ul .year {
	display: block;
	padding: 8px 0;
}
.widget_archive .year-hidden {
	display: none;
}
.widget_archive .year-toggle-wrapper {
	font-weight: bold;
	display: block;
}
.widget_archive .year-toggle {

	background-color: #B9552E;
    color: #FAF4E4;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin-right: 15px;
    text-align: center;
    width: 25px;
	border-radius: 0;
}

.widget_archive li {
	display: block;
	list-style: none;
	font-size: 10px;
	font-weight: normal;
	color: #A7998D;
}
.widget_archive li a{
	font-size: 14px;
	padding: 2px 0 2px 40px;
}

/********************************************************************************
* Sidebar Contact Info
*********************************************************************************/
.widget-contact .fa-ul{
	margin-left: 0;
}
.widget-contact .fa-ul li{
	border-bottom: 3px dotted #DDD4C5;
    font-size: 22px;
    line-height: 26px;
    padding: 15px 0 15px 30px;
}
.widget-contact .fa-ul li:last-child{
	border-bottom: none;
}
.widget-contact .fa-li {
	color: #B9552E;
    font-size: 28px;
    left: 0;
    top: 10px;
    width: auto;
}

/********************************************************************************
* Sidebar Store
*********************************************************************************/
.widget-wpsl-contact {
	margin-top: 20px;
}

/********************************************************************************
* Custom Post - Capsules - Home
*********************************************************************************/
#section-capsules-member {
	padding-bottom: 60px;
}

.section-capsules figure {
	position: relative;
	overflow: hidden;
	background: #261408;
	box-shadow: 3px 5px 0px 0px rgba(5, 5, 6, 0.15);
}

.section-capsules figure .capsule-image {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.section-capsules figcaption {
	position: absolute;
	top: 0;
	z-index: 11;
	padding: 15px;
	width: 100%;
	height: 100%;
	text-align: center;
}

.section-capsules figcaption h2 {
	margin: 0 0 5px 0;
	color: #FFF;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.section-capsules figcaption p {
	color: #f6e0a3;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	font-size: 18px;
	line-height: 20px;
	margin: 0;

	transition-delay: 0s;
	transition-duration: 0.1s;
}

.section-capsules figcaption h2,
.section-capsules figcaption p {
	-webkit-transform: translateY(0);
	transform: translateY(0);

	timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
}

.section-capsules a figcaption p {
	opacity: 0;
}

.section-capsules figure button {
	position: absolute !important;
	bottom: 0;
	left: 0;
	opacity: 0;
	width: 100%;

	-webkit-transform: scale(0.25);
	transform: scale(0.25);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.section-capsules figcaption,
.section-capsules figcaption h2,
.section-capsules figcaption p,
.section-capsules figure button {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.section-capsules svg {
	position: absolute;
	top: -1px; /* fixes rendering issue in FF */
	z-index: 10;
	width: 100%;
	height: 100%;
}

.section-capsules svg path {
	fill: #b7995a;
}

/* Hover effects */
.section-capsules a:hover figure .capsule-image {
	opacity: .7;
}

.section-capsules a:hover figcaption h2,
.section-capsules a:hover figcaption p {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.section-capsules a:hover figcaption p {
	opacity: 1;
}

.section-capsules a:hover figure button{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.capsule-membership{
	color: #f6e0a3;
	background-color: #B9552E;
	font-size: 21px;
	margin-top: 30px;
	width: 100%;
	padding: 15px !important;
	box-shadow: 3px 5px 0px 0px rgba(5, 5, 6, 0.15);
}
.capsule-membership .fa{
	color: #b7995a;
}
.capsule-membership:hover{
	background-color: #b7995a;
}
.capsule-membership:hover .fa{
    -webkit-animation: tada 1.5s;
    animation: tada 1.5s;
	color: #B9552E;
}
.capsule-membership h1{
    bottom: 0;
    color: #fff;
    margin: 0;
    position: absolute;
}
.capsule-membership h1 .subtitle{
	color: #FFF;
}
.capsule-membership .fa {
	font-size: 72px;
}
.capsule-membership p{
	margin: 0;
}

/********************************************************************************
* Section - Capsules Interior
*********************************************************************************/
figure.capsule-interior {
	position: relative;
	overflow: hidden;
	margin: 0 0 30px;
	max-width: 100%;
	max-height: 360px;
	width: 100%;
	height: auto;
	background: #261408;
	text-align: left;
	cursor: pointer;
}
figure.capsule-interior img {
	position: relative;
	display: block;
	min-height: 100%;
	width: 100%;
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.capsule-interior img,
figure.capsule-interior h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.capsule-interior figcaption {
	padding: 2em;
	line-height: normal;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.capsule-interior figcaption::before,
figure.capsule-interior figcaption::after {
	pointer-events: none;
}

figure.capsule-interior figcaption,
figure.capsule-interior figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.capsule-interior figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
figure.capsule-interior h2 {
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	padding: 15px;
}

figure.capsule-interior h2,
figure.capsule-interior .content-row {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
figure.capsule-interior .content-row {
	padding: 20px 0;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,60px,0);
	transform: translate3d(0,60px,0);
	background-color: #b7995a;
	width: 100%;
}
figure.capsule-interior .content-row p{
	margin: 0;
	color: #f6e0a3;
    font-size: 18px;
    line-height: 20px;
}
figure.capsule-interior .content-row .fa{
	font-size: 48px;
	color: #b7995a;
}

figure.capsule-interior:hover img {
	/*-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);*/
	opacity: .7;
}
figure.capsule-interior:hover h2 {
	/*-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);*/
}
figure.capsule-interior:hover .content-row {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/********************************************************************************
* Custom Post - News
*********************************************************************************/
.section-home-news{
	padding: 50px 0;
}
.section-home-news .container{
	position: relative;
}

.news-post{
	box-shadow: 0px 3px 5px 0px rgba(8, 8, 8, 0.41);
	margin-bottom: 30px;
}
.news-post .entry-image{
	border-right: 5px solid #324B5F;
	background-color: #000;
}
.news-post .entry-image img{
	width: 100%;
}
.news-post .entry-content{
	padding: 15px 15px 15px 0;
	line-height: 22px;
}
.news-post .entry-content p{
	margin-bottom: 20px;
}
.news-post .entry-date{
	color: #f9f4e3;
	font-size: 14px;
	letter-spacing: .075em;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 2px;
}
.news-post .entry-title{
	margin: 0 0 20px 0;
	width: 100%;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.news-post .entry-author{
	color: #f9f4e3;
	font-size: 14px;
}

.section-home-news .news-post.post-primary {
	margin-bottom: 0;
}
.section-home-news .news-post.post-primary .entry-image{
	border-right: 0;
	border-bottom: 5px solid #324B5F;
}
.section-home-news .news-post.post-primary .entry-content{
	padding: 30px;
}

/* News Listing Page */
h2.entry-title{
	margin-top: 15px;
	margin-bottom: 0;
}
.blog article, .search-results article{
	background-color: rgba(154, 138, 125,.15);
	margin-bottom: 30px;
}
.blog article p, .search-results article p{
	margin-bottom: 0;
	margin-right: 15px;
}
.blog .main-content .entry-image:after, .search-results .main-content .entry-image:after{
	background-image: url("../img/mask-circle-gray.png");
}

/* News Single Page */
.page-header .entry-meta{
	margin-top: 15px;
	background-color: transparent;
	position: relative;
	color: #a7998d;
	text-transform: uppercase;
}
.page-header .entry-meta > span{
	border-right: 1px dotted #a7998d;
	padding: 0 10px;
}
.page-header .entry-meta > span:first-child{
	padding-left: 0;
}
.page-header .entry-meta > span:last-child{
	border-right: none;
	padding-right: 0;
}

/* Default */
.entry-image{
	position: relative;
	overflow:hidden;
}
.entry-date{

}
.entry-date-month{
	font-weight: 700;
	letter-spacing: .05em;
	font-size: 15px;
	line-height: 15px;
}
.entry-date-day{
	font-size: 32px;
	line-height: 32px;
}
/********************************************************************************
* Custom Post - Venue
*********************************************************************************/
.venue-image {
	height: 180px;
	overflow: hidden;
	padding-bottom: 20px;
}

.venue-image img {
	width: 100%;
}

.venue-description {
	min-height: 180px;
}

/********************************************************************************
* Custom Post - Amenity
*********************************************************************************/
.amenity-image {
	height: 180px;
	overflow: hidden;
	padding-bottom: 20px;
}

.amenity-image img {
	width: 100%;
}

.amenity-description {
	min-height: 180px;
}

/********************************************************************************
* Custom Post - Prices
*********************************************************************************/
.price-capsule .price-title{
	margin: 0;
}
.price-capsule .price-description{

}
.price-capsule .price{
	text-align: right;
	font-weight: 700;
}

/********************************************************************************
* Custom Post - Staff
*********************************************************************************/
.section-staff{
	margin-top: 30px;
}
.section-staff .post-staff{

}
.section-staff .post-staff .staff-title{
	font-size: 60%;
}
/********************************************************************************
* Custom Post - Facility
*********************************************************************************/
.facility .row-sm-height > div:first-child{
	padding-left: 0;
}
.facility .col-sm-height .entry-image{
	height: 100%;
    position: absolute;
}

/********************************************************************************
* Custom Post - raptor
*********************************************************************************/
/* Featured raptor */
.section-home-featured_raptor{
	background-attachment: fixed;
    background-color: #261408;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 60px 0;
    position: relative;
}
.section-home-featured_raptor:before{
	width: 100%;
	height: 100%;
	background-color: rgba(38, 20, 8,.75);
	position:absolute;
	left: 0;
	top: 0;
	content: '';
}
.section-home-featured_raptor .section-heading{
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	height: 100%;
	background-color: #b7995a;
	color: #FFF;
	width: 80px;
	letter-spacing: 0.05em;
	z-index: 1;

	display:block;
    white-space:nowrap;
}
.section-home-featured_raptor .section-heading > h1{
	-moz-transform-origin:0 50%;
    -moz-transform:rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin:0 50%;
    -webkit-transform:rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin:0 50%;
    -o-transform:rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin:0 50%;
    -ms-transform:rotate(-90deg) translate(-50%, 50%);
    transform-origin:0 50%;
    transform:rotate(-90deg) translate(-50%, 50%);
    position:absolute;
    top:0;
    bottom:0;
    height:80px;
    margin:auto;
    line-height:80px;
	color: #FFF;
	font-size: 40px;
}
.section-home-featured_raptor .section-heading:after{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(159, 145, 39, 0);
	border-left-color: #b7995a;
	border-width: 15px;
	margin-top: -7px;
}

.featured-raptor .raptor-image img{
	border: 8px solid #b7995a;
	border-radius: 50%;
	box-shadow: 4px 8px 0px 0px rgba(0, 0, 1, 0.35);
	margin: 0 auto;
}
.featured-raptor .raptor-meta {
	margin-top: 20px;
}
.featured-raptor .raptor-chacteristics img{
	width: 50px;
	height: 50px;
}

/* Raptors Grid */
.raptor-grid-controls, .product-grid-controls{
	background-color: rgba(154, 138, 125,.15);
    margin: 0 15px 30px;
    overflow: hidden;
    padding: 15px;
}
.raptor-grid-controls h6, .product-grid-controls h6{
	display: inline;
	margin: 0;
}
.raptor-grid-controls-sort, .product-grid-controls-sort {
	margin-bottom: 0;
}
button.filter{
	position: relative;
	margin-top: 10px;
}
button.filter.active{
	background: #B9552E;
	color: #b7995a;
}
button.filter.active:after{
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(30, 26, 27, 0);
	border-top-color: #B9552E;
	border-width: 7px;
	margin-left: -7px;
}
button:focus{
	outline: 0 none;
}

.raptor-grid:after, .product-grid:after{
	display: inline-block;
	width: 100%;
}
.raptor-grid .mix,
.raptor-grid .gap,
.product-grid .mix,
.product-grid .gap{
	display: inline-block;
}
.raptor-grid .mix, .product-grid .mix{
	display: none;
}
.raptor-grid .mix:after, .product-grid .mix:after{
	display: inline-block;
}
.raptor-grid .mix:before, .product-grid .mix:before{
	display: inline-block;
}

.raptor-title{
	background-color: #3A3935;
    border-top: 5px solid #324B5F;
    bottom: 0;
    color: #f9f4e3;
    display: block;
    margin: 0;
    padding: 15px 20px;
    position: absolute;
    width: 100%;
}
.disclaimer{
	color: #666;
	font-size: 14px;
}

#raptor-grid .raptor {
	position: relative;
	margin-bottom: 30px;
	background-color: #261408;
	box-shadow: 0 3px 5px 0 rgba(8, 8, 8, 0.41);
}
#raptor-grid .raptor a,
#raptor-grid .raptor a img {
	display: block;
	position: relative;
}
#raptor-grid .raptor a {
	overflow: hidden;
	background-color: #261408;
}
#raptor-grid .raptor a img {
	opacity: 1;
	min-width: 100%;
}
#raptor-grid .raptor a div {
	position: absolute;
	background: rgb(185, 85, 46);
	background-color: rgba(185, 85, 46,.9);
	width: 100%;
	height: 100%;
	z-index: 101;
}
#raptor-grid .raptor a div > span {
	display: block;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #F9F4E3;
	position: absolute;
	top: 40%;
	width: 100%;
	font-size: 24px;
	text-align: center;
}
#raptor-grid .raptor a div > span .fa-inverse{
	color: rgb(185, 85, 46);
}



/*Single raptor*/
.single-raptor .section-raptor-image{
	margin-bottom: 30px;
}
.single-raptor .section-raptor-content{
	margin-bottom: 30px;
}
.single-raptor .section-raptor-classification{
	margin-bottom: 30px;
}
.widget-adopt .widget-content{
	background-color: rgba(154, 138, 125, 0.15);
    padding: 15px;
}

/********************************************************************************
* raptor Gallery
*********************************************************************************/
#raptorgallery .item{
	width: 25%;
	padding: 7px;

}
#raptorgallery .grid-sizer {
	width: 25%;
}
#raptorgallery {
	list-style: none;
	position: relative;
	padding: 0;
	margin-bottom: 30px;
}
#raptorgallery .item {
	position: relative;
}
#raptorgallery .item a,
#raptorgallery .item a img {
	display: block;
	position: relative;
}
#raptorgallery .item a {
	overflow: hidden;
	background-color: #261408;
}
#raptorgallery .item a img {
	opacity: 1;
	min-width: 100%;
}
#raptorgallery .item a div {
	position: absolute;
	background: rgb(38, 20, 8);
	background-color: rgba(38, 20, 8,.9);
	width: 100%;
	height: 100%;
	z-index: 101;
}
#raptorgallery .item a div > span {
	display: block;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #b7995a;
	position: absolute;
	top: 40%;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
#raptorgallery .item a div > span .fa-inverse{
	color: #261408;
}
#infscr-loading{
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	text-align: center;
}

/********************************************************************************
* Support CTA
*********************************************************************************/
.section-home-support{
	position: relative;
	background-color: #261F19;
	background-image: url('../img/bg-support.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center !important;
}
.section-home-support .section-heading{
	padding-top: 30px;
	padding-bottom: 0;
}
.section-home-support .section-heading.formatted .heading:after{
	background-color: #261F19;
}
.navbar-support{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	width: 100%;
	box-shadow: 0px 3px 5px 0px rgba(8, 8, 8, 0.41);
	float: none;
}
.navbar-support li{
	flex: 33.3333%;
	min-width: 300px;
}
.navbar-support li a{
	background-color: #b9552e;
	color: #f9f4e3;
	font-size: 22px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	display: block;
	padding: 25px 20px;
}
.navbar-support li a:hover, .navbar-support li a:focus{
	color: #f9f4e3;
	background-color: #9a8a7d !important;
}
.navbar-support li:nth-child(3n+2) > a{
	background-color: #324B5F;
}
.navbar-support li:nth-child(3n+3) > a{
	background-color: #b7995a;
}

@media ( max-width: 991px ) {
	.section-home-support .section-heading {
		/* padding: 5px 0 0; */
	}
	.section-home-support .section-heading.formatted .heading {
		padding: 25px 0 30px;
	}

	.section-home-support .section-heading.formatted .heading::after {
		display: block;
		top:    auto;
		bottom: -15px;
		left:   50%;
		transform: translateX( -50% )
		           rotate( -90deg );
	}
}

/********************************************************************************
* Footer
*********************************************************************************/
footer.footer-wrapper{
	margin-bottom: 50px;

}
.section-footer-content{
	padding: 50px 0;
	font-size: 13px;
	line-height: 13px;
	background-image: url('../img/bg-footer.svg');
	background-repeat: no-repeat;
	background-position: top center;
}
.section-footer-content .col-sm-height{
	padding: 0 30px;
	border-right: 5px dotted #b7995a;
}
.section-footer-content .col-sm-height:first-child{
	padding-left: 15px;
}
.section-footer-content .col-sm-height:last-child{
	padding-right: 15px;
	border: none;
}

.section-footer-content h6 a, .section-footer-content h6{
	color: #a78c53;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-top: 0;
}
.footer-nav h5 a:hover, .footer-nav h5 a:focus{
	color: #B9552E;
}
.navbar-footer{
	margin-bottom: 0;
}
.navbar-footer .nav-pills > li > a {
    border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	color: #f9f4e3;
	letter-spacing: .1em;
	line-height: normal;
	background-color: transparent;
	text-transform: uppercase;
}
.navbar-footer .nav-pills > li:first-child > a{
	padding-left: 0;
}
.navbar-footer .nav-pills > li > a:hover, .navbar-footer .nav-pills > li > a:focus {
	background-color: transparent;
	color: #b7995a;
}

.footer-copyright{
	font-size: 13px;
	line-height: 13px;
}
.footer-copyright a{
	color: #a7998d;
}
.footer-copyright a:hover{
	color: #b7995a;
	text-decoration: none;
}
.footer-copyright img{
	display: inline-block;
	margin-left: 5px;
	max-width: 175px;
}
.footer-credit{
	margin-top: 5px;
}

/********************************************************************************
* Section - Widget - Newsletter
*********************************************************************************/
.widget-footer-newsletter p{
	margin-bottom: 10px;
}
.widget-footer-newsletter .form {
	position: relative;
}
.widget-footer-newsletter .form-group{
	margin-bottom: 0;
}
.widget-footer-newsletter .form-control{
	border-radius: 0;
	background-color: rgba(154,138,125,.25);
	border: none;
	padding: 15px 20px;
	height: auto;
	width: 100%;
	font-size: 14px;
	box-shadow: none;
	color: #FFF;
}
.widget-footer-newsletter .form-control:focus {
    border-color: transparent;
    box-shadow: none;
    outline: 0 none;
	background-color: rgba(154,138,125,.5);
}
.widget-footer-newsletter .form-control::-moz-placeholder {
    color: #f9f4e3;
}
.widget-footer-newsletter .btn{
	position: absolute;
	top: 0;
	right: 0;
}

@media ( max-width: 767px ) {
	.widget-footer-newsletter {
		margin: 50px 0;
	}
}

/********************************************************************************
* Section - Widget - Facebook
*********************************************************************************/
footer .follow{
	font-size: 14px;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #B9552E;
	font-weight: 700;
}
.facebook-feed-status {
	color: #f9f4e3;
	font-size: 13px;
	letter-spacing: .025em;
	background-color: rgba(154,138,125,.25);
	line-height: 13px;
	display: block;
	max-height: 86px;
	width: 100%;
}
.facebook-feed-status:hover, .facebook-feed-status:active, .facebook-feed-status:focus {
	color: #f9f4e3;
	background-color: rgba(154,138,125,.5);
}
.facebook-feed-status .row{
	margin: 0;
}
.facebook-feed-status .row > div{
	padding: 0;
}
.facebook-feed-status .row > div:last-child{
	background-color: #b9552e;
  	box-shadow: 0px 3px 5px 0px rgba(8, 8, 8, 0.41);

	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.facebook-feed-status:hover .row > div:last-child{
	background-color: #B7995A;
}
.facebook-feed-status .status-content{
	padding: 10px 20px;
}
.facebook-feed-status .status-content p{
	margin-bottom: 6px;
}
.facebook-feed-status .status-date{
	font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 10px;
    text-transform: uppercase;
}
.facebook-feed-status .status-expand{
	color: #f9f4e3;
	font-size: 18px;
	padding: 0 8px;
}

/********************************************************************************
* Section - Widget - Instagram
*********************************************************************************/
.section-instagram{
	background-color: #3b3935;
	position: relative;
	overflow:hidden;
}
.section-instagram .section-heading{
	position: absolute;
	background-color: #324B5F;
	color: #f9f4e3;
	z-index: 1;
    white-space: nowrap;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 54px;
}
.section-instagram .section-heading::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(128, 87, 54,0) rgba(128, 87, 54,0) rgba(128, 87, 54,0) #324B5F;
    border-image: none;
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 100%;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 0;
}
.section-instagram .section-heading h5{
	color: #f9f4e3;
	bottom: 0;
    height: 54px;
    line-height: 54px;
    margin: auto;
    position: absolute;
    top: 0;
	-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%);
	-webkit-transform-origin: 0 50% 0;
	-moz-transform-origin: 0 50% 0;
	-ms-transform-origin: 0 50% 0;
	-o-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
}
.section-instagram .instagram-thumb img{
	width: 12.5%;
	opacity: .4;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.section-instagram .instagram-thumb img:hover{
	opacity: 1;
}

/********************************************************************************
* Miscellaneous Plugin Styles
*********************************************************************************/
.visual-form-builder fieldset, .donation-form fieldset {
	border: none;
	border-radius: 0;
	background-color: rgba(154, 138, 125,.15);
}

.donation-form .form-content {
	padding: 20px;
}

.donation-form fieldset {
	margin-bottom: 30px;
}

.donation-form .required {
	color: #bc1212;
}

.visual-form-builder .vfb-legend, .donation-form .legend {
	background-color: #3b3935;
    background-image: url("../img/bg-distress-gray.jpg");
    border-bottom: none;
    color: #f9f4e3;
    margin: 0 0 15px;
    padding: 3px 20px;
}
.visual-form-builder .vfb-legend h3, .donation-form .legend h3 {
    color: #f9f4e3;
}
input.vfb-text, input.vfb-text[type="text"], input.vfb-text[type="tel"], input.vfb-text[type="email"], input.vfb-text[type="url"], textarea.vfb-textarea{
	background-color: #fff;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 4px 0 0 rgba(5, 5, 6, 0.15);
    font-size: 16px;
    height: auto;
    padding: 10px 20px 9px;
}
input.vfb-text:focus, input.vfb-text[type="text"]:focus, input.vfb-text[type="tel"]:focus, input.vfb-text[type="email"]:focus, input.vfb-text[type="url"]:focus, textarea.vfb-textarea:focus{
	box-shadow: 0 4px 0 0 #B9552E;
}
select.vfb-select, select, select.form-control {
	padding: 5px 20px 5px 5px;
	background-color: #fff;
	border: none;
	border-radius: 0;
	box-shadow: 0 4px 0 0 rgba(5, 5, 6, 0.15);
	font-size: 18px;
	transition: all 0.2s ease;
	appearance: none;
	-moz-appearance:none;
	position: relative;
	line-height: 20px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QsGCAcIf0aE0QAAADFJREFUOMtjYBgFgw4wQun/ZOghKPmfUsOwKfhPiWG4FP0n1zB8Cv+TYxgh8H94pkMAEc4GBW/dMm0AAAAASUVORK5CYII=);
	background-repeat: no-repeat;
	background-position: right 10px;
	outline: 0;
}
select.vfb-select:before, select:before {
	position: absolute;
    right: 0;
    z-index: 200;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #B9552E;
}
select.vfb-select:focus, select:focus {
	box-shadow: 0 4px 0 0 #B9552E;
}
.visual-form-builder li.vfb-left-third, .visual-form-builder li.vfb-middle-third, .visual-form-builder li.vfb-right-third {
    width: 33% !important;
}
.visual-form-builder li.vfb-left-half, .visual-form-builder li.vfb-right-half{
	width: 50% !important;
}
.visual-form-builder li.vfb-left-two-thirds, .visual-form-builder li.vfb-right-two-thirds{
	width: 66% !important;
}
.vfb-submit, input.vfb-submit[type=submit]{
	color: #f9f4e3;
	background-color: #b9552e;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	border-radius: 0;
	font-size: 16px;
	border: none;
	padding: 13px 20px;
	text-shadow: none;
  	box-shadow: 0px 3px 5px 0px rgba(8, 8, 8, 0.41);
	margin-bottom: 30px;

	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-button {
	color: #f9f4e3 !important;
	background-color: #b9552e !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	letter-spacing: .1em !important;
	border-radius: 0 !important;
	font-size: 16px !important;
	border: none !important;
	padding: 13px 20px !important;
	text-shadow: none !important;
  	box-shadow: 0px 3px 5px 0px rgba(8, 8, 8, 0.41) !important;
	margin-bottom: 30px !important;

	-moz-transition: all .2s ease-in !important;
    -o-transition: all .2s ease-in !important;
    -webkit-transition: all .2s ease-in !important;
	transition: all .2s ease-in !important;
}

.vfb-submit:hover, input.vfb-submit[type=submit]:hover, .vfb-submit:active, input.vfb-submit[type=submit]:active, .vfb-submit:focus, input.vfb-submit[type=submit]:focus{
	color: #f9f4e3;
	background-color: #b7995a;
}

.forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:hover, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:active,
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:focus {
	color: #f9f4e3 !important;
	background-color: #b7995a !important;
}

.visual-form-builder ul, .entry-content .visual-form-builder ul, .comment-content .visual-form-builder ul, .mu_register .visual-form-builder ul, .visual-form-builder ol, .entry-content .visual-form-builder ol, .comment-content .visual-form-builder ol, .mu_register .visual-form-builder ol{
	font-size: 15px;
}
.visual-form-builder label, label.vfb-desc {
    color: inherit !important;
}
.visual-form-builder li div label, .visual-form-builder li span label, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-label[for] {
    font-weight: normal !important;
	font-size: 1em !important;
	text-transform: uppercase !important;
}
.visual-form-builder li.vfb-left-half, .visual-form-builder li.vfb-left-third, .visual-form-builder li.vfb-left-two-thirds{
	clear: both;
}

/*FAQ Manager*/
.faq-list{
	background-color: rgba(154, 138, 125,.15);
    border-left: 10px solid #DDD4C5;
    padding: 10px 30px;
}
.single-faq{
    border-bottom: 2px dotted #DDD4C5;
    padding: 20px 0;
}
.faq-content .single-faq:last-child{
	border: none;
	padding-bottom: 0;
}
.single-faq .scroll-back a{
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 14px;
}
.single-faq .scroll-back a:before{
	font-family: 'FontAwesome';
	content:"\f139\00a0";
}

/********************************************************************************
* Video
*********************************************************************************/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.panel-primary > .panel-heading.video-title > h3 {
	font-size: 20px;
}
.panel-video .panel-body{
	padding: 0;
}

/********************************************************************************
* Scroll Animations
*********************************************************************************/
header.header-wrapper, .navbar-top, .navbar-top .emergency, body.scrolling header .masthead{
	-moz-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
}
header .logo{
	-moz-transition: all .4s ease-in, top .7s ease-in-out .3s;
    -o-transition: all .4s ease-in, top .7s ease-in-out .3s;
    -webkit-transition: all .4s ease-in, top .7s ease-in-out .3s;
	transition: all .4s ease-in, top .7s ease-in-out .3s;
}
body.scrolling header .logo, body.scrolling .navbar-top{
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	min-height: 0;
	overflow:hidden;
}
body.scrolling header .logo{
	top: -100%;
}
body.scrolling header.header-wrapper{
	top: calc( 0px + var(--wp-admin--admin-bar--height, 0px) );
	border-bottom: 5px solid #9a8a7d;
}
body.scrolling header .masthead {
    background-color: #f9f4e3;
    background-image: none;

    padding: 0 15px;
}

@media ( max-width: 600px ) {
	body.scrolling header.header-wrapper {
		top: 0;  /* WP Admin bar is not fixed */
	}
}

/********************************************************************************
* Misc Bootstrap Helpers
*********************************************************************************/
/* Alerts */
.alert {
    border: 1px solid transparent;
    border-radius: 0;
    margin-bottom: 25px;
}
.alert-warning {
    background-color: rgba(183, 153, 90, 0.3);
    border-color: rgba(183, 153, 90, 0.5);
    color: #a7998d;
}

/* Form Controls */
.form-control{
	background-color: #fff;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 4px 0 0 rgba(5, 5, 6, 0.15);
    font-size: 16px;
    height: auto;
    padding: 10px 20px 9px 20px;
}
.form-control:focus{
	box-shadow: 0 4px 0 0 #b9552e;
}
.form-control::-moz-placeholder {
    color: #a7998d;
    opacity: 1;
}

/* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

#wpsl-result-list {
    display: none !important;
}

#wpsl-gmap {
    width: 100% !important;
}

.wpsl-info-window .span {
	display:none !important;
}
.wpsl-search {
	display: none !important;
}
.wpsl-base-gmap_0 {
	display: none !important;
}

@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
}

/********************************************************************************
* Media Queries
*********************************************************************************/
@media (min-width: 768px) {
	.navbar-top-collapse {
		padding-top: 0 !important;
		padding-right: 0 !important;
	}
	.navbar-top-collapse form[role=search] {
		width: 38px;
	}
	.navbar-top-collapse form[role=search] button {
		padding: 7px 12px;
	}
	.navbar-top-collapse form[role=search] input {
		padding: 14px 12px 13px 180px;
		font-size: 16px;
		opacity: 0;
		display: none;
	}
	.navbar-top-collapse form[role=search].active {
		width: 100%;
	}
	.navbar-top-collapse form[role=search].active button, .navbar-top-collapse form[role=search].active input {
		display: table-cell;
		opacity: 1;
	}
	.navbar-top-collapse form[role=search].active input {
		width: 100%;
	}
}
@media (max-height: 799px){
	.slider-text-container h1 {
		font-size: 36px;
	}
	.slider-text-container{
		font-size: 20px;
	}
}
@media (max-width: 1599px){
	body{
		padding: 30px;
	}
	header.header-wrapper {
		--page-pad: 30px;
	}
	footer.footer-wrapper{
		margin-bottom: 30px;
	}
	.section-page-header{
		background-size: 150% auto;
		background-position: center;
	}
}
@media (max-width: 1399px){
	header .masthead{
		padding-bottom: 85px;
	}
	header .logo {
		max-width: 270px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
    	padding: 5px 12px;
	}
	body.scrolling header .navbar-default .navbar-nav > li > a{
		padding: 15px 12px;
	}
	.section-instagram .h5{
		font-size: 16px;
	}
}
@media (max-width: 1199px){
	.navbar-default .navbar-nav > li > a {
		padding: 5px 8px;
		font-size: 14px;
	}
	body.scrolling header .navbar-default .navbar-nav > li > a{
		padding: 15px 8px;
	}
	.slider-text-container {
		max-width: 100%;
		padding: 0 40px;
		right: auto;
		text-align: center;
	}
	.section-page-header{
		height: 450px;
	}
	.section-heading h1, .slider-text-container h1 {
		font-size: 48px;
	}
	.news-post .entry-content{
		padding-left: 15px;
	}
	.navbar-footer .nav-pills > li > a{
		font-size: 12px;
		padding: 10px;
	}
	.footer-copyright {
    	font-size: 11px;
	}
	.border-wave-beige-btm img, .border-wave-beige-btm img, .border-wave-beige-top img, .border-wave-beige-top img {
		max-width: 120%;
		width: 120%;
	}
	.section-instagram .instagram-thumb img{
		width: 20%;
	}
	.section-instagram .instagram-thumb:nth-child(6) img, .section-instagram .instagram-thumb:nth-child(7) img, .section-instagram .instagram-thumb:nth-child(8) img{
		display: none;
	}
}
@media (max-width: 991px){
	header .masthead {
		background-size: auto 300px;
		padding-top: 0;
		padding-bottom: 70px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-default .navbar-brand {
		float: none;
		height: auto;
		margin: 0 auto !important;
		padding: 0;
		text-align: center;
	}
	.navbar-default .navbar-nav.navbar-right{
		float: none !important;
		text-align: center;
	}
	.navbar-default .navbar-nav.navbar-right li{
		display: inline-block;
		float: none;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 0 8px 15px;
	}
	header .logo {
		margin: 0 auto 15px;
		max-width: 200px;
		padding: 15px;
		position: relative;
		top: 0;
	}
	.section-page-header {
		height: 340px;
		margin-top: 150px;
	}
	h1, .section-heading h1, .slider-text-container h1 {
		font-size: 36px;
	}
	.slider-text-container{
		font-size: 20px;
	}
	.section-heading.formatted > div {
		border-right: none;
		display: block;
		padding: 5px 0;
		text-align: center;
	}
	.section-heading.formatted .heading::after{
		display: none;
	}
	.staff-image{
		margin-bottom: 15px;
	}
	.sidebar{
		margin-top: 40px;
		padding-top: 40px;
		border-top: 3px dotted #DDD4C5;
	}
	.section-footer-content .col-sm-height {
		border-right: 0 none;
		padding: 0 15px;
	}
	.section-instagram .instagram-thumb img{
		width: 25%;
	}
	.section-instagram .instagram-thumb:nth-child(5) img{
		display: none;
	}
}
@media (max-width: 767px){
	body{
		padding: 20px;
	}
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 20px;
	}
	h4{
		font-size: 18px;
	}
	h5{
		font-size: 16px;
	}
	h6{
		font-size: 14px;
	}
	.alignright, .alignleft, .thumbnail{
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
	ul.two-column{
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
	header.header-wrapper {
		--page-pad: 20px;
	}
	.navbar-header{
		padding: 10px 0;
	}
	.navbar-default .navbar-nav{
		width: auto;
		margin: 0;
	}
	.navbar-default .navbar-collapse{
		background-color: #eae3d3;
		margin: 60px -15px 0;
		padding: 0 15px;
		width: auto;
	}
	body.scrolling header .navbar-default .navbar-collapse{
		margin-top: 0;
	}
	.navbar-default .navbar-nav.navbar-right li{
		display: block;
	}
	.navbar-default .navbar-nav > li > a{
		border: none;
		text-align: left;
		padding: 10px 0;
	}
	body.scrolling header .navbar-default .navbar-nav > li > a {
		padding: 10px 0;
	}
	.navbar-default .dropdown-menu::after{
		display: none;
	}
	/* maintain full width */
	.navbar-nav .dropdown-menu {
		position: static;
		float: none;
		width: auto;
	}
	header .masthead {
		background-color: #f9f4e3;
		background-image: none;
		padding: 0 15px;
		border-bottom: 5px solid #9a8a7d;
	}
	body.scrolling header .masthead{
		padding: 0 15px;
	}
	.navbar-default{
		min-height: 0;
	}
	.navbar-default .navbar-brand{
		position: relative;
		letter-spacing: 0.05em;
		padding: 5px 50px 0 0;
		text-align: right;
		text-transform: uppercase;
	}
	header .masthead .container-fluid{
		padding: 0;
	}
	header .logo {
		position: absolute;
		top: 0;
		padding: 10px;
		max-width: 150px;
	}
	.section-page-header {
		height: 300px;
		margin-top: 90px;
    	background-position: center bottom;
		background-size: 200% auto;
	}
	.news-post .entry-image{
		border-right: 0;
		border-bottom: 5px solid #324B5F;
	}
	.news-post .entry-image img{
		width: auto;
	}
	.facility .row-sm-height > div:first-child{
		padding-left: 15px;
	}
	.facility .col-sm-height .entry-image{
		height: auto;
		position: relative;
	}
	footer.footer-wrapper{
		margin-bottom: 20px;
	}
	.section-footer-content, .navbar-footer .nav-pills, .social-container{
		text-align: center;
	}
	.navbar-footer .nav-pills > li{
		float: none;
		display: inline-block;
	}
	.seal {
		margin-top: 20px;
	}
}
@media (max-width: 650px){
	.section-instagram .instagram-thumb img{
		width: 33.33%;
	}
	.section-instagram .instagram-thumb:nth-child(4) img{
		display: none;
	}

}
@media (max-width: 480px){
	body{
		padding: 0;
	}
	header.header-wrapper {
		--page-pad: 0px;
	}
	footer.footer-wrapper{
		margin-bottom: 0;
	}
	.section-page-header {
		background-size: 300% auto;
	}
	.section-instagram .instagram-thumb img{
		width: 50%;
	}
	.section-instagram .instagram-thumb:nth-child(3) img{
		display: none;
	}
	.section-heading h1, .slider-text-container h1 {
		font-size: 24px;
	}
}
@media (max-width: 340px){
	.navbar-default .navbar-brand .menu-label{
		display: none !important;
	}
	header .logo{
		max-width: 120px;
	}
}



/*! - Related Posts */

.related-posts {}

.related-posts--list {
	padding: 0;
	list-style: none;
}

.related-posts--item {
	padding: 10px 15px;
}



/*! - Archive CTA - Section */

.section-archive-cta {
	padding: 80px 0 50px;
}



/*! - Document CTA - Section */

.section-document-cta .image-col img {
	margin-left:  -15px;
	margin-right: -15px;
	max-width: calc( 100% + 30px );
}

.section-document-cta .content-col {
	padding: 30px;
}

@media ( min-width: 768px ) {
	.section-document-cta > .container-fluid > .row {
		display: flex;
		align-items: center;
	}

	.section-document-cta .image-col img {
		margin-right: 0;
		max-width: calc( 100% + 15px );
	}
}



/*! - Post Type: Owl Sounds */

/*! Owl Sounds: Archive */

.post-type-archive-owl-sound .raptor-grid {
	margin-top: 30px;
}


/*! Owl Sounds: Single */

.single-owl-sound .featured-image img {
	margin-bottom: 10px;
}

.single-owl-sound .sounds-heading {
	margin: 30px auto 15px;
	font-size: 20px;
}

.single-owl-sound .sound-links {
	display: inline-flex;
	flex-direction: column;
	gap: 5px;
}

.single-owl-sound .owl-sound-footer {
	margin-bottom: 30px;
}

@media ( max-width: 991px ) {
	.single-owl-sound .owl-sound-footer [class^="col-"]:not( :last-of-type ) {
		margin-bottom: 50px;
	}
}



/*! - Post Type: Migrating Raptors */

/*! Migrating Raptors: Archive */

.post-type-archive-migrating-raptor .raptor-grid {
	margin-top: 30px;
}


/*! Migrating Raptors: Single */

.section-migrating-raptors-cta {
	padding: 50px 0;
}

.section-migrating-raptors-footer {
	padding: 80px 0 50px;
}

.section-migrating-raptors-footer .additional-images {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

@media ( max-width: 767px ) {
	.section-migrating-raptors-cta [class^="col-"]:not( :last-of-type ) {
		margin-bottom: 30px;
	}
}

@media ( min-width: 768px ) {
	.section-migrating-raptors-cta .row {
		display: flex;
		align-items: center;
	}
}

@media ( max-width: 991px ) {
	.section-migrating-raptors-footer [class^="col-"]:not( :last-of-type ) {
		margin-bottom: 50px;
	}
}
