.lpc-wrapper {
    min-height: 200px;
}
.tourbase {
	position: absolute;
    left: -130px;
}
.lpc-loader-container {
    padding: 30px 15px;
    display: flex;
    justify-content: center;

}

.revolve-dot {
      color:#5a4e4c !important;
}
.lpc-header-item {
	/*padding: 5px 0px;*/
 /*   display: grid;*/
 /*   width: 100%;*/
 /*   justify-content: center;*/
 /*   grid-template-columns: 100%;*/
    
    /*From original */
    /*padding: 5px 0px;*/
    /*display: flex;*/
   /* justify-content: center;*/
}
.cluster div {
    padding-top: 25%;
    font-size: 18px;
}
.lpc-filter-bar {
    display: none;
    padding: 6px 30px;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    background-color: #a8a993;
    color: #fff;
    justify-content: space-between;
    cursor: pointer;
}
.lpc-filter-bar .lpc-filter-bar-icon {
    height: auto;
    transform: rotate(0deg);
    transition: 0.4s ease transform;
}
.lpc-filter-bar.active .lpc-filter-bar-icon {
    transform: rotate(135deg);
}
@media only screen and (min-width: 769px) {
    .lpc-header-filters {
        height:auto!important;
        display: block!important;
        overflow-y: visible!important;
    }
}
@media only screen and (max-width: 768px) {
    .lpc-header-item {
        border-bottom: 1px solid rgb(132, 148, 82, 0.3);
    }
    .lpc-filter-bar {
		padding-top: 12px;
        display: flex;
    }
	.lpc-header-options {
		display:none;
	}
}
.react-slidedown {
    height: 0;
    transition-property: none;
    transition-duration: .5s;
    transition-timing-function: ease-in-out;
}

.react-slidedown.transitioning {
    overflow-y: hidden;
}

.react-slidedown.closed {
    display: none;
}
    @media only screen and (max-width: 768px) {
		.react-slidedown.closed {
			display: block !important;
			overflow: hidden;
		}
    }

.lpc-header-views {
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 7px 0px;
    border-radius: 6px;
    border: 3px solid #e0d1be;
    text-align: center;
}

.lpc-view-button {
    display: inline-block;
    cursor: pointer;
    padding: 0px 26px;
    color: #BB6248;
    font-size: 19px;
    line-height: 1;
    border-right: 1px solid #e0d1be;
}
.lpc-view-button.active svg:last-child {
	display: none;
}
.lpc-view-button:not(.active) svg:first-child {
	display:none;
}
.lpc-view-button:last-child {
    border-right: 0px;
}
.lpc-view-button:hover, .lpc-view-button.active {
    color:#849452;
}
.lpc-header-category-wrapper {
    position: relative;
}
.lpc-header-categories {
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.lpc-header-category-link {
    position: absolute;
    top: 22px;
    right: -25px;
    font-size: 18px;
    color: #173f57;
}
.lpc-header-category-link:hover {
    color: #497081;
}

.lpc-cat-button {
    display: inline-block;
    cursor: pointer;
    padding: 17px 25px;
    color:#3f2f49 !important;
    font-size: 19px;
    line-height: 1;
    border-bottom: 3px solid #e0d1be;
    border-right: 3px solid #e0d1be;
    background-color: transparent;
    transition:0.3s ease background-color;
	width:100%;
	align-content: center;
}
@media only screen and (max-width: 800px) {
	.sidebartext {
		display:none;
	}
	.lpc-header-categories {
		display:block;
	}
    .lpc-cat-button {
        display: block;
        border-bottom: 0px;
        border-right: 0px;
    }
}
.lpc-cat-button:last-child {
    /*border-right: 0px;*/
}
.lpc-cat-button:hover, .lpc-cat-button.active {
    background-color: #ffffff !important;
}

.lpc-header-subcategories {
    padding-top: 2px;
    text-align: center;
}

.lpc-header-options {
    display: flex;
    justify-content: center;
}

.lpc-subcat-button {
    display: inline-block;
    cursor: pointer;
    padding: 6px 18px;
    color: #E0D1BE;
    font-size: 15px;
    font-weight: 700;
    transition: 0.3s ease background-color;

}
.lpc-subcat-button:hover, .lpc-subcat-button.active {
    background-color: rgb(132, 148, 82, 0.3);
}
.lpc-header-regions {
    margin-top: 20px;
    margin-bottom: 35px;
    text-align: center;
}

.lpc-region-button {
    display: inline-block;
    cursor: pointer;
    padding: 6px 22px;
    margin: 0px 2px;
    border-radius: 18px;
    color: #173f57;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    padding: 6px 35px 7px 35px !important;
    margin: 0px 11px 11px 7px !important;
    border-radius: 9px !important;
    color: #546756!important;
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    background: #e0d1be !important;
}

/*.lpc-region-button:hover {*/
/*    color:#E0D1BE !important;*/
/*}*/
.lpc-region-button.active {
    background-color:#526554 !important;
     color:#E0D1BE!important;
    
}
.region-dot {
    display: inline-block;
    margin-right: 5px;
    width:24px;
    height:24px;
    border-radius: 50%;
    vertical-align: top;
}
.lpc-footer {
    padding: 50px 15px 30px 15px;
    display: flex;
    justify-content: center;
}
.lpc-end-of-posts {
    color: #888;
    font-size: 15px;
}
.lpc-listings-grid {
    /*display: -ms-grid;*/
    display: grid;
    /*grid-template-columns: repeat(auto-fill,minmax(260px,1fr));*/
    grid-template-columns: repeat(auto-fill,minmax(290px,1fr))!important;
    grid-gap: 20px;
	padding-top: 20px;
}
.lpc-listing-grid-item {
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.lpc-listing-image {
    max-height: 300px;
    min-height: 285px;
    display: flex;
    position: relative;
}
.lpc-listing-image > img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    transition: 0.3s ease opacity;
}
.lpc-listing-image .lpc-listing-logo {
    position: absolute;
    right: 5px;
    top: 5px;
    max-width: 90px;
    height: auto;
    opacity: 0.8;
}
.lpc-listing-grid-item:hover .lpc-listing-image > img {
    opacity: 0.65;
}
.lpc-listing-image .lpc-grid-flags {
    position: absolute;
    left: 5px;
    top: 5px;
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 110px);
}
.lpc-listing-grid-details {
    padding: 20px 25px 0px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /*margin: -21% 0 0 0 !important;*/
}
.lpc-listing-grid-text {
    text-align: center;
}
.lpc-listing-grid-text h4 {

    margin: 0;
    line-height: 1.1;
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 1px;
    transition: 0.3s ease color;
}
.lpc-listing-grid-item:hover .lpc-listing-grid-text h4 {
    color: #849452;
}

