/*
Theme Name: Photocopy
Theme URI: http://smthemes.com/photocopy/
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: 08/12/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 {
	color:#414141;
	font-family: 'Arial';
	font-size:14px;
	background:#fff;
	position: relative;
}
h2 {
	color:#414141;
}
/* .......................................................................... UI .......................................................................... */
a {
	color:#c54242;
	text-decoration:none;
}
a:hover {
	color:#c54242;
	text-decoration:underline;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	float:left;
	margin:14px 0 0 0;
	color:#414141;
	font-size:13px;
	line-height:13px;
	font-family:'montserratregular';
	border:1px solid #dcdcdc;
	border-radius:3px;
	background:#eaeaea;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	color:#fff;
	border:1px solid #c54242;
	background:#c54242;
	text-decoration:none;
}
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:#e0e0e0;
	color:#4a4a4a;
}
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:#28262b;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	font-family:'montserratregular';
	border:1px solid #dcdcdc;
	border-radius:3px;
	background:#eaeaea;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	color:#fff;
	border:1px solid #c54242;
	background:#c54242;
}

/* ========================================= Theme Header. ========================================= */
.site-header {	
	position:relative;
	padding:0 50px;
	background:#c54242;
	text-align:center;
}
.has-slider .site-header {	
	padding:0 50px 60px;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:60px;
	position:relative;
	z-index:3;
}
#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:60px;
	position:relative;
	z-index:3;
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #2e2e2e;
	background:none;
	border:none;

	float:left;
	height:45px;
	width:100%;
	padding:0 45px 0 0;
	box-sizing: border-box;
	color:#090708;
	font-family:'montserratlight';
	font-size:18px;
	border:none;
	background:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	margin: 0;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#090708; }
.search-box input[type="search"]:-moz-placeholder { color:#090708; }
.search-box input[type="search"]::-moz-placeholder { color:#090708; }
.search-box input[type="search"]:-ms-input-placeholder { color:#090708;}
.headersearch .search-box {
	display:none;
	position:absolute;
	top: 100%;
	left:auto;
	right:0;
	width: 1000px;
	margin:0;
	padding-left:20px;
	box-sizing:border-box;
	height:45px;
	z-index:3;
	background:#e1e1e1;
	box-shadow: 2px 0 10px rgba(0,0,0,0.2);
}
.headersearch .search-box input[type="search"] {
	background: none;
	color:#adadad;
	border: none;
	font-size:18px;
	text-align:left;
}
.headersearch .search-box input[type="submit"] {
	display: none;
}
#search-trigger {
	color:#ffff;
	position: relative;
	width:50px;
	height:50px;
	line-height: 50px;
	background:none;
	z-index:1;
	background:none;
	border-radius: 60px;
	font-size:18px;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	color:#f0f0f0;
}
#search-trigger.active {
	color:#fff;
}
.close{
	display:none;
	position:absolute;
	top: 100%;
	right:20px;
	height:45px;
	width:18px;
	cursor:pointer;
	background:url(images/searchbtn.png) center no-repeat;
	z-index: 5;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		
	}
	.headersearch .search-box {
		min-width:250px;
		width: 300px;
	}
	#top-menu-trigger {
		display:none;
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		display:flex;
		align-items:center;
		height:60px;
		position:absolute;
		left:0;
		right:0;
		justify-content: center;
		z-index:2;
	}
	#extra-menu ul.nav-menu > li > a {
		padding:24px 29px 24px 0;
		color:#fff;
		font-size:12px;
		line-height:12px;
		text-transform:uppercase;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fbc2c2;
	}
	#extra-menu ul.nav-menu  > li ul {
    background: #fff;
}
	#extra-menu ul.nav-menu  > li ul li:hover {
		background:#fff;
	}
	#extra-menu ul.nav-menu  > li ul > li:not(:last-child) > a {
		border-bottom:1px solid #e4e4e4;
	}
	#extra-menu ul.nav-menu > li ul li {
    padding: 0;
}
	#extra-menu ul.nav-menu  > li ul li a {
		padding: 15px 20px;
		color:#656565;
		font-size:12px;
		line-height:12px;
		font-family:'montserratregular';
	}
	#extra-menu ul.nav-menu  > li ul li:hover > a {
		color:#c54242;
	}
	
}
@media only screen and (min-width: 1024px) {
	#menu-trigger {
		position: relative;
		z-index:3;
		width:50px;
		height: 60px;
		cursor:pointer;
		background: url(images/main-menu-img.png) 50% no-repeat;
		top: 0;
		float: right;
	}
	#menu-trigger:hover {
	}
	#menu-trigger.active {	
	}
	#main-menu {
		position: absolute;
		top: 0;
		padding: 140px 0;
		z-index: 10;
		display: flex;
		align-items: center;
		justify-content: center;
		left: 0;
		right: 0;
		display: none;
	}
	#main-menu > div:first-child {
		border-radius: 7px;
		position: relative;
		width: 1000px;
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		z-index: 6;
	}
	#main-menu ul.nav-menu {
		min-width: 200px;
		list-style: none;
	}
	#main-menu ul.nav-menu > li {
		width: 100%;
		float: left;
		position: relative;
	}
	#main-menu ul.nav-menu > li > a {
		padding: 15px 0;
		color:#fff;
		font-size:22px;
		line-height:22px;
		text-transform:uppercase;
		font-family:'montserratlight';
		text-align: center;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#c54242;
	}
	#main-menu ul.nav-menu  > li ul {
    position: relative;
    text-align: center;
}
	#main-menu ul.nav-menu  > li ul li a {
		padding: 3px 10px;
		color:#fff;
		font-size: 18px;
		line-height:22px;
		text-transform:uppercase;
		font-family:'montserratlight';
	}
	#main-menu ul.nav-menu  > li ul li:hover > a {
		color:#c54242;
	}
	#top-menu-trigger {
		position: absolute;
		top: 80px;
		right:280px;
		margin:0;
		width:27px;
		height:26px;
		z-index: 10;
		background:url(images/main-men_hover.png) center no-repeat;
		cursor: pointer;
	}
}

