/* ==========================================================================
Customizable Elements
========================================================================== */
:root {
    --main-bg-color: #fbfbfb;
    --header-bg-color: #fbfbfb;
    --header-font: 'Montserrat', sans-serif;
    --header-color: #202020;
    --body-font: 'Montserrat', sans-serif;
    --wrapper-max-width: 1200px;
    --main-txt-color: #333333;
    --footer-bg-color: #b99c66;
}
body {
    color: #000;
    background-color: var(--main-bg-color);
    font-family: var(--body-font);
    text-align: center;
    margin: 0;
    padding: 0;
    color: var(--main-txt-color);
}
.wrapper {
    width: 100%;
    max-width: var(--wrapper-max-width);
    margin: 0 auto;
}
.no-sidebar {
    width: 100%;
}
.has-sidebar {
    width: calc(100% - 300px - 30px);
}
.with-sidebar {
    justify-content: space-between;
}

.header {
    font-weight: 700;
}
section {}
.read-more {
    align-self: flex-start;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: #ddd9d2;
    color: #000;
    padding: 2em;
}
.cat-name {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0;
}
.featured-image {
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 0px solid red;
}
.featured-image a {
    width: 100%;
    display: inline-block;
    border: 0px solid blue;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.featured-image img {
    transform-origin: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
article {
    margin-bottom: 1em;
}
article .entry {
    flex: 1 0 0;
    padding: 1em;
    padding-bottom: 0;
}
.title {
    background-color: #fff;
    /* width: 30%; */
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    border-bottom: 1px dotted #111;
    text-transform: capitalize;
    width: 100%;
}
/* ==========================================================================
header
========================================================================== */
.logo-main {
    width: 100%;
}
.logo-header {
    max-width: 100px;
    border: 0px solid rgba(162, 162, 162, 0.3);
    display: inline-block;
    padding: 10px;
    padding: 5px 5px 0 5px;
}
#header {
    position: fixed;
    background-color: var(--header-bg-color);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
header {
    display: flex;
    width: 99%;
    width: calc(100% - 0rem);
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 0 16px 0;
    margin: 0 0 1rem 0;
    border: 0px solid red;
}
#site-title {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 0px dotted #000;
    background-color: #fff;
    padding: 0em 0 0em 0em;
}
#site-description {
    display: inline-block;
    margin: -10px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 7px;
    font-weight: 700;
}
#mobile .icon-menu {
    font-size: 2em;
    color: #fff;
}
/* ==========================================================================
Landing
========================================================================== */
.page-template-page-Landing footer {
    height: 0;
    padding: 0;
}
body.page-template-page-Landing {
    overflow: hidden;
}
main#landing-page {
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
main#landing-page article {
    background-color: rgba(255, 255, 255, 0.95);
    max-width: 480px;
    padding: 1em;
    border-radius: 3px;
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
main#landing-page article .logo {
    max-width: 125px;
}
main#landing-page article p {
    font-size: 0.9rem
}
#wpcf7-f9-p2-o1 {
    margin: 1em auto;
    width: 100%;
    margin-bottom: 0;
}
#wpcf7-f9-p2-o1 input, #wpcf7-f9-p2-o1 textarea {
    padding: 0.5em;
    border: 1px solid rgba(150, 150, 150, 0.87);
    transition: all 0.2s;
    width: 100%;
}
#wpcf7-f9-p2-o1 input:focus, #wpcf7-f9-p2-o1 textarea:focus {
    transition: all 0.2s;
    border: 1px solid rgba(150, 150, 150, 0.87);
}
#wpcf7-f9-p2-o1 input[type=submit] {
    background-color: #f09843;
    border: 0px solid #000;
    width: auto;
    padding: 1em 2em;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