.lpc-listing-grid-text p {
    margin: 15px 0px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #546756 !important;
}

.lpc-listing-grid-dot-container {
    margin-top: auto;
}
.lpc-listing-grid-dot-container .lpc-listing-grid-dot {
    margin:0 auto;
    margin-top:5px;
    height: 12px;
    width: 24px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}
.lpc-flag {
    display: none;
    align-items: center;
    padding: 2px;
    margin: 4px;
    border-radius: 18px;
    background-color: #f4ac2c;
}
.lpc-flag.contains-desc {
    margin:0;
    margin-bottom: 8px;
    margin-right: 8px;
}
.lpc-flag-icon {
    display: none;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.lpc-flag-icon img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.lpc-flag-desc {
    padding: 0px 10px;
    font-size: 13px;
    font-weight: bold;
}
.lpc-listings-rows {
    margin:0;
	padding-top: 20px;
}
.lpc-listing-row-item {
    /*box-shadow: 0px 0px 4px rgba(0,0,0,0.2);*/
    cursor: pointer;
    margin-bottom: 20px;
    transition: 0.3s ease background-color;
}
.lpc-listing-row-item:hover {
    background-color: rgba(0,0,0,0.02);
}
.lpc-listing-row-details {
    padding: 15px 15px 15px 0px;
    display: flex;
	background: #e4e2e5;
}
.lpc-listing-row-dot-container {
    display: flex;
    align-items: center;
}
.lpc-listing-row-dot {
    margin-right:30px;
    height: 24px;
    width: 12px;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    background-color: #82B9B7 !important;
}
.lpc-listing-row-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.lpc-listing-row-arrow-container {
    display: flex;
    align-items: center;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 30px;
    transition: 0.3s ease padding-right;
}
.lpc-listing-row-item:hover .lpc-listing-row-arrow-container {
    padding-right: 12px;
}

.lpc-listing-row-text h4 {
    color: #173f57;
    margin:0;
    padding-right: 26px;
    margin-right: 26px;
    line-height: 1.2;
    font-size: 23px;
    padding-top: 1px;
        border-right: 1px solid #e0d1be !important;
    transition: 0.3s ease color;
}
.lpc-listing-row-item:hover .lpc-listing-row-text h4 {
    color: #849452;
}
.lpc-row-flags {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
}
.lpc-row-flags .lpc-flag {
    margin: 0px 4px!important;
}
.lpc-listing-row-text p {
    margin:0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #546756 ;
}

.lpc-listing-row-arrow {
    width: 24px;
    height: 24px;
    border-top: 1px solid #849452;
    border-right: 1px solid #849452;
    transform: rotate(45deg);
}


.lpc-map-marker-label {
    background-color: #849452;
    padding: 0px 10px;
}
.lpc-listings-single {
    margin: 0 30px;
    display: flex;
    flex-wrap: wrap;
}
.lpc-single-image {
    width: 100%;
    display: flex;
    max-height: 50vh;
    position: relative;
}
.lpc-single-image img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.lpc-single-image .lpc-single-logo {
    position: absolute;
    right: 5px;
    top: 5px;
    max-width: 90px;
    opacity: 0.84;
}
.lpc-single-details {
    width: 100%;
    padding: 35px;
}
.lpc-single-text h4 {
    border-top: 1px solid #849452;
    border-bottom: 1px solid #849452;
    color: #173f57;
    margin-bottom: 20px;
    line-height: 1.1;
    font-size: 32px;
    padding-top: 3px;
    padding-bottom: 1px;
    text-align: center;
}
.lpc-single-flags {
    display: none;
    flex-wrap: wrap;
    margin:5px 0px;
}
.lpc-single-hours {
    margin: 20px 0px;
    padding: 15px;
    border-radius: 16px;
    background-color: #fcf2db;
}
.lpc-single-hours-title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
}
.lpc-single-text, .lpc-single-field, .lpc-single-region-container {
    color: #173f57;
    font-size: 16px;
}
.lpc-single-region-container, .lpc-single-field {
    display: flex;
    font-weight: bold;
    margin: 8px 0px;
}
.lpc-single-field-container {
    margin:25px 0px;
}
.lpc-single-field a {
    text-decoration: underline;
    color: #173f57;
}
.lpc-single-field a:hover {
    color: #849452;
}

