/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0.2
Text Domain: ro_sync
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.otgs-development-site-front-end {display:none;}
.triga {
  cursor: pointer;
}
.triga.elementor-element-edit-mode {
  cursor: initial;
}
a {    
    color: #000
}

a:active,a:hover {
    color: #333
}

.spacer-top {
  height:100px;
}

.ro-sync-hidden_location {
    background-color: #ffb6b6;
    background: repeating-linear-gradient(45deg,rgba(0,0,0,0),rgba(255,0,0,0.1) 2px,rgba(0,0,0,0) 4px,rgba(0,0,0,0) 20px);
}

.ro-search-form .form-item {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 20px;
}

.ro-search-form .form-item-submit {
  margin: 0 auto;
  text-align:center;
}
.ro-search-form input[type="text"], .ro-search-form input[type="number"], .ro-search-form select {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  letter-spacing: var(--e-global-typography-text-letter-spacing);
  padding: .5rem 10px;
}
.ro-search-form .elementor-button {
    min-height: 40px;
    padding: 10px 20px;
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
    font-size: large;
    font-weight: bold;    
}
.ro-filters-shortcode .ro-filters-hldr,
.ro-filters-hide,
.ro-filters-shortcode.ro-filters-shown .ro-filters-show,
.ro-filters-shortcode.ro-filters-shown .ro-filters-selected {
  display: none;
}
.ro-filters-shortcode.ro-filters-shown .ro-filters-hldr,
.ro-filters-shortcode .ro-filters-show,
.ro-filters-shortcode.ro-filters-shown .ro-filters-hide {
  display: block;
}
.ro-filters-show,
.ro-filters-hide,
.ro-filters-close {
  cursor: pointer;
}
.ro-filters-selected {
  display: inline-block;
}
.ro-filters-show,
.ro-filters-hide,
.ro-filters-shortcode a {
  padding: 10px 20px;
  margin: 5px;
  border: 1px solid var( --e-global-color-secondary );
  color: var( --e-global-color-text );
  border-radius: 20px;
}
.ro-filters-shortcode a {
  display: inline-block;
}
.ro-filters-show,
.ro-filters-hide {
  margin-left: 0;
  padding-left: 0;
  border-color: transparent;
}
.ro-filters-shortcode .selected {
  font-weight: bold;
}
.ro-filters-shortcode .elementor-icon {
  font-size: 1em;
  vertical-align: middle;
}
.ro-filters-shortcode .elementor-icon svg {
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  fill: var( --e-global-color-text );
}

.ro-field-hldr {
  padding:10px 0;
}

.ro-filters-property_type span, .ro-filters-property_type label,
.ro-filters-sorting span, .ro-filters-sorting label {
  display:block; 
  padding:5px 0;
  font-weight:500;
}

.ro-actions-hldr {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: space-between;
    margin-top: 20px;
}

.ro-field-hldr label input {
  margin-right: 5px;
}

#reset-filters {
  background-color: var(--e-global-color-697e829);
}

.passster-form {
    margin: 180px auto;
  }

.pc-title h3, .pc-title h2{
    min-height:44px;
}

.page-numbers.current {
  font-weight:bold; 
  border-bottom:2px solid #000;
  
}

.prop-grid .e-loop-item .e-parent {
  max-width: calc(100vw - 30px);
}

.prop-grid .e-loop-item .e-parent > .e-con-inner > .e-child.pc-gallery {
  --min-height:200px;
  
}

.card-agent-photo img {
  filter:saturate(0%);
}

table.striped td, table.striped th {
  border-top:0;
  border-left:0;
  border-right:0;
}

.cc-message {
  font-family: var(--e-global-typography-2165714-font-family), Sans-serif;
  font-size: var(--e-global-typography-2165714-font-size);
  font-weight: var(--e-global-typography-2165714-font-weight);
  line-height: var(--e-global-typography-2165714-line-height);
  letter-spacing: var(--e-global-typography-2165714-letter-spacing);  
}

.ifhldr {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.ifhldr iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*.property-card .swiper-wrapper{
  height: 300px;
}


.property-card .swiper-image-stretch .swiper-slide .swiper-slide-image {
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  transform: scale(1.01) translate(-50%,-50%);
}*/

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


.prop-grid .swiper .swiper-image-stretch .swiper-slide {
  aspect-ratio: 3 / 2;
  color: #ffffff;
}

.prop-grid .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
  aspect-ratio: 3 / 2;
    width: 100%;
    object-fit: cover;
    object-position: center center;
  opacity:0;
}
.prop-grid .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image.swiper-lazy-loaded {
  opacity:1;
  animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.8s;
}

.assignment-status {
  margin-left: 10px;
  font-size: 0.9em;
}

.assignment-status.success {
  color: #28a745;
}

.assignment-status.error {
  color: #dc3545;
}


.user-listings {
  list-style: none;
  padding-left: 0;
}

.user-listings li {
  margin: 5px 0;
  padding: 5px;
  border-bottom: 1px solid #eee;
}

