 /*
Theme Name: Realia Child
Theme URI: http://preview.byaviators.com/theme/realia
Author: Aviators
Author URI: http://byaviators.com
Template: realia
Description: Responsive Real Estate WordPress Theme
Version: 1.0.0
Tags: two-columns, right-sidebar, featured-images, translation-ready
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
.navbar-brand span, .navbar-text {
	display: none;
}
.center {
	text-align: center;
}
.aligncenter {
	margin: auto;
	text-align: center;
	margin-bottom: 22px;
	display: block !important;
}
.alignleft {
	float: left;
	margin: 0px 30px 22px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 22px 30px;
}
.left {
	float: left;
}
.right {
	float: right;
}
small {
	font-size: 12px;
	line-height: 14px;
}
strong {
}
b {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.hidden {
	display: none;
}
.wp-caption {
}
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
.container .navbar-header a.navbar-brand {
	padding: 0;
}
#filter_rent_sale_widget-2 ul.tabs-navigation li {
	float: left;
}
.similar-properties, #comments {
	display: none;
}
.pp-normal-phone:before, .pp-normal-pencil:before {
	color: #509ad3;
}
#primary-menu.navbar-nav > li {
	display: inline-block;
	float: none;
}
.property-public-facilities {
	display: none;
}
#primary-menu {
	text-align: center;
}
.header .menu-primary-container {
	border-bottom: 2px solid #6b9738;
}
#primary-menu.navbar-nav #menu-item-386 {
	float: left;
}
#primary-menu.navbar-nav #menu-item-580 {
	float: right;
}
.navbar-nav > li:hover > a {
	border-top: 2px solid #6b9738 !important;
}
.navbar-nav > li > a {
	border-top-color: rgba(0, 0, 0, 0) !important;
	border-top-style: solid;
	border-top-width: 2px;
	color: #6b9738 !important;
	display: block;
	padding: 10px 55px;
	font-weight: 600;
	text-transform: uppercase;
}
#primary-menu {
	background-color: rgba(0, 0, 0, 0);
	display: block;
	float: none;
	text-align: center;
}
.footer-bottom {
	background-color: #00102b;
}
.footer-top {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#012c5c+0,001c43+100 */
	background: #012c5c; /* Old browsers */
	background: -moz-linear-gradient(top, #012c5c 0%, #001c43 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #012c5c 0%, #001c43 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #012c5c 0%, #001c43 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012c5c', endColorstr='#001c43', GradientType=0 ); /* IE6-9 */
	padding: 0 0 10px;
}
#wpcf7-f578-p181-o1 div.wpcf7-response-output {
	margin: 6em 0 1em !important;
}
.property-row-image img {
	width: 100%;
}
#property_carousel_widget-2 .property-box .property-box-image img {
	min-height: 210px;
}
#property_carousel_widget-2 .property-box .property-box-content {
	min-height: 80px;
}
.footer-top-inner .widget dl dt {
	border-top: medium none;
}
.footer-top-inner dt a, .footer-top-inner dd a {
	color: #ffffff;
}
.textwidget a.opt-logo {
	display: inline-block;
	margin: 15px 0 0;
}
/* #text-5 .textwidget, #text-6 .textwidget {
	margin-top: 60px;
} */
.properties-row .property-box-image img {
	height: 280px;
	object-fit: cover;
}
.properties-row .property-box-image.without-image {
	min-height: 280px;
}
.similar-properties .property-box .property-box-content {
	min-height: 80px;
}
.about-sec img {
	width: 1115px;
}
.about-sec {
	margin: 50px auto;
}
.about-sec p {
	font-size: 16px;
	font-weight: lighter;
	line-height: 30px;
}
.header-top .navbar-info {
	float: right;
	margin: 25px 0 0 0px;
}
.footer-bottom-left {
	margin-top: 30px;
}
.page-id-615 .entry-header.page-header, .page-id-737 .entry-header.page-header {
	display: none;
}
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 15px 0 10px;
	border: 1px solid #888;
	width: 395px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
 from {
top:-300px;
opacity:0
}
to {
	top: 0;
	opacity: 1
}
}
 @keyframes animatetop {
 from {
top:-300px;
opacity:0
}
to {
	top: 0;
	opacity: 1
}
}
/* The Close Button */
.close {
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close {
	background-color: white;
	border-radius: 50px;
	color: #707070;
	height: 30px;
	opacity: 1;
	position: absolute;
	right: -10px;
	text-align: center;
	top: -10px;
	width: 30px;
}
.close:hover, .close:focus {
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	background-color: white;
}
.modal-header {
	padding: 2px 16px;
	color: white;
}
.modal-body {
	padding: 2px 16px;
}
.modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}
#myBtn {
	cursor: pointer;
}
.property-valuation {
	display: none;
}
.navbar-nav > li:hover > a {
	color: white !important;
}
.sidebar-top .tabs-navigation .link > a {
	padding-left: 0 !important;
}
.home .sidebar-top .widget_filter_rent_sale_widget {
	background-color: #06a7ea;
	margin: -60px -750px 0;
	padding: 25px 750px 15px;
}
.sidebar-top .widget_filter_rent_sale_widget .tabs {
	float: left;
	width: 60%;
}
.sldr_title {
	margin-left: 10px !important;
}
.home .sidebar-top .widget.widget_filter_rent_sale_widget .tabs-navigation li a {
	font-size: 18px;
}
.home .testimonals-section {
	display: inline-block;
	margin-left: 30px;
	width: 37%;
}
.sidebar-top .widget_filter_rent_sale_widget .tabs .tab-content .form-group {
	width: 25%;
}
.testimonial_slider__textonly .testimonial_content {
	width: 95% !important;
}
#text-6 .textwidget {
	display: block;
	margin-top: 0;
	overflow: hidden;
}
.post-637 .property-badge {
	display: none;
}
.post-631 .property-badge {
	display: none;
}
.post-627 .property-badge {
	display: none;
}
#text-7 .btn.btn-secondary {
	padding: 6px 49px;
}
.properties-sort {
	display: none;
}
.post-type-archive .map-properties {
	margin-bottom: 30px;
}
.overview-sec {
	display: block;
	overflow: hidden;
	width: 100%;
}
.overview-box {
	float: left;
	padding: 0 15px;
	width: 50%;
}
.overview-detail {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	display: block;
	overflow: hidden;
	width: 100%;
}
.detail_heading {
	float: left;
	line-height: 22px;
	margin: 0 auto;
	padding: 10px 0;
	width: 50%;
}
.detail_content {
	color: #02344a;
	float: right;
	font-weight: 600;
	line-height: 22px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
	vertical-align: top;
	width: 50%;
}
.overview-box .overview-detail:last-child {
	border-bottom: medium none;
}
.navbar .navbar-text, .navbar .navbar-brand span {
	display: none;
}
.property-content.propertyvideo {
	display: none;
}
.property-content.floorplans {
	display: none;
}
.property-content.valuation {
	display: none;
}
.property-content.valuation {
	display: none;
}
.property-content.public-facility {
	display: none;
}
.property-spec > p {
	float: right;
	width: 314px;
	font-size: 18px;
	padding-top: 10px;
}
.property-content a:hover {
	color: #06A7EA;
}
.property-spec a {
	background: #06a7ea none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	padding: 5px;
	width: auto;
	float: right;
}
.property-spec a:hover {
	color: #fff;
}
.sidebar .widget .widgettitle {
	margin-bottom: 15px;
}
.fix-height {
	height: 555px;
}
#enquire_widget-2 {
	background-color: white;
	margin-bottom: 20px;
	padding: 15px 25px;
}
#enquire_widget-2 > form {
	padding: 0;
}
.right-sticky.stick {
	position: fixed;
	top: 20px;
	z-index: 10;
	max-width: 262px;
}
.property-box-title h3 {
	margin-top: 18px;
}
.logo-sec img {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 240px;
}
.logo-sec {
	background-color: white;
	display: block;
	margin: 0 auto 50px;
	padding: 30px 20px;
	width: 100%;
	min-height: 330px;
}
.logo-sec > p {
	font-size: 16px;
	margin: 20px auto;
	text-align: center;
}
#filter_widget-2 .widgettitle {
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 0;
}
#filter_widget-2 {
	margin-top: 55px;
}
.awards-sec img {
	margin-bottom: 40px;
	width: 100%;
}
.menu-item-has-children > a:after {
	content: '';
}
.archive .sidebar, .archive .content {
	padding-top: 20px;
}
.archive .page-header {
	margin-bottom: 15px;
}
.member-img > img {
	width: 100%;
}
.team_member_description h4 {
  color: #509ad3;
  font-weight: 600;
  margin: 15px auto 5px;
}
.home .property-badge {
  display: none;
}
.home #properties_widget-4 h2 {
  color: #02344a;
  margin: 80px auto 30px;
}
.team_member_description > p {
  margin-bottom: 0;
}
.team_member_description .member_position {
  margin-bottom: 10px;
}
.team-members-box {
  margin-bottom: 30px;
}
.seprator {
  background-color: #bfbfbf;
  clear: both;
  display: block;
  float: none;
  height: 1px;
  margin: 40px auto 60px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.single-testimonial .page-header.entry-header {
  display: none;
}
.page-id-1364 .page-header h1 {
    display: none;
}
.member-img {
    max-width: 300px;
}
.main-popup-class {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.popup-fram {
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    position:relative;
    margin:0;
    padding:0;
    padding-bottom: 26.25% !important;
}

.main-popup-class-heading {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    text-align: center;
    justify-content: center;
    background-color: #270e54;
    color: #fff;
    box-sizing: border-box;
    padding: 20px;
}
.popup-fram iframe {
	box-sizing: border-box;
	border:1px solid #444;
	position:absolute;
	top:0;left:0;
	width:100%;
	height: 100%;
}
.top-heading h2.sub-heading, .address-main h1 {
    color: #fff;
}

.top-heading, .address-main {
    border: 1px solid #337ab7;
}

.top-heading h2.sub-heading, .address-main h1 {
    font-weight: 500;
    line-height: 35px;
    margin: 0;
}
.address-main, .top-heading {
	margin-bottom: 20px;
	width: 100%;
	padding: 20px;
}
.top-heading {
    margin-bottom: 0;
}
.address-main h1 strong {
    font-size: 28px;
	font-weight: 900;
}
.main-popup-class {
    justify-content: center;
}

html body .pum-theme-500020 .pum-container, .pum-theme-default-theme .pum-container {
    background-color: transparent;
    box-shadow: none;
}

html body .pum-theme-500020, .pum-theme-default-theme {
    background-color: #02344a6b;
}

html body .pum-theme-500020 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
 	right: 136px;
    background-color: #36454F;
    font-size: 16px;
    box-shadow: none;
    border-radius: 50px;
    transition: .5s;
    border: 1px solid;
    width: 38px;
    padding: 0;
}
.address-main h1 strong, .top-heading h1.sub-heading {
    line-height: 35px;
}
html body .pum-theme-500020 .pum-content + .pum-close:hover, .pum-theme-default-theme .pum-content + .pum-close:hover {
    background-color: #2e7d32;
    transition: .5s;
}
.popup-btn a.btn {
    background: #118fc3;
    color: #fff;
    font-weight: 800;
    border-radius: 5px;
    margin-top: 15px;
}
.popup-btn a.btn:hover {
    background-color: #2e7d32;
}
.pum-content.popmake-content, .main-popup-class {
    border: none;
    outline: none;
}

.address-main h1, .address-main p, .top-heading h1, .top-heading p {
    color: #fff;
    line-height: 20px;
}


.address-main p strong {
    font-size: 20px;
}

.top-heading h1.sub-heading {
    font-weight: 900;
	text-transform: uppercase;
	margin: 0;
}

.address-main p, .top-heading p {
    font-size: 16px;
	margin: 0 auto;
}
p.adres {
    margin: 0;
    padding-top: 5px;
}
.popup-bottom-btn {
    background-color: #478fc3;
    color: #fff;
    text-align: center;
    width: 78%;
}
.popup-bottom-btn  a.cokie-link{
    color: #270e54;
	text-decoration: underline;
	
}
.popup-bottom-btn a:hover{
    color:rgba(0,0,0,.87);
    transition: .5s;
}
a.view-stream-btn.btn {
    background-color: #fff;
    border-radius: 5px;
	font-size: 12px;
	padding: 5px 20px;
	display: inline;
}
a.view-stream-btn.btn:hover{
	background-color: #2e7d32;
	color: #fff;
}
.popup-bottom-btn p{
	font-size: 12px;
	line-height: 15px;
}
.popup-bottom-btn p:nth-child(1) {
    padding-top: 5px;
    margin-bottom: 5px;
}
.popup-bottom-btn p:nth-child(2){
    margin-bottom: 5px;
}
.heighlight_desc {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.d_flex {
    width: 50%;
}


.table_content td, .table_content th {
  border: 1px solid #ddd;
  padding: 5px;
  width: auto;
	text-align: center;
}

.table_content tr:nth-child(even){background-color: #f2f2f2;}

.table_content tr:hover {background-color: #ddd;}

.table_content th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align:center;
  background-color: #02344a;
  color: white;
}
.table_content {
    padding-bottom: 40px;
}
@media only screen and (max-width:1400px) and (min-width: 1230px) {
html body .pum-theme-500020 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
		right: 110px;
	}
}
@media only screen and (max-width:1200px) {
	.main-popup-class-heading{
		width: 40%;
	}
	html body .pum-theme-500020 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
		right: 110px;
	}
	.logo-sec img {
	width: 80%;
}
	.popup-bottom-btn{
		width: 88%;
	}

	
#map1 {
	width: 100% !important;
}
.navbar-nav > li > a {
	padding: 10px 40px;
}
.property-map-position iframe {
	width: 100%;
}
#text-7 .btn.btn-secondary {
	padding: 6px 37px;
}
#text-7 .textwidget {
	text-align: center;
}
}
 @media only screen and (max-width:1115px) {
.about-sec img {
	width: 100%;
}
	.property_desc iframe {
    width: auto;
    height: auto;
} 
}
 @media only screen and (max-width:1024px) {
.navbar-nav > li > a {
	padding: 10px 20px;
}
	 	html body .pum-theme-500020 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
		right: 50px;
	}
