/*
Theme Name: The Drift Inn Custom Theme
Theme URI: http://www.grayswebdesign.com/
Author: Gray's Web Design
Author URI: http://www.grayswebdesign.com/
Description: Custom Theme for The Drift Inn
Version: 1.0.0
Text Domain: ttwpus
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
	## To Top
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 48px;
    margin: 0 0 0.67em 0;
}

h2 {
    font-size: 30px;
    margin: 0 0 0.67em 0;
}

h4 {
    font-size: 36px;
    margin: 0 0 0.67em 0;
}

h5 {
    font-size: 20px;
    margin: 0 0 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*clearfix*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
    font-family: museo-sans, sans-serif;
    /*color: #17565b;*/
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: servus-slab, serif;
    font-weight: 500;
    line-height: 1.1;
    color: #38A294;
    margin-top: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h3 {
    font-size: 20px;
}

h3 {
    font-size: 20px;
}
.sans , .sans * {
    font-family: museo-sans, sans-serif !important;
}
.serif {
    font-family: servus-slab, serif !important;
}

.heading-bar .fl-module-content {
    background: #38A294;
    padding: 10px;
    color: white;
}


/* teal bar */
.teal.heading-bar .fl-module-content {
    background: #38A294 !important;
}
/* lt-teal bar */
.lt-teal.heading-bar .fl-module-content {
    background: #7BCCC5 !important;
}
/* green bar */
.green.heading-bar .fl-module-content {
    background: #38A294 !important;
}
/* red bar */
.red.heading-bar .fl-module-content {
    background: #B53B55 !important;
}
/* blue bar */
.blue.heading-bar .fl-module-content {
    background: #6AA1D6 !important;
}
/* yellow bar */
.yellow.heading-bar .fl-module-content {
    background: #E6D547 !important;
}
/* green bar */
.green.heading-bar .fl-module-content {
    background: #ABB96D !important;
}

/* orange bar */
.orange.heading-bar .fl-module-content {
    background: #B44727 !important;
}


.heading-bar * {
    color: white !important;
}

