 /*

Theme Name: Premise
Theme URI: http://studioaceofspade.com/wordpress-framework
Description: A framework, hence the name Premise, created by Studio Ace of Spade. It is used for developing sites on WordPress. Barebones, and ready for generic pages such as About, Contact, Services, etc. Comes fully loaded with an HTML5 theme, Twitter Bootstrap, CSS Reset, Cycle.js, and base CSS styles.
Version: 2.0.0
Author: Studio Ace of Spade
Author URI: http://studioaceofspade.com
Tags: customizable, template, framework, cms, example, premise

*/
@font-face {
    font-family: 'rangeritalic';
    src: url('fonts/ranger_italic-webfont.woff2') format('woff2'),
         url('fonts/ranger_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rangerregular';
    src: url('fonts/ranger_regular-webfont.woff2') format('woff2'),
         url('fonts/ranger_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}

/* =============================================================================
   Base Resets
   ========================================================================== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/* =============================================================================
   WordPress Compatibility Classes
   ========================================================================== */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
    clear: both;
    margin-bottom: 1em;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    margin: 0 0 15px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
    padding: 5px;
	margin: 0;
    text-shadow: none;
    color: #343434;
}
p .alignleft,
p .alignright,
p .aligncenter,
p .alignnone {
    margin-top: 5px;
}

/* =============================================================================
   Activity Boxes
   ========================================================================== */
.activities {
    margin: 10px 0;
    text-align: center;
}
.activities .activity {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 10px 5px;
}
.center .activities {
    text-align: center;
}
a.activity-link {
    color: #304249;
	line-height: 25px;
}
a.activity-link:hover {
    color: #304249;
}
.activities .activity-link {
    line-height: 50px;
    font-size: 50px;
}
.activities .activity:first-child {
    margin-left:0;
}
.activities .activity:last-child {
    margin-right: 0;
}
.activity.facebook {
    background: #3b5998;
    text-align: center;
    border-radius: 6px;
}
.activity.facebook a {
    line-height: 50px;
    font-size: 32px;
    color: #fff;
    display: block;
    width: 50px;
}
.activity-icon {
    max-width: 100%;
}
.attraction .activity-icon {
    max-width: 50px;
}
.learn-more-container {
	margin-bottom: 30px;
	text-align: right;
}
a.button.activity-learn-more {
	line-height: 20px;
    width: auto;
    display: inline-block;
    padding: 0 10px;
}
@media screen and (max-width: 767px) {
    .category-things .activities {
        margin: 0;
    }
    .category-things .activities .activity {
        margin-top: 0;
        margin-bottom: 0;
    }
}
/* =============================================================================
   Sitemaps
   ========================================================================== */
.sitemap-wrapper h2 {
    margin-bottom: 10px;
    border-bottom: 1px dotted #bbb;
    padding-bottom: 10px;
}
.sitemap-wrapper ul {
    margin-bottom: 30px;
}
.sitemap-wrapper li {
    margin-left: 15px;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 3px;
}
.sitemap-wrapper li ul {
    margin-bottom: 0;
    margin-left: 30px;
}

/* =============================================================================
   PDF
   ========================================================================== */
.pdf {
    height: 100vh;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

}
/* =============================================================================
   Slick Slider
   ========================================================================== */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slider-nav {
    text-align: center;
}
.slick-loading .slick-list {
    background: #fff url('img/ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    padding: 10px;
    cursor: pointer;
    color: #4F6D7A;
    background: transparent;
    display: inline-block;
    opacity: .75;
    line-height: 20px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 1;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.dot-target {
    display: inline-block;
    margin-bottom: -5px;
}
.slick-dots {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    float: left;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
@media screen and (max-width: 767px) {
    .slick-dots li {
        margin: 0;
    }
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* ==|== primary styles =====================================================
   Author: Jon Savage of Studio Ace of Spade
   ========================================================================== */
body {
	color: #222;
	font-family: 'Montserrat', helvetica, arial, sans-serif;
	font-size: 14px;}
body,
html {
    height: 100%;
}
a {
    color: #ce7f72;
	text-decoration: none;
}
a:hover {
    color: #4F6D7A;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;}
.cf:after {
    clear: both;}
.cf {
    *zoom: 1;}
h1,h2,h3,h4,h5,h6 {
    font-family: 'rangeritalic', serif;
	font-weight: normal;}
h1 {
	font-size: 36px;
	line-height: 36px;}
h2 {
	font-size: 28px;
	line-height: 28px;}
h3 {
	font-size: 21px;
	line-height: 21px;}
h4 {
    font-family: 'Montserrat', sans-serif;
    color: #304249;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 10px;
}
p {
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 20px;
}
p,
li {
    color: #363635;
}
.hero p,
.hero li {
    color: #EAF2EF;
}
p + ol,
p + ul {
	padding-bottom: 0;}
.h100 {
    height: 100%;
}
.vct,
.vctr,
.vctd {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.vctr {
    display: table-row;
}
.vctd {
    display: table-cell;
}
img {
    max-width: 100%;
}
.transition,
.transition:hover,
a,
a:hover,
input,
input:hover,
.location-image::after,
.slick-dots li button,
.slick-prev,
.slick-next {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
input[type="submit"] {
    cursor: pointer;
}
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.whitespace-divider {
    width: 100%;
    margin-bottom: 30px;
}
.main-content {
    position: relative;
    margin: 15px 0;
}
.main-content > .cms-section:last-child {
    margin-bottom: 50px;
}

/* =============================================================================
   Buttons
   ========================================================================== */
a.button,
input.button,
button.button {
    background: #ce7f72;
    color: #EAF2EF;
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
    transition: .3s all linear;
}
a.button.small {
    max-width: 200px;
    margin: auto;
}
a.button.left {
    margin-left: 0;
}
a.button.right {
    margin-right: 0;
}
a.button.hero-sink {
    margin-top: 80px;
}
a.button:hover,
input.button:hover,
button.button:hover {
    background: #4f6d7a;
    color: #EAF2EF;
}
a.button.inline-block,
input.button.inline-block {
    display: inline-block;
    padding: 0 20px;
    width: auto;
}
a.button.inverse,
input.button.inverse {
    background: #ce7f72;
}
a.button.inverse:hover,
input.button.inverse:hover {
    background: #ffbd5d
}
a.button.blue,
input.button.blue {
    background: #4F6D7A;
}
a.button.blue:hover,
input.button.blue:hover {
    background: #304249;
}
a.button.yellow,
input.button.yellow {
    background: #ffbd5d;
}
a.button.yellow:hover,
input.button.yellow:hover {
    background: #ce7f72;
}
a.button.stacked + a.button.stacked,
input.button.stacked + input.button.stacked {
    margin-top: 10px;
}
a.button.icon,
input.button.icon {
    position: relative;
    padding-left: 50px;
    text-align: left;
}
a.button.icon img,
input.button.icon img,
a.button.icon .fa,
input.button.icon .fa {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #304249;
}
a.gmap-link {
    color: #ce7f72;
    display: inline-block;
    margin: 5px 0;
    border-bottom: 1px dotted #ce7f72;
}
a.gmap-link:hover {
    color: #4F6D7A;
}

/* =============================================================================
   Header Styles
   ========================================================================== */
.header {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    background: #2f4249;
    border-bottom: 6px solid #4F6D7A;
    padding: 10px 15px;
    width: 100%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.25);
    z-index: 999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo {
    width: 220px;
    display: block;
}
.header .logo img {
    display: block;
    width: 220px;
    height: 77.5px;
    max-width: 100%;
    background: #2f4249;
}
.header .minty-bar {
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 6px;
    width: 100%;
    background: #d1e4d1;
}
.translation-bar {
	position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.75);
    width: fit-content;
    padding: 5px;
}
.header .search {
    float: left;
}
.header .navigation {
    text-align: right;
    z-index: 100;
    width: calc(100% - 220px);
}
.header .navigation nav > ul {
    font-size: 0;
}
.header .navigation nav > ul > li {
    display: inline-block;
}
.header .navigation a {
    display: block;
    font-size: 14px;
    color: #eadfd2;
}
.header .navigation .secondary li {
    margin: 0 0 0 15px;
    padding: 10px 0;
}
.header .navigation .secondary a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #ffbd5d;
}
.header .navigation .secondary a:hover {
    color: #dd9471;
}
.header .expander {
    display: none;
}
.header .dd-trigger .expander {
    display: inline-block;
    float: left;
}
.header .main .secondary-link {
    display: none;
}
.header .navigation .main a {
    line-height: 38px;
    margin: 0 20px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.header .navigation .main li:nth-child(3) a {
    margin-right: 0;
}
.header .navigation .main a:hover {
    color: #ce7f72;
}
.header .navigation .main li:last-child a {
    padding-right: 0;
}
.mobile-popup {
    display:none;
    float:right;
    padding: 26px;
    cursor: pointer;
    background: #ffbd5d;
}
.mobile-bar {
    background-color:#fff;
    height:4px;
    width:25px;
    margin-bottom:3px;
}
.dd-trigger {
    position: relative;
}
.dd {
    position: absolute;
    top: 37px;
    background: rgba(206,127,114,1);
    right: 20px;
    min-width: 270px;
    border-top: 6px solid #FFBD5D;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
}
.secondary .dd {
    top: 27px;
    right: 0;
    min-width: 230px;
}
.dd li {
    border-bottom: 1px dotted rgba(0,0,0,.25);
}
.dd li:last-child {
    border-bottom: 0;
}
.header .navigation .main .dd a,
.header .navigation .secondary .dd a {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 10px;
    border-right: 0px solid #FFBD5D;
    color: #eadfd2;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
}
.header .navigation .main .dd a:hover,
.header .navigation .secondary .dd a:hover {
    color: #FFBD5D;
    border-right: 7px solid #FFBD5D;
}
.header .navigation .main .dd li:last-child a {
    padding: 10px 10px;
}
.header .navigation .secondary .dd li {
    margin-left: 0;
    padding: 0;
}
.header .navigation .secondary .dd li a {
    font-size: 12px;
    line-height: 12px;
    padding: 7px;
}
.navigation {
    position: relative;
}
.breadcrumbs {
    position: absolute;
    top: 103px;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(0,0,0,.6);
    padding: 5px 5px 5px 150px;
}
.breadcrumbs span,
.breadcrumbs a {
    color: #eadfd2;
    text-transform: uppercase;
    font-size: 12px;
}
.breadcrumbs a:hover {
    color: #ce7f72;
}
.home .breadcrumbs {
    display: none;
}
.navigation .main,
.navigation .secondary {
    position: relative;
}
.navigation .main {
    z-index: 200;
}
.navigation .secondary {
    z-index: 300;
}
/* =============================================================================
   Hero Styles
   ========================================================================== */
.hero {
    height: 100%;
    position: relative;
    margin-top: 91px;
    padding: 15px;
    margin-bottom: -2px;
}
.hero-icon {
    width: 37px;
    margin: auto;
    margin-bottom: 10px;
}
.hero-box {
    width: 33.3333333%;
    float: left;
    position: relative;
    cursor: pointer;
    height: 100%;
    padding-top: 0;
}
.hero-bg > * {
    position: relative;
    z-index: 10;
}
.hero-bg {
    height: 100%;
    padding: 0 30px;
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.25);
    background: center center no-repeat;
    background-size: cover;
}
.hero-box .hero-bg::after {
    content: '';
    z-index: 5;
    background: rgba(0,0,0,.33);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.hero-bg:hover::after {
    background: rgba(0,0,0,.1);
}
.hero-box.first {
    padding-right: 8px;
}
.hero-box.third {
    padding-left: 8px;
}
.hero-box.second {
    padding: 0 7px;
}
.featured-tag {
    display: block;
    margin: 0 0 40px;
    text-align: center;
    color: #EAF2EF;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-shadow: 0 0 5px rgba(0,0,0,.6);
}
.hero-box h2 {
    font-size: 52px;
    line-height: 52px;
    color: #eadfd2;
    text-align: center;
    font-family: 'rangeritalic', serif;
    text-shadow: 0 0 5px rgba(0,0,0,.6);
}
.hero-box h3 {
    font-size: 18px;
    line-height: 24px;
    color: #EAF2EF;
    font-weight: 300;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 0 5px rgba(0,0,0,.6);
}
.subpage .hero {
    margin-top: 91px;
    height: 300px;
    text-align: center;
    background-size: cover;
}
.subpage .hero.fullscreen {
    min-height: 80vh;
    height: auto;
    background: no-repeat center center fixed;
    background-size: cover;
    padding-top: 80px;
    position: relative;
    text-align: left;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.4);
}
.subpage .hero.fullscreen * {
    z-index: 10;
}
.subpage .hero.fullscreen .dark-overlay {
    content: '';
    background: rgba(0,0,0,.25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.subpage .hero.fullscreen h1,
.subpage .hero.fullscreen h2,
.subpage .hero.fullscreen h3,
.subpage .hero.fullscreen h4,
.subpage .hero.fullscreen h5,
.subpage .hero.fullscreen h6 {
    color: #fff;
    margin: 0 0 15px;
}
.subpage .hero.fullscreen h4,
.subpage .hero.fullscreen h5,
.subpage .hero.fullscreen h6 {
    margin: 0 0 5px;
}
.subpage .hero.fullscreen p,
.subpage .hero.fullscreen li {
    color: #fff;
}
.subpage .hero.fullscreen .wp-caption p {
    color: #343434;
}
.subpage .hero.fullscreen ul,
.subpage .hero.fullscreen ol {
    margin-left: 30px;
    margin-bottom: 15px;
}
.subpage .hero.fullscreen li {
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 5px;
}
.subpage .hero.fullscreen blockquote {
    border-left: 5px solid #fff;
    margin-left: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.subpage .hero.fullscreen h2 {
    color: #fff;
    font-family: 'rangeritalic', sans-serif;
    text-align: left;
    font-size: 32px;
    line-height: 32px;
    text-shadow:  0 0 5px rgba(0,0,0,.4);
    padding: 0;
    margin: 0 0 10px;
}
.subpage .hero.fullscreen .side-buttons {
    margin-top: 58px;
}
.subpage .hero.fullscreen .fullscreen-content a:hover {
    color: #FFBD5D;
}
@media screen and (max-width: 767px) {
    .subpage .hero.fullscreen .side-buttons {
        margin-top: 20px;
    }
}
.post-type-archive .subpage .hero,
.hero.extended.blog-hero {
    height:500px;
}
.subpage .hero h1 {
    color: #eadfd2;
    text-shadow: 0 0 5px rgba(0,0,0,.4);
}
.subpage .hero h2,
.subpage .hero .shelter-listing-subheader p,
.subpage .hero .hero-subheader p {
    color: #EAF2EF;
    font-weight: 400;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 15px;
    text-shadow: 0 0 5px rgba(0,0,0,1);
    font-size: 16px;
    line-height: 21px;
}
.subpage .hero .divider {
    margin: 10px 0;
}
.subpage .main-content {
    padding: 30px 0;
}
.subpage .page-content {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px dotted #ccc;
}
.subpage .page-content *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
/* =============================================================================
   Divider Styles
   ========================================================================== */
.divider {
    margin: 60px 0;
    text-align: center;
    font-size: 0;
}
.divider.small {
    margin: 10px 0;
}
.divider img {
    display: block;
    margin: 0 auto;
}
.divider .square {
    width: 14px;
    height: 14px;
    border: 1px solid rgba(255,255,255,.6);
    display: inline-block;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: -2px;
    position: relative;
    top: -2px;
    z-index: 1;
}
.divider .square:nth-child(3) {
    border: 2px solid rgba(255,255,255,.8);
    width: 18px;
    height: 18px;
    top: 0;
    z-index: 2;
}
#destination .main-content {
    margin-top: 30px;
}
.destination img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.destination:hover img {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.maxheight {
    height: calc(100% - 91px);
}

/* =============================================================================
   General
   ========================================================================== */
.section-header {
    font-size: 42px;
    line-height: 42px;
    color: #363635;
    text-align: center;
    margin-bottom: 10px;
}
.section-note,
.section-head p {
    font-size: 14px;
    line-height: 24px;
    color: #4F6D7A;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 30px;
    max-width: 640px;
    padding-bottom: 0;
}
html {
    background: url('img/bg-6.jpg') center center repeat;
}
.panel-link {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.single-event .panel-link {
    left: 33.3333%;
}
@media screen and (max-width: 767px) {
    .single-event .panel-link {
        display: none;
    }
}
.archive-container {
    margin-top: -80px;
    margin-bottom: 40px;
    position: relative;
    z-index: 90;
}
.archive-container .single-thing,
.archive-container .single-destination-box {
    width: 100%;
    padding: 30px;
}
.single-thing .section-header,
.single-destination-box .section-header,
.single-event .section-header {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    padding-right: 130px;
    border-bottom: 1px dotted #ccc;
    text-align: left;
}
.section-header a.button {
    position: absolute;
    right: 0;
    top: 7px;
}
.attraction-icon {
    border-radius: 4px;
    width: 30px;
    margin-right: 8px;
}
.destination-info .button,
.thing-info .button,
.single-event .button {
    display: inline-block;
    float: right;
    width: auto;
    line-height: 23px;
    padding: 0 10px;
    position: relative;
    top: 4px;
}
.destination-info .vctd *:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.single-event .button {
    float: none;
    width: 100%;
    top: 0;
    margin: 15px 0 0;
}
.single-destination-box:hover,
.single-thing:hover,
.single-event:not(.past):hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.7);
}
.single-destination-box:hover .destination-info .button,
.single-thing:hover .thing-info .button,
.single-event: .button {
    background: #ffbd5d;
}
.archive-container .destination-list,
.archive-container .thing-to-do-list {
    padding-bottom: 0px;
}
.archive-container .thing-info {
    padding-left: 15px;
}
#single-thing .main-content {
    padding-top: 0;
    margin-top: 30px;
}
#single-thing .text.section {
    padding-bottom: 0;
}
/* =============================================================================
   Home - Destinations
   ========================================================================== */
.home .main-content {
    margin-bottom: 0;
}
.destinations-bar {
    padding: 30px 0 60px;
}
.destinations-bar .container {
    display: flex;
    justify-content: center;
}
.destinations-bar .container a {
    display: inline-block;
    width: auto;
    padding: 13px 20px;
    line-height: 1;
}
.destinations {
    padding: 60px 0 0;
}
.destinations .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.destination {
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    margin: 0 auto 30px;
    max-width: 440px;
}
.destination img {
    display: block;
}
.destination .divider {
    margin: 20px 0;
}
.destination-description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    background: rgba(0,0,0,.4);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.destination:hover .destination-description {
    background: rgba(0,0,0,.2);
}
.destination-description h3 {
    font-size: 32px;
    line-height: 32px;
    color: #EAF2EF;
    margin: 0 0 20px;
}
.destination p {
    font-size: 14px;
    line-height: 24px;
    color: #EAF2EF;
    font-weight: 300;
    padding: 0;
}

/* =============================================================================
   Newsletter Signup Bar
   ========================================================================== */
.newsletter-bar {
    background:#d1e4d1;
    padding: 60px 0;
    -webkit-box-shadow:inset 0 0 8px 0 rgba(0,0,0,.25);
    box-shadow:inset 0 0 8px 0 rgba(0,0,0,.25);
}
.newsletter-bar h4 {
    color: #4F6D7A;
    font-size: 42px;
    line-height: 44px;
    font-family: 'montserrat';
    font-weight: 700;
    margin: 0 0 45px;
}
.newsletter-bar input {
    width: 100%;
}
.newsletter-bar input[type="text"] {
    font-family: 'Montserrat', sans-serif;
    background: #EAF2EF;
    border: 1px solid #C0D6DF;
    padding: 13px;
}
.newsletter-bar input.button {
    background: #4F6D7A;
    border: 0;
    color: #EAF2EF;
}
.newsletter-bar p {
    font-size: 12px;
    line-height: 21px;
    color: #363635;
    margin-bottom: 10px;
}
.newsletter-bar.about {
    margin: 60px 0 0;
    background:#d1e4d1;
}
.newsletter-bar.about h4 {
    margin-bottom: 20px;
}
/* =============================================================================
   Navigation Dropdowns
   ========================================================================== */
.dd {
    display: none;
}
/* =============================================================================
   Search
   ========================================================================== */
.main-content .search-form h2 {
    color: #4F6D7A;
    padding-bottom: 5px;
	text-align: center;
}
.search-form.sitemap {
    margin-top: 15px;
}
.search-form #s {
	font-family: 'Montserrat', sans-serif;
    background: #fafafa;
    border: 1px solid #C0D6DF;
    padding: 13px;
    width: 100%;
}
.search-form .submit-search-button {
	border: none;
    width: auto;
    padding: 0 20px;
	margin: 15px auto;
} 
#search-results {
    margin-top: 100px;
}
#search-results h1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #4F6D7A;
    margin: 20px 0 40px;
    font-weight: 700;
}
#search-results h1 a {
    font-weight: 400;
}

/* =============================================================================
   New Event Calendar Styles
   ========================================================================== */
   time {
       font-family: 'Montserrat', sans-serif;
   }

   p,
   .tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium,
   .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium,
   .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small,
   .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__button,
   .tribe-events .tribe-events-c-view-selector__list-item-link:focus .tribe-events-c-view-selector__list-item-text, .tribe-events .tribe-events-c-view-selector__list-item-link .tribe-events-c-view-selector__list-item-text,
   #tribe-events-events-bar-keyword,
   .tribe-events-c-ical__link,
   .tribe-events .datepicker .datepicker-switch, .day .past, .active .day .current {
       font-family: 'Montserrat', sans-serif;
   }

   .tribe-events-before-html {
       margin-top: 150px;
   }

   .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%235d5d5d'/%3E%3C/svg%3E");
   }

   .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
       padding-top: 150px;
   }

   .tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn,
   .tribe-events .tribe-events-c-ical__link,
   #tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover,   .tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
   display: inline-block;
    padding: 10px 15px;
    background: #ce7f72;
    border: #ce7f72;
    color: #EAF2EF;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    margin-bottom: 4px;
   }
   .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link,
   .tribe-events .tribe-events-calendar-month__multiday-event-hidden-title
    {
       color: #ce7f72;

   }

   a.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin {
       font-family: 'rangeritalic';
   }

   .tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
       background-color: #ce7f72
   }
   
   .tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled {
       color: #5d5d5d;
   }

   .tribe-events .tribe-events-c-ical__link:before {
       background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' stroke='%23fff' fill='none' fill-rule='evenodd' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E");
   }
