/*
Theme Name: Texture
Theme URI: http://smthemes.com/texture/
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: 07/21/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:'ralewayregular';
	font-size:13px;
	background:#f5f5f5;
	color:#6f6f6f;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#ff2130;
}
.submit, .button, input[type="submit"] {
	padding: 16px 53px;
	font-size:11px;
	line-height: 11px;
	text-transform:uppercase;
	font-weight:bold;
	background:#1e2a62;
	color:#fff;
	float:left;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#ff2130;
	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-color:#e3e3e3;
	border:2px solid #e3e3e3;
	color:#6f6f6f;
}
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:#ff2130;
}
.accent {
	color:#333;
	font-size:18px;
	font-weight:bold;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}



/* ========================================= Theme Header. ========================================= */
#logo-menus-search {
	position:relative;
	z-index:2;
	height:140px;
	background:#fff;
	box-shadow:0 5px 43px rgba(0,0,0,0.1);
}
#logo-menus-search .boxed-container {
	position:relative;
}
#logo {
	float:left;
	position:absolute;
	left:0;
	top:0;
	max-width:180px;
}
#logo img {
	max-width:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #333;
	font-size:18px;
	font-weight:bold;
    text-transform: uppercase;
}
@media screen and (min-width:1024px) {
	.headersearch {
		float: right;
		height: 140px;
		display: flex;
		align-items: center;
		width: 40px;
	}
}


/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	border: 3px solid #e3e3e3;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #6f6f6f;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: -2px;
	padding: 0;
	width: 42px;
	height: 44px;
	top: -2px;
	border:none;
	font-family:'FontAwesome';
}
.headersearch .search-box {
	display: none;
	right: 100%;
	background: #fff;
	z-index: 2;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.headersearch .search-box input[type="search"] {
    width: 200px;
    height: 55px;
    line-height: 55px;
}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#6f6f6f; }
.search-box input[type="search"]:-moz-placeholder { color:#6f6f6f; }
.search-box input[type="search"]::-moz-placeholder { color:#6f6f6f; }
.search-box input[type="search"]:-ms-input-placeholder { color:#6f6f6f;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#6f6f6f; }
.headersearch input[type="search"]:-moz-placeholder { color:#6f6f6f; }
.headersearch input[type="search"]::-moz-placeholder { color:#6f6f6f; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#6f6f6f; }
#search-trigger {
	position:absolute;
	right:0;
	top: 51px;
	width:40px;
	height:40px;
	line-height: 40px;
	background: url(images/search.png) 50% no-repeat;
	z-index:1;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	background:url(images/search-hover.png) 50% no-repeat;
}
#search-trigger.active {
	background:url(images/search-active.png) 50% no-repeat;
}
@media screen and (max-width:1024px) {
	.headersearch .search-box {
		top:41px;
		position: absolute;
	}	
	.headersearch {
		float:right;
		width:40px;
		margin-right: 45px;
		position: relative;
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		display:flex;
		align-items:center;
		height: 140px;
		margin-left: 200px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#5d5d5d;
		padding:20px 20px;
		font-size:16px;
		font-weight:bold;		
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#ff2130;
	}
	header #main-menu ul.nav-menu  > li  ul {
		left:auto;
		right:100%;
		top:0;
		padding:15px;
		margin-right:20px;	
	} 
	header ul.nav-menu  > li > ul {
		margin-left:0;
	}
	header ul.nav-menu  > li ul {
		padding: 15px;
		margin-left:15px;
		background:#fff;
		box-shadow:0 5px 16px rgba(0,0,0,0.1);
	}
	header ul.nav-menu  > li ul li a {
		color:#5d5d5d;
		font-size:16px;
		padding-left:0;
		padding-right:15px;
		font-weight:bold;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#ff2e3c;
		padding-right:0;
		padding-left:15px;
		background:url(images/list.png) left center no-repeat;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position:absolute;
		height:33px;
		width: 33px;
		right: 0;
		left: 0;
		top: 55px;
		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/search-active.png) 50% no-repeat;
	}	
	#main-menu {
		float:right;
		width: 40px;
		position: relative;
		height: 140px;
	}	
	#main-menu ul.nav-menu {
		position:absolute;
		display:none;
		top: 55px;
		right: 100%;
		background: #fff;
		box-shadow: 0 5px 16px rgba(0,0,0,0.1);
		min-width: 240px;
		margin-right: 10px;
		box-sizing: border-box;
		padding: 15px;
	}
	#main-menu ul.nav-menu > li {
		float:left;
		width:100%;
	}
	#main-menu ul.nav-menu > li > a {
		color:#5d5d5d;
		font-size:16px;
		font-weight:bold;
		padding: 10px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#ff2e3c;
		padding-left:15px;
		background:url(images/list.png) left center no-repeat;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    margin: 57px 0;
    right: 0;
    margin-right: -40px;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.fp-slides {
	z-index:1;
}
.fp-thumbnail {
	width: 100%;
	text-align:right;
}
.fp-thumbnail img {
	width: 50%;
	height: auto;
}
.fp-content-wrap {
	width:50%;
	position:absolute;
	float:left;
	height:100%;
	display:flex;
	align-items:center;
	box-sizing:border-box;
	padding-left: 10%;
	padding-right: 2%;
	margin: 0;
}
.fp-content {
	position:relative;
	padding:20px;
}
.fp-title {
	color:#242b36;
	font-size: 63px;
	font-weight:bold;
	margin-bottom: 60px;
	font-family:'ralewayextralight';
}
.fp-description {
	color:#242b36;
	font-size: 38px;
	line-height: 40px;
	margin-bottom:30px;
}
.fp-more {
	font-size:13px;
	font-family:'ralewayextrabold';
	font-weight:normal;
	background:#1e2a62;
	padding: 40px 113px;
}
.fp-more:hover {
	background:#ff2130;
}
.fp-nav {
	position:absolute;
	left:0;
	width:20%;
	height: 100%;
	display: flex;
	align-items: center;
}
.fp-pager {
	width: 20px;
	margin: 0 auto;
}
.fp-pager a {
	display:block;
	background:url(images/pager.png) 50% no-repeat;
	width:20px;
	height:20px;
	margin-bottom: 10px;
}
.fp-pager a:hover, .fp-pager a.activeSlide {
	background:url(images/pager-active.png) 50% no-repeat;
}
@media screen and (max-width:1240px) {
	.fp-title {
		font-size:30px;
		margin:5px 0 10px;
	}	
	.fp-description {
		margin:5px 0;
		font-size:15px;
		line-height:24px;
	}	
	.fp-more {
		padding: 20px 60px;
	}
}
@media screen and (max-width:1024px) {
	.fp-title {
		font-size:20px;
		margin:10px 0 20px;
	}	
	.fp-description {
		margin:5px 0;
		font-size:16px;
		line-height:24px;
	}
}

