/*
Theme Name: HouseMarketing
Theme URI: http://smthemes.com/housemarketing/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 01/08/2019
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:'ubunturegular';
	font-size:13px;
	background:#fff;
	color:#b6b6b6;
	border-top:5px solid #1a8fcc;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#6c6c6c;
	text-decoration:none;
}
a:hover {
	color:#1fa3d6;
}
.submit, .button, input[type="submit"] {
	padding: 4px 31px;
	line-height:27px;
	background: rgb(33,173,218); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(33,173,218,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(33,173,218,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(33,173,218,1) 0%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21adda', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	color:#fff;
	font-size:12px;
	border-radius:3px;
	box-shadow:inset 1px 1px 1px #5be9f1;
	float:right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background: rgb(25,151,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(25,151,191,1) 0%, rgba(11,86,153,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(25,151,191,1) 0%,rgba(11,86,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(25,151,191,1) 0%,rgba(11,86,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1997bf', endColorstr='#0b5699',GradientType=0 ); /* IE6-9 */
	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 { 
	background:#eaf1f4;
	border-color:#eaf1f4;
	border-radius:40px;
	color:#b3b3b3;
}
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:#8dd6ea;
	color:#676767;
}
.accent {
	color:#12151c;
	font-size:22px;
	font-weight:normal;
	font-family:'ubuntumedium';
}
#comments .accent { font-size:16px; }
.descent {
	color:#b3b3b3;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background: rgb(202,211,214); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(202,211,214,1) 0%, rgba(150,150,150,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(202,211,214,1) 0%,rgba(150,150,150,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(202,211,214,1) 0%,rgba(150,150,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cad3d6', endColorstr='#969696',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 1px 1px 1px #8fa2a3;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	font-family:'ubuntumedium';
	border-radius:3px;
	padding: 7px 16px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background: rgb(33,171,217); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(33,171,217,1) 0%, rgba(18,109,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(33,171,217,1) 0%,rgba(18,109,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(33,171,217,1) 0%,rgba(18,109,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21abd9', endColorstr='#126dbc',GradientType=0 ); /* IE6-9 */
	color:#fff;
	box-shadow:inset 1px 1px 1px #5be9f1;
}

/* ========================================= Theme Header. ========================================= */
.site-header {	
	background:url(images/top.jpg) top center no-repeat;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:85px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height: 85px;
}
@media screen and (max-width:1024px) {
	.site-header {
		background:#12171d;;
	}
	.headersearch {
		margin-right:50px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #b3b3b3;
	background:#eaf1f4;
	border:none;
}
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 {
}
.headersearch .search-box input[type="search"] {	
	border-radius:3px;
	font-size:12px;
	background:#fff;
}
.headersearch .search-box input[type="submit"] {
	display:block;
	color:#fff;
	background: rgb(33,173,218); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(33,173,218,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(33,173,218,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(33,173,218,1) 0%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21adda', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 1px 1px 1px #5be9f1;
	color:#fff;
	border-radius:3px;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#b3b3b3; }
.search-box input[type="search"]:-moz-placeholder { color:#b3b3b3; }
.search-box input[type="search"]::-moz-placeholder { color:#b3b3b3; }
.search-box input[type="search"]:-ms-input-placeholder { color:#b3b3b3;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#bcbcbc; }
.headersearch input[type="search"]:-moz-placeholder { color:#bcbcbc; }
.headersearch input[type="search"]::-moz-placeholder { color:#bcbcbc; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#bcbcbc; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:85px;
		position:absolute;
		left:0;
		right:0;
		margin:0 auto;
		justify-content: center;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding: 9px 20px;
		font-size:12px;
		text-transform:uppercase;
		font-family:'ubuntumedium';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#1a8fcc;
	}
	header ul.nav-menu  > li ul {
		border:1px solid #c2c2c2;
		background: rgb(239,239,239); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(194,194,194,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(194,194,194,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(194,194,194,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
		border-radius: 5px;
	}
	header ul.nav-menu  > li ul li a {
		color:#9b9a9a;
		font-size:12px;
		text-transform:uppercase;
		font-family:'ubuntumedium';
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#1c98d0;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		display:flex;
		align-items:center;
		height:42px;
		border-radius:0 0 3px 3px;
		background: rgb(33,173,218); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(33,173,218,1) 0%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(33,173,218,1) 0%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(33,173,218,1) 0%,rgba(64,150,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21adda', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
		box-shadow:inset 1px 1px 1px #5be9f1;
		margin-bottom:23px;
	}
	#main-menu ul.nav-menu > li > a {
		font-size:12px;
		text-transform:uppercase;
		font-family:'ubuntumedium';
		color:#fff;
		padding: 10px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:rgba(0,0,0,0.15);
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a { color:#fff; }
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	padding-bottom:43px;
}
.fp-thumbnail {
	position:relative;
	width:63%;
	margin-left:37%;
	border:3px solid #fff;
	box-sizing:border-box;
	overflow: visible;
}
.fp-thumbnail::after {
	content:'';
	position:absolute;
	background:url(images/slider.png) bottom center no-repeat;
	bottom: -40px;
	width:100%;
	height:37px;
	left:0;
}
.fp-thumbnail img {
	width:100%;
}
.fp-slides {
	z-index:1;
	width: 100%;
	position: relative;
}
.fp-content-wrap {
	width:33%;
	left:0;
	right:auto;
	height:100%;
}
.fp-content {
	padding:40px 20px 10px 0;
	top: 0;
	bottom: auto;
}
.fp-title {
	color:#fff;
	font-family:'ubuntumedium';
	font-size:22px;
	font-weight:normal;
}
.fp-description {
	color:#6c7682;
	font-size:14px;
}
.fp-more {
	float:none;
}
.fp-nav {
	position:absolute;
	height:102px;
	justify-content:center;
	align-items:center;
	display:flex;
	width:33%;
	top:auto;
	bottom: -43px;
}
.fp-nav a {
	display:inline-block;
	height:30px;
	width:30px;
	transition:none;
	background:url(images/pager.png) 50% no-repeat;
}
.fp-nav a:hover, .fp-nav a.activeSlide {
	background:url(images/pager-active.png) 50% no-repeat;
}
@media screen and (max-width:840px) {
	.fp-nav {
		height:50px;
	}
}
@media screen and (max-width:640px) {
	.fp-nav,.fp-content-wrap {
		display:none;
	}	
	.fp-thumbnail {
		width:100%;
		margin: 0;
	}
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	color:#1fa3d6;
	font-family:'ubuntumedium';
	text-transform:none;
}
.entry-title {
	margin: 0 0 10px;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:22px;
	color:#12151c;
	font-weight:normal;
	font-family:'ubuntumedium';
	text-transform:none;
}
.entry-title a {
	color:#1fa3d6;
}
.entry-title a:hover { color:#555;}
article {
	border:none;
}
.entry-summary, .entry-content {
	border-bottom:1px solid #e7e7e7;
	margin-bottom: 15px;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	border-radius:50%;
	padding:5px;
	background: rgb(164,233,212); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(164,233,212,1) 0%, rgba(171,219,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(164,233,212,1) 0%,rgba(171,219,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(164,233,212,1) 0%,rgba(171,219,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9d4', endColorstr='#abdbed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin: 0 15px 10px 0;
}
@media screen and (max-width:800px) {
	.featured_image {
		float: none !important;
		margin: 0 auto !important;
		display:block;
		box-sizing:border-box;
	}
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	text-align:center;
	color:#b3b3b3;
	font-size:12px;
	display:inline-block;
	background:#eaf1f4;
	border-radius:40px;
	padding:5px 15px;
	margin:0 0 10px;
}
.entry-meta a {
	color:#b3b3b3;
}
.entry-meta a:hover {
	color:#656565;
}
.entry-meta > span {
	
}
.entry-meta > span:not(:last-child)::after {
	content: '\2022';
	padding:0 15px;
}
article .post-categories {
	background: url(images/categories.png) left center no-repeat;
	margin:15px 0;
	display:block;
	padding: 2px 0 2px 37px;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	font-size:14px;
	font-family:'ubuntumedium';
	color:#12151c;
}
.widget a:hover {
	color:#1a8fcc;
}
.sidebar { 
}
.widget .caption h4 {
	color:#12151c;
	font-size:20px;
	font-weight:normal;
	font-family:'ubuntumedium';
}
.sidebar ul li:not(:last-child) {
		background:url(images/list.png) left bottom repeat-x;
}
.sidebar ul li:not(:last-child):hover {
		background:url(images/list-hover.png) left bottom repeat-x;
}
.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 {
	padding: 15px 0;
	display:inline-block;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
	border-radius:50%;
	padding:3px;
	background: rgb(164,233,212); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(164,233,212,1) 0%, rgba(171,219,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(164,233,212,1) 0%,rgba(171,219,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(164,233,212,1) 0%,rgba(171,219,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9d4', endColorstr='#abdbed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {}
.widget_smt_posts .post-date {
	color: #b3b3b3;
	background:#eaf1f4;
	font-size:12px;
	font-family:'ubuntumedium';
	border-radius:40px;
	padding:3px 10px;
	display:inline-block;
	margin: 8px 0;
}
.widget_smt_posts .title {
	display:block;
}
.widget_smt_posts p:not(:last-child) {
	margin-bottom:0;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#52565a;
	background:url(images/footer.jpg) top center no-repeat, #11161c;
}
footer .widget a, footer a {
	color:#fff;
}
footer .widget a:hover, footer a:hover {
	color:#1a8fcc;
}
footer .footer_txt {
	padding:15px 0;
	text-align:center;
	line-height: 22px;
}
footer .widget {
	padding-top:40px;
}
footer .footer_txt a {}
footer .widget .caption  h4 {
	color:#fff;
}
footer .widget ul li {
		background:url(images/flist.png) left bottom repeat-x;
}
footer .widget ul li:not(:last-child):hover {
		background:url(images/list-hover.png) left bottom repeat-x;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
footer .widget_smt_posts .post-date {
	background: #272c32;
}