#wpcf7-f9-p2-o1 form p {
    width: 100%;
    border: 0px solid red;
    font-weight: 500;
    font-size: 0.85em;
}
#wpcf7-f9-p2-o1 form p label span {}
/* ==========================================================================
contact
========================================================================== */
#contact-us {
    min-height: 100vh;
	margin-top:18em;
}
#contact-us .wrapper {
    margin: 15em auto;

}
#contact-us article .featured-image{
	padding-bottom: 30%;
}
#contact-us article .entry {
    flex-flow: row wrap;
    width: 100%;
}
#contact-us article .entry p {}
#contact-us article .entry .col-60 span {
    width: 100px;
    display: inline-block;
    border: 0px solid red;
    text-align: right;
    padding-right: 10px;
    font-weight: 700;
}
#contact-us article {
    width: 100%;
}
#wpcf7-f9-p30-o1 {
    margin: 1em auto;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    padding: 0 0em;
}
#wpcf7-f9-p30-o1 input, #wpcf7-f9-p30-o1 textarea {
    padding: 0.5em;
    border: 1px solid rgba(150, 150, 150, 0.87);
    transition: all 0.2s;
    width: 100%;
}
#wpcf7-f9-p30-o1 input:focus, #wpcf7-f9-p30-o1 textarea:focus {
    transition: all 0.2s;
    border: 1px solid rgba(150, 150, 150, 0.87);
}
#wpcf7-f9-p30-o1 input[type=submit] {
    background-color: #f09843;
    border: 0px solid #000;
    width: auto;
    padding: 1em 2em;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
wpcf7-f9-p30-o1 form p {
    width: 100%;
    border: 0px solid red;
    font-weight: 500;
    font-size: 0.85em;
}
/* ==========================================================================
property
========================================================================== */
#single.property {
	 margin-top: 15em;
}
#single.property ul#services{

}
#single.property ul#services li.
#single.property ul#gallery {
    width: 100%;
    border: 0px blue solid;
}
#single.property ul#gallery li {
    border: 5px solid rgba(255, 255, 255, 1.00);
    height: 0;
    padding-bottom: 25%;
    width: 25%;
    overflow: hidden;
}
#single.property ul#gallery li a {
    width: 100%;
    width: 100%;
    display: inline-block;
    border: 0px solid blue;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#single.property ul#gallery li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 8, 0, 0.050);
    transition: all 300ms;
    z-index: 5;
}
#single.property ul#gallery li a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(14, 8, 0, 0.40);
    transition: all 300ms;
    z-index: 5;
}
#single.property ul#gallery li img {
    transform-origin: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 150%;
    transform: translateX(-15%);
}
#single.property ul {
    list-style: none;
}
#single.property iframe {
    width: 100%;
    border: 0;
}
#single.property .contact .wpcf7 {
    margin: 1em auto;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
    padding: 0 0em;
}
#single.property .contact input, #single.property .contact textarea {
    padding: 0.5em;
    border: 1px solid rgba(150, 150, 150, 0.87);
    transition: all 0.2s;
    width: 100%;
}
#single.property .contact input:focus, #single.property .contact textarea:focus {
    transition: all 0.2s;
    border: 1px solid rgba(150, 150, 150, 0.87);
}
#single.property .contact input[type=submit] {
    background-color: #f09843;
    border: 0px solid #000;
    width: auto;
    padding: 1em 2em;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