/* =============================================================================
   Footer
   ========================================================================== */
.footer {
    background: #4F6D7A;
    padding: 60px 0 0;
}
.footer-about h5 a,
.footer-about h5 {
    color: #eadfd2;
    font-size: 28px;
    line-height: 28px;
}
.footer-about h5 a:hover {
    color: #ffbd5d;
}
.footer-about p {
    color: #EAF2EF;
    font-size: 12px;
    line-height: 21px;
}
.footer-about .divider {
    margin: 15px 0;
}
.footer-about .divider img {
    margin-left: 0;
}
.footer-nav {
    background: rgba(0,0,0,.4);
    padding: 15px 0;
    margin: 30px 0 0;
    font-size: 0;
}
.footer-nav nav {
    text-align: center;
}
.footer-nav ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: center;
    width: auto;
    display: inline-block;
}
.footer-nav li {
    display: inline-block;
}
.footer-nav li a {
    display: block;
    color: #ce7f72;
    font-size: 12px;
    line-height: 30px;
    padding: 0 15px;
}
.footer-nav li a:hover {
    color: #ffbd5d;
}
.footer-calendar h6 {
    font-family: 'Montserrat', sans-serif;
    color: #EAF2EF;
    font-size: 12px;
    line-height:  12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0 0 5px;
}
.footer-event {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted rgba(0,0,0,.4);
}
.footer-event:last-child {
    border-bottom: 0;
}
.footer-event span {
    color: #EAF2EF;
    font-weight: 300;
}
.footer-event > * {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.footer-event:hover > * {
    opacity: .6;
}
.footer-about.footer-calendar .divider {
    margin-bottom: 22px;
}
.back-to-top {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	background: rgba(206,127,114,1);
	color: #eadfd2;
	border: 3px solid #FFBD5D;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 20px;
	z-index: 10000;
}
.back-to-top:hover {
	color: #FFBD5D;
}

/* =============================================================================
   Scroll Indicator
   ========================================================================== */
.scroll-down-dude {
    position:absolute;;
    z-index: 99;
    bottom: 30px;
    left: 50%;
    height: 40px;
}
.scroll-down-dude:before,
.scroll-down-dude:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.scroll-down-dude:before {
  -webkit-animation: down-arrow-before 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: down-arrow-before 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

.scroll-down-dude:after {
  -webkit-animation: down-arrow-after 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: down-arrow-after 2s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@-webkit-keyframes down-arrow-before {
  50% {
    -webkit-transform: rotate(45deg) translate(70%, 70%);
            transform: rotate(45deg) translate(70%, 70%);
  }
  100% {
    -webkit-transform: rotate(45deg) translate(70%, 70%);
            transform: rotate(45deg) translate(70%, 70%);
  }
}

@keyframes down-arrow-before {
  50% {
    -webkit-transform: rotate(45deg) translate(70%, 70%);
            transform: rotate(45deg) translate(70%, 70%);
  }
  100% {
    -webkit-transform: rotate(45deg) translate(70%, 70%);
            transform: rotate(45deg) translate(70%, 70%);
  }
}
@-webkit-keyframes down-arrow-after {
  50% {
    -webkit-transform: rotate(45deg) translate(110%, 110%);
            transform: rotate(45deg) translate(110%, 110%);
    opacity: 0;
  }
  51% {
    -webkit-transform: rotate(45deg) translate(-130%, -130%);
            transform: rotate(45deg) translate(-130%, -130%);
  }
  100% {
    -webkit-transform: rotate(45deg) translate(-70%, -70%);
            transform: rotate(45deg) translate(-70%, -70%);
    opacity: 1;
  }
}
@keyframes down-arrow-after {
  50% {
    -webkit-transform: rotate(45deg) translate(110%, 110%);
            transform: rotate(45deg) translate(110%, 110%);
    opacity: 0;
  }
  51% {
    -webkit-transform: rotate(45deg) translate(-130%, -130%);
            transform: rotate(45deg) translate(-130%, -130%);
  }
  100% {
    -webkit-transform: rotate(45deg) translate(-70%, -70%);
            transform: rotate(45deg) translate(-70%, -70%);
    opacity: 1;
  }
}

/* =============================================================================
   Contact Page
   ========================================================================== */
#contact .main-content h2 {
    color: #4F6D7A;
    padding-bottom: 5px;
}
#contact .contact-info p {
    color: #363635;
    padding-bottom: 30px;
}
#contact .contact-form .gfield {
    list-style-type: none;
}
#contact .contact-form .gfield_label {
    display: none;
}
#contact .contact-form input[type="submit"] {
    border: none;
    width: auto;
    padding: 0 20px;
    margin: 0 auto;
}
#contact .contact-form input[type="text"],
#contact .contact-form textarea {
    font-family: 'Montserrat', sans-serif;
    background: #fafafa;
    border: 1px solid #C0D6DF;
    padding: 13px;
    width: 100%;
}