@media only screen and (max-width:1023px) {
	.admin-bar #mobile-menu-trigger a {
		margin: -17px 0 0;
	}
	#mobile-menu-trigger a {
		margin: 17px 0;
		color: #fff;
	}
	#mobile-menu-trigger a:hover {}
}

#fade {
	position:fixed;
	width:100%;
	height:100%;
	z-index:7;
	display:none;
	background:#161416;
}
.active {
	display:block !important;
}	

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	display: none;
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	left:0;
	right:0;
	bottom:15px;
	text-align:center;
	margin:0 auto;
	padding:10px 0;
	width:862px;
	background:rgba(255,255,255,0.3) ;
}
.fp-title {
	color:#414141;
	font-family:'montserratsemi_bold';
	font-size:27px;
	line-height:32px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
}
.fp-description {
	color:#414141;
	font-family:'montserratlight';
}
.fp-more {
	float:none;
	position:relative;
	display:inline-block;
	margin-bottom:5px;
	padding:14px 43px;
	color:#fff;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
	font-family:'montserratsemi_bold';
	text-decoration:none;
	z-index:2;
	background:#414141;
}
.fp-more::after{
	content:"";
	position:absolute;
	bottom:-5px;
	left:-5px;
	width:100%;
	height:5px;
	background:#c54242;
}
.fp-more::before{
	content:"";
	position:absolute;
	top:5px;
	left:-5px;
	width:5px;
	height:100%;
	z-index:-1;
	background:#c54242;
}
.fp-more:hover{
	border-radius:0;
}
.fp-more:hover::after, a.fp-more:hover::before{
	display:none;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}		
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom: 15px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight:normal;
	text-transform:none;
	color:#414141;
	font-family:'montserratregular';
	font-size: 24px;
	line-height: 24px;
}
.entry-title a {
	color:#414141;
}
.entry-title a:hover { 
	color:#c54242;
	text-decoration:none;
}
article {
	border-bottom:2px solid #e4e4e4;
}
article .featured_image {
	width:100%;
	margin:0 0 15px;
	vertical-align:bottom;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta,.entry-meta a  {
	margin: 0 0 15px 0;
	color:#8d8d8d;
	font-size:12px;
	line-height:12px;
	font-family:'montserratregular';
	text-decoration:none;
}
.entry-meta a {
	margin:0;
}
.entry-meta a:hover {
	color:#c44242;
}
.entry-meta > span {
	margin-right:13px;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	margin-bottom:70px;
	padding:0 30px 0 0;
	color:#414141;
	font-size:14px;
}
.widget a {
	color:#414141;
	font-size:14px;
	font-family:'montserratregular';
	text-decoration:none;	
}
.widget a:hover {
	color:#c54242	
}
.sidebar {}
.widget .caption h4 {
	padding:0;
	color:#414141;
	font-size:18px;
	line-height:18px;
	font-family:'montserratsemi_bold';
	text-transform:uppercase;
}
.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 {
	color:#414141;
	font-size:15px;
	line-height:15px;
	padding: 15px 0;
	display:inline-block;
	font-family: 'Arial';
}
.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:none;
	color:#c54242;
}
.widget_smt_comments .comment_avatar img {
	float:left;
	border-radius:100px;
	border:none;
	margin:0 10px 10px 0;
}
.widget_smt_posts img {
	width:100%;
	vertical-align:bottom;
	margin: 0;
}
.widget_smt_comments .comment_author {
	float:right;
}
.widget_smt_comments a {
	text-decoration:none;
}
.featured_box {
	position: relative;
	margin: 0 0 10px;
}
.featured_box::after {
	content:'';
	left:0;
	right:0;
	top:0;
	height:100%;
	position:absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.featured_box img  {
	
}
.featured_box img + .post-date {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	z-index: 2;
	text-align: center;
}
.widget_smt_posts .post-date {
	color:#fff;
	font-family:'montserratlight';
	font-size:14px;
	line-height:14px;
}
.widget_smt_posts .title {
    font-weight: bold;
}
.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 {
	padding-top:52px;
	background:#232222;
}
footer .widget {
	color:#717171;
	box-sizing: border-box;
}
footer .widget a, footer a {
	color:#717171;	
}
footer .widget a:hover, footer a:hover {
	color:#c54242;	
}
footer .footer_txt {
	padding:15px 0;	
	text-align:center;
	color:#b3b3b3;
	font-size:14px;
	line-height:22px;
	font-family:'montserratregular';
	background:#fff;
}
footer .footer_txt a {
	color:#c54242;
	text-decoration:none;
}
footer .footer_txt a:hover {	
	text-decoration:underline;
}
footer .widget .caption  h4 {
	color:#a5a5a5;
}
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_nav_menu ul li a,
footer .widget_pages ul li a,
footer .widget_categories ul li a {
	color:#717171;	
}
footer .widget_archive ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_categories ul li a:hover {}
footer .widget_smt_posts .post-date {}