.lpc-single-region-dot {
    display: none;
    min-width: 24px;
    margin-right:12px;
    height: 24px;
    width: 24px;
    border-radius: 24px;
}
.lpc-single-region-dot.empty {
    display: none;
    border:1px solid #173f57;
}
.lpc-modal-background {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.87);
    z-index: 100001;
}
.lpc-modal-container {
    position: relative;
    max-width: 1000px;
    min-width: 860px;
    max-height: 520px;
    margin: 0 30px;
    background-color: #fff;
    display: flex;
}

.lpc-modal-image {
    flex-grow: 1;
    display: flex;
    background-color: #ddd;
    position: relative;
}
.lpc-modal-image img {
    width: 100%;
    max-width: 620px;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
.lpc-modal-image .lpc-modal-logo {
    position: absolute;
    right: 5px;
    top: 5px;
    max-width: 90px;
    opacity: 0.85;
}
.lpc-modal-details {
    padding: 35px;
}
.lpc-modal-close-container {
    position: absolute;
    top: -44px;
    right: 5px;
    cursor: pointer;
    font-size: 30px;
    color: #ffffff;
    transition: 0.3s ease color;
}
.lpc-modal-close-container:hover {
    color: #221F1F !important;
}
.lpc-modal-text h4 {
    position: relative;
    
    color: #BB6248 !important;
    margin-bottom: 20px;
    line-height: 1.1;
    font-size: 32px;
    padding-top: 3px;
    padding-bottom: 1px;

	margin-top: 0px;

}
.lpc-modal-flags {
    display: flex;
    flex-wrap: wrap;
    margin:5px 0px;
}
.lpc-modal-hours {
    margin: 20px 0px;
    padding: 15px;
    border-radius: 16px;
    background-color: #fcf2db;
}
.lpc-modal-hours-title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
}

.lpc-modal-content p {

} 

.lpc-modal-field .fas {
	margin-left: 3px;
}
.fa-map-marker-alt {
	margin-left: 5px;
}
.lpc-modal-text, .lpc-modal-field, .lpc-modal-region-container {
    color: #546756 !important;
    font-size: 16px;
}
.lpc-modal-region {
    text-transform: capitalize;
}
.lpc-modal-region-container, .lpc-modal-field {
    display: flex;
    font-weight: bold;
    margin: 8px 0px;
}
.lpc-modal-region-container {
	display:none;
}
.lpc-modal-field-container {
    margin-top:25px;
}
.lpc-modal-field a {
    text-decoration: underline;
    color:#655656;
}
.lpc-modal-field a:hover {
    color: #849452;
}
.lpc-modal-link {
    position: absolute;
    top: calc(50% - 9px);
    right: -25px;
    font-size: 18px;
    color:  #655656 !important;
}
.lpc-modal-link:hover {
    color: #497081;
}

