/*
Theme Name: RealtySpace
Theme URI: http://smthemes.com/realtyspace/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0.1
License: Creative Commons 3.0
Theme date: 11/25/2016
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	font-family:'robotoregular';
	font-size:13px;
	background:#f0f0f0;
	color:#9f9f9f;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#1c1c1c;
	text-decoration:none;
}
a:hover {
	color:#5961ac;
}
.submit, .button, input[type="submit"] {
	padding: 7px 35px;
	line-height:27px;
	background:#1c1c1c;
	color:#a5a5a5;
	float:left;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	color:#fff;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border:none;
	background:#f2f2f2;
	color:#737373;
	font-size:16px;
	text-align:center;
	border-radius:2px;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	border-color:#c0c0c0;
}
.accent {
	color:#1c1c1c;
	font-size:30px;
	font-family:'robotobold';
}
#comments .accent {font-size:16px;}
.descent {
	color:#1c1c1c;
	font-family:'robotobold';
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#1c1c1c;
	color:#fff;
	padding: 10px 20px;
	border-radius:60px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#5961ac;
	border-radius:60px;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#5961ac; color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#gradient-top {
	background: rgb(245,113,43); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(245,113,43,1) 0%, rgba(245,86,112,1) 38%, rgba(236,80,132,1) 60%, rgba(161,86,160,1) 83%, rgba(90,97,172,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(245,113,43,1) 0%,rgba(245,86,112,1) 38%,rgba(236,80,132,1) 60%,rgba(161,86,160,1) 83%,rgba(90,97,172,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(245,113,43,1) 0%,rgba(245,86,112,1) 38%,rgba(236,80,132,1) 60%,rgba(161,86,160,1) 83%,rgba(90,97,172,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5712b', endColorstr='#5a61ac',GradientType=1 ); /* IE6-9 */
}
#absolute-top-background {
	background:rgba(0,0,0,0.4);
	height:40px;
	width:100%;
	top:120px;
	left:0;
}
.has-slider #absolute-top-background {
	display:none;
}
#logo {
	float:left;
	position:relative;
	z-index:9;
	height:120px;
	display:flex;
	align-items:center;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
	line-height:120px;
    text-transform: none;
}
.headersearch {
	float:right;
	position:relative;
	z-index:9;
	height:120px;
	display:flex;
	align-items:center;
}
@media screen and (max-width:1024px) and (min-width:640px) {
	.headersearch {
		margin-right:60px;
	}
}
@media screen and (max-width:640px) {
	.headersearch {
		height: 80px;
		float:none;
		width:100%;
	}
	.headersearch > form {
		width:100%;
		box-sizing:border-box;
	}
	.headersearch .search-box {
		width:100%;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #565656;
	background:#fff;
	border:none;
	font-size:14px;
	text-align:left;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
	display:none;
}
.headersearch .search-box {
	padding-right: 45px;
	box-sizing: border-box;
}
.headersearch .search-box input[type="search"] {
	color:#878787;
	font-style:italic;
	background:#fff;
	border-radius:3px;
}
.headersearch .search-box input[type="submit"] {
	display:block;
	color:#fff;
	background:#c75197;
	border-radius:3px;
}
.headersearch .search-box:hover input[type="submit"] {
	background:#232323;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#565656; }
.search-box input[type="search"]:-moz-placeholder { color:#565656; }
.search-box input[type="search"]::-moz-placeholder { color:#565656; }
.search-box input[type="search"]:-ms-input-placeholder { color:#565656;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#c9c9c9; }
.headersearch input[type="search"]:-moz-placeholder { color:#c9c9c9; }
.headersearch input[type="search"]::-moz-placeholder { color:#c9c9c9; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#c9c9c9; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width: 1024px) {
	#extra-menu {
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		z-index: 8;
		height:120px;
		display:flex;
		align-items:center;
		justify-content: center;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding: 10px 17px;
		font-size:16px;
		border-radius:4px;
		font-family: 'robotothin';
	}
	#extra-menu ul.nav-menu > li {
		position:inherit;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		background:rgba(0,0,0,0.1);
	}
	#extra-menu ul.nav-menu  > li > ul {
		height:60px;
		display:flex;
		align-items:center;
		justify-content:center;
		background:#232323;
		width: 100%;
		z-index:10;
		position:absolute;
	}
	#extra-menu ul.nav-menu  > li > ul > li {
		display:inline-block;
		vertical-align:bottom;
		width: auto;
	}
	#extra-menu ul.nav-menu  > li > ul > li > ul {
		left:0;
		top:100%;
	}
	#extra-menu ul.nav-menu  > li > ul > li > a {
		color:#fff;
		position: relative;
		padding: 17px 0;
	}
	#extra-menu ul.nav-menu  > li > ul > li:hover > a {
		color:#c05199;
	}
	#extra-menu ul.nav-menu  > li > ul > li:not(:last-child) > a::after {
		content:'\00b0';
		display:inline;
		color:#6f6f6f;
		font-size: 17px;
		position: absolute;
		top: 50%;
		left: 100%;
		margin-left: 17px;
		margin-top: -5px;
	}
	.site-header ul.nav-menu  > li ul {
		background:#fff;
	}
	.site-header ul.nav-menu  > li ul li {
		
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#c05199;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#f55968;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		position:relative;
		z-index: 7;
	}
	#main-menu ul.nav-menu > li > a {
		color:rgba(255,255,255,0.6);
		padding: 23px 20px;
		font-size: 14px;
		line-height: 13px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
		color:#fff;
		margin:45px 0;
	}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position:relative;
	background:#fff;
}
.slider-bgr {
	position:absolute;
	width:100%;
	height:100%;
	background: rgba(87, 87, 87, 0.6);
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	align-items:center;
	height:100%;
	text-align: center;
	justify-content:center;
}
.fp-content {
	box-sizing:border-box;
	position:relative;
	padding:20px;
}
.fp-title {
	color:#fff;
	line-height:100px;
	font-size: 96px;
	text-transform:uppercase;
	font-family:'robotobold';
}
.fp-description {
	color:#bababa;
	font-size:14px;
}
.fp-more {
	margin-top: 30px;
	float:none;
	display:inline-block;
	background:#f55968;
	color:#fefefe;
	font-size:11px;
	text-transform:uppercase;
	font-family:'robotobold';
	padding: 10px 48px;
	box-shadow:0 10px 15px rgba(0,0,0,0.1);
}
.fp-more:hover {
	background:#a056a0;
}
.fp-nav {
	position:absolute;
	left:75px;
	bottom:75px;
	width:85px;
	z-index: 2;
}
.fp-nav a {
	display:block;
	text-align:left;
	position:relative;
	color:#fff;
	font-size:16px;
	line-height:36px;
	margin-top:25px;
	text-indent: 0 !important;
	overflow: visible;
	width: auto;
	height: auto;
}
.fp-nav a.activeSlide::after,
.fp-nav a:hover::after {
	content:'';
	display: block;
	height:2px;
	width: 100%;
	top:100%;
	left:0;
	position:absolute;
	background: rgb(245,113,43); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(245,113,43,1) 0%, rgba(245,86,112,1) 38%, rgba(236,80,132,1) 60%, rgba(161,86,160,1) 83%, rgba(90,97,172,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(245,113,43,1) 0%,rgba(245,86,112,1) 38%,rgba(236,80,132,1) 60%,rgba(161,86,160,1) 83%,rgba(90,97,172,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(245,113,43,1) 0%,rgba(245,86,112,1) 38%,rgba(236,80,132,1) 60%,rgba(161,86,160,1) 83%,rgba(90,97,172,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5712b', endColorstr='#5a61ac',GradientType=1 ); /* IE6-9 */
}
.fp-nav a:hover, .fp-nav a.activeSlide {
	color:#f55d5c;
}
@media only screen and (max-width:1180px) {
	.fp-title {
		font-size:40px;
	}
	.fp-nav {
		display:none;
	} 
}
@media only screen and (min-width:1024px) {
	.slider-container {
		top:-60px;
		margin-bottom:-60px;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-nav {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	padding: 40px 0;
	background:#fff;
}
.site-content.sidebar-right {
	background: url(images/back.png) top center repeat-y;
}
.site-content {
	background: url(images/back-left.png) top center repeat-y;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:34px;	
	color:#1c1c1c;
	font-weight:normal;
	font-family:'robotobold';
}
.entry-title a {
	color:#1c1c1c;
	text-decoration:none;
	font-weight:normal;
}
.entry-title a:hover { color:#f55968;}
article {
	background:#fff;
	border-bottom:1px solid #f0f0f0;
	padding:20px 20px 20px;
}
.featured-box {
	margin:0 -20px;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
	margin-bottom: 10px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	text-align:center;
	color:#1c1c1c;
	font-size:12px;
	font-family:'robotobold';
	margin: 10px 0;
	float: left;
	width: 100%;
}
.entry-meta a {
	color:#1c1c1c;
}
.entry-meta > span {
	margin: 0 20px 0 0;
	float: left;
}
.entry-meta > span:hover .icon, .post-date:hover > .icon {
	color:#fff;
	background: rgb(245,113,43); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(245,113,43,1) 0%, rgba(245,86,112,1) 38%, rgba(236,80,132,1) 60%, rgba(161,86,160,1) 83%, rgba(90,97,172,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(245,113,43,1) 0%,rgba(245,86,112,1) 38%,rgba(236,80,132,1) 60%,rgba(161,86,160,1) 83%,rgba(90,97,172,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(245,113,43,1) 0%,rgba(245,86,112,1) 38%,rgba(236,80,132,1) 60%,rgba(161,86,160,1) 83%,rgba(90,97,172,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5712b', endColorstr='#5a61ac',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.entry-meta > span .icon, .post-date > .icon {
	display: block;
	margin-right: 5px;
	background:#efefef;
	color:#bcbcbc;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	box-sizing:border-box;
	border-radius:40px;
	float: left;
}
.entry-meta .post-categories {
	margin: 10px 0;
	clear: both;
	float: left;
	width: 100%;
}
.entry-meta .post-categories a {
	color:#a4abec;
	background:#5961ac;
	font-size:12px;
	font-family:'robotobold';
	display:block;
	border-radius:2px;
	float: left;
	margin-right: 5px;
	padding: 0 15px;
}
.entry-meta .post-categories a:hover {
	background:#5059ad;
	color:#e3e5f6;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget .caption {
		margin-bottom:15px;
}
.widget .caption h4 {
	color:#1c1c1c;
	font-size:20px;
	line-height:20px;
	display:inline-block;
	padding-right:10px;
	background:url(images/caption.png) right bottom no-repeat;
}
.widget a {
	font-family:'robotobold';
	font-size:16px;
	color:#1c1c1c;
}
.widget a:hover {
	color:#5961ac;
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
	position:relative;
	padding: 15px 0;
	display:block;
}
.widget_recent_entries ul li a::after,
.widget_archive ul li a::after,
.widget_meta ul li a::after,
.widget_nav_menu ul li a::after,
.widget_pages ul li a::after,
.widget_categories ul li a::after {
	background:#e5e5e5;
	content:'';
	position:absolute;
	top:100%;
	margin-top:-1px;
	left:18px;
	right:0;
	height:2px;
}
.widget_recent_entries a:hover::after,
.widget_archive ul li a:hover::after,
.widget_meta ul li a:hover::after,
.widget_nav_menu ul li a:hover::after,
.widget_pages ul li a:hover::after,
.widget_categories ul li a:hover::after {
	background::#737ab6;
}
.widget_smt_comments .comment_avatar,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
	border-radius:60px;
}
.widget_smt_posts .post-date {
	color:#909090;
	font-size:12px;
	display: block;
	margin: 10px 0;
	line-height:30px;
	font-family:'robotobold';
}
.widget_smt_posts .post-date .icon {
	color:#fff;
	background:#5961ac;
}
.widget_smt_posts .title {
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	background-color:#1c1c1c;
}
footer a {
	color:#fff !important;
}
footer a:hover {
	color:#5961ac !important;
}
footer .widget {
	padding-top:30px;
}
footer .footer_txt {
	text-align:center;
	padding:15px 0;
	background:#0c0c0c;
}
footer .widget .caption  h4 {
	color:#fff;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
footer .widget_archive ul li a::after,
footer .widget_meta ul li a::after,
footer .widget_nav_menu ul li a::after,
footer .widget_pages ul li a::after,
footer .widget_categories ul li a::after {
	background:#393939;
}
footer .widget_archive ul li a:hover::after,
footer .widget_meta ul li a:hover::after,
footer .widget_nav_menu ul li a:hover::after,
footer .widget_pages ul li a:hover::after,
footer .widget_categories ul li a:hover::after {
	background:#737ab6;
}