/*
Theme Name: HouseMaker
Theme URI: http://smthemes.com/housemaker/
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: 12/01/2017
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:'hind_regularregular';
	font-size:14px;
	background:url(images/top.jpg) top center no-repeat, #f7f2e9;
	color:#a1a1a1;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#646464;
	text-decoration:none;
}
a:hover {
	color:#fa7178;
}
.submit, .button, input[type="submit"] {
	padding: 4px 28px 2px;
	line-height:27px;
	background:none;
	float:right;
	font-size:12px;
	text-transform:uppercase;
	color:#808080;
	font-family:'hindbold';
	border:2px solid #f3f3f3;
	border-radius:3px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:none;
	border-color:#cbcbcb;
	box-shadow:inset 0 0 1px #cbcbcb;
	color:#808080;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border:2px solid #f1f1f1;
	border-radius:3px;
	font-size:15px;
	color:#525252;
}
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:#cecece;
}
.accent {
	color:#787878;
	font-size:24px;
	text-transform:uppercase;
}
#comments .accent { font-size:16px; }
.descent {
	color:#a1a1a1;
}

/* ....................... Page Navigation .................... */
nav.pagination {
	background:#fff;
	padding:20px;
	width:100%;
	box-sizing: border-box;
}
nav.pagination ul.page-numbers {
	margin:0;
}
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	color:#b4b4b4;
	font-family:'hindsemibold';
	border:1px solid #b4b4b4;
	min-width:40px;
	box-sizing:border-box;
	padding:5px 12px;
	border-radius:60px;
	text-align: center;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	color:#fc7279;
	background:rgba(252,114,121,0.4);
	border-color:#fc7279;
}

