/* Nature Retreats stylesheet */

html,
body,
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,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: none
}

body {
    overflow: hidden;
    overflow-y: scroll;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
img,
object,
embed {
    max-width: 100%
}
ul {
    list-style: inside;
    color: #000000;
    list-style-type: circle;
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: none;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}
h1, h2, h3 {
    font-weight: inherit;
    font-family: 'Lato', sans-serif;    
}
p {
    font-family: 'Lato', sans-serif;
}
del {
    text-decoration: line-through
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font-size: 100%
}
th {
    font-weight: 700;
    vertical-align: bottom
}
td {
    font-weight: 400;
    vertical-align: top
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
input,
select {
    vertical-align: middle
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word
}
input[type="radio"] {
    vertical-align: text-bottom
}
input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline
}
.ie6 input {
    vertical-align: text-bottom
}
select,
input,
textarea {
    font: 99% sans-serif
}
a:hover,
a:active {
    outline: none
}
small {
    font-size: 85%
}
strong,
th {
    font-weight: 700
}
td,
td img {
    vertical-align: top
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif
}
.clickable,
label,
input[type=button],
input[type=submit],
button {
    cursor: pointer
}
button,
input,
select,
textarea {
    margin: 0
}
button {
    width: auto;
    overflow: visible
}
.ie7 img {
    -ms-interpolation-mode: bicubic
}
.ie6 html {
    filter: expression(document.execCommand("BackgroundImageCache", false, true))
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}
.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}
body,
select,
input,
textarea {
    color: #596679;
font-family: 'Lato', sans-serif;
}
a:hover {
    color: #9E9E9E;
}
::-moz-selection {
    background: #44BAEB;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background: #44BAEB;
    color: #ffffff;
    text-shadow: none;
}
a:link {
    -webkit-tap-highlight-color: #000000;
}
ins {
    color: #000;
    text-decoration: none;
    background: #fcd700
}
mark {
    color: #000;
    font-style: italic;
    font-weight: 700;
    background: #fcd700
}


ol {
    counter-reset: foo;
    display: table;
}

ol > li {
    counter-increment: foo;
    display: table-row;
}

ol > li::before {
    content: counter(foo) ".";
    display: table-cell; /* aha! */
    text-align: right;
}

ul {
padding-left: 40px; // Or whatever padding your font size needs
}

/*ul > li {
    display: table-row;
    
}

ul > li::before {
    display: table-cell;
    text-align: right;
}*/

.moduletable.background_subpage {
    background-image: url(../images/sub_bg_1.jpg);
    background-repeat: no-repeat !important;
    background-position: 50% 0%;
    background-size: auto 172px;
    width: 100%;
    height: 172px;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.background {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.moduletablemain_nav {
    background-color: #222221;
    height: 80px;
    width: 1200px;
    margin: 0 auto;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 80%;    
}
span#menu125 {
    display: block;
    height: auto !important;
    font-size: 20px !important;
    text-decoration: none;
    padding: 0px 22px !important;
    color: #ffffff;
    font-weight: 300 !important;
    line-height: 1em;
}
span#menu125 span.menu-title {
    position: relative;
    top: -2px;
background: none !important;
    padding-right: 0px !important;    
}