#contact .contact-form li {
    margin-bottom: 20px;
}
#contact .contact-form .validation_error,
#contact .contact-form .validation_message {
    font-size: 12px;
    color: #ce7f72;
    margin: 4px 0 20px;
    line-height: 16px;
}
#contact .social {
    font-size: 0;
    margin-top: 3px;
}
#contact .social a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #EAF2EF;
    background: #ce7f72;
    font-size: 15px;
    margin-right: 10px;
}
#contact .social a:hover {
    background: #ffbd5d;
}

/* =============================================================================
 * Event Archives
   ========================================================================== */
.date-bar {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index:1;
}
.date-bar-wrapper {
    position: relative;
}
.date-arrows {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    font-size: 0;
}
.date-arrows .date-arrow {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background: #ffbd5d;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 4px;
    cursor: pointer;
}
.date-arrows .date-arrow:hover {
    background:#ce7f72;
}
.date-arrows .date-arrow .fa {
    margin-left: 5px;
}
.date-arrows .date-arrow.left .fa {
    margin-left: 0;
    margin-right: 5px;
}
.date-arrows .date-arrow.right {
    margin-left: 10px;
}
.month-line {
    position: relative;
    z-index:999;
    width: 100%;
    height: 6px;
    background: #ce7f72;
    margin: 0 auto;
    font-size: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.month-dot-wrapper {
    display: inline-block;
    width: 12.5%;
    text-align: center;
    margin-top: -17px;
}
.month-dot {
    width: 40px;
    height: 40px;
    background: #ce7f72;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}
.month-dot:hover {
    background: #ffbd5d;
    cursor: pointer;
}
.month-dot::before {
    position: absolute;
    top: 0;
    font-size: 13px;
    line-height: 40px;
    left: 0;
    min-width: 100%;
    text-align: center;
    color: #eadfd2;
}
.month-dot:hover::before {
    color: #fff;
}
.month-dot.month-01::before {
    content: "Jan";
}
.month-dot.month-02::before {
    content: "Feb";
}
.month-dot.month-03::before {
    content: "Mar";
}
.month-dot.month-04::before {
    content: "Apr";
}
.month-dot.month-05::before {
    content: "May";
}
.month-dot.month-06::before {
    content: "June";
}
.month-dot.month-07::before {
    content: "July";
}
.month-dot.month-08::before {
    content: "Aug";
}
.month-dot.month-09::before {
    content: "Sept";
}
.month-dot.month-10::before {
    content: "Oct";
}
.month-dot.month-11::before {
    content: "Nov";
}
.month-dot.month-12::before {
    content: "Dec";
}
.month-dot-wrapper:first-child .month-dot {
    margin-left: 0;
    background: #ffbd5d;
}
.month-dot-wrapper:first-child .month-dot::before {
    color: #fff;
}
.events-container {
    margin-top: 60px;
    position: relative;
}
.event-bar {
    position: absolute;
    left: 83px;
    top: -64px;
    bottom: 40px;
    width: 6px;
    border-radius: 5px;
    background: #ce7f72;
}
.event-back {
    margin: 20px 0;
}
.event-back a {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ce7f72;
}
.event-back a i.fa {
    padding-right: 5px;
}
.single-events .event-details ul,
.single-events .event-details ol {
    margin-left: 30px;
    margin-bottom: 17px;
}
.single-events .event-details li {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 3px;
}
.single-event {
    border-radius:10px;
    box-shadow:0 0 20px 0 rgba(0,0,0,.2);
    background-color:#fff;
    position:relative;
    margin: 0 0 40px;
    padding: 40px;
}
.single-event.none-found:hover {
    box-shadow:0 0 20px 0 rgba(0,0,0,.2);
}
.single-event .event-info *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.event-list .event-info ul,
.event-list .event-info ol {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 20px 30px;
}
.event-list .event-info li {
    padding-bottom: 4px;
}
.single-event.past {
    opacity: .75;
}
.single-event.past:hover {
    opacity: 1;
}
.single-event .event-meta span {
    display: block;
    color: #4F6D7A;
    margin-bottom: 3px;
    line-height: 20px;
}
.single-event .event-meta a {
    position: relative;
    z-index: 11;
}
.single-event .event-meta span:first-child {
    color: #ce7f72;
    padding: 0 0 3px;
    margin: 0 0 6px;
    border-bottom: 1px dotted #ccc;
}
.single-event .event-meta-value {
    margin-bottom: 15px;
}
.single-event .event-meta-value:last-child {
    margin-bottom: 0;
}
.single-event .single-thing-img {
    margin-bottom: 15px;
}
.single-event .event-time {
    font-weight: 700;
    color: #ffbd5d;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.single-event .critical-notes p,
.event-details .critical-notes p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #ce7f72;
}
.single-event .reg-link {
	position: relative;
	z-index: 11;
}
.event-date-label,
.past-divider h3 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    background: #ffbd5d;
    margin: 0 0 0 53px;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.past-divider h3 {
    background: #ce7f72;
}
.past-divider {
    margin-bottom: 40px;
}
.timeline-month {
    position:absolute;
}
.timeline-month.active p {
    font-weight:700;
}
.timeline-month p {
    position:relative;
}
.timeline-month p::after {
    content:'';
    width:10px;
    height:10px;
    background-color:#000;
    border-radius:50%;
    position:absolute;
    left:50%;
    top:56px;
}
.left-arrow, .right-arrow {
    height:40px;
    width:40px;
    border-bottom:solid;
    border-left:solid;
}
.left-arrow {
    transform:rotate(45deg);
    position:absolute;
    top:41px;
    left:5px;
}
.right-arrow {
    transform:rotate(225deg);
    position:absolute;
    top:41px;
    right:5px;
}
.event-content {
    margin-top:91px;
    padding-top:50px;
    padding-bottom:50px;
}
#event .content {
    background:url('../img/bg-6.jpg') center center repeat;
}
.registration-information {
    color:#fff;
    display:block;
    line-height:20px;
    margin:5px 0;
}
.registration-meta {
    font-weight:700;
    display:inline-block;
}
.single-event-image {
    width:100%;
    border-radius:10px;
    box-shadow:0 0 20px 0 rgba(0,0,0,.2);
}
.event-details h2 {
    margin-top:20px;
    margin-bottom:10px;
}
.event-details h4 {
    margin-bottom:10px;
}
.event-attractions {
    margin: 10px 0 0;
}
.event-attraction {
    margin: 0 0 5px;
}
.event-attraction img {
    box-shadow:0 0 20px 0 rgba(0,0,0,.2);
    border-radius: 5px;
}
.event-content .section-header {
    text-align: left;
}
.event-content .section-header {
    display: inline-block;
}
.event-content .event-details .fb-link {
    display: block;
    padding: 5px 0;
    margin: 5px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.event-content .section-header + h4 {
    font-family: 'Montserrat', sans-serif;
    color: #304249;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
    .event-info {
        display:none;
    }
    .event-more-info {
        display:none;
    }
}

/* =============================================================================
   Gallery Styles
   ========================================================================== */
.gallery {
    margin-bottom: 15px;
}
.gallery-image-wrapper {
    padding: 10px 5px;
}
.gallery-image-wrapper img {
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}
.gallery-image-wrapper.slick-center img {
    border: 5px solid #ce7f72;
}
.gallery-paging-nav {
    text-align: center;
}
.gallery-wrapper {
    margin-bottom: 7px;
    max-height: 75vh;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.gallery-wrapper img {
    border-radius: 10px;
}
.gallery-caption {
	text-align: center;
	font-weight: 300;
}
/* =============================================================================
   Single Hero Styles
   ========================================================================== */
.hero {
    width: 100%;
    color: #fff;
    margin-top: 91px;
    background-size: cover;
    background-position: center;
    display: inline-block;
}
.home .hero {
    margin-top: 107px;
    height: calc(100% - 107px);
}
.hero.small{
    text-align: center;
    height: 400px;
}
.hero.extended {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
    position: relative;
}
.hero.extended > * {
    position: relative;
    z-index: 2;
}
.hero.extended::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.15);
}
.hero h1 {
    color: #eadfd2;
    text-shadow: 0 0 5px rgba(0,0,0,.4);
}
.hero.extended h1 {
    margin: 0 0 15px;
    text-shadow: 0 0 5px rgba(0,0,0,.4);
    margin-left: -10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    position: relative;
    line-height: 39px;
    text-align: left;
}
.hero.extended h1::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: -100%;
    top: 18px;
    background: #fff;
}
.hero.extended h2,
.hero-note {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 5px;
    color: #ffbd5d;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}
.hero-note {
    display: block;
}
.hero.extended h2 .fa,
.hero-note .fa {
    padding-right: 6px;
}
.hero .about {
    text-shadow: 0 0 5px rgba(0,0,0,6);
    color: #EAF2EF;
}
.hero .about p {
    color: #EAF2EF;
    font-size: 16px;
    line-height: 21px;
    padding: 0 0 15px;
    font-weight: 400;
}
.hero .about p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.hero.extended .about p {
    text-align: left;
}
.hero .about ul,
.hero .about ol {
    margin: 10px 0 10px 30px;
}
.hero .about li {
    font-size: 16px;
    line-height: 21px;
}


/* =============================================================================
   Single CMS Styles
   ========================================================================== */
.text.section {
    padding-bottom: 30px;
}
.text.section *:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.text.section h3.section-header {
    text-align: left;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px dotted rgba(0,0,0,.2);
}
.attributes {
    position: relative;
    z-index:99999;
}
.text-content h1,
.text-content h2,
.text-content h3 {
    color: #363635;
    margin: 0 0 10px;
}
.text-content h1 {
    font-size: 36px;
    line-height: 36px;
}
.text-content h2 {
    font-size: 30px;
    line-height: 30px;
}
.text-content h3 {
    font-size: 26px;
    line-height: 26px;
}
.text-content ul,
.text-content ol {
    margin: 0 0 15px 30px;
}
.text-content li {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 6px;
}
.text-content li:last-child {
    padding-bottom: 0;
}
@media screen and (max-width: 991px) {
    .text.section h3.section-header {
        font-size: 24px;
        line-height: 24px;
    }
    .text.section h4 {
        font-size: 17px;
        line-height: 17px;
    }
}

/* =============================================================================
   FAQ Styles
   ========================================================================== */
.question {
	margin: 0 0 15px;
}
.question:last-child {
    margin: 0;
}
.question p {
    margin-top: 10px;
}
.question p:last-child {
    padding-bottom: 0;
}
.question ul,
.question ol {
    margin-left: 30px;
}
.question li {
    font-size: 16px;
    line-height: 21px;
    padding: 0 0 6px;
}
/* =============================================================================
   Single Destination Styles
   ========================================================================== */
.jumplist {
	margin-bottom: 30px;
}
.jumplist-links {
    position: relative;
    z-index: 1;
    top: -16px;
}
.jumplist-links .container {
    text-align: center;
    font-size: 0;    
}
.jumplist-links a {
    display: inline-block;
    padding: 10px 15px;
    background: #ce7f72;
    color: #EAF2EF;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    margin-bottom: 4px;
}
.jumplist-links a:hover {
    background: #304249;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.45);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.45);
}
.jumplist-links a:last-child {
    margin-right: 0;
}
.shelter-gallery {
    margin-top: 30px;
}
.shelter-gallery .section-header {
    font-size: 36px;
    line-height: 36px;
}
#blog .content-section {
    padding: 40px 0;
}
.features-wrapper {
    background: #ce7f72;
    padding: 30px;
    position: relative;
    z-index: 2;
}
.features-square {
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
a.button + .features-square {
    margin-top: 30px;
}
.features-square::after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: 1;
    background: #ffbd5d;
}
.features h3 {
    background: #4F6D7A;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 20px;
    padding: 15px 20px;
    color: #eadfd2;
    font-size: 26px;
    line-height: 26px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.features:first-child h3 {
    margin-top: -30px;
}
.features .trail {
    margin-bottom: 5px;
}
.features .trail:last-child {
    margin-bottom: 0;
}
.features ul,
.features ul.feature-list {
    margin-left: 20px;
}
.features ul li,
.features ul.feature-list li {
    padding-bottom: 10px;
    line-height: 16px;
    font-size: 14px;
    color: #eadfd2
}
.features ul.feature-list li:last-child {
    padding-bottom: 0;
}
.features {
    padding-top: 10px;
}
.features p {
    padding-bottom: 10px;
}
.features p,
.features span {
    font-size: 14px;
    line-height: 20px;
    color: #eadfd2;
}
.features span {
    display: block;
}
.features.hours span {
    display: inline;
}
.features a {
    margin-bottom: 12px;
    color: #eadfd2;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-style: dotted;
    font-weight: 400;
}
.features a:hover,
.features a:hover .fa {
    color: #fff;
}
.features a:last-child {
    margin-bottom: 0;
}
.features a .fa {
    color: rgba(255,255,255,.8);
    margin-left: -20px;
    margin-right: 7px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.features .info-row {
    margin-bottom: 10px;
    border-bottom: 1px dotted rgba(0,0,0,.2);
    padding-bottom: 10px;
}
.features .month {
    font-weight: 700;
}
.features p.feature-note {
    font-style: italic;
    font-size: 12px;
    padding-bottom: 0;
}
.features.hours {
    margin-bottom: 0;
}
.upcoming-events {
    margin-bottom: 150px;
    background:#d1e4d1;
    padding: 30px 0 0;
    -webkit-box-shadow: inset 0 0 8px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 0 8px 0 rgba(0,0,0,.25);
}
.event-slider.slick-slider.slick-dotted {
    margin-bottom: -100px;
}
.event-slider .slick-list {
    display: flex;
}
.event-slider .slick-list .slick-track {
    flex: 1;
    display: flex;
}
.section-header.alt {
    color: #4F6D7A;
    font-size: 42px;
    line-height: 44px;
    font-family: 'montserrat';
    font-weight: 700;
    margin: 0 0 15px;
}
.section-header img {
    display: inline-block;
    max-width: 37px;
    position: relative;
    top: 4px;
}
.extended-about h3 {
    color: #363635;
    margin: 0 0 7px;
}
.upcoming-events .events-link {
    text-align: center;
    display: block;
    margin: -5px 0 10px;
}
.upcoming-events .events-link a {
    display: block;
    width: 200px;
    text-align: center;
    background: #ce7f72;
    color: #eaf2ef;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
    margin: 0 auto;
}
.upcoming-events .slide {
    padding: 15px;
}
.event {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
    height: 100%;
	position: relative;
	padding-bottom: 40px;
}
.event .learn-more {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	width: auto;
}
.event-description {
    padding: 15px;
}
.event-description span {
    display: block;
    font-weight: 400;
    color: rgba(0,0,0,.45);
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 14px;
}
.event-description a {
    border-radius: 3px;
}
.event-description h4 a {
    color: #304249;
}
.event-description .event-type {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: #ffbd5d;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 0 10px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}
.event-description .event-type a {
    color: #fff;
}
.event-description .event-type + .event-type {
    margin-left: 5px;
}
.slick-disabled .event {
    margin-bottom: -90px;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}

.shelter {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    margin-bottom: 15px;
}
.shelter-description {
    padding: 15px 15px 0 15px;
}
.shelter img {
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.shelter .shelter-title {
    font-family: 'Montserrat', sans-serif;
    color: #304249;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 10px;
}
.shelter-info p.point {
    display: block;
    font-weight: 400;
    color: rgba(0,0,0,.45);
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px dotted rgba(0,0,0,.15);
    font-size: 14px;
    line-height: 14px;
    text-align: right;
}
.shelter-info p.point:last-child {
    border-bottom: 0;
}
.shelter-info p.point .point-title {
    float: left;
    padding-right: 10px;
    font-weight: 700;
}
.shelter .shelter-about p {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 10px;
}
.shelter .shelter-about p:last-child {
    padding-bottom: 0;
}
.shelters > .row {
    margin-bottom: 15px;
}
.shelters > .row:last-child {
    margin-bottom: 0;
}
.shelter-activities {
    font-size: 0;
}
.shelter-activities img {
    margin-right: 10px;
}
.shelter-activities img:last-child {
    margin-right: 0;
}
.shelter-downloads {
	margin-top: 20px;
}
.shelter-downloads ul {
	margin-left: 20px;
}
.view-park {
    margin-top: 25px;
}
.shelter-info .section-header a.button {
    top: 2px;
}
@media screen and (max-width: 1200px) {
    .archive-container .single-destination-box {
        padding: 15px;
    }
    .single-destination-box .section-header {
        font-size: 24px;
        line-height: 28px;
    }
}

.thing-to-do-main .cms-section {
    margin-bottom: 30px;
}
.thing-to-do-main .cms-section > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.things-to-do {
    margin-bottom:50px;
    width:100%;
}
.attraction {
    display:block;
    min-height: 70px;
}
.attraction i {
    display:inline-block;
    font-size:22px;
    color: #304249;
}
.attraction h3 {
    display:block;
    position: relative;
}
.attraction h3 img {
    position: absolute;
    left: 0;
    top: 0;
}
.attraction h3 span {
    display: block;
    padding-left: 60px;
}
.attraction p {
    color: #363635;
    font-size: 14px;
    line-height: 21px;
    padding-left: 60px;
}
.things-to-do .attraction h3 {
    padding-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    color: #304249;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}
#thing-to-do .main-content:last-child {
    padding-bottom: 30px;
}
.darken {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.75);
    z-index: 100;
    display: none;
}
.hide-phone {
    display: block;
}
.show-phone {
    display: none;
}
.spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ffbd5d;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    background-color: #ce7f72;
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.loading-animation {
    margin-bottom: 60px;
    display: none;
    width: 100%;
}
.loading-animation span {
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 5px;
    color: #ce7f72;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}
@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* =============================================================================
   Blog Styles
   ========================================================================== */
.blog-hero h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
}
.blog-hero h2 .fa {
    padding-right: 6px;
}
.excerpt:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
}
.excerpt:hover h2 {
    color: #4F6D7A;
}
.small.thing-inside .excerpt {
    height: 100%;
}
.small .excerpt .category {
    display: none;
}
.excerpt,
.post {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    padding: 15px;
    position: relative;
    margin: 0 0 30px;
}
.excerpt .panel-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.excerpt p {
    font-size: 16px;
    line-height: 28px;
}
.excerpt .category {
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 10;
}
.excerpt .category a {
    display: inline-block;
    background: #ffbd5d;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    position: relative;
    right: 0;
}
.excerpt:hover .category a {
    right: -10px;
}
.small .excerpt .col-sm-3,
.small .excerpt .col-sm-9 {
    float: none;
    width: 100%;
}
.small .excerpt .post-title {
    font-family: 'Montserrat', sans-serif;
    color: #304249;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 10px;
}
#blog .excerpt h2,
#search-results h2.post-title {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    padding: 0;
    margin: -15px -15px 0;
    padding: 15px;
    background: #ce7f72;
    border-radius: 10px 10px 0 0;
}
.excerpt .post-meta {
    margin: 0 -15px 15px;
    padding: 5px 15px;
    background: #ffbd5d;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.excerpt .post-meta .fa {
    color: rgba(0,0,0,.4);
    margin-right: 10px;
}
.excerpt .post-meta span {
    display: inline-block;
}
.excerpt .post-meta span.author {
    margin-right: 20px;
}
.excerpt.page-excerpt {
    margin: 0 0 40px;
}
.paging-wrapper {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
}
.paging-wrapper span.page-numbers,
.paging-wrapper a.page-numbers {
    background: #ce7f72;
    border-radius: 3px;
    font-size: 14px;
    line-height: 28px;
    min-width: 28px;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
.paging-wrapper span.page-numbers.current,
.paging-wrapper a.page-numbers:hover {
    background: #ffbd5d;
}
.paging-wrapper a.page-numbers.next {
    margin-right: 0;
}
.paging-wrapper a.page-numbers.next,
.paging-wrapper a.page-numbers.prev {
    padding: 0 10px;
}
.blog-hero h2 span {
    display: inline-block;
    padding: 0 10px;
}
.blog-hero h2 span a {
    color: #fff;
}
.blog-hero h2 span a:hover {
    opacity: .7;
}
#blog .excerpt img,
#search-results .excerpt img {
    display: inline-block;
    background-image: url(../img/demo/02.jpg);
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
#blog .excerpt .post-content {
    margin-bottom: -20px;
}
#blog .blog-newsletter-signup {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    padding: 15px;
    background-size: cover;
    background-position: top center;
    min-height: 300px;
    position: relative;
    margin-bottom: 30px;
}
#blog .blog-newsletter-signup h3,
#blog .widget h2 {
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,.4);
    text-align: center;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 28px;
}
#blog .newsletter {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}
#blog .newsletter input[type="text"] {
    font-family: 'Montserrat', sans-serif;
    background: #EAF2EF;
    border: 0;
    padding: 13px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