#single.property .contact form p {
    width: 100%;
    border: 0px solid red;
    font-weight: 500;
    font-size: 0.85em;
}
#single.property article h1 {
    margin: 0 0 -1em 0;
    display: flex;
    z-index: 5;
}
#single.property article h1 span {
    background-color: #fff;
    /* width: 30%; */
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    border-bottom: 1px dotted #111;
    text-transform: capitalize;
    width: 100%;
}
#single.property .contact {
    background-color: rgba(0, 8, 14, 0.1);
    padding: 2em 2em 1em 2em;
    margin: 1em 0 0 0;
}
.property-detail h4 {
    width: 155px;
}
.property-detail h5 {
    font-size: 0.85rem;
}
.property-detail .col-100.row-wrap {
    padding: 0.7em 0;
    border-bottom: 1px dotted #000;
}
.property-detail .col-100.row-wrap {}
.property-detail .col-100.row-wrap.borderz {
    border: 0;
}
#single.property article .col-70.entry {
    padding: 0 0em;
    border: 0px solid red;
}
#single.property article .featured-image {
    margin: 0em 0 2em 0;
    padding-bottom: 35%;
}
#single.property article .entry.col-70 p img {
    max-width: 90%;
}
.sticky-header {}
#single.property article .property-detail.col-30 {
    padding-left: 5em;
    padding-top: 5em;
    margin: -10em 0 0 0;
    background-color: #fff;
    padding: 3em 2em;
}
#single.property article .property-detail.col-30:after {
    /*	content: '';
    background-color: rgba(1,11,19,0.8);
    position: absolute;
    right: 0px;
    top: -2px;
    width: 50px;
    height: 5px;*/
}
#single.property article .property-detail.col-30:before {
/*    content: '';
    background-color: rgba(1, 11, 19, 0.8);
    position: absolute;
    right: -2px;
    top: 0;
    width: 50px;
    height: 50px;*/
}
#single.property article .property-detail h2 {
    font-weight: 700;
    padding: 0em 0 1em 0;
    text-align: left;
    border-bottom: 1px dotted #000;
    width: 100%;
}
#wpcf7-f9-p40-o1 {}
#wpcf7-f9-p40-o1 {
    margin: 1em auto;
    width: 80%;
    margin-bottom: 0;
}
#wpcf7-f9-p40-o1 input, #wpcf7-f9-p40-o1 textarea {
    padding: 0.5em;
    border: 1px solid rgba(150, 150, 150, 0.87);
    transition: all 0.2s;
    width: 100%;
}
#wpcf7-f9-p40-o1 input:focus, #wpcf7-f9-p40-o1 textarea:focus {
    transition: all 0.2s;
    border: 1px solid rgba(150, 150, 150, 0.87);
}
#wpcf7-f9-p40-o1 input[type=submit] {
    background-color: #f09843;
    border: 0px solid #000;
    width: auto;
    padding: 1em 2em;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
#wpcf7-f9-p40-o1 form p {
    width: 100%;
    border: 0px solid red;
    font-weight: 500;
    font-size: 0.85em;
}
/* ==========================================================================
page
========================================================================== */
#page {
	 margin: 15rem 0 2em 0;
	min-height: 100vh;
}
#page  h1  {
width: 100%;
    display: flex;
    margin: 2em 0 1em 0;
	display: flex;
}
#page  h1 span {
	font-size: 2rem;
    font-weight: 700;
    border-bottom: 1px dotted #111;
    text-transform: capitalize;
    width: 100%;
}
#page  .featured-image {
    padding-bottom: 30%;
}
#page .entry{
	padding-left:0;
}
/* ==========================================================================
aside
========================================================================== */
aside {
    background-color: #eee;
    width: 10.55%;
    width: 300px;
    display: flex;
    flex-direction: column;
    min-width: 200px;
    height: 100%;
    margin-left: 10px;
}
/* ==========================================================================
homepage
========================================================================== */
#homepage {}
#homepage .badge-01 {
    margin: 2em auto;
}
#homepage .badge-02 .homepage-pid {
    padding: 2em;
}
#homepage .badge-02 article{
	border:2px solid #fff;
	padding: 0 2.5em 0 0;
	margin-bottom: 5em;
}
#homepage .badge-02 article:nth-of-type(even){
	padding-right: 0;
	padding-left: 2.5em;
}
#homepage .badge-02 article .entry {
    flex-flow: row wrap;
    align-items: stretch;
}
#homepage .badge-02 article .entry .read-more {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: fit-content;
}
.pid-featured {
    margin-top: -5em;
    z-index: 3;
    background-color: rgba(255,255,255,0.85);
    padding: 2em 2em 5px 2em;
}
.pid-featured ul.amenities {
    width: 100%;
    list-style: none;
}
.pid-featured ul.amenities li {
    padding: 1em 0;
    border-bottom: 1px dotted #000;
}
.pid-featured h4 {
    width: 90px;
	opacity: 0.65;
}
.pid-featured .col-100.row-wrap span{
	width:calc(100% - 90px);
	font-weight: 700;
    color: #000;
}
.pid-featured .col-100.row-wrap.borderz {}
.pid-featured .col-100.row-wrap {
    padding: 1em 0;
    border-bottom: 1px dotted #000;
    font-size: 85%;
}
.pid-link {
    justify-content: center;
    margin: 1em auto;
}
.slide .featured-image {
    padding-bottom: 40%;
}
.slide article .entry {
    margin-top: -5em;
    background-color: #fff;
    padding: 1em;
}
.slide article .header-slide {
    font-size: 2em;
}
#parallax1 {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* padding-bottom: 20%; */
    height: 40vh;
    width: 100%;
    background-size: cover;
}
#homepage .badge-04 .featured-image {
    padding-bottom: 30%;
}
#homepage .badge-04 .featured-image img {
    transform-origin: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* ==========================================================================