header#header {
    /* overflow: hidden; */
    z-index: 9;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding-bottom: 21px;
    background-color: #6B7883;
    position: relative;
    padding-top: 16px;
}
body.home div#header_top {
    position: absolute;
    top: 0;
    z-index: 99;
}
.head-wrap {
    margin: 0 auto;
    width: 1200px;
    /* overflow: hidden; */
    z-index: 9999;
    float: none;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
}
div#header_top {
    position: relative;
    width: 90%;
    max-width: 90%;
    margin: 0px auto 0px;
    left: 0;
    right: 0;
    /* overflow: hidden; */
    min-height: 172px;
}
.childcontent-inner-wrap.dropdown-menu.tabs_vertical {
    background-color: rgb(174 164 162 / 50%);
}
.dj-megamenu-modern li a.dj-up_a > span {
    height: auto !important;
}
.dj-megamenu-wrapper {
    margin: 0 auto;
    width: max-content;
    max-width: 90%;
}
.moduletable.main_nav {
    /* overflow: hidden; */
    height: auto;
    /* height: 80px; */
    /* width: 1200px; */
    margin-top: 82px;
    float: right;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    z-index: 9999;
}
.moduletable.logo {
    margin-top: 37px;
    position: absolute;
    left: 0;
}
.dj-megamenu-modern li ul.dj-submenu > li > a {
    font-size: 13px;
    color: #005aaa !important;
    font-weight: 400;
    text-transform: uppercase;
}
.dj-megamenu-modern li div.dj-subwrap .dj-subwrap-in {
    border-radius: 0px !important;
}
.dj-megamenu-modern li div.dj-subwrap .dj-subwrap-in {
    background-color: #fff;
}
.dj-megamenu-wrapper {
    float: right;
}
ul#dj-megamenu115 li:last-child span.title {
    padding-right: 0px;
}
ul#dj-megamenu115 li:last-child span.title {
    border-right: none;
}
ul#dj-megamenu115 li span.title {
    padding-left: 10px;
    padding-right: 10px;
}
div#menu_hide p {
    font-size: 35px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 0.8em;
}
.moduletable.background img {
    width: 100%;
    height: auto;
}
.dj-megamenu-modern li a.dj-up_a > span {
    height: auto;
}
h1.site-description {
    height:0px !important;
    overflow: hidden;
}
div#background {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 0 auto 0px;
    position: relative;
    border-bottom: solid 11px #6B7883;
}
.bold_100{
    font-weight:100 !important;
}
.bold_200{
    font-weight:200 !important;
}
.bold_300{
    font-weight:300 !important;
}
.bold_400{
    font-weight:400 !important;
}
.bold_500{
    font-weight: 500 !important;
}
.bold_600{
    font-weight:600 !important; 
}
.bold_700{
    font-weight:700 !important;
}
.bold_800{
    font-weight:800 !important;
}
.bold_900{
    font-weight:900 !important;
}
span.header_tick {
    float: left;
    display: inline-block;
    margin-right: 28px;
    margin-left: 14px;
    margin-top: 7px;
}
article.item-page a img {
    height: auto;
}
div#content_area_a p {
    font-size: 20px;
    color: #535353;
    line-height: 1.2em;
    margin-bottom: 1em;
}
.leadin_text {
    font-weight: 800;
    color: #535353;
}
div#readmore a {
    color: #0C130C;
    font-size: 20px;
    text-decoration: none;
    font-style: italic;
}
div#page_header {
    width: 100%;
    border-bottom: solid 1px rgb(85 85 85 / 30%);
    margin: 0 auto 50px;
    overflow: hidden;
}
div#page_header h1 {
    font-size: 45px;
    font-family: playfair display;
    line-height: 1em;
    margin-bottom: 35px;
    color: #535353;
    float: left;
    display: inline-block;
}
div#page_header h2 {
    color: #AEA4A2;
    font-size: 25px;
    font-weight: 200;
    float: right;
    margin-top: 10px;
}
.retreat_gal {
    margin-bottom: 84px;
}
table#social td {
    margin-left: 4px;
    float: left;
    display: inline-block;
}
div#menu_holder {
    float: right;
    display: inline-block;
}
.moduletable.social {
    float: right;
    display: inline-block;
    margin-top: 77px;
    margin-left: 28px;
}
div#content_area_a {
    padding-top: 100px;
    padding-bottom: 150px;
}
.moduletablemain_nav {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}
ul.megamenu.level0 li a {
    display: block;
    height: auto !important;
    font-size: 20px !important;
    text-decoration: none;
    padding: 0px 22px !important;
    color: #ffffff;
    font-weight: 300 !important;
    line-height: 1em;
}
ul.megamenu.level1 li a {
    color: #ffffff;
    font-size: 20px !important;
}
#megamenucss #js-mainnav.megamenu .group-content ul.megamenu.level1 li a, #megamenucss #js-mainnav.megamenu .group-content ul.megamenu.level1 li {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #333 !important;
}

#megamenucss #js-mainnav.megamenu ul.megamenu.level1 {
    margin: 0px;
    padding: 0px;
}
ul.megamenu.level0 li:last-child a {
    padding-right: 0px !important;
}
.childcontent-inner-wrap.dropdown-menu.tabs_vertical li a {
    margin: 10px 0px !important;
}
div#js-meganav {
    width: 100% !important;
}
.page_header {
    width: 100%;
    max-width: 100%;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 45px;
    text-transform: uppercase;
}
div#content_area_inner {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
}
button#Submit {
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 800;
    width: 250px;
    font-size: 22px;
    background-color: #222222 !important;
    background: #003a51;
    margin-top: 22px;
}
button#Submit:hover {
    background-color: #F05423;
}
.ui.selection.dropdown{
    background: #EEEFF2;  
}
.ui.dropdown .item{
    margin-bottom: 0px;
}
div#inintainer {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    max-width: 90%;
    overflow: hidden;
}
div#contentarea-a {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: auto;
}
body.home div#content_area_a {
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 999;
    position: absolute;
    margin: 172px auto 0px;
    width: 100%;
}
div#intainer {
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 120px;
}
.gallery {
    margin-top: 47px;
}
div#content_area_a ul li {
    list-style-type: disc;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    color: #525252;
}
a.contact_link {
    color: #525252;
    font-size: 20px;
    text-decoration: none;
    font-weight: 800;
}
a.contact_link:hover {
    text-decoration: underline;
    color: #084298;
}
h2.leadin_text {
    font-size: 20px;
    margin-bottom: 1em;
}
.main_img {
    margin: 65px auto 105px;
}
.col-form-label {
    color: #525252;
    font-weight: 600;
}
.form-control {
    border-radius: 0px !important;

}
button#Submit {
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 800;
    width: 250px;
    font-size: 20px;
    background-color: #525252 !important;
    background: #525252;
    margin-top: 20px;
    border: none;
}
table#about td {
    float: left;
    display: inline-block;
}
table#about td:first-child {
    padding-right: 50px;
}
table#about td:last-child {
    width: 72%;
}
table#about {
    width: 100%;
}
.testimonial {
    margin-bottom: 67px;
}
button.ui.button {
    background-color: #222222;
    border-radius: 0px;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
}
textarea#message, .ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url] {
    border-radius: 0px !important;
}
div.boxplus-imagecaption a {
    color: #ffffff !important;
    font-size: 14px;
    text-decoration:none;
}
body.site.com_blank.wrapper-static.view-blank.no-layout.no-task.itemid-101.home .moduletable.sitemap {
    float: left;
    display: inline-block;
    padding-left: 14px;
    margin-left: 15px;
    border-left: solid 1px #ffffff;
}