#primary-menu.navbar-nav #menu-item-386, #primary-menu.navbar-nav #menu-item-580 {
	float: none;
}
.sidebar-top .widget_filter_rent_sale_widget .tabs {
	width: 100%;
}
.home .testimonals-section {
	display: block;
	margin: 30px auto 0;
	overflow: hidden;
	width: 100%;
}
.testimonial_slider_set.testimonial_slider {
	max-width: inherit !important;
}
.testimonial_wrapper {
	width: auto !important;
	height: 210px !important;
}
.testimonial_slider__textonly .testimonial_slider_instance {
	height: 210px !important;
}
.testimonial_slider__textonly .testimonial_slideri {
	height: 210px !important;
}
#text-7 .btn.btn-secondary {
	padding: 6px 37px;
}

}
 @media only screen and (max-width:980px) {
.footer-bottom-right {
	float: none;
	text-align: center;
}
.textwidget a.opt-logo {
	display: block;
	margin: 0 auto;
}
.footer #menu-primary li {
	display: inline-block;
	float: none;
	text-align: center;
}
.footer-bottom-left {
	margin-top: 20px;
}
	 .popup-bottom-btn{
		 width: 88%;
	 }
}
@media only screen and (max-width:767px) {
	.table_content table tbody {
    height: 300px !important;
    overflow-x: scroll;
    overflow-y: scroll;
    display: block;
}
	.property_desc iframe {
    width: auto;
    height: 200px;
}
	.d_flex {
    width: 100%;
}
#primary-menu.collapse {
	display: none;
}
.top-heading, .address-main{
	padding: 10px;
}
#primary-menu.collapse.in {
	display: block;
}
#primary-menu.navbar-nav > li {
	display: block;
	float: none !important;
	text-align: center;
}
.navbar-nav > li:hover > a {
	background-color: #022a3b !important;
}
#text-5 .textwidget {
	text-align: center;
}
#text-6 .pull-right {
	display: block;
	float: none !important;
	margin: 0 auto;
	text-align: left;
	width: 180px;
}
.footer-bottom #menu-primary {
	text-align: center;
}
.sidebar-top .widget_filter_rent_sale_widget .tabs .tab-content .form-group {
	width: 100%;
}
.post-type-archive-property #filter_widget-2 {
	margin-top: 0;
}
.property-detail-subtitle.pull-right {
	float: none !important;
}
.property-location.text-right {
	text-align: left !important;
}
#filter_widget-2 {
	margin-top: 0px;
}
#text-7 .textwidget {
	text-align: center;
}
.footer-top-inner dt a, .footer-top-inner dd a {
	font-size: 16px;
	line-height: 35px;
}
.member-img {
    width: 100%;
	max-width:inherit;
}
}
@media only screen and (max-width:600px) {
	.popup-bottom-btn{
		width: 100%;
	}
.overview-box {
	float: none;
	width: 100%;
}
	.top-heading h1.sub-heading, .address-main h1 strong {
    font-size: 20px;
    line-height: 20px;
}
.header[_ngcontent-ywr-c46] .hamburger-menu-icon[_ngcontent-ywr-c46] .mat-icon[_ngcontent-ywr-c46] {
    font-size: 18px;
}

.selected-entity[_ngcontent-ywr-c43] p[_ngcontent-ywr-c43] {
    font-size: 14px;
}
html body .pum-theme-500020 .pum-container, .pum-theme-default-theme .pum-container {
    padding: 0;
}
html body .pum-theme-500020 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    right: 0;
    top: -25px;
}
.main-popup-class-heading{
	width: 100%;
}
.overview-box .overview-detail:last-child {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.overview-box:last-child .overview-detail:last-child {
	border: medium none;
}
	.popup-fram {
    width: 100%;
    height: 300px;
}
	.popup-bottom-btn{
		margin-bottom: 30px;
	}
	html body div#popmake-500028 {
    top: 40px !important;
}
	.heighlight_desc ul {
    padding-left: 0;
}
	
}
@media only screen and (max-width:480px) {
.navbar .navbar-brand img {
	margin-bottom: 20px;
	margin-top: 15px;
	width: 200px;
}
	.table_content th{
		padding-top: 5px;
    padding-bottom: 5px;
	}
	.table_content td, .table_content th{
		padding: 3px;
	}
}


#recaptcha-enquire_widget-2{
	transform: scale(0.71);
    transform-origin: 0;
}

@media only screen and (max-width:375px) {
	.property_desc iframe {
    width: 220px;
    height: 200px;

}
}