#blog .newsletter input.button {
    border: 0;
}
#blog .blog-newsletter-signup p {
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}
#blog .widget {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
#blog .widget h2 {
    color: #363635;
    text-shadow: none;
}
#blog .widget ul {
    list-style-type: none;
}
#blog .widget ul li {
    color: #363635;
    font-size: 14px;
    line-height: 21px;
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6 {
    font-family: 'Montserrat', sans-serif;
}
.post h1,
.post h2,
.post h3 {
    color: #304249;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    font-weight: 700;
}
.post h4,
.post h5,
.post h6 {
    color: #4F6D7A;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.post p,
.post li {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}
.post ul,
.post ol {
    margin: 0 0 20px 30px;
}
.post ul.slick-dots {
    margin: 0;
    padding: 0;
}
.post img {
    max-width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
.post a {
    font-weight: 700;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 3px;
    color: #ce7f72;
}
.post a:hover {
    color: #ffbd5d;
}
.section.text img {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
@media screen and (max-width: 991px) {
    .event-description,
    .shelter-description {
        padding: 15px;
    }
}
@media screen and (max-width: 800px) {
    .event-slider {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 767px) {
    .destination-main .main-content {
        margin-top: -15px;
    }
    .features-wrapper {
        padding: 15px;
    }
    .features h3 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .features h3:first-child {
        margin-top: -15px;
    }
    .features .trail {
        padding-left: 17px;
    }
    .section-head .features p {
        margin-bottom: 0;
    }
    .features a.gmap-link {
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }
    .section-head .features p.feature-note {
        margin-bottom: 0;
    }
    .section-header.alt {
        margin: 0 0 25px;
    }
    .upcoming-events {
        padding: 30px 0;
        margin-bottom: 70px;
    }
    .upcoming-events .slide {
        padding: 20px;
    }
    .excerpt:hover .category a {
        right: 0;
    }
    .subpage .hero {
        margin-top: 64px;
    }
    #contact .contact-form li {
        width:100%;
    }
    #contact .contact-form li:first-child,
    #contact .contact-form li:first-child + li {
        margin-left: 0;
        margin-right: 0;
    }
    #contact .contact-info {
        text-align: center;
        margin-top: 60px;
    }
    .hero-buttons {
        margin-top: 15px;
    }
    .hero .about {
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 15px;
        background: rgba(0,0,0,.6);
    }
    .hero .about p,
    .hero .about ul,
    .hero .about li {
        font-size: 14px;
        line-height: 18px;
    }
    .hero.extended .hero-buttons .button {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .section-note,
    .features-square,
    .shelter,
    .attraction,
    .section-head p,
    .extended-about {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .features-square {
        margin-top: 10px;
		margin-bottom: 40px;
    }
    .shelters.content-section {
        padding-bottom: 0;
    }
}


@media screen and (max-width: 1200px) {
    .event-bar {
        left: 69px;
    }
    .event-date-label,
    .past-divider h3 {
        margin-left: 41px;
    }
}
@media only screen and (max-width:991px) {
    .event-bar {
        left: 57px;
    }
    p {
        font-size: 16px;
    }
    .hero-box h2 {
        font-size:40px;
    }
    .header .logo {
        width: 180px;
    }
    .header .logo img {
        width: 180px;
        height: 63px;
    }
    .header .navigation {
        width: calc(100% - 180px);
    }
    .header .navigation .main a {
        margin: 0 10px;
        font-size: 14px;
    }
    .breadcrumbs {
        top: 94px;
    }
    .hero {
        margin-top: 94px;
		height: auto;
    }
    .hero-box {
        height: 580px;
		width: 580px;
		margin: 0 auto 15px;
		float: none;
		padding: 0;
    }
	.hero-box.first {
		padding-right: 0;
	}
	.hero-box.second {
		padding-right: 0;
		padding-left: 0;
	}
	.hero-box.third {
		padding-left: 0;
	}
    .hero-box h2 {
        line-height: 44px;
    }
    .featured-tag {
        margin-bottom: 20px;
    }
    .divider {
        margin: 30px 0;
    }
    .footer ul {
        width: 100%;
    }
    .single-event {
        padding: 20px;
    }
    .event-date-label, 
    .past-divider h3 {
        font-size: 14px;
        padding: 5px 6px;
        margin-left: 29px;
    }
	.jumplist {
		margin-top: -30px;
	}
}
@media screen and (max-width: 480px) {
    .breadcrumbs {
        display: none;
    }
}
@media only screen and (max-width:767px) {
    .hero.maxheight {
        height: auto;
    }
    .home .main-content {
        margin-top: 0;
    }
    .post-type-archive .subpage .hero {
        height: 380px;
    }
    .subpage .hero .divider {
        display: none;
    }
    .subpage .hero h2,
    .subpage .hero .hero-subheader p {
        background: rgba(0,0,0,.6);
        margin: 10px 0 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .gallery-paging {
        display: none;
    }
    .directions .map {
        margin-bottom: 30px;
        text-align: center;
    }
    .mm {
        position: absolute;
        top: 73px;
        left: 0;
        right: 0;
        background: rgba(206,127,114,1);
        padding: 0;
    }
    .hero {
        margin-top: 64px;
    }
    .cartoon {
        display: none;
    }
    .breadcrumbs {
        top: 78px;
        padding-left: 15px;
    }

    /* Newsletter Bar */
    .newsletter-bar {
        padding: 15px 0;
        margin: 0 0 30px;
    }
    .newsletter-bar.about {
        margin: 15px 0 0;
    }
    .newsletter-bar.about h4 {
        margin-top: 0;
    }
	.newsletter-bar a {
		margin-bottom: 20px;
	}
	.newsletter-bar.about {
		text-align: center;
	}
    .newsletter-bar .cartoon {
        display: block;
        text-align: center;
    }
    .newsletter-bar .cartoon img {
        max-width: 120px;
    }
    .newsletter-bar h4 {
        font-size: 20px;
        line-height: 24px;
        margin: 20px 0;
        text-align: center;
    }
    .newsletter-bar input[type=text] {
        margin: 0 0 10px;
    }

    .destination-photo img {
        width: 100%;
    }
	.destinations-bar {
		padding: 30px 0;
	}
    .destinations-bar .button {
        margin: 0 auto 20px;
        max-width: 480px;
    }
    .navigation .mm {
        display: none;
    }
    .branding img {
        width: 60%;
    }
    .hero {
        padding: 15px 0;
    }
    .hero-box .divider {
        margin: 20px 0;
    }
    .hero.small {
        height: 240px;
    }
    .mobile-popup {
        display: block;
    }
    .destination {
        margin: 0 auto 15px;
        max-width: 480px;
    }
    .featured-tag {
        display: none;
    }
    .hero-box h2 {
        line-height: 36px;
        font-size: 32px;
    }
    .scroll-down-dude {
        display: none;
    }
    .section-header {
        font-size: 36px;
        line-height: 36px;
    }
    .footer-about h5 {
        font-size:24px;
    }
    .header {
        display: block;
    }
    .header .logo {
        width: 150px;
    }
    .header .logo img {
        width: 150px;
        height: 52.83px;
    }
    .header .navigation {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .header .navigation .main li {
        display: block;
    }
    .header .navigation .secondary {
        padding: 10px;
        background: rgba(0,0,0,.25);
    }
    .header .navigation .secondary li {
        display: none;
    }
    .header .navigation .secondary li.social-link {
        display: inline-block;
    }
    .header .navigation .secondary .dd-trigger {
        position: static;
    }
    .header .navigation .secondary {
        position: relative;
        border-bottom: 3px solid #ffbd5d;
    }
    .header .navigation .secondary .dd {
        display: none;
        left: 0;
        right: 0;
        top: 57px;
        z-index: 100;
        border-top: 0;
        border-radius: 0;
    }
    .header .navigation .secondary .dd li {
        display: block;
    }
    .header .navigation .secondary .dd a {
        padding: 10px;
    }
    .header .navigation .main {
		border-top: 20px solid #9A5F55;
    }
    .header .navigation .main li {
        border-bottom: solid 1px rgba(0,0,0,.25);
    }
    .header .navigation .main li:last-child {
        border-bottom: 0;
    }
    .header .navigation .main a {
        line-height: 45px;
    }
    .header .navigation .main li:last-child a {
        padding: 0 10px;
    }
    .header .navigation .main a:hover {
        color: #ffbd5d;
    }
    .header .navigation .main .dd {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        width: 100%;
        min-width: 100%;
        background: rgba(0,0,0,.1);
    }
    .header .navigation .main .dd a,
    .header .navigation .main .dd li:last-child a {
        padding: 10px;
        font-size: 12px;
    }
    .header .navigation .main .dd li:first-child {
        border-top: 1px solid rgba(0,0,0,.25);
    }
    .header .navigation .main li a {
        text-align: left;
    }
    .header .navigation .main li.secondary-link a {
        font-size: 12px;
        line-height: 30px;
        position: relative;
        background: rgba(0,0,0,.1);
        margin: 0;
        padding: 0;
    }
    .header .navigation .main li.secondary-link ul li a {
        padding: 0 15px 0 45px !important;
    }
    .header .navigation .main li.secondary-link.dd-trigger a {
        padding-left: 45px;
        margin: 0;
    }
    .header .navigation .main li.secondary-link a .fa {
        float: none;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: rgba(0,0,0,.1);
        text-align: center;
    }
    .single-event {
        margin: 30px auto;
        max-width: 480px;
    }
    .event-bar {
        left: 15px;
        top: -43px;
    }
    .event-date-label, 
    .past-divider h3 {
        margin-left: -10px;
    }
    .hide-phone {
        display: none;
    }
    .show-phone {
        display: block;
    }
    .single-event h3.section-header {
        border-bottom: 0;
        margin: 0;
        padding: 0 0 5px;
    }
    .events-container {
        margin-top: 40px;
    }
    .event-content {
        margin-top: 40px;
    }
	.jumplist {
		margin-top: -20px;
	}
	.questions .question:first-child {
		padding-top: 30px;
	}
	.shelter-info h3.section-header {
		padding-right: 0;
	}
	.footer{
		text-align: center;
        padding: 30px 0 0;
	}
	footer img {
		max-width: 120px;
	}
	.footer-about .divider img {
		margin-left: auto;
	}
	.destinations {
		padding-top: 30px;
	}
}
@media screen and (max-width: 600px) {
    .hero-box {
        height: 480px;
		width: 480px;
	}
}

@media screen and (max-height: 500px) {
    .mm {
        overflow: scroll;
        max-height: 265px;
    }
}
@media screen and (max-width: 570px) {
    .event-list .col-sm-9 {
        padding-left: 30px;
    }
    .single-event {
        margin-top: 10px;
    }
}
@media screen and (max-width: 540px) {
	.hero-box {
		width: 100%;
	}
	.destinations,
	.destinations-bar {
		padding-top: 0;
	}
}
@media screen and (max-width: 421px) {
    .header .navigation .secondary li {
        margin-left: 10px;
    }
    .month-dot-wrapper {
        margin-top: -13px;
    }
    .month-dot {
        width: 30px;
        height: 30px;
    }
    .month-dot::before {
        line-height: 30px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px) {
    .single-thing .section-header,
    .single-event .section-header {
        font-size: 28px;
        line-height: 28px;
    }
    .destination-info .button,
    .thing-info .button {
        top: 2px;
    }
    .section-header a.button {
        top: 3px;
    }
}
@media screen and (max-width: 991px) {
    .single-destination-box .section-header,
    .single-thing .section-header,
    .single-event .section-header {
        font-size: 24px;
        line-height: 24px;
    }
    .destination-info .button,
    .thing-info .button {
        top: 0;
    }
    .archive-container .destination-list,
    .archive-container .thing-to-do-list {
        padding: 15px 0;
    }
    .archive-container {
        margin-top: -50px;
    }
    .section-header a.button {
        top: -1px;
    }
}

/*-------------------------things-to-do-archive---------------------*/
#things-to-do, #destination-archive .content,  #event-archive .content{
    background:url('../img/bg-6.jpg') center center repeat;
}
.thing-to-do-list, .destination-list {
    padding:40px 0;
}
#search-results .thing-to-do-list,
#search-results .destination-list {
    padding: 0;
    margin: 0 0 40px;
}
.single-thing, .single-destination-box {
    border-radius:10px;
    box-shadow:0 0 20px 0 rgba(0,0,0,.2);
    background-color:#fff;
    position:relative;
    padding:40px;
}
.single-thing-img, .single-destination-img {
    display:inline-block;
    background-image:url('../img/demo/02.jpg');
    border-radius:10px;
    box-shadow:0 0 20px 0 rgba(0,0,0,.2);
}
.thing-info {
    display:inline-block;
    padding-left:40px;
}
.thing-info .section-header {
    text-align:left;
}
.thing-icon {
    position:absolute;
    width:70px;
    height:70px;
    right:-15px;
    top:-15px;
    background-image:url('../img/demo/05.jpg');
    border-radius:10px;
    box-shadow:0 0 20px 0 rgba(0,0,0,.2);
}
/*----------------------------destinations-archive-----------------------*/
.attraction-icon {
    width:50px;
}
/*----------------------------Shelter-archive----------------------------*/
.shelter-list .single-destination-box, .activity-list .single-destination-box {
    margin-bottom:30px;
}
.destination-filter {
    margin-top:20px;
}
.destination-selection .destination-selected p {
	font-size: 21px;
	line-height: 30px;
}
.destination-selection {
    display:inline-block;
    padding:0 15px;
    margin-top:20px;
    background-color:#ce7f72;
    width:auto;
    margin:auto;
    position:relative;
    cursor:pointer;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
.destination-selection:hover {
    background: #FFBD5D;
}
#destination-archive .destination-selection .destination-single-dropdown p {
    padding: 0;
}
.destination-selection p {
    font-size:14px;
    padding:10px;
    line-height:18px;
}
.destination-selection p a {
    color: #eaf2ef;
    padding: 10px;
    display: block;
}
.destination-single-dropdown {
    border-top: 1px solid rgba(0,0,0,.1);
}
.destination-single-dropdown::first-child {
    border-top: 0;
}
.destination-dropdown {
    display:none;
    position:absolute;
    background-color:#ce7f72;
    width:100%;
    z-index:999;
    left:0px;
    border-radius: 5px;
    margin-top: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
}
.destination-single-dropdown:hover {
    background-color:#b96a5d;
}
.archive-container .shelter-list .single-destination-box {
    margin-bottom:30px;
}
.archive-container .shelter-list .single-destination-box .shelter-info p.point {
    text-align: left;
}
@media screen and (max-width: 991px) {
    #blog .widget h2,
    #blog .blog-newsletter-signup h3{
        font-size: 21px;
        line-height: 21px;
    }
}
@media screen and (max-width: 767px) {
    a.button.hero-sink {
        margin-top: 20px;
    }
    .jumplist-links a {
        margin-bottom: 4px;
        margin-right: 4px;
        padding: 7px;
    }
    .destination-selection,
    .destination-selected p {
        font-size: 18px;
        line-height: 18px;
    }
    .archive-container .single-thing-img,
    .archive-container .single-destination-box-img {
        display: block;
        margin: 0 auto 20px;
    }
    .destination-info .button,
    .thing-info .button {
        display: none;
    }
    .archive-container .single-thing,
    .archive-container .single-destination-box {
        padding: 15px;
        max-width: 470px;
        margin-left: auto;
        margin-right: auto;
    }
    .destination-list,
    .thing-to-do-list,
    .excerpt,
    #search-results .destination-list,
    #search-results .thing-to-do-list {
        max-width: 480px;
        margin: 0 auto;
    }
    .single-destination-box {
        padding: 20px;
    }
    .single-thing-img {
        margin: 0 0 15px;
    }
    .excerpt,
    .post {
        padding: 20px;
    }
    .excerpt.page-excerpt {
        margin: 0 auto 40px;
    }
    .excerpt .post-meta {
        margin: 0 -20px 20px;
        padding: 5px 20px;
    }
    #blog .excerpt h2,
    #search-results h2.post-title {
        margin: -20px -20px 0;
        padding: 20px;
    }
    #search-results .single-event {
        margin: 0 auto 40px;
    }
    .single-destination-box .section-header,
    .single-thing .section-header,
    .single-event .section-header {
        padding-right: 0;
    }
    .excerpt .category {
        top: 15px;
    }
    .sidebar-wrapper {
        max-width: 480px;
        margin: 0 auto;
    }
    #blog .content-section {
        padding: 0;
    }
}
.eq-height.wrap {
    flex-wrap:wrap;
}
.eq-height {
    display: flex;
}
.eq-height > * {
    flex: 1;
}
.eq-height.wrap > * {
    flex: none;
}
.eq-height > * .thing-inside {
    height: 100%;
}
.shelters.content-section .row.eq-height .col-md-4 {
    margin-bottom:20px;
}
@media screen and (max-width: 767px) {
    .eq-height {
        display: block;
    }
}
/*----------------------------Destination-page---------------------------*/
.all-shelters {
    margin-top: -20px;
	margin-bottom: 20px;
}