p {
    margin-bottom: 1em;
    margin-top: 0;
    font-size: 20px;
    line-height: 1.4em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

hr {
    background-color: #999;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.7em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

a img {
    border: none;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, /*input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    color: #111;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

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

.site-header {
}

.header-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.site-logo {
    flex: 1;
}
.site-logo .tagline{
    position: relative;
    margin-top: -60px;
    left: 160px;
    max-width: 290px;
    text-decoration: none !important;
    line-height: 1.3;
}
.home .site-logo .tagline{
    position: relative;
    margin-top: -100px;
    left: 230px;
    max-width: 390px;
    text-decoration: none !important;
}

.tag-sub {
    font-size: 18px;
    color: #000000;
    font-style: italic;
    font-weight: 500;
    margin-top: 10px;
}

.tag-title {
    font-size: 36px;
    color: #77cbc3;
}
.home .tag-sub {
    margin-top: 20px;
}

.header-mermaid img.inside-mermaid {
    max-width: 192px;
    display: inline-block;
}
.header-mermaid img.home-mermaid {
    display: none;
}

.home .header-mermaid img.home-mermaid {
    max-width: 316px;
    display: inline-block;
}
.home .header-mermaid img.inside-mermaid {
    display: none;
}

.site-logo {
    position: relative;
    margin-top: -30px;
    z-index: 20;
}
.site-logo a:hover {
    text-decoration: none;
}
.site-logo img {
    max-width: 400px;
}
.home .site-logo img {
    max-width: 522px;
}

.home .header-right {
    padding-top: 40px;
}
.header-right {
    text-align: right;
    color: #ffffff;
    padding-top: 20px;
    position: relative;
    flex: 1;
    max-width: 370px;
}
.header-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}
.header-buttons .button {
    margin-top: -5px;
}
.home .header-social {

}
.header-social a{
    margin-right: 10px;
}
.header-social .icon {
    width: 36px !important;
    max-width: 36px !important;
}


.site-content {

}

/*.content-area {*/
/*    max-width: 1180px;*/
/*    margin: 0 auto;*/
/*    padding: 50px 20px 20px 50px;*/
/*    overflow: hidden;*/
/*}*/

.site-main {
    width: 69%;
    overflow: hidden;
    float: left;
    min-height: 400px;
    background: rgba(255, 255, 255, .9) !important;
    border: 1px solid #e7e7e7;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .9);
    padding: 10px 40px;
}

.widget-area {
    float: left;
    width: 28%;
    margin-left: 3%;
    min-height: 300px;
    padding: 20px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:link, a:hover, a:focus, a:active, a:visited {
    color: #38a294;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#page .left-links a {
    font-weight: 500;
    font-size: 18px;
}

.site .fl-builder-content .uabb-button-wrap a.uabb-button,
.site .fl-builder-content .uabb-creative-button-wrap a.uabb-button,
.site .fl-builder-content a.btn,
.site .fl-builder-content input.btn,
.site .fl-builder-content button.btn,
.site .fl-builder-content input#submit,
.site .fl-builder-content input.gform_button,
.site .fl-builder-content a.fl-button,
.site .fl-builder-content a.button,
.site .fl-builder-content button.button,
.site .fl-builder-content .fl-button a,
input[type=submit] {
    display: inline-block;
    padding: 6px 15px;
    background: #B44727;
    color: white;
    font-size: 18px;
    font-weight: 300;
    font-family: museo-sans, sans-serif;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 10px;
    white-space: nowrap;
    border: none;
}
.site .fl-builder-content .large-button a.fl-button {
     padding: 18px 25px;
     font-size: 24px;
 }

.btn-small {
    padding: 3px 10px !important;
    font-size: 18px !important;
}
.white-bg {
    background: #ffffff;
    margin-top: 20px;
}
.site .uabb-button-wrap a.uabb-button:hover,
.site .uabb-creative-button-wrap a.uabb-button:hover,
a.btnhover,
input.btnhover,
button.btnhover,
input#submithover,
input.gform_buttonhover,
.content-area a.fl-buttonhover,
.content-area a.buttonhover,
input[type=submit] hover {
    text-decoration: none;
    background: #B44727;
}

.content-area .fl-builder-content a.fl-button *, .content-area .fl-builder-content a.fl-button:visited * {
    color: white;
}

.right-buttons .fl-module-content .fl-button-width-custom .fl-button {
    display: inline-block;
    text-align: right;
    max-width: 100%;
}
.small-button a {
    font-size: 18px !important;
}
/* teal button */
.teal-button a {
    background: #38A294 !important;
}
/* lt-teal button */
.lt-teal-button a {
    background: #7BCCC5 !important;
}
/* green button */
.green-button a {
    background: #38A294 !important;
}
/* red button */
.red-button a {
    background: #B53B55 !important;
}
/* blue button */
.blue-button a {
    background: #6AA1D6 !important;
}
/* yellow button */
.yellow-button a {
    background: #E6D547 !important;
}
/* green button */
.green-button a {
    background: #ABB96D !important;
}

/* orange button */
.orange-button a {
    background: #B44727 !important;
}


/* transparent button */
.transparent a.fl-button {
    background: rgba(255, 255, 255, 0);
    border: none;
    font-weight: bold;
}

.transparent a.fl-button:hover {
    background: rgba(255, 255, 255, 0);
    border: none;
    font-weight: bold;
}

.transparent .fl-button i {
    margin-right: 0 !important;
}

.sep {
    padding: 0 6px;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    position: relative;
    z-index: 111;
}


#topNav {
    position: relative;
    top: 0;
    background: #38a294;
}

.site-navigation-wrapper {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}



/*!* main menu *!*/

/*.nav-wrapper {*/
/*    font-weight: bold;*/
/*    color: #fff;*/
/*    background: #38A294;*/
/*    font-family: museo-sans, sans-serif;*/
/*}*/
/*.home .nav-wrapper {*/
/*    !*border-bottom:10px solid #B44727;*!*/
/*}*/

/*.site-navigation-wrapper {*/
/*    max-width: 1180px;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*}*/

/*.main-navigation {*/
/*}*/

/*.menu-main-menu-container {*/
/*    text-align: center;*/
/*}*/
/*.main-navigation ul {*/
/*    display: none;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding-left: 0;*/
/*    margin-bottom: -5px;*/
/*}*/

/*.main-navigation li {*/
/*    float: left;*/
/*    position: relative;*/
/*    text-align: left;*/
/*}*/

/*.main-navigation ul.nav-menu > li {*/

/*}*/

/*.main-navigation a {*/
/*    font-size: 18px;*/
/*    display: block;*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*    font-weight: 500;*/
/*    padding: 10px 25px 10px 20px;*/
/*}*/

/*.main-navigation ul > li:first-child {*/

/*}*/

/*.main-navigation ul ul {*/
/*    float: left;*/
/*    position: absolute;*/
/*    top: 37px;*/
/*    left: -999em;*/
/*    z-index: 99999;*/
/*    background-color: #FEE9C6;*/
/*    !*border-radius: 0 0 10px 10px;*!*/
/*    !*box-shadow: inset 0px 20px 20px -20px rgba(0,0,0,0.5);*!*/
/*    min-width: 250px;*/
/*    border-top: none;*/
/*    padding: 10px;*/
/*}*/

/*.main-navigation ul ul li {*/
/*    width: 100%;*/
/*}*/

/*.main-navigation ul ul ul {*/
/*    width: 250px;*/
/*    left: -999em;*/
/*    top: 0;*/
/*}*/

/*.main-navigation ul ul a {*/
/*    width: 100%;*/
/*    padding: 10px 20px;*/
/*    margin: 0px;*/
/*    font-size: 18px;*/
/*    font-weight: normal;*/
/*}*/

/*.main-navigation ul ul ul a {*/
/*    min-width: 250px;*/
/*    width: auto;*/
/*    padding: 5px 20px;*/
/*    margin: 0;*/
/*    font-size: 20px;*/
/*}*/

/*.main-navigation ul ul li:last-child a {*/
/*    border-bottom: none;*/
/*    !*border-radius: 0 0 10px 10px;*!*/
/*}*/

/*.main-navigation ul ul li {*/
/*}*/

/*.main-navigation li:hover > a, .main-navigation li.focus > a {*/
/*    !*background: #B44727;*!*/
/*}*/

/*!*.main-navigation ul ul :hover > a, .main-navigation ul :hover > a, .main-navigation ul ul .focus > a {*!*/
/*!*    background-color: #B44727;*!*/
/*!*    color: #ffffff;*!*/
/*!*}*!*/
/*.main-navigation ul ul :hover > a,*/
/*.main-navigation ul ul .focus > a {*/
/*    background-color: #B44727;*/
/*    color: #ffffff;*/
/*}*/

/*.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {*/
/*}*/

/*.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {*/
/*    left: auto;*/
/*}*/

/*.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {*/
/*    left: 100%;*/
/*}*/

/*.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {*/
/*}*/

/*!* Small menu. *!*/
/*.menu-toggle, .main-navigation.toggled ul {*/
/*    display: block;*/
/*}*/

/*button.menu-toggle {*/
/*    background: transparent;*/
/*    margin-left: 10px;*/
/*    border: 1px solid white;*/
/*    color: white;*/
/*    margin: 10px;*/
/*    float: right;*/
/*    padding: 5px;*/
/*}*/

/*.main-navigation ul li.menu-item-has-children {*/
/*    position: relative;*/
/*}*/

/*.main-navigation ul li.menu-item-has-children:before {*/
/*    content: "\f0d7";*/
/*    color: #B44727;*/
/*    font-size: 18px;*/
/*    font-family: 'Font Awesome 5 Pro';*/
/*    font-weight: 900;*/
/*    text-decoration: inherit;*/
/*    padding-left: 1em;*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: -15px;*/
/*}*/

/*.main-navigation ul.sub-menu li.menu-item-has-children:before {*/
/*    content: "\f0da";*/
/*    font-family: 'Font Awesome 5 Pro';*/
/*    font-weight: 900;*/
/*    text-decoration: inherit;*/
/*    color: #B44727;*/
/*    font-size: 18px;*/
/*    padding-right: 0.5em;*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 9px;*/
/*}*/

/*@media screen and (min-width: 700px) {*/
/*    .menu-toggle {*/
/*        display: none;*/
/*    }*/

/*    .main-navigation ul {*/
/*        display: inline-block;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 700px) {*/
/*    !* start responsive menu*!*/
/*    .main-navigation {*/
/*        width: 100%;*/
/*        margin: 0;*/
/*        float: none;*/
/*    }*/

/*    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {*/
/*        left: auto;*/
/*    }*/

/*    .nav-wrapper {*/
/*    }*/

/*    .main-navigation .menu {*/
/*        clear: both;*/
/*        background: #17565B;*/
/*        margin-top: 1px;*/
/*        !*box-shadow: inset 0 10px 10px -5px rgba(0,0,0,0.4);*!*/
/*    }*/

/*    .main-navigation ul li.menu-item-has-children:before {*/
/*        content: "\f0d7";*/
/*        font-family: 'Font Awesome 5 Pro';*/
/*        font-style: normal;*/
/*        font-weight: 900;*/
/*        text-decoration: inherit;*/
/*        color: #B44727;*/
/*        font-size: 14px;*/
/*        padding-right: 0.5em;*/
/*        position: absolute;*/
/*        top: 13px;*/
/*        left: 8px;*/
/*    }*/

/*    navigation ul :hover > a, .main-navigation ul ul .focus > a {*/
/*        color: white;*/
/*    }*/

/*    .main-navigation a {*/
/*        color: white;*/
/*    }*/

/*    .main-navigation li {*/
/*        float: none;*/
/*    }*/

/*    .main-navigation ul ul {*/
/*        box-shadow: none;*/
/*        margin-bottom: 10px;*/
/*        margin-top: -6px;*/
/*        !*background: #17565B;*!*/
/*    }*/

/*    .main-navigation ul ul a {*/
/*        margin: 0;*/
/*    }*/

/*    .main-navigation ul ul li:last-child a {*/
/*        border-bottom: 1px solid #ccc;;*/
/*    }*/

/*    .main-navigation li a {*/
/*        padding: 15px 40px;*/
/*        margin-bottom: 5px;*/
/*    }*/

/*    .main-navigation li li a {*/
/*        padding-left: 40px;*/
/*    }*/

/*    .main-navigation li li li a {*/
/*        padding-left: 6em;*/
/*    }*/

/*    .main-navigation li:hover > a {*/
/*        text-decoration: underline;*/
/*    }*/

/*    .main-navigation ul ul, .main-navigation ul ul ul {*/
/*        position: relative;*/
/*        top: inherit;*/
/*        left: 0;*/
/*        display: block;*/
/*        float: none;*/
/*    }*/

/*    .main-navigation ul ul a {*/
/*        width: 100%;*/
/*    }*/

/*    .main-navigation ul a:hover, .main-navigation ul ul a:hover {*/
/*        !*color: #17565B;*!*/
/*    }*/

/*    .main-navigation .current_page_ancestor {*/
/*        background: inherit;*/
/*    }*/

/*    .main-navigation ul ul .current_page_parent {*/
/*        color: inherit;*/
/*        background: inherit;*/
/*    }*/

/*    .main-navigation .current_page_item > a, .main-navigation .current_page_item > a:hover, .main-navigation .current_page_item li:hover, .main-navigation .current_page_parent .current_page_item > a {*/
/*    }*/
/*}*/

/*!*End responsive menu*!*/


.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget ul {
    list-style-type: none;
    padding-left: 0 !important;
}
.widget-area ul {
    margin: 0;
    padding: 0;
    list-type: none;
}

.widget-area ul li {
    list-style-type: none;
    font-size: 16px;
}

.widget-area input {
    max-width: 100%;
}

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
    display: none;
}



.square-bullets ul {
    padding: 0 10px 0 20px;
    overflow: hidden;
    margin-left: 1em;
}
.square-bullets ul li {
    list-style: none;
    margin-bottom: 8px;
}

.square-bullets ul li::before {
    color: #38A294;
    content: "■";
    float: left;
    font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
    font-size: 110%;
    margin: -4px -20px;
    width: 1em;
}


.square-blue ul, .square-red ul {
	padding: 0 10px 0 20px;
	overflow: hidden;
	margin-left: 1em;
}
.square-blue ul li, .square-red ul li {
	list-style: none;
	margin-bottom: 8px;
}
.entry-content ul.products li {
	list-style: none;
}
.square-blue ul li::before {
    color: #6AA1D6;
    content: "■";
    float: left;
    font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
    font-size: 110%;
    margin: -4px -20px;
    width: 1em;
}
.square-red ul li::before {
    color: #B44727;
    content: "■";
    float: left;
    font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
    font-size: 110%;
    margin: -4px -20px;
    width: 1em;
}

/* =Index pagination
----------------------------------------------- */
/* The containing box with a nice white background */
.paging-navigation {
    padding: 1em;
    background: #fff;
    background: hsl(0, 0%, 100%);
}

/* Remove bullets and list indentation */
.paging-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* Make the list items appear horizontally */
.paging-navigation li {
    display: inline;
}

/* Give each link and the current item some padding to make them easy to click */
a.page-numbers, span.page-numbers {
    padding: .3em .7em;
    color: #333;
    color: hsl(0, 0%, 20%);
}

/* Link hover state */
a:hover.page-numbers {
    color: #000;
    color: hsl(0, 0%, 0%);
}

/* Current page bold and dark */
.paging-navigation .current {
    font-weight: bold;
    color: #000;
    color: hsl(0, 0%, 0%);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*Woocommerce*/
#page .home-products .fl-post-title
{
    font-size: 18px;
    color: #17565b;
    text-align: center;
}
#page .price,
#page .price {
    font-size: 20px;
    color: #17565b;
}
.single-product #page .price {
    color: #c4403b !important;
}
.fl-module-content form.cart {
    display: flex;
    align-items: stretch;
}
.fl-module-content form.cart .quantity input{
    height: 100%;
}

.home-cats img {
    border:4px solid white;
    margin-bottom: 10px !important;
}
.home-cats h2 {
    padding: 14px 20px !important;
    background: #17565b;
    color: white;
    font-size: 22px;
    font-weight: 300;
    font-family: museo-sans, sans-serif;
    border:5px solid white;
    box-shadow: 0 0 0 1px #17565b;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 0px;
    text-align: center;
    margin-left: 1px !important;
}
.home-cats h2:before {
    content:"Shop ";
}
.home-cats h2 mark {
    display: none;
}
/*End Woocommerce*/


.post-content {

}

.post-half-col {
    width: 48%;
    float: left;
    padding: 0 20px;
}

.post-half-col:nth-child(even) {
    margin-right: 4%;
}

.home .hentry {
    margin-bottom: 0;
}

.rounded-image img {
    border-radius: 10px;
}

.bordered img {
    border: 9px solid white;
}

.green-bordered img {
    border: 9px solid #17565B;
}

/* HOME SLIDER */

#home-slider .bx-controls.bx-has-pager {
    position: absolute;
    bottom: 50px;
    left: 100px;
    width: 300px;
}
#home-slider .fl-module-content .fl-module-content-slider .bx-wrapper {
    margin: 0 !important;
}
.fl-module-content-slider .bx-wrapper {
    margin: 0 !important;
}
#home-slider .fl-slide-title {
    text-align: right;
    padding-right: 20px !important;
    padding-top: 90px !important;
}
#home-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    border: 1px solid #336799;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}


