/*
Theme Name: Scratched
Theme URI: http://smthemes.com/scratched/
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: 04/25/2018
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:'Unkempt';
	font-size:16px;
	background:url(images/top.png) top center no-repeat,
	url(images/bottom.png) bottom center no-repeat, #fff;
	color:#2d2d2d;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#2d2d2d;
	font-family:'UnkemptBold';
}
a:hover {
	color:#2d2d2d;
	text-decoration:none;
}
.submit, .button, input[type="submit"] {
	padding: 0;
	line-height:27px;
	background:url(images/more.png) 50% no-repeat;
	color:#2d2d2d;
	font-family:'UnkemptBold';
	width:126px;
	line-height: 40px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#ff9900;
	color:#2d2d2d;
	background:url(images/morehover.png) 50% no-repeat;
}
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 #343434;
	color:#4a4a4a;
	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:#2d2d2d;
	font-family:'UnkemptBold';
}
#comments .accent {}
.descent {
	color: #6a6a6a;
	font-family:'UnkemptBold';
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:url(images/nav.png) 50% no-repeat;
	color:#2d2d2d;
	width:35px;
	padding:  0;
	box-sizing:border-box;
	font-family:'UnkemptBold';
	display:  inline-block;
	text-align:  center;
	height: 40px;
	display: flex;
	align-items:  center;
	justify-content:  center;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:url(images/nav-active.png) 50% no-repeat;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:url(images/nav-active.png) 50% no-repeat;
	color:#2d2d2d;
}

/* ========================================= Theme Header. ========================================= */
.boxed-contanier {
	padding:20px;

}

.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:100px;
}
@media screen and (max-width:1024px) {
	.boxed-container.top {
		padding-top:100px;
	}
	.site-content {
		margin-top:0 !important;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	width: 260px;
	box-sizing:  border-box;
	background: url(images/searchinput.png) center no-repeat;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #2d2d2d;
	background: none !important;
	border:none;
	font-family:'UnkemptBold';
	font-size:18px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	border:none;
	background: url(images/search.png) 50% no-repeat;
	font-family:'FontAwesome';
}
.headersearch .search-box {}
.headersearch .search-box input[type="search"] {}
.headersearch .search-box input[type="submit"] {}
.search-box input[type="search"]::-webkit-input-placeholder { color:#2d2d2d; }
.search-box input[type="search"]:-moz-placeholder { color:#2d2d2d; }
.search-box input[type="search"]::-moz-placeholder { color:#2d2d2d; }
.search-box input[type="search"]:-ms-input-placeholder { color:#2d2d2d;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height: 70px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#2d2d2d;
		padding: 24px 20px;
		font-size:20px;
		/*font-family:'UnkemptBold';*/
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#2d2d2d;
	}
	header ul.nav-menu  > li ul {
		border:2px solid #343434;
		border-radius:2px;
		background: #fff;
	}
	header ul.nav-menu  > li ul li a {
		color:#2d2d2d;
		font-size:16px;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#2d2d2d;
		text-decoration:underline;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float: left;
		display:flex;
		align-items:center;
		height:100px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#2d2d2d;
		padding:29px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#000;
	}
}

@media only screen and (max-width: 1023px) {
	#mobile-menu-trigger a {
		margin: 62px 0;
	}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	background:url(images/header.png) bottom center no-repeat;
	padding-bottom: 250px;
}
.slider-bgr {
	position:absolute;
	width:1073px;
	height:487px;
	left:-36px;
	top: -22px;
	background:url(images/slider.png) 50% no-repeat;
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
	top: 100%;
	bottom:  auto;
	height: 250px;
	display: flex;
	align-items:  center;
}
.fp-content {
	padding:20px;
	position:  relative;
}
.fp-title {
	font-family:'Love Ya Like A Sister';
	color:#2d2d2d;
	font-size:32px;
	font-weight:normal;
}
.fp-more {
	float:none;
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-prev-next-wrap a {
	top:-40px;
	height:79px;
	width:79px;
	transition:none;
}
.fp-prev {
	left: -35px;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right: -43px;
	background:url(images/slide-right.png) right top no-repeat;
}
@media screen and (max-width:1102px) {	
	.fp-prev-next-wrap {
		display:none;
	} 	
}
@media screen and (max-width:1024px) {	
	.slider-bgr {
		display:none;
	} 	
	.fimage::after {
		display:none;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}

/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	
}
.entry-title {
	font-family:'Love Ya Like A Sister';
	margin:0 0 15px;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:32px;	
	color:#2d2d2d;
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#2d2d2d;
}
.entry-title a:hover { color:#2d2d2d;}
article {
	border:none;
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:  hidden;
}
.fimage {
	position:relative;
	text-align:  center;
	margin-bottom: 46px;
	padding-top: 15px;
}
.fimage::after {
	content:'';
	position:absolute;
	top: 0;
	left:0;
	width:705px;
	height:335px;
	background:url(images/featured.png) 50% no-repeat;
}
article .featured_image {
	vertical-align:bottom;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	margin-bottom:10px;
	margin:  0 auto;
}
.entry-summary a.button {
	float:right;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	font-size:14px;
	margin-bottom:15px;
	font-family:'UnkemptBold';
}
.entry-meta > span {
	margin: 0 20px 0 0;
	padding-left:  30px;
	min-height:25px;
	display:inline-block;
}
.entry-meta > span .icon {
	color:#ccc;
	padding-right: 5px;
}
.entry-meta .post-categories {
	background: url(images/categories.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;
}
article .post-date {
	background: url(images/date.png) top right no-repeat;
	padding:0 20px 117px 0;
	width: 80px;
	text-align:  center;
	float:  left;
	margin-right:20px;
}
.post-date .day {
	font-family:'UnkemptBold';
	font-size:39px;
}
.post-date .month {
	font-size:30px;
}
.post-date .year {
	font-size:23px;
}
@media only screen and (max-width:420px) {
	article .post-date  {
		padding-bottom:20px;
		padding-right:10px;
	}
	.entry-title {
		font-size:23px;	
	}
	.entry-meta {
		display:block;
		clear:both;
	}
	.entry-meta > span {
		width:100%;
	}
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar { 

}
.caption {
	overflow:hidden;
}
.caption h4 {
	font-weight:normal;
	font-family:'Love Ya Like A Sister';
	font-size: 23px;
	position:relative;
	display:inline-block;
	width:auto;
	padding-right:  10px;
} 
.caption h4::after {
	content:'';
	position:absolute;
	top:0;
	left:100%;
	height:100%;
	width: calc(265px - 100%);
	background:url(images/title.png) right center no-repeat;
}
.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 {
	text-decoration:none;
	padding: 15px 0;
	display:inline-block;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
	text-decoration:underline;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	color:#000;
	margin-bottom: 5px;
	display:  block;
}
.widget_smt_posts .title {
	font-size: 18px;
	display:  block;
	margin: 0 0 10px;
}
.widget_smt_posts p {
	/* font-size:13px; */
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }
.widget .fimage {
	float:left;
	padding:5px;
	margin:0 10px 10px 0;
}
.widget .fimage img {
	margin:0;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.widget .fimage:after {
	background:url(images/widget.png) 50% no-repeat;
	width:100%;
	height:100%;
	background-size:100%;
}

/* ========================================= FOOTER. ========================================= */
footer .footer_txt {
	padding:25px 0 40px;
	text-align:center;	
	background:url(images/footer_txt.png) top center no-repeat;
}
footer .footer_txt a {
	text-decoration:none;
}