archive-property
========================================================================== */
#archive-property {
    margin-top: 15em;
}
#archive-property .featured-image {
    width: 100%;
    padding-bottom: 55%;
}
#archive-property article.property {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0em 0 3em 0;
	padding: 0 3em;
}
#archive-property article.property:nth-of-type(even){
	padding-right: 0;
}
#archive-property article.property:nth-of-type(odd){
	padding-left:0;
}
#archive-property article.property  h2{
	flex: 1 0 0;
}
#archive-property article.property .entry {
    padding: 2em 2em 0 2em;
}
#archive-property .pid-link {
    justify-content: flex-start;
    margin: 1em 0;
}
/* ==========================================================================
taxonomy-location
========================================================================== */
#taxonomy-location {
	margin-top: 18em;
/*	border:5px solid #000;*/
}
#taxonomy-location .badge-01 h1{
	adding-bottom: 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px dotted #111;
	text-transform: capitalize;
}
#taxonomy-location .badge-01 article{
	border:2px solid #fff;
	padding: 0 2.5em 0 0;
	margin-bottom: 5em;
}
#taxonomy-location .badge-01 article:nth-of-type(even){
	padding-right: 0;
	padding-left: 2.5em;
}
#taxonomy-location .badge-01 article .entry {
    flex-flow: row wrap;
	align-items: stretch;
}
#taxonomy-location .badge-01 article .entry .col-50:nth-of-type(1){
	padding:1em;
}
#taxonomy-location .badge-01 article .entry .read-more{
	position: absolute;
	bottom:0;
	margin:auto;
	left:0;
	right:0;
	width: fit-content;
}