.lpc-modal-address a {
      color: #655656 !important;  
}

.lpc-modal-region-dot {
    min-width: 24px;
    margin-right:12px;
    height: 24px;
    width: 24px;
    border-radius: 24px;
}
.lpc-modal-region-dot.empty {
    border:1px solid #173f57;
}

.markercontent .image {
	width: 35%;
    float: left;
}

.markercontent .bodyContent {
	width: 60%;
	float: left;
    padding: 20px;
}

.markercontent .image img {
	max-width: 100%;
}

.headingtext {
	margin-top: 5px!important;
}

.side {
	width: 25%;
	float:left;
	padding:10px;
	background-color: #f1f1f1;
	min-height: 600px;
    max-height: 600px;
    overflow: hidden;
}

.sidecontrols {
	width: 75%;
	float:left;
}

.side .lpc-cat-button {
    display: grid;
    margin: 5px;
    font-size: 14px;
    padding: 8px;
	align-items: center;
}

.side .lpc-header-categories {
    display: grid;
    grid-template-columns: 50% 50%;
}

.side .lpc-header-regions {
	display:grid;
	margin-top:0px;
	margin-bottom: 0px;
}

.side .lpc-region-button {
	border: solid 1px #B6AD96;
	margin-bottom: 2px!important;
}

.lpc-load-more-button {
    padding: 12px;
    margin: 5px;
    border: 1px solid #676952;
    text-transform: uppercase;
    float: left;
    background-color: #fcfae9;
	line-height:1;
	
}

.map-icon-label i {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 55px;
    text-align: center;
    white-space: nowrap;
}

@media only screen and (min-width: 801px) { 
    .lpc-modal-container {
        min-height: 420px;
    }
    .lpc-modal-details {
        max-width: 380px;
        overflow-y: scroll;
    }
}
@media only screen and (max-width: 800px) {
    .lpc-modal-container {
        flex-wrap: wrap;
        max-height: 86vh;
        overflow-y: scroll;
    }
    .lpc-modal-image {
        order: 2;
        width: 100%;
    }
    .lpc-modal-details {
        order: 1;
        width: 100%;
    }
    .lpc-modal-close-container {
        top:0px;
        right:0px;
        color: #173f57;
    }
    .lpc-modal-link {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .lpc-modal-container {
        min-width: auto;
    }
}

@media only screen and (min-width: 769px) {
    .lpc-header-filters {
        height:auto!important;
        display: block;
        overflow-y: visible!important;
    }
}
@media only screen and (max-width: 768px) {
    .lpc-header-item {
        border-bottom: 1px solid rgb(132, 148, 82, 0.3);
    }
    .lpc-filter-bar {
        display: flex;
    }
}

@media only screen and (max-width: 768px) {
    .lpc-region-button {
        display: block;
    }
}
@media only screen and (max-width: 800px) {
	.lpc-header-subcategories {
		 /*margin: 0 0 0 -50% !important;*/
	}
}
@media only screen and (max-width: 768px) {
	.lpc-header-subcategories {
		border-bottom: none;
	}
}
@media only screen and (max-width: 768px) {
    .lpc-header-category-link {
        display: none;
    }
}
@media only screen and (max-width: 800px) {
    .lpc-cat-button {
		display:block;
		cursor: pointer;
		padding: 17px 25px;

		text-transform: normal !important;
		font-size: 19px;
		line-height: 1;
		border-bottom: 3px solid #e0d1be;
		border-right: none;
		background-color: transparent;
		transition: 0.3s ease background-color;

    }
}


@media only screen and (max-width: 1100px) {
    .lpc-row-flags .lpc-flag {
        margin: 4px!important;
    }
}
@media only screen and (max-width: 600px) {
    .lpc-listing-row-text {
        flex-wrap: wrap;
    }
    .lpc-listing-row-text h4 {
        border-right: 0;
        margin-right: 0;
    }
    .lpc-listing-row-arrow-container {
        padding-right: 5px;
    }
}
@media only screen and (min-width: 801px) { 
    .lpc-single-details {
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .lpc-listings-single {
        flex-wrap: wrap;
    }
}