/*------------------------------event-archive----------------------------*/
#event-archive .hero-buttons {
    margin-top: 20px;
}
#default-page .about-contact-form li {
    width: calc(50% - 14px);
    float: left;
    margin-bottom:20px;
}
#default-page .about-contact-form li:last-child {
    width: 100%;
}
#default-page .about-form li:first-child {
    margin-right:15px;
}
#default-page .about-contact-form li:first-child + li {
    margin-left: 15px;
}
#default-page .about-contact-form li label {
    display:none;
}
#default-page .about-contact-form .gfield {
    list-style-type: none;
}
#default-page .about-contact-form textarea {
    font-family: 'Montserrat', sans-serif;
    background: #fafafa;
    border: 1px solid #C0D6DF;
    padding: 13px;
    width: 100%;
}
#default-page .about-contact-form input[type="text"], #about .about-contact-form textarea {
        font-family: 'Montserrat', sans-serif;
        background: #fafafa;
        border: 1px solid #C0D6DF;
        padding: 13px;
        width: 100%;
}
#default-page .about-contact-form input[type='submit'] {
    border:none;
    width:auto;
    padding:0 20px;
    margin:0 auto;
}
#default-page .about-contact-form .validation_error,
#default-page .about-contact-form .validation_message {
    font-size: 12px;
    color: #ce7f72;
    margin: 4px 0 20px;
    line-height: 16px;
}