ul#sitemap li, ul#sitemap li, ul#sitemap li span {
    color: #ffffff;
    font-size: 10px;
    line-height: 1.2em;
  margin-right: 20px;
}


ul#sitemap-dark li {
    line-height: 1.2em;
    font-size: 10px;
}

ul#sitemap-dark a {
    color: black;
  margin-right: 20px;
}

div#footer_nav_left {
    float: left;
    /* width: 625px; */
    margin-right: 0px;
    max-width: 72.083%;
}
div#footer_nav_right {
    /* float: right; */
    text-align: right;
    margin-left: 50px;
}
body.site.com_blank.wrapper-static.view-blank.no-layout.no-task.itemid-101.home div#copyright p {
    float: left;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    line-height: 1em;
}


body.site div#copyright p {
    float: left;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    line-height: 1em;
}

ul#footer li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    padding: 7px 0px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}
ul#footer li {
    list-style: none;
}
#footer nav#nav {
    float: right;
    max-width: 70.83%;
    margin-bottom: 20px;
}
ul#footer li {
    width: 100%;
}

body.site #copyright a {
    color: #000;
    font-size: 13px;
    margin-right: 20px;  
}


body.site.com_blank.wrapper-static.view-blank.no-layout.no-task.itemid-101.home #copyright a {
    margin: 5px 0 10px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 300;
}

div#copyright {
    width: 90%;
    margin: 0 auto;
}
body.home div#copyright {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
    bottom: 30px;
}
ul#sitemap a {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.moduletable.social_footer {
    display: none;
}






div#couple_img_main , div#individuals_img_main{
    display: block;
}
div#individuals_img_mobile,div#couple_img_mobile {
    display: none;
}
.gallery.desktop_gal {
    display: block;
}
.gallery.mobile_gal{
    display: none;
}

/*------------------ MEDIA QUERIES ------------------ */

@media only screen and (min-width: 320px) and (max-width: 480px) {

}


@media only screen and (max-width: 600px) {
.gallery.desktop_gal {
    display: none;
}    
.gallery.mobile_gal{
    display: block;
}
.retreat_gal {
    margin-bottom: 25px;
}    
table#about td:first-child {
    padding-right: 0;
    width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 30px;
}
table#about td:last-child {
    width: 100%;
}    
.moduletable.background_subpage {
    background-image: url(../images/subpage_bg_mobile.jpg);
}    
div#content_area_a {
    padding-top: 54px;
}    
div#page_header h2 {
    font-size: 1em;
    font-weight: 300;
    float: none;
    margin-top: 0px;
    margin-bottom: 39px;
}    
div#page_header h1 {
    font-size: 2em;
    margin-bottom: 24px;
    float: none;
    display: block;
}    
div#content_area_a p {
    font-size: 18px;
}    
div#couple_img_main, div#individuals_img_main {
    display: none;
}    
div#individuals_img_mobile,div#couple_img_mobile {
    display: block;
}
.moduletable.social {
    display: none;
}
body.home .moduletable.social_footer{
display: block;
}    
.moduletable.social_footer {
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
    bottom: 94px;
    text-align: center;
    width: 100%;
    display: none;
}    
table#social {
    margin: 0 auto;
}
button#Submit {
    width: 80%;
    margin: 20px auto 0px;
    display: block;
}
.moduletable.logo img {
    max-width: 31%;
}
.moduletable.logo {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
body.home .moduletable.logo {
    margin-top: 63px;
}
div#menu_holder {
    width: 100%;
}
.moduletable.main_nav {
    width: 100%;
margin-top: 37px;
}
#jux_memamenu112 #js-mainnav.megamenu div.megaMenuToggle {
    height: 20px;
}
div#js-meganav {
    background-color: #B3AEB2;
}
ul.megamenu.level0 li a {
    padding: 15px 22px !important;
}
span#menu125 {
    padding: 15px 22px!important;
}
#megamenucss .js-megamenu .megamenu .jux-custom-css i.jux-fa {
    color: #6C666B;
}
ul.megamenu.level1 li a {
    color: #6C666B;
}
ul.megamenu.level1 li {
    border-bottom: solid 1px #6C666B !important;
}
#jux_memamenu112 #js-mainnav .jux-fa.jux-fa-bars {
    float: right !important;
}
div#js-meganav {
    max-width: 68%;
    margin: 0 auto !important;
    float: none;
}
div#copyright p {
    font-size: 11px;
    float: none;
    text-align: center;
}
ul#sitemap a {
    font-size: 11px;
}
.moduletable.sitemap {
    float: none;
    display: block;
    padding-left: 0;
    border-left: none;
    margin: 0 auto;
    width: max-content;
}
div#content_area_inner {
    max-width: 80%;
}
div#page_header {
    margin: 0px auto 42px;
    text-align: center;
}


}