@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-nav {
		display:none;
	}
	.fp-thumbnail img {
		width:100%;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:18px;	
	font-weight:bold;
	color:#333;
}
article {
	border:3px solid #ff2130;
	padding: 30px;
	margin-bottom: 80px;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	margin: -170px 15px 20px 0;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	text-align:center;
	color: #6f6f6f;
	font-size: 16px;
}
.entry-meta a {
	color:#6f6f6f;
	text-decoration:none;
}
.entry-meta a:hover {
	color:#1e2a62;
}
.entry-meta > span {
	line-height: 100px;
	float: left;
	margin-right: 35px;
}
.entry-meta > span .icon {
	color: #6f6f6f;
	padding: 5px;
	border: 1px solid #d7d7d7;
	border-radius: 50px;
	text-align: center;
	width: 35px;
	height: 35px;
	font-size: 17px;
	line-height: 22px;
	box-sizing: border-box;
	display: inline-block;
	margin-right:5px;
}
.entry-meta > span:hover .icon {
	border-color:#1e2a62;
	background:#1e2a62;
	color:#fff;
}
.entry-meta .post-date {
	background: url(images/date.png) left center no-repeat;
	font-size: 29px;
	color: #6f6f6f;
	line-height: 30px !important;
	float: left;
	margin-bottom:30px;
}
.entry-meta .day {
	font-size:58px;
	color:#cecece;
	line-height:55px;
}
article .post-categories {
	display:block;
	margin: 0 0 20px;
}
@media screen and (min-width:1024px) {
	article.withimg {
		margin-top: 200px;
		position: relative;
	}
	.withimg .entry-meta > span.post-comments {
		line-height: 130px;
	}	
	.withimg .entry-meta {
		position:absolute;
		top:0;
		right: 10px;
		left: 400px;
		margin: -131px auto 0;
	}
}
@media screen and (max-width:1024px) {
	article .featured_image {
		margin:0 auto;
		float:none;
		display:block;
		width:100%;
	}
}


/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#1e2a62;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	min-width:40px;
	height:40px;
	text-align:center;
	line-height: 38px;
	box-sizing: border-box;
	padding: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#ff2130;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#ff2130;
}


/* ....................... Sidebar .................... */
.sidebar {
	border:3px solid #e9e9e9;
	padding: 20px;
	box-sizing: border-box;
}
.widget .caption h4 {
	color: #333;
	font-weight: bold;
	font-size:18px;
	padding-bottom: 13px;
	background: url(images/caption.png) left bottom 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 {
	padding: 11px 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 {
}
.widget_smt_comments .comment_avatar {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	border-radius:60px;
}
.widget_smt_posts img {
	display:block;
	margin: 0 auto 10px;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	color:#ff2130;
	text-transform:uppercase;
	font-size:12px;
	display: block;
}
.widget_smt_posts .title {
	font-size:14px;
}
.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; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#fff;
}
footer .boxed-container {
	box-sizing:border-box;
	padding: 25px 25px 0;
	background: url(images/footer.jpg) top center no-repeat;
	background-color:#1e2a62;
}
footer a {
	color:#8699d6;
}
footer a:hover {
	color:#ff2130;
}
footer .footer_txt {
	background:#151d45;
	text-align:center;
	margin: 0 -25px;
	padding: 15px;
}
footer .footer_txt a {
}
footer .widget .caption  h4 {
	color:#fff;
}