/*#home-slider .bx-wrapper .bx-pager.bx-default-pager a.active, #home-slider .bx-wrapper .bx-pager.bx-default-pager a:focus, #home-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {*/
/*    background: #336799;*/
/*}*/
/*#page .fl-slide-foreground {*/
/*    margin: 0 auto;*/
/*    max-width: 5000px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/
/*.fl-slide-content {*/
/*    !*border: 1px solid white;*!*/
/*}*/
/*.fl-slide-content h3 {*/
/*    font-size: 42px;*/
/*    line-height: 1.1;*/
/*}*/



.header-blog-box {
    height: 900px;
    overflow-y: scroll;
}
.header-blog-box h4 * {
    font-size: 18px;
    /*color: #000000 !important;*/
}
.home .uabb-post-thumbnail {
    padding: 15px 15px 0 15px;
    background: #ffffff;
}

.uabb-blog-posts-shadow {
    background: white;
}

.home .uabb-blog-posts .uabb-button-left {
    text-align: center;
}


#home-pull a {
    position: relative;
    z-index: 800;
    /*box-shadow: 0 0 5px 5px rgba(255,255,255,0.5);*/
    height: 50px;
    width: 50px;
    padding-top: 13px;
    text-align: center;
    top: -20px;
    padding-top: 4px;
    padding-left: 10px;
}

