/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2026 | 09:52:27 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

li.epl-tax-tax_feature {
    display: none;
}

body.epl-single-listing aside#secondary {
    display: none;
}
div.epl-listing-single{
	margin-top:50px;
	margin-bottom:50px;
}
div.epl-listing-single .epl-featured-image img{
	width:100%;
}
/* Make the wrapper a grid */
.epl-tab-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr; /* Left = smaller, Right = bigger */
  gap: 20px;
  align-items: flex-start;
}

/* Force Description into Right Column */
.epl-section-description {
  grid-column: 2;
  grid-row: 1 / span 10; /* stretch down the whole right column */
}

/* All other sections go Left Column */
.epl-section-property-details,
.epl-section-features,
.epl-section-inspection-times,
.property-gallery,
.epl-author-box-wrapper {
  grid-column: 1;
}

/* Optional: style them as “boxes” */
.epl-section-property-details,
.epl-section-features,
.epl-section-inspection-times,
.property-gallery,
.epl-author-box-wrapper, .epl-section-description, .epl-tab-section-features, .entry-header.epl-header.epl-clearfix{
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}
.epl-gallery.property-gallery .gallery {
    margin-bottom: -12px;
}
button.epl-button.epl-external-link, button.epl-button.epl-floor-plan {
    background: var( --e-global-color-57f81fe );
    color: #fff;
    font-size: 20px;
}
button.epl-button.epl-external-link:hover, button.epl-button.epl-floor-plan:hover {
    background: var(--e-global-color-secondary);
}
.epl-button-wrapper.epl-clearfix {
    display: flex;
    justify-content: center;
}
.entry-header.epl-header.epl-clearfix{
	padding-bottom:0;
}
.entry-header.epl-header.epl-clearfix .title-meta-wrapper {
    display: flex;
    align-items: center;
}

.theme-header.desktop .stellarnav.desktop ul li a {
    /*color: #0e76bc;*/
}
.theme-header.desktop .stellarnav.desktop ul li a {
    color: #000000;
}
.property-list .image .image-top .type, .property-grid .image .image-top .type, .featured-property .top .type {
  
    background: #0f75bf;
}
.property-list .image .image-top .status, .property-grid .image .image-top .status, .featured-property .top .status {
   
	background: #ee5499;
}
.theme-header.mobile .stellarnav.mobile .menu-toggle span.bars span {
    background-color: var(--dark-color);
}

div#wpcs_tab_18576 {
 
    width: 202px !important;
    height: 38px !important;
   
    right: -86px !important;
}
.classic-header-inner .menu-right .right-btn {
    margin-left: 20px;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #ee5499;
    background-color: #ee5499;
    border-radius: 3px;
    font-weight: 500;
    transition: 0.3s;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .advance-search-opt .select2-container--default .select2-selection--single .select2-selection__rendered, .role-search-form .select2-container--default .select2-selection--single .select2-selection__rendered, .widget .sl-advance-search .sl-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}
.ov .sl-info-box.info-box-one {
    min-height: 410px;
}
.wpcs_content_main p, .wpcs_content_main span.wpcf7-list-item-label {
    color: #000;
}
/*.elementor-icon i, .elementor-icon svg {
    display: block;
    height: .65em;
    position: relative;
    width: .65em;
    padding: 8px;
}*/
a.wp-block-button__link.wp-element-button {
    color: #fff;
    margin-bottom: 30px;
}
.sl-box.agent-info .contect-info{
	/*visibility:hidden;*/
}
.sl-box.agent-info a.sl-btn-fill {
    display: none;
}
.i8box h3.elementor-icon-box-title span {
    color: #fff;
}
.featured-ribbon {
    display: none;
}
.sl-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2em;
}
#set_sort_filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1em !important;
}
a.epl-button.epl-external-link {
    background: #000;
    color: #fff;
    font-size: 20px;
    padding: 10px 50px;
    line-height: 46px;
}

a.epl-button.epl-external-link:hover {
    background:#ee5499;
}
.ofi .top .left {
        padding-left: 0px !important;
    }

body.home div#wpcs_tab_18576 {
    visibility: hidden;
}
.select2{
	display:none;
}
@media (max-width: 768px) {
    .ofi .top .left {
        padding-left: 0px !important;
    }
}
@media (max-width: 576px) {
    .classic-header-inner .brand {
        width: 70%;
    }
}
/* ==== Mobile Layout ==== */
@media (max-width: 768px) {
  .epl-tab-wrapper {
    display: flex;
    flex-direction: column;
  }

  /* Order the sections */
  .epl-section-property-details { order: 0; }
  .epl-section-description { order: 1; }
  .epl-section-features { order: 2; }
  .epl-section-inspection-times { order: 3; }
  .property-gallery { order: 4; }
  .epl-author-box-wrapper { order: 5; }
  
}