#taxonomy {
	margin-top: 18em;
}
#taxonomy .badge-01 h1{
	adding-bottom: 0.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px dotted #111;
	text-transform: capitalize;
}
#taxonomy .badge-01 article{
	border:2px solid #fff;
	padding: 0 2.5em 0 0;
	margin-bottom: 5em;
}
#taxonomy .badge-01 article:nth-of-type(even){
	padding-right: 0;
	padding-left: 2.5em;
}
#taxonomy .badge-01 article .entry {
    flex-flow: row wrap;
	align-items: stretch;
}
#taxonomy .badge-01 article .entry .col-50:nth-of-type(1){
	padding:1em;
}
#taxonomy .badge-01 article .entry .read-more{
	position: absolute;
	bottom:0;
	margin:auto;
	left:0;
	right:0;
	width: fit-content;
}
/* ==========================================================================
category
========================================================================== */
#category {}
#category article {
    margin-bottom: 1em;
}
/* ==========================================================================
index
========================================================================== */
#index {
    margin-top: 5em;
}
#single .wrapper {}
/* ==========================================================================
effect
========================================================================== */
.wp-pagenavi {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    color: #b3b8be;
    font-size: 0.85rem;
	justify-content: center;
    margin-bottom: 2em;
}
.wp-pagenavi a {
padding: 10px 15px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #ccc;
    color: #111;
}
.wp-pagenavi span {
    padding: 10px;
	padding: 10px 15px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumbs {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    color: #b3b8be;
    font-size: 0.85rem;
}
.breadcrumbs span {
    padding: 2px;
}
.breadcrumbs a {
    color: #a95ae9;
    color: #f07959;
    padding: 0px;
}
.headroom {
    box-shadow: 0 1px 0 rgba(0, 1px, 15px, 0.207);
    /*  padding: 2rem;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;*/
    transition: -webkit-transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear;
    z-index: 1;
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border: 0px solid red;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 20%)
}
.headroom--pinned {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    /*[gallery ids="560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581"]*/
    z-index: 9;
	position: fixed;
}
.headroom--not-top {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
}
.sticky {
    background-color: red;
}
/*.mm-panel.mm-hasnavbar .mm-navbar {
  display: none;
}
.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 7em;
}*/
#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: transform .2s ease;
    transform: translateY(100px);
    padding: 1em;
    background-color: rgba(00, 00, 00, 0.9958);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    color: #fff;
    border: 0px solid red;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
