.thegem-te-custom-fields{
position: relative;
width: 100%;
}
.thegem-te-custom-fields .custom-fields{
position: relative;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.thegem-te-custom-fields.custom-fields--left .custom-fields{
justify-content: flex-start;
}
.thegem-te-custom-fields.custom-fields--center .custom-fields{
justify-content: center;
}
.thegem-te-custom-fields.custom-fields--right .custom-fields{
justify-content: flex-end;
}
.thegem-te-custom-fields.custom-fields--justify .custom-fields{
justify-content: space-between;
}
.thegem-te-custom-fields.custom-fields--vertical .custom-fields{
flex-direction: column;
}
.thegem-te-custom-fields.custom-fields--vertical.custom-fields--left .custom-fields{
align-items: flex-start;
}
.thegem-te-custom-fields.custom-fields--vertical.custom-fields--center .custom-fields{
align-items: center;
}
.thegem-te-custom-fields.custom-fields--vertical.custom-fields--right .custom-fields{
align-items: flex-end;
}
.thegem-te-custom-fields.custom-fields--vertical .custom-fields-item{
margin-right: 0 !important;
padding-right: 0 !important;
margin-top: 10px;
margin-bottom: 0;
}
.thegem-te-custom-fields.custom-fields--vertical .custom-fields-item:first-child{
margin-top: 5px !important;
}
.thegem-te-custom-fields.custom-fields--vertical .custom-fields-item:last-child{
margin-bottom: 0 !important;
}
.thegem-te-custom-fields.custom-fields--divider-hide .custom-fields-item:after,
.thegem-te-custom-fields.custom-fields--colon-hide .custom-fields-item .item-label .colon{
display: none;
}
.thegem-te-custom-fields .custom-fields-item{
position: relative;
display: inline-flex;
align-items: center;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 10px;
padding-right: 10px;
}
.thegem-te-custom-fields .custom-fields-item:last-child{
padding-right: 0 !important;
margin-right: 0 !important;
}
.thegem-te-custom-fields .custom-fields-item .icon{
margin-right: 5px;
display: inline-flex;
align-items: center;
font-style: normal;
font-weight: normal;
}
.thegem-te-custom-fields .custom-fields-item .icon i{
font-style: normal;
font-weight: normal;
width: 1em;
height: 1em;
}
.thegem-te-custom-fields .custom-fields-item .icon svg{
width: 1em;
height: 1em;
display: block;
}
.thegem-te-custom-fields .custom-fields-item .label-before{
margin-right: 5px;
}
.thegem-te-custom-fields .custom-fields-item .label-after{
margin-left: 5px;
}
.thegem-te-custom-fields.custom-fields--text-vertical .custom-fields-item{
flex-direction: column;
align-items: flex-start;
}
.thegem-te-custom-fields.custom-fields--center.custom-fields--text-vertical .custom-fields-item{
align-items: center;
text-align: center;
}
.thegem-te-custom-fields.custom-fields--right.custom-fields--text-vertical .custom-fields-item{
align-items: flex-end;
text-align: right;
}
.thegem-te-custom-fields .custom-fields-item .item-label{
display: flex;
flex-wrap: wrap;
align-items: center;
}
.thegem-te-custom-fields .custom-fields-item .item-label,
.thegem-te-custom-fields .custom-fields-item .item-value{
padding: 0;
margin: 0;
}
.thegem-te-custom-fields .custom-fields{
font-family: var(--thegem-to-h6-font-family);
font-style: var(--thegem-to-h6-font-style);
font-weight: var(--thegem-to-h6-font-weight);
font-size: var(--thegem-to-h6-font-size-small);
line-height: var(--thegem-to-h6-line-height-small);
text-transform: none;
letter-spacing: 0;
color: var(--thegem-to-h6-color);
}
.thegem-te-custom-fields .custom-fields .item-label.light,
.thegem-te-custom-fields .custom-fields .item-value.light{
font-family: var(--thegem-to-light-title-font-family);
font-style: var(--thegem-to-light-title-font-style);
font-weight: var(--thegem-to-light-title-font-weight);
}
.thegem-te-custom-fields .custom-fields-item i{
font-size: inherit;
line-height: 1em;
}
.thegem-te-custom-fields .custom-fields-item .icon svg{
font-size: inherit;
line-height: 1em;
width: 1em;
height: 1em;
vertical-align: middle;
}
.thegem-te-custom-fields.custom-fields--table .custom-fields{
display: table;
width: 100%;
}
.thegem-te-custom-fields.custom-fields--table .custom-fields-item{
display: table-row;
margin: 0;
padding: 0;
}
.thegem-te-custom-fields.custom-fields--table .custom-fields-item:not(:last-child):after{
content: '';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 1px;
height: 20px;
background-color: var(--thegem-to-box-border-color, #D4DEE1);
}
.thegem-te-custom-fields.custom-fields--table .custom-fields-item .item-label,
.thegem-te-custom-fields.custom-fields--table .custom-fields-item .item-value{
display: table-cell;
vertical-align: middle;
padding-top: 16px;
padding-bottom: 16px;
margin: 0;
}
.thegem-te-custom-fields.custom-fields--table .custom-fields-item .item-label{
white-space: nowrap;
}
.thegem-te-custom-fields.custom-fields--table .custom-fields-item .item-label > div{
display: inline-block;
vertical-align: middle;
}
.thegem-te-custom-fields.custom-fields--table .custom-fields-item .item-value{
width: 100%;
}
.thegem-te-custom-fields.custom-fields--table .custom-fields-item .item-value iframe{
width: 100%;
}
.thegem-te-custom-fields.custom-fields--table.custom-fields--center .custom-fields-item .item-label,
.thegem-te-custom-fields.custom-fields--table.custom-fields--center .custom-fields-item .item-value{
text-align: center;
justify-content: center;
}
.thegem-te-custom-fields.custom-fields--table.custom-fields--right .custom-fields-item .item-label,
.thegem-te-custom-fields.custom-fields--table.custom-fields--right .custom-fields-item .item-value{
text-align: right;
justify-content: flex-end;
}
.thegem-te-custom-fields.custom-fields--table.custom-fields--justify .custom-fields-item .item-label,
.thegem-te-custom-fields.custom-fields--table.custom-fields--justify .custom-fields-item .item-value{
text-align: justify;
justify-content: space-between;
}
.thegem-te-custom-fields.custom-fields--table.custom-fields--justify .custom-fields-item .item-value{
text-align: right;
}
.thegem-te-custom-fields.custom-fields--table.custom-fields--text-vertical .custom-fields-item .item-label > *,
.thegem-te-custom-fields.custom-fields--table.custom-fields--text-vertical .custom-fields-item .item-value > *{
display: block;
}
.thegem-te-custom-fields.custom-fields--table .custom-fields-item:not(:last-child):after{
content: '';
position: absolute;
left: 0;
bottom: 0;
top: auto;
transform: none;
width: 100%;
height: 1px;
background-color: var(--thegem-to-box-border-color, #D4DEE1);
visibility: visible;
opacity: 1;
}
.thegem-te-custom-fields.custom-fields--loop-item.custom-fields--table .custom-fields-item .item-label,
.thegem-te-custom-fields.custom-fields--loop-item.custom-fields--table .custom-fields-item .item-value{  }
.thegem-te-custom-fields.custom-fields--loop-item.custom-fields--table .custom-fields-item .item-value{ }
.thegem-te-custom-fields.custom-fields--labels .custom-fields-item {
padding: 0 7px !important;
background-color: var(--thegem-to-h6-color);
border: 1px solid transparent;
}
.thegem-te-custom-fields.custom-fields--labels .custom-fields-item .item-label,
.thegem-te-custom-fields.custom-fields--labels .custom-fields-item .item-value {
color: var(--thegem-to-main-bg-color);
}
.thegem-te-custom-fields .custom-fields .item-value ul.meta-items-list{
position: relative;
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
margin: -5px;
}
.thegem-te-custom-fields .custom-fields .item-value ul.meta-items-list li{
position: relative;
display: inline-flex;
align-items: center;
padding: 5px;
}
.thegem-te-custom-fields .custom-fields .item-value ul.meta-items-list li:before{
font-family: 'thegem-icons';
font-style: normal;
font-weight: normal;
margin-right: 5px;
}
.thegem-te-custom-fields .custom-fields .item-value ul.meta-items-list.list-marker--checkbox li:before{
content: '\e647';
}
.thegem-te-custom-fields .custom-fields .item-value ul.meta-items-list.list-marker--arrow-1 li:before{
content: '\e601';
}
.thegem-te-custom-fields .custom-fields .item-value ul.meta-items-list.list-marker--arrow-2 li:before{
content: '\e64c';
}
.thegem-te-custom-fields .custom-fields .item-value ul.meta-items-list.list-marker--double-arrow li:before{
content: '\e653';
}
.thegem-te-custom-fields .custom-fields .item-value ul.meta-items-list.list-marker--check-mark li:before{
content: '\e614';
}
.thegem-te-custom-fields .custom-fields .item-value ul.meta-items-list.list-marker--disc-style-1 li:before{
content: '\e617';
}
.thegem-te-custom-fields .custom-fields .item-value ul.meta-items-list.list-marker--disc-style-2 li:before{
content: '\e651';
}
.thegem-te-custom-fields .custom-fields .item-value ul.meta-items-list.list-marker--cross li:before{
content: '\e619';
}
.thegem-te-custom-fields .custom-fields .item-value ul.meta-items-list.list-marker--square li:before{
content: '\e618';
}
.thegem-te-custom-fields .custom-fields .item-value ul.meta-items-list.list-marker--plus li:before{
content: '\e652';
}
.thegem-te-custom-fields .custom-fields .bordered-box{
width: 100%;
color: var(--thegem-to-body-color);
}
.thegem-te-custom-fields .custom-fields .item-value img {
max-width: 100%;
height: auto;
}
.thegem-te-custom-fields .custom-fields-item,
.thegem-te-custom-fields .custom-fields-item * {
max-width: 100%;
}
.thegem-te-custom-fields .custom-fields .custom-fields-item.map-field-item {
width: 100%;
}
.thegem-te-custom-fields .custom-fields .custom-fields-item.map-field-item .item-value {
flex-grow: 1;
}
.thegem-te-custom-fields.custom-fields--text-vertical .custom-fields-item.map-field-item .item-value {
width: 100%;
}
.thegem-te-custom-fields .custom-fields .item-value .acf-map {
width: 100%;
height: 400px;
margin: 20px 0;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//landforsaledongara.com.au/wp-content/themes/thegem-elementor/js/owl/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.thegem-te-portfolio-gallery {
position: relative;
width: 100%;
max-width: 100%;
}
.thegem-te-portfolio-gallery .item-inner {
position: relative;
overflow: hidden;
display: block;
width: 100%;
}
.thegem-te-portfolio-gallery .item-inner:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.thegem-te-portfolio-gallery.image-aspect-ratio .item-inner .image-inner {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.thegem-te-portfolio-gallery.image-aspect-ratio .item-inner .image-inner img {
height: 100%;
width: 100%;
max-width: 100% !important;
-o-object-fit: cover;
object-fit: cover;
} .thegem-te-portfolio-gallery .owl-carousel.owl-drag .owl-item {
-ms-touch-action: auto;
touch-action: auto;
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.thegem-te-portfolio-gallery .owl-carousel {
overflow: hidden;
}
.thegem-te-portfolio-gallery .owl-carousel .owl-stage-outer {
overflow: visible;
} .thegem-te-portfolio-gallery .portfolio-carousel-nav.carousel-nav--space-between .nav-item {
position: absolute;
display: flex;
align-items: center;
top: 50%;
transform: translateY(-50%);
z-index: 5;
}
.thegem-te-portfolio-gallery .portfolio-carousel-nav.carousel-nav--space-between .nav-prev {
left: 0;
}
.thegem-te-portfolio-gallery .portfolio-carousel-nav.carousel-nav--space-between .nav-next {
right: 0;
}
.thegem-te-portfolio-gallery .portfolio-carousel-nav.carousel-nav--bottom-centered {
position: absolute;
display: flex;
justify-content: space-between;
align-items: center;
bottom: 0;
left: 50%;
transform: translateX(-50%);
z-index: 5;
}
.thegem-te-portfolio-gallery .portfolio-carousel-nav.carousel-nav--bottom-centered .nav-prev {
margin-right: 30px;
}
.thegem-te-portfolio-gallery .portfolio-carousel-nav.carousel-nav--bottom-centered .nav-next {
margin-left: 30px;
}
.thegem-te-portfolio-gallery .portfolio-carousel-nav .icon {
position: relative;
min-width: 60px;
min-height: 60px;
padding: 5px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: var(--thegem-to-h5-color);
transition: all 0.3s;
font-size: 24px;
}
.thegem-te-portfolio-gallery .portfolio-carousel-nav .icon:hover {
color: var(--thegem-to-pagination-color-hover);
}
.thegem-te-portfolio-gallery .portfolio-carousel-nav .icon-default {
font-family: 'thegem-icons';
font-style: normal;
}
.thegem-te-portfolio-gallery .portfolio-carousel-nav .nav-prev .icon-default:before {
content: '\e675';
}
.thegem-te-portfolio-gallery .portfolio-carousel-nav .nav-next .icon-default:before {
content: '\e676';
}
.thegem-te-portfolio-gallery .portfolio-carousel-nav.carousel-nav--round .icon,
.thegem-te-portfolio-gallery .portfolio-carousel-nav.carousel-nav--square .icon {
border-width: 0;
border-style: solid;
background-color: var(--thegem-to-h5-color, #3C3950);
color: #FFFFFF;
}
.thegem-te-portfolio-gallery .portfolio-carousel-nav.carousel-nav--round .icon {
border-radius: 50%;
}
.thegem-te-portfolio-gallery .portfolio-carousel-nav.carousel-nav--round .icon:hover,
.thegem-te-portfolio-gallery .portfolio-carousel-nav.carousel-nav--square .icon:hover {
background-color: #FFFFFF;
color: var(--thegem-to-h5-color, #3C3950);
} .thegem-te-portfolio-gallery .portfolio-carousel .owl-dots {
display: flex;
flex: auto;
align-items: center;
justify-content: center;
text-align: center;
margin-top: 10px;
}
.thegem-te-portfolio-gallery .portfolio-carousel .owl-dots.disabled {
margin: 0;
display: none;
}
.thegem-te-portfolio-gallery .portfolio-carousel .owl-dots .owl-dot {
display: flex;
width: 8px;
height: 8px;
margin: 0 4px;
border-radius: 50%;
overflow: hidden;
transition: all 0.3s;
background-color: var(--thegem-to-pagination-color);
}
.thegem-te-portfolio-gallery .portfolio-carousel .owl-dots .owl-dot span {
display: none;
}
.thegem-te-portfolio-gallery .portfolio-carousel .owl-dots .owl-dot.active,
.thegem-te-portfolio-gallery .portfolio-carousel .owl-dots .owl-dot:hover {
background-color: var(--thegem-to-pagination-color-hover);
} .thegem-te-portfolio-gallery .lightbox {
transition: all 0.3s ease-in-out;
}
.thegem-te-portfolio-gallery .lightbox:hover {
opacity: 0.8;
} .thegem-te-portfolio-gallery .portfolio-grid {
position: relative;
display: flex;
flex-wrap: wrap;
}
.thegem-te-portfolio-gallery .portfolio-grid .item {
display: flex;
}