/*
 Theme Name:   Realty Child Theme
 Theme URI:    http://demo.themetrail.com/realty/
 Description:  Realty Child Theme
 Author:       ThemeTrail
 Author URI:   http://themetrail.com
 Template:     realty
 Version:      1.0
 Text Domain:  tt
*/

@import url("../realty/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* = Video, Virtual Tour popup */
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1600px;
    height: 100%;
    max-height: 1600;
}

/* = Icons in the property view
-------------------------------------------------------------- */

i.fa.fa-camera-retro {
    color: blue;
    opacity: 0.35;
}

/* blue też pięknie wyglądał */
i.fa.fa-video-camera {
    color: blue; 
    opacity: 0.35;
}


/* = Menu customisation
-------------------------------------------------------------- */

.navbar-logo {
	margin-top: 10px;
	float: left;
}

/* Kontakt menu entry */
#menu-item-63 {
	float: right;
}

/* Language picker menu entry */
#menu-item-250 {
	float: right;
}

/* First language picker sub-menu */
#menu-item-251 a {
	display: inline-block;
	padding-left: 15px;
}

/* Second language picker sub-menu */
#menu-item-252 a {
	display: inline-block;
	padding-left: 15px;
}

/* Third language picker sub-menu */
#menu-item-253 a {
	display: inline-block;
	padding-left: 15px;
}

/* Blog sub-menu entry */
#menu-item-61 a {
	display: inline-block;
	padding-left: 15px;
}