@media only screen and (min-width: 601px) and (max-width: 899px) {
div#page_header h2 {
    font-size: 1em;
    font-weight: 300;
    float: none;
    margin-top: 0px;
    margin-bottom: 39px;
}    
div#page_header h1 {
    font-size: 2em;
    margin-bottom: 24px;
    float: none;
    display: block;
}  
div#page_header {
    text-align: center;
}
div#content_area_a {
    padding-top: 60px;
}
table#about td:first-child {
    padding-right: 0;
    width: 100%;
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 30px;
}
table#about td:last-child {
    width: 100%;
}
#jux_memamenu112 #js-mainnav.megamenu div.megaMenuToggle {
    height: 20px;
}
div#js-meganav {
    background-color: #B3AEB2;
}
ul.megamenu.level0 li a {
    padding: 15px 22px !important;
}
span#menu125 {
    padding: 15px 22px!important;
}
#megamenucss .js-megamenu .megamenu .jux-custom-css i.jux-fa {
    color: #6C666B;
}
ul.megamenu.level1 li a {
    color: #6C666B;
}
ul.megamenu.level1 li {
    border-bottom: solid 1px #6C666B !important;
}
#jux_memamenu112 #js-mainnav .jux-fa.jux-fa-bars {
    float: right !important;
}
.moduletable.social {
    margin-left: 6px;
}
}


@media only screen and (min-width: 900px) and (max-width: 1000px) {

div#page_header h2 {
    font-size: 21px;
    margin-top: 11px;
}
div#page_header h1 {
    font-size: 40px;
}
table#about td:first-child {
    padding-right: 4%;
    width: 30%;
}
table#about td:last-child {
    width: 70%;
}
#jux_memamenu112 #js-mainnav.megamenu div.megaMenuToggle {
    height: 20px;
}
div#js-meganav {
    background-color: #B3AEB2;
}
ul.megamenu.level0 li a {
    padding: 15px 22px !important;
}
span#menu125 {
    padding: 15px 22px!important;
}
#megamenucss .js-megamenu .megamenu .jux-custom-css i.jux-fa {
    color: #6C666B;
}
ul.megamenu.level1 li a {
    color: #6C666B;
}
ul.megamenu.level1 li {
    border-bottom: solid 1px #6C666B !important;
}
#jux_memamenu112 #js-mainnav .jux-fa.jux-fa-bars {
    float: right !important;
}
.moduletable.social {
    margin-left: 6px;
}
}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {
table#about td:first-child {
    padding-right: 4%;
    width: 30%;
}
table#about td:last-child {
    width: 70%;
}
.moduletable.logo {
    max-width: 22%;
}
ul.megamenu.level0 li a, span#menu125 {
    padding: 0px 8px !important;
    font-size: 18px !important;
}
}

@media only screen and (min-width: 1101px) and (max-width: 1176px) {
table#about td:first-child {
    padding-right: 4%;
    width: 30%;
}
table#about td:last-child {
    width: 70%;
}
ul.megamenu.level0 li a, span#menu125 {
    padding: 0px 8px !important;
    font-size: 19px !important;
}
}

@media only screen and (min-width: 1177px) and (max-width: 1260px) {
table#about td:first-child {
    padding-right: 4%;
    width: 30%;
}
table#about td:last-child {
    width: 70%;
}
ul.megamenu.level0 li a, span#menu125 {
    padding: 0px 8px !important;
}
}

@media only screen and (min-width: 1261px) and (max-width: 1350px) {

}
}