#back-to-top.scrolled {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.lazy {
    opacity: 0;
    transform: scale(0.8);
    transition: all 500ms;
}
.lazy.loaded {
    transition: opacity 500ms ease-in-out;
    opacity: 1;
    transform: scale(1);
    transition: all 500ms;
    /* border: 10px solid red;*/
}
/* ==========================================================================
menu
========================================================================== */
header .full-width.column-wrap {
    align-items: center;
    background-color: #F09843;
    box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.15);
}
.location-menu {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    background-color: #F09843;
    margin: 0;
}
.location-menu li {
    padding: 10px;
    padding: 2em 1em;
}
.location-menu li:nth-of-type(1) a {
    color: rgba(0, 2, 3, 0.57);
    font-weight: 700;
    cursor: default;
    text-transform: uppercase;
}
.location-menu li a {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1em;
}
ul.menu {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    border: 0px solid red;
    position: relative;
    width: auto;
    z-index: 9;
    float: right;
    text-align: right;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.0);
    /* width: 100%;*/
    list-style: none;
    padding: 1em 0 0.5em;
}
ul.menu > li {}
ul.menu > li > a {
    color: #000;
    font-size: 0.7rem;
    padding: 10px 1em;
    font-weight: 900;
    letter-spacing: 0.0px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    color: rgba(0, 2, 3, 0.57);
    /* letter-spacing: -0.025em; */
}
ul.menu > li > a .fa {
    margin-top: -10px;
    color: #5BBDE8;
}
ul.menu > li > a:hover {
    color: #939694;
    color: #787878;
}
ul.menu li.current-menu-item a {
    color: #b99c66;
}
/*ul.menu > li:first-child a {
    color: #289835;
    margin: 0;
    font-weight: 500;
}*/
ul.menu > li > ul.sub-menu {
    position: absolute;
    left: -2em;
    margin: 0;
    background: #fff;
    border-radius: 2px;
    width: 200px;
    top: 2em;
    left: 0;
    z-index: 7;
    height: 50px;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);*/
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.82);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0rgba(0, 0, 0, 0.19);
}
ul.menu > li > ul.sub-menu > li {
    clear: both;
    list-style: none;
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    width: 100%;
}
ul.menu > li > ul.sub-menu > li > a {
    color: #4f4f4f;
    font-size: 0.85em;
    padding: 5px;
}
ul.menu > li > ul.sub-menu > li > a i {
    margin: 0 5px 0 0;
}
ul.menu > li:hover ul.sub-menu {
    display: flex;
    flex-flow: column wrap;
    animation: fadeInRight .3s ease;
    -webkit-animation: fadeInRight .3s ease;
    opacity: 1;
    visibility: visible;
    width: 300px;
    /*  left:0;
  top:2em;*/
    height: auto;
    animation: fadeInLi .52s 1 alternate ease-out forwards .1s;
}
ul.menu > li > ul.sub-menu > li ul.sub-menu {
    position: absolute;
    left: -2em;
    margin: 0;
    background: #fff;
    border-radius: 2px;
    width: 200px;
    top: 2em;
    left: 100%;
    z-index: 9;
    height: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 3rem 5rem -2rem rgba(0, 0, 0, 0.82);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0rgba(0, 0, 0, 0.19);
}
ul.menu > li > ul.sub-menu li:hover ul.sub-menu {
    display: block;
    animation: fadeInRight .3s ease;
    -webkit-animation: fadeInRight .3s ease;
    opacity: 1;
    visibility: visible;
    width: 300px;
    /*  left:0;
  top:2em;*/
    height: auto;
    animation: fadeInLi .52s 1 alternate ease-out forwards .1s;
}
ul.menu > li > ul.sub-menu > li ul.sub-menu li {
    clear: both;
    list-style: none;
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0;
    width: 100%;
}
ul.menu > li > ul.sub-menu > li ul.sub-menu li a {
    color: #4f4f4f;
    font-size: 0.85em;
    padding: 5px;
}
/* ==========================================================================
footer
========================================================================== */
footer {}
footer {
    background-color: var(--footer-bg-color);
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 3em;
}
.footer-menu {
    list-style: none;
    justify-content: center;
}
.footer-menu li a {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.6em;
    letter-spacing: 1px;
}
/* ==========================================================================
gallery
========================================================================== */
#gallery-2.gallery {
    width: 100%;
}
.entry div dl.gallery-item {
    display: flex;
    flex-flow: row wrap;
    width: 20%;
}
.entry div dl.gallery-item dt {
    width: 100%;
    padding: 3px;
    display: flex;
}
.entry div dl.gallery-item dt a {
    display: flex;
}
.entry div dl.gallery-item dt a:hover img {
    filter: brightness(0.8);
    transition: all 200ms;
}
.entry div dl.gallery-item dt img {
    width: 100% !important;
    border: 0;
    transition: all 200ms;
}
.gallery:after {
    content: "";
    display: table;
    clear: both;
}
img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {
    display: block;
    margin: 1em auto;
}
img.alignright, div.alignright, figure.alignright {
    float: right;
    margin: 1em 0 1em 2em;
}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
    float: left;
    margin: 1em 1em 2em 0;
}
figure {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
}
p img.alignright, p img.alignleft {
    margin-top: 0;
}
.gallery figure img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.gallery figure {
    float: left;
    margin: 0 2% 1em 0;
}
.gallery.gallery-columns-1 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
}
.gallery.gallery-columns-3 figure {
    width: 32%;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
    margin-right: 0;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
    clear: left;
}
.gallery.gallery-columns-2 figure {
    width: 49%;
}
.gallery.gallery-columns-2 figure:nth-of-type(even) {
    margin-right: 0;
}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {
    clear: left;
}
.gallery.gallery-columns-4 figure {
    width: 23.25%;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
    margin-right: 0;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
    clear: left;
}
.gallery.gallery-columns-5 figure {
    width: 18%;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
    margin-right: 0;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
    clear: left;
}
.gallery.gallery-columns-6 figure {
    width: 14.2%;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
    margin-right: 0;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
    clear: left;
}
.gallery.gallery-columns-7 figure {
    width: 12%;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
    margin-right: 0;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
    clear: left;
}
.gallery.gallery-columns-8 figure {
    width: 10.2%;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
    margin-right: 0;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
    clear: left;
}
.gallery.gallery-columns-9 figure {
    width: 8.85%;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
    margin-right: 0;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
    clear: left;
}
@media (max-width:767px) {
    img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
        display: block;
        margin: 1em auto;
        float: none;
    }
    .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
        width: 100%;
        margin: 0 0 1em 0;
        float: none;
    }
}