/* ========================================= Theme Header. ========================================= */
.site-header .boxed-container {
	z-index:3;
}
#logo {
	display:flex;
	align-items:center;
	height:135px;
	justify-content:center;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fc7279;
}
.headersearch {
	float:right;
	height:50px;
	display:flex;
	align-items:center;
	margin-right: 30px;
}
@media screen and (max-width:1024px) {
	.headersearch {
		margin:0;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #857966;
	background:#e9e1d4;
	border-radius:3px;
	border:1px solid #dfd6c7;
	box-shadow:inset 2px 3px 5px rgba(0,0,0,0.05);
}
form .search-box input[type="submit"] {
	display:none;
}
.headersearch .search-box {
}
.headersearch .search-box input[type="search"] {
	background:#fff;
	border-radius:60px;
	color:#aaaaaa;
	font-size:13px;
	box-shadow: inset 1px 2px 3px rgba(0,0,0,0.1);
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#857966; }
.search-box input[type="search"]:-moz-placeholder { color:#857966; }
.search-box input[type="search"]::-moz-placeholder { color:#857966; }
.search-box input[type="search"]:-ms-input-placeholder { color:#857966;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#aaaaaa; }
.headersearch input[type="search"]:-moz-placeholder { color:#aaaaaa; }
.headersearch input[type="search"]::-moz-placeholder { color:#aaaaaa; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#aaaaaa; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		height:50px;
		display:flex;
		align-items:center;
	}
	#extra-menu ul.nav-menu > li:first-child > a {
		border-left:1px solid #d7e2eb;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#9cb9ce;
		padding: 18px 20px;
		font-size:13px;
		text-transform:uppercase;
		line-height: 12px;
		font-family:'hindbold';
		border-top:2px solid transparent;
		border-right:1px solid #d7e2eb;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#8c9fae;
		border-top:2px solid #b0cbdf;
	}
	header ul.nav-menu  > li ul {
		text-align:center;
		background:#26292b;
	}
	header ul.nav-menu  > li ul li a {
		color:#797979;
		font-size:14px;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#e4da5f;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position:relative;
		height:50px;
		width: 50px;
		right: 0;
		top:0;
		background:url(images/menu.png) 50% no-repeat;
		cursor: pointer;
		z-index:1;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#menu-trigger.active {
		background: url(images/menu-active.png) 50% no-repeat;
	}	
	#main-menu {
		float:right;
		width:42px;
		height:50px;
		display:flex;
		align-items:center;
	}	
	#main-menu ul.nav-menu {
		position:absolute;
		display:none;
		top: 100%;
		left: 0;
		text-align: right;
		width: 100%;
		background:#2c3135;
	}
	#main-menu ul.nav-menu > li {
		float: none;
		display: inline-block;
	}
	header #main-menu ul.nav-menu > li > ul {
		right:0;
		left:auto;
	}
	#main-menu ul.nav-menu > li > a {
		color:#686f74;
		font-size:13px;
		line-height: 12px;
		font-family:'hindsemibold';
		text-transform:uppercase;
		padding: 19px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#b7bcc0;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/line.png) left bottom repeat-x, rgba(44,49,53,0.3); 
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	max-width:100%;
	margin: 0 auto;
}
.fp-content {
	bottom:20%;
	width:40%;
	left:auto;
	background:#2c3135;
	padding: 60px 20px 20px;
	overflow: visible;
}
.fp-title {
	background:#e4da5f;
	text-transform:uppercase;
	font-size:26px;
	font-family:'hindbold';
	font-weight:normal;
	color:#fff;
	padding: 9px 27px 6px;
	position: absolute;
	top: 20px;
	right: 20px;
	white-space: nowrap;
}
.fp-description {
	color:#a2aab0;
	border-bottom:1px solid #3f4549;
	margin: 20px -20px 0;
	padding: 5px 20px 15px;
}
.fp-more {
	float:left;
	padding:10px 25px 10px 0;
	margin-bottom: -20px;
	color:#a2aab0;
	background:url(images/more.png) right center no-repeat;
	border: none;
	text-transform:none;
}
.fp-more:hover {
	box-shadow:none;
	padding:10px 35px 10px 0;
	color:#dde2e6;
	background:url(images/more-hover.png) right center no-repeat;	
}
.fp-prev-next-wrap {
	width: 1000px;
	max-width: 100%;
	left: 0;
	right: 0;
}
.fp-prev-next-wrap a {
	top:-25px;
	height:50px;
	width:50px;
	transition:none;
}
.fp-prev {
	left:-75px;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:-75px;
	background:url(images/slide-right.png) right top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:0 top;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:-50px top;
}
@media screen and (max-width:1180px) {
	.fp-prev-next-wrap {
		display:none;
	}
	.fp-content {
		width:60%;
		bottom:10%;
	}
}
@media screen and (max-width:640px) {
	.fp-content-wrap {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.entry-summary .button:last-child {
	margin:10px 0 -10px;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:24px;
	text-transform: uppercase;
	color:#787878;
	font-weight:normal;
	text-align:center;
}
.entry-title a {
	color:#787878;
}
.entry-title a:hover { color:#474747;}
article {
	background:#fff;
	border:none;
	padding:20px;
}
article:hover {
	box-shadow:0 0 25px rgba(0,0,0,0.15);
}
.featured-img-container .entry-title,
.featured-img-container .entry-title a {
	color:#fff;
}
.featured-img-container .entry-title a:hover {
	color:#ff0;
}
.featured-img-container {
	position:relative;
	margin:-20px -20px 10px;
}
.featured-img-container::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.featured-img-container .featured-text {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	background:url(images/line.png) left bottom repeat-x;
}
.featured-img-container .featured-text .entry-meta,
.featured-img-container .featured-text .entry-meta a {
	background:none;
	color: #fff !important;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}
article .post-categories {
	display:block;
	margin:10px -20px;
	padding: 15px 20px 0;
	border-top:1px solid #f7f2e9;
}
article .entry-summary + * {
	margin-bottom: -20px;
}
article .post-categories a {
	color:#808080;
	font-size:11px;
	text-transform:uppercase;
	border:1px solid #e8e8e8;
	border-radius:30px;
	padding: 6px 20px 5px;
}
.post-categories a:hover {
	color:#282828;
	background:rgba(252,241,114,0.4);
	border-color:#fcf172;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#bdc3ca;
	font-size:12px;
	font-family:'hindbold';
	text-transform:uppercase;
	display:flex;
	justify-content: space-around;
	background: url(images/line.png) top left repeat-x, #f1f1f1;
	height:71px;
	margin: -20px -20px 20px;
	padding-top: 8px;
}
.entry-meta a {
	color:#bdc3ca;
}
.entry-meta > span {
	padding-left: 27px;
	margin: 0 10px 0 0;
	line-height: 75px;
}
.entry-meta .post-date {
	background: url(images/date.png) left center no-repeat;
}
.entry-meta .post-comments {
	background: url(images/comments.png) left center no-repeat;
}
.entry-meta .post-author {
	background: url(images/author.png) left center no-repeat;
}

/* ....................... Sidebar .................... */
.widget { 
	color:#a1a1a1; 
	line-height:24px;
}
.widget a {
	font-family:'hindsemibold';
	font-size:16px;
	text-transform:uppercase;
	color:#fc7279;
}
.widget a:hover {
	color:#d3454c;
}
.widget .caption h4 {
	color:#2c3135;
	font-size:17px;
	font-family:'hindsemibold';
	font-weight:normal;
}
.sidebar ul li:not(:last-child) { 
	border-bottom: 1px dashed #e9e1d2; 
}
.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;
	border-radius:60px;
	border:2px solid #fcf172;
	background:#fcf172;
	opacity: 0.7;
	margin:0 10px 10px 0;
}
.widget_smt_comments ul li:hover .comment_avatar img,
.widget_smt_posts ul li:hover img {
	opacity:1;
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {}
.widget_smt_posts .post-date {
	color:#fc7279;
	font-size:14px;
	border:2px solid #fc7279;
	border-radius:60px;
	margin:0 auto;
	width:50px;
	height:50px;
	box-sizing:border-box;
	padding: 10px 10px;
	text-align:center;
	background: rgba(252,114,121,0.4);
	clear: left;
	display: block;
	line-height: 14px;
}
.widget_smt_posts .post-date .day {
	font-size:24px;
}
.widget_smt_posts .title {
	display:block;
}
.widget_smt_posts p:last-child {
	margin-bottom:0;
}
.widget_smt_posts .alignleft {
	margin:0 10px 10px 0;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#a1a1a1;
	background-color:#222325;
}
footer .footer_txt {
	padding:15px 0;
	color:#96989c;
	font-size:13px;
	text-align:left;
	background:#131415;
}
footer .footer_txt a {
	color:#fff;
}
footer .widget {
	padding-top:40px;
}
footer .widget .caption  h4 {
	color:#fff;
}
footer .widget ul li:not(:last-child) {
    border-bottom: 1px dashed #424346;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}