.instagram-feed {
    background: #304249;
    padding: 40px 0;
}
.sb_instagram_header {
    display: none;
}
.instagram-feed h3 {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 20px;
    color: #eadfd2;
}
@media screen and (max-width: 991px) {
    .event-content .section-header {
        display: block;
    }
    .event-content .event-details .fb-link {
        margin-left: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .event-registration-info .features-square {
        max-width: 100%;
        margin: 0 0 30px;
    }
    .single-event-image {
        margin-bottom: 30px;
    }
    .things-to-do {
        margin-bottom: 0;
    }
	.hero.extended,
    .hero.extended.blog-hero {
		height: auto;
        padding: 60px 0 30px;
	}
    .hero.extended h1 {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
    .hero.extended h1::before {
        display: none;
    }
	.month-line {
		width: calc(100% + 30px);
		margin-left: -15px;
	}
}

.alert-bar {
    background: rgba(206,127,114,1);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10001;
    padding: 15px;
    color: #fff;
}
.alert-bar .fa {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
}
.alert-bar .fa:hover {
    opacity: .5;
}
.alert-bar p {
    margin: 0;
    padding: 0;
    font-weight:600;
}
.alert-bar a {
    background: #FFBD5D;
    color: #fff;
    padding: 10px;
    margin: 10px 0 0;
    display: inline-block;
}
.alert-bar a:hover {
    background: #2f4249;
}
@media screen and (max-width:767px) {
    .alert-bar p {
        font-size: 13px;
        line-height: 1.27;
    }
}
.woocomerce-breadcrumb {
    display: none;
}
.woocommerce-result-count {
    display: none;
}
.woo.main-content {
    padding-top: 130px;
}
.woocommerce .woo ul.products {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce .woo ul.products li.product {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    padding-bottom: 54px;
}
.woocommerce .woo ul.products li.product img {
    border-radius: 3px;
    display: block;
    margin-bottom: 10px;
}
.woocommerce .woo ul.products li.product .price {
    font-weight: 700;
    margin-bottom: 10px;
}
.woocommerce .woo ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    color: #4F6D7A;
    transition: .3s all linear;
    font-family: 'Montserrat', helvetica, arial, sans-serif;
    margin: 0 0 5px;
}
.woocommerce .woo ul.products li.product a:hover .woocommerce-loop-product__title {
    color: #ce7f72;
}
.woocommerce .woo ul.products li.product .price {
    color: #4F6D7A;
    font-size: 16px;
}
.woocommerce ul.products li.product .button,
body.woocommerce .cart button.button {
    background: #FFBD5D;
    color: #fff;
    margin-top: 0;
    padding: 15px 10px;
}
.woocommerce ul.products li.product .button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: auto;
}
.woocommerce ul.products li.product .button:hover,
body.woocommerce .cart button.button:hover {
    background: #2f4249;
}
.woocommerce a.added_to_cart {
    text-align: center;
    color: #2f4249;
    display: block;
    width: 100px;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.4);
    margin: 10px auto 0;
}
.woocommerce a.added_to_cart:hover {
    color: #4f6d7a;
}
.woocommerce-page input {
    border: 1px solid rgba(0,0,0,.4);
}
.cart_totals h2 {
    margin-bottom: 10px;
}
body .woocommerce form .form-row input {
    padding: 5px;
}
body .woocommerce .col2-set .col-1, 
body .woocommerce-page .col2-set .col-1,
body .woocommerce .col2-set .col-2, 
body .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 60%;
    margin: 0 auto 30px;
}
.woocommerce form h3 {
    font-size: 21px;
    color: #2f4249;
}
body .woocommerce form .form-row {
    padding: 0;
}
body.woocommerce div.product .product_title {
    color: #4F6D7A;
}
.related.products h2 {
    color: #4F6D7A;
    margin: 0 0 20px;
}
body.woocommerce div.product .summary .price {
    color: #4F6D7A;
    font-weight: 700;
}
body.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
    width: 100%;
}
body.woocommerce .cart .quantity .qty {
    width: 100%;
    border-radius: 3px;
    height: 44px;
    text-align: left;
    padding: 5px;
    margin: 0 0 10px;
}
.woocommerce .woo nav.woocommerce-pagination ul,
.woocommerce .woo nav.woocommerce-pagination ul span,
.woocommerce .woo nav.woocommerce-pagination ul a {
    font-weight: 700;
    font-size: 21px;
}
.product p {
    padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .woo.main-content {
        padding-top: 85px;
    }
    .woocommerce .woo ul.products li.product {
        width: 100%;
        max-width: 380px;
        float: none;
        clear: both;
        margin: 0 auto 30px;
    }
}