.ro-quick-actions {
  padding: 5px;
}
.ro-quick-actions .elementor-icon-wrapper, .ro-quick-actions .elementor-icon {
  font-size: 30px;
  height: 1em;

}
@media screen and (min-width:767px){
    .prop-grid .e-loop-item .e-parent {
      max-width: calc(50vw - 26px);
    }

    .prop-grid .e-loop-item .e-parent > .e-con-inner > .e-child.pc-gallery {
      --min-height:240px;
    }
    .pc-title {
      min-height:36px;
    }
    .ro-search-form input[type="text"], .ro-search-form input[type="number"], .ro-search-form select {
      padding:.5rem 1rem; 
    }  
  }
  
@media screen and (min-width:1025px){
    .prop-grid .e-loop-item .e-parent {
      max-width: calc(33.4vw - 45px);
    }

    .prop-grid .e-loop-item .e-parent > .e-con-inner > .e-child.pc-gallery {
      --min-height:200px;
    }
  }
  
  
@media screen and (min-width:1301px){
    .prop-grid .e-loop-item .e-parent > .e-con-inner > .e-child.pc-gallery {
      --min-height:260px;
    }
  }  

@media screen and (max-width:767px){
  .ro-search-form .elementor-column.form-item {
    width: 50% !important;
  }
  .ro-search-form .elementor-column.form-item.elementor-col-16 {
    width: 25% !important;
  }
  
  .cc-allswitches.cc-floating {
    flex-direction:row;
    flex-wrap: wrap;    
  }
  .cc-switch-element {
    width:48.5%;
  }
  
  .passster-form {
    margin: 100px auto;
  }
}

@media print {
 .elementor-location-footer,#pcinfo, a[href]:after, .elementor-swiper-button, .elementor-hidden-mobile,#innav, #reqinfbtn, #sharebtn, .elementor-location-header .e-con-inner>div:nth-child(even), .elementor-location-header .e-con-inner>div .elementor-widget-heading,  body.logged-in header.elementor-location-header {
  display:none !important;
 }
 
 .elementor-location-header, .elementor-sticky {
  position:absolute !important;
  width:100%;
  top:auto;
  bottom: 100px;
 }
 
 .elementor-location-header .e-con-inner>div:nth-child(odd){
    width: 70%;
    color: #666 !important;
 }
 
 .elementor-location-header .e-con-inner>div:nth-child(1) .elementor-widget-container {
   float:left
 }
 
 .elementor-location-header .elementor-widget-theme-site-logo img {
  height:100px !important;
 }
 
 .elementor-location-header svg{
  fill: #666 !important;
 }
 .elementor-location-header .e-con-inner>div:nth-child(1){
  width: 30%;
 }
 
 div[data-title]:after {
  content: attr(data-title);
 } 
 
 .elementor-location-header .e-con-inner>div:nth-child(1)>div:after{
  float: left;
  display: inline-block;
  font-size: 30px;
  padding: 10px;
  font-weight: bold;
  color: #666 !important;
 }
 
 .elementor-location-header .e-con-inner>div:nth-child(3) .elementor-widget-icon{
   width: 32% !important;
 }
 
 .elementor-location-header .e-con-inner>div:nth-child(3) .elementor-widget-icon:after{
  display: block;
  text-align: center;
  width: 100%;
  font-size: 20px;    
  font-weight: bold;
  color: #666 !important;
}
  

 
 :is(.elementor-section-wrap,[data-elementor-id])>.e-con {
  max-width: 100% !important;
 }
 
 .e-con>.e-con-inner {
  max-width: calc(100% - 1cm) !important;
 }
 
 .elementor-image-gallery .gallery-columns-4 .gallery-item {
  max-width:33% !important;
 }
 
 #pcdesc, #pcgal {
  page-break-before:always;
 }
 .swiper-slide img {
  width: 100vw;
 }
 .swiper-wrapper {
  height:70vh !important;
  margin-bottom:80px;
 }
 
 .pc-iconhldr {
  width:100%;
 }
 
 .pc-iconhldr .elementor-icon svg {
  width:50px;
  height:50px;
 } 
 
 .pc-iconhldr .elementor-icon-box-title {
  font-size: 24px;
  line-height:50px;
  vertical-align:middle;
 }
 
 @page {
  margin: 0.5cm;
 }
 
 @page:first {
  margin-top: 0cm;
  margin-left: 0cm;
  margin-right: 0cm;
 }
}  


@media print and (orientation: landscape) {
 .elementor-image-gallery .gallery-columns-4 .gallery-item {
  max-width:25% !important;
 }

 .elementor-location-header, .elementor-sticky {
  bottom: 120px;
 }
 
 .swiper-wrapper {
  height:65vh !important;  
 }
 
 .swiper-slide img {
   width:110%;
 }
 
 .elementor-location-header .e-con-inner>div:nth-child(odd){
    width: 65%;  
 }
 .elementor-location-header .e-con-inner>div:nth-child(1){
  width: 35%;
 }
 
 .elementor-location-header .e-con-inner>div:nth-child(1)>div:after{
  font-size: 40px;
  padding: 10px 20px;
 }
 
}  


@media print and (orientation: portrait) {
 .pc-iconhldr>div>div {
  --width: 23%;
  width: 23% !important;
 }

 #pc-price .elementor-heading-title {
  font-size:50px !important;
 }
 .elementor-widget-theme-post-title h1 {
   width:100%;
   text-align:center;
   padding:20px 0;
   font-size:40px !important;
 } 
}