/* END HOME SLIDER */


hr.faded {
    border: 0;
    height: 1px;
    background-image: linear-gradient(left, rgba(223, 205, 179, 0), rgba(223, 205, 179, 0.99), rgba(223, 205, 179, 0));
    clear: both;
}

.img-circle {
    border-radius: 50%
}

.entry-content ul, .entry-content ol {
    padding: 0 10px 0 20px;
    overflow: hidden;
    margin-left: 0;
}

/*.entry-content ul li {
	list-style: none;
}
.entry-content ul li::before {
	color: #17565B;
	content:  "\2022 ";
	float: left;
	font-size: 160%;
	margin: -8px -15px;
	width: 1em;
}*/
/* PAGE CONTENT */
/* END PAGE CONTENT */
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.global-footer p {
    line-height: 1.5;
    font-size: 16px;
}
.site-footer {
    clear: both;
    width: 100%;
    padding: 5px 20px;
    background: #3A6F73;
    font-size: 18px;
}

.site-info {
    position: relative;
    max-width: 1180px;
    margin: 30px auto;
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
}
.site-info div {
    flex: 1;
}
.site-info .fas {
    color: #336699;
}
.copyright {
	font-size: 16px;
    font-family: museo-sans, sans-serif;
}

.footer-map {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.footer-map iframe {
    border: 4px solid #336699
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0;
}

.byline, .updated:not(.published) {
    display: none;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
## To Top
--------------------------------------------------------------*/

#to-top {
    display: none;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 44px;
    height: 42px;
    text-align: center;
    z-index: 999999999;
}

#to-top i {
    position: absolute;
    top: 12px;
    left: 13px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.home-box-rows figure figcaption {
    display:none;
}

.home-box-rows figure.wp-caption{
    margin-bottom: 0px !important;
}




/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.show-mobile {
    display: none;
}

@media screen and (max-width: 1200px) {
    .p7HGM04 .p7HGM_viewport_wrapper {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 1180px) {
    .main-navigation {
        width: 100%;
        margin: 0;
        float: none;
    }

    .page-header-text {
        display: none;
        width: 100% !important;
        text-align: center;
    }

    .page-header-text .fl-module-button {
        display: none;
    }

    .page-header-image {
        width: 100% !important;
    }

    .page-header-image .fl-module-content {
        margin: 0 !important;
    }
}

@media screen and (max-width: 1050px) {
    .header-right p {
        display: none;
    }
    .site-logo {
        margin-top: 0;
    }
}
@media screen and (max-width: 950px) {
    .home .site-logo img {
        max-width: 400px;
    }
    .home .site-logo .tagline{
        position: relative;
        margin-top: -60px;
        left: 160px;
        max-width: 290px;
        text-decoration: none !important;
        line-height: 1.3;
    }
    .home .tag-title {
        /*font-size: 24px;*/
        /*color: #77cbc3;*/
    }
    .home .tag-sub {
        /*font-size: 13px;*/
        /*color: #000000;*/
        /*font-style: italic;*/
        /*font-weight: 500;*/
    }

    .home .header-mermaid img.home-mermaid {
        max-width: 192px;
        display: none;
    }
    .home .header-mermaid img.inside-mermaid {
        display: inline-block;
    }
}

@media screen and (max-width: 768px) {
    .widget-area, .site-main {
        float: none;
        width: auto;
        margin: 0;
    }
}

@media screen and (max-width: 700px) {
    .header-buttons {
        display: none;
    }
    .tag-sub {
        display: none;
    }
    .header-wrapper {
        display: block;
        text-align: center;
    }
    .header-right {
        margin: 0 auto;
        padding-bottom: 20px;
        padding-top: 0 !important;
    }
    .home .header-right {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .site-info {
        display: block;
    }

}

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

    .show-mobile {
        display: initial;
    }

    body {
        font-size: 16px;
    }

    img.alignleft, img.alignright {
        display: block !important;
        float: none !important;
    }

}

@media screen and (max-width: 450px) {
    .header-right a.member-login {
        margin-top: 20px;
        margin-bottom: 10px;
        display: block;
        float: none;
    }
    .site-logo .tagline {
        margin-top: 0 !important;
        left: 0 !important;
        max-width: 100% !important;
    }
    .site-logo img {
        max-width: 100% !important;
        max-height: 125px !important;
    }
}


.fl-node-595d6929a2a35 a img {
    transition: all .05s ease-in-out;
}

.fl-node-595d6929a2a35 a img:hover {
    transform: scale(1.04);
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
.room-box {
    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 39%);
    border: 2px solid #38A294;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
    margin: 10px;
    background-size: cover;
}
.room-box p, .room-box li {
    font-size: 16px;
}
.room-box a {
    color: #000000 !important;
}
.room-box h3 {
    padding: 10px 20px;
    background: #38a294;
    color: #ffffff !important;
    font-size: 24px;
    margin: 0 -20px 20px -20px;
    text-align: center;
}
.room-box h3 a {
    color: #ffffff !important;
}
.room-box .fl-module-content {
    margin: 0 !important;
}
.room-box .fl-rich-text {
    margin: 0 20px;
}



/* teal */
.teal h3 {
    background: #38A294 !important;
}
.teal.room-box {
    border: 2px solid #38A294;
}
/* lt-teal */
.lt-teal h3 {
    background: #7BCCC5 !important;
}
.lt-teal.room-box {
    border: 2px solid #7BCCC5;
}
/* green */
.green h3 {
    background: #ABB96D !important;
}
.green.room-box {
    border: 2px solid #ABB96D;
}
/* red */
.red h3 {
    background: #B53B55 !important;
}
.red.room-box {
    border: 2px solid #B53B55;
}
/* blue */
.blue h3 {
    background: #6AA1D6 !important;
}
.blue.room-box {
    border: 2px solid #6AA1D6;
}
/* yellow */
.yellow h3 {
    background: #E6D547 !important;
}
.yellow.room-box {
    border: 2px solid #E6D547;
}

/* orange */
.orange h3 {
    background: #B44727 !important;
}
.orange.room-box {
    border: 2px solid #B44727;
}











.cafe-slider {
    background: white;
    padding: 5px 3px 0 0;
}

.cafe-slider .fl-slide-title{
    line-height: 1;
    font-size: 27px !important;
}
.cafe-slider .fl-slide-text p {
    line-height: 1.2;
    font-size: 19px !important;
    font-weight: 600;
}
.cafe-slider .fl-slide-photo {
    text-align: right;
}
.cafe-slider .bx-wrapper img {
    display: inline-block !important;
}
.gift-cert-box {
    background: rgba(255,255,255,0.9);
    border-radius: 20px;
}


/* COLORS */

 /*teal */
.site .fl-builder-content .teal .uabb-button-wrap a.uabb-button,
.site .fl-builder-content .teal .uabb-creative-button-wrap a.uabb-button,
.site .fl-builder-content .teal a.btn,
.site .fl-builder-content .teal input.btn,
.site .fl-builder-content .teal button.btn,
.site .fl-builder-content .teal input#submit,
.site .fl-builder-content .teal input.gform_button,
.site .fl-builder-content .teal a.fl-button,
.site .fl-builder-content .teal a.button,
.site .fl-builder-content .teal button.button,
.site .fl-builder-content .teal .fl-button a,
input[type=submit] {
    background-color: #38A294;
}
.teal a:link,
.teal a:hover,
.teal a:focus,
.teal a:active,
.teal a:visited {
    color: #38a294;
}
.teal .heading-bar .fl-module-content {
    background: #38A294;
    padding: 10px;
    color: white;
}
.teal h1,
.teal h2,
.teal h3,
.teal h4,
.teal h5 {
    color: #38a294;
}
.teal .square-bullets ul li::before {
    color: #38A294;
}

/*red */
.site .fl-builder-content .red .uabb-button-wrap a.uabb-button,
.site .fl-builder-content .red .uabb-creative-button-wrap a.uabb-button,
.site .fl-builder-content .red a.btn,
.site .fl-builder-content .red input.btn,
.site .fl-builder-content .red button.btn,
.site .fl-builder-content .red input#submit,
.site .fl-builder-content .red input.gform_button,
.site .fl-builder-content .red a.fl-button,
.site .fl-builder-content .red a.button,
.site .fl-builder-content .red button.button,
.site .fl-builder-content .red .fl-button a,
input[type=submit] {
    background-color: #B53B55;
}
.red a:link,
.red a:hover,
.red a:focus,
.red a:active,
.red a:visited {
    color: #B53B55;
}
.red .heading-bar .fl-module-content {
    background: #B53B55;
    padding: 10px;
    color: white;
}
.red h1,
.red h2,
.red h3,
.red h4,
.red h5 {
    color: #B53B55;
}
.red .square-bullets ul li::before {
    color: #B53B55;
}


/*blue */
.site .fl-builder-content .blue .uabb-button-wrap a.uabb-button,
.site .fl-builder-content .blue .uabb-creative-button-wrap a.uabb-button,
.site .fl-builder-content .blue a.btn,
.site .fl-builder-content .blue input.btn,
.site .fl-builder-content .blue button.btn,
.site .fl-builder-content .blue input#submit,
.site .fl-builder-content .blue input.gform_button,
.site .fl-builder-content .blue a.fl-button,
.site .fl-builder-content .blue a.button,
.site .fl-builder-content .blue button.button,
.site .fl-builder-content .blue .fl-button a,
input[type=submit] {
    background-color: #6AA1D6;
}
.blue a:link,
.blue a:hover,
.blue a:focus,
.blue a:active,
.blue a:visited {
    color: #6AA1D6;
}
.blue .heading-bar .fl-module-content {
    background: #6AA1D6;
    padding: 10px;
    color: white;
}
.blue h1,
.blue h2,
.blue h3,
.blue h4,
.blue h5 {
    color: #6AA1D6;
}
.blue .square-bullets ul li::before {
    color: #6AA1D6;
}

/*yellow */
.site .fl-builder-content .yellow .uabb-button-wrap a.uabb-button,
.site .fl-builder-content .yellow .uabb-creative-button-wrap a.uabb-button,
.site .fl-builder-content .yellow a.btn,
.site .fl-builder-content .yellow input.btn,
.site .fl-builder-content .yellow button.btn,
.site .fl-builder-content .yellow input#submit,
.site .fl-builder-content .yellow input.gform_button,
.site .fl-builder-content .yellow a.fl-button,
.site .fl-builder-content .yellow a.button,
.site .fl-builder-content .yellow button.button,
.site .fl-builder-content .yellow .fl-button a,
input[type=submit] {
    background-color: #E6D547;
}
.yellow a:link,
.yellow a:hover,
.yellow a:focus,
.yellow a:active,
.yellow a:visited {
    color: #E6D547;
}
.yellow .heading-bar .fl-module-content {
    background: #E6D547;
    padding: 10px;
    color: white;
}
.yellow h1,
.yellow h2,
.yellow h3,
.yellow h4,
.yellow h5 {
    color: #E6D547;
}
.yellow .square-bullets ul li::before {
    color: #E6D547;
}

/*green */
.site .fl-builder-content .green .uabb-button-wrap a.uabb-button,
.site .fl-builder-content .green .uabb-creative-button-wrap a.uabb-button,
.site .fl-builder-content .green a.btn,
.site .fl-builder-content .green input.btn,
.site .fl-builder-content .green button.btn,
.site .fl-builder-content .green input#submit,
.site .fl-builder-content .green input.gform_button,
.site .fl-builder-content .green a.fl-button,
.site .fl-builder-content .green a.button,
.site .fl-builder-content .green button.button,
.site .fl-builder-content .green .fl-button a,
input[type=submit] {
    background-color: #ABB96D;
}
.green a:link,
.green a:hover,
.green a:focus,
.green a:active,
.green a:visited {
    color: #ABB96D;
}
.green .heading-bar .fl-module-content {
    background: #ABB96D;
    padding: 10px;
    color: white;
}
.green h1,
.green h2,
.green h3,
.green h4,
.green h5 {
    color: #ABB96D;
}
.green .square-bullets ul li::before {
    color: #ABB96D;
}

/*orange */
.site .fl-builder-content .orange .uabb-button-wrap a.uabb-button,
.site .fl-builder-content .orange .uabb-creative-button-wrap a.uabb-button,
.site .fl-builder-content .orange a.btn,
.site .fl-builder-content .orange input.btn,
.site .fl-builder-content .orange button.btn,
.site .fl-builder-content .orange input#submit,
.site .fl-builder-content .orange input.gform_button,
.site .fl-builder-content .orange a.fl-button,
.site .fl-builder-content .orange a.button,
.site .fl-builder-content .orange button.button,
.site .fl-builder-content .orange .fl-button a,
input[type=submit] {
    background-color: #B44727;
}
.orange a:link,
.orange a:hover,
.orange a:focus,
.orange a:active,
.orange a:visited {
    color: #B44727;
}
.orange .heading-bar .fl-module-content {
    background: #B44727;
    padding: 10px;
    color: white;
}
.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5 {
    color: #B44727;
}
.orange .square-bullets ul li::before {
    color: #B44727;
}

/*lt-teal */
.site .fl-builder-content .lt-teal .uabb-button-wrap a.uabb-button,
.site .fl-builder-content .lt-teal .uabb-creative-button-wrap a.uabb-button,
.site .fl-builder-content .lt-teal a.btn,
.site .fl-builder-content .lt-teal input.btn,
.site .fl-builder-content .lt-teal button.btn,
.site .fl-builder-content .lt-teal input#submit,
.site .fl-builder-content .lt-teal input.gform_button,
.site .fl-builder-content .lt-teal a.fl-button,
.site .fl-builder-content .lt-teal a.button,
.site .fl-builder-content .lt-teal button.button,
.site .fl-builder-content .lt-teal .fl-button a,
input[type=submit] {
    background-color: #7BCCC5;
}
.lt-teal a:link,
.lt-teal a:hover,
.lt-teal a:focus,
.lt-teal a:active,
.lt-teal a:visited {
    color: #7BCCC5;
}
.lt-teal .heading-bar .fl-module-content {
    background: #7BCCC5;
    padding: 10px;
    color: white;
}
.lt-teal h1,
.lt-teal h2,
.lt-teal h3,
.lt-teal h4,
.lt-teal h5 {
    color: #7BCCC5;
}
.lt-teal .square-bullets ul li::before {
    color: #7BCCC5;
}
.pelican {
    display: none;
}
.home .pelican {
    display: block;
}
.pelican {
    position: fixed;
    top: 300px;
    left: 0;
    z-index: 10;
}
@media screen and (max-width:700px){
    .pelican {
        position: absolute;
        width: 100px;
    }
    .header-mermaid {
        display: none;
    }

    .header-social, .home .header-social {
        position: relative;
        right: auto;
    }
    .uabb-hotspot-container .uabb-hotspot-items .uabb-hotspot-item {
        width: 25px !important;
        height: 25px !important;
        overflow: hidden;
        margin-top: -25px;
    }
}
.uabb-hotspot-text {
    color: transparent !important;
}
.footer-icons .ua-icon {
    font-size: 32px;
    margin-right: 10px;
}

.uabb-hotspot-container .uabb-hotspot-items .uabb-hotspot-item {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-top: -25px;
}



@media screen and (max-width: 768px) {
    #page .home-box-rows .fl-col-has-cols {
        clear: none;
        float: left;
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }

     #page .home-box-rows .fl-col-group .first-second {
        clear: none;
        float: left;
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
    }

     #page .home-box-rows .fl-col-group .last {
        clear: none;
        float: none;
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    #page .home-box-rows .fl-col-group .last .fl-col-content{
        flex-direction: row !important
    }

    #page .home-box-rows .fl-col-group-nested .fl-col-small {
        clear: none;
        float: left;
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
    #page .home-box-rows .fl-col-small p,
    #page .home-box-rows .fl-col-small li {
        font-size: 7px;
        line-height: 1;
    }
    #page .home-box-rows .fl-col-small h3 {
        font-size: 10px;
        padding: 10px 5px;
        margin: 0 -5px 5px -5px;
    }
    #page .home-box-rows{
        clear: both;
        display: flex;
    }
    #page .home-box-rows img.alignleft {
        float: left !important;
        max-width: 25%;
    }

    #page .room-box .fl-rich-text {
        margin: 0 5px;
    }
}