.bloomerang {
    padding-top: 60px;
    padding-bottom: 60px;
}
.bloomerang h3 {
    color: #2f4249;
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #888;
}
.bloomerang .section {
    margin: 0 0 30px;
}
.bloomerang .donation-form .field.radio input,
.bloomerang .donation-form .field.checkbox input {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #343434;
    position: relative;
    margin-right: 7px;
    top: -2px;
    display: inline-block;
}
.bloomerang .donation-form .field.checkbox input:checked {
    background: #343434;
}
.bloomerang .donation-form .section.recurring {
    padding-left: 0;
    margin-top: -20px;
}
.bloomerang label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 5px;
}
.bloomerang .donation-form .field input,
.bloomerang .donation-form .field select,
.bloomerang .donation-form .field textarea,
.bloomerang .donation-form #card-element {
    display: block;
    max-width: 100%;
    width: 100%;
    border: 1px solid #343434;
    padding: 6px;
    font-size: 14px;
    line-height: 1;
    border-radius: 3px;
    box-sizing: border-box;
}
.bloomerang .donation-form #frequency {
    width: 100%;
}
.bloomerang .note {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.bloomerang input[type="submit"].btn-submit-donation {
    background: #304249;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    border: 0;
}
@media screen and (max-width: 1200px) {
    .hero-box h2 {
        font-size: 42px;
    }
}
@media screen and (max-width: 991px) {
    .home .hero {
        height: auto;
    }
}
