/*
Theme Name: FotoPrizer
Theme URI: http://smthemes.com/fotoprizer/
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: 10/14/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: 'open_sanslight';
	font-size:14px;
	background:url(images/top.jpg) top center no-repeat;
	background-color:#000;
	color:#565656;
}
/* .......................................................................... UI .......................................................................... */
a {
	color: #FF7676;
}
a:hover {
	text-decoration:none;
	color:#000;
}
.submit, .button, input[type="submit"] {
	padding: 5px 32px;
	border-radius:3px;
	background:#b70000;
	color:#fff;
	font-family: 'open_sansregular';
	font-size:11px;
	text-transform:uppercase;
	float:right;
}
article .button {
	margin-top: 18px;
	margin-left: 15px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#3a3a3a;
	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:#e8e8e8;
	border-radius:2px;
	color:#a2a2a2;
	font-family:'open_sansregular';
	font-size:13px;
}
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:#b70000;
}
.accent {
	color:#b70000;
	font-size:22px;
	font-weight:normal;
}
.descent {
	color:#616161;
	font-size:13px;
	font-family:'open_sansregular';
}



/* ========================================= Theme Header. ========================================= */
#logo {
	float:left;
	display:flex;
	height:75px;
	align-items:center;
	background-color:#980000;
	padding:0 15px;
}
#logo img { max-height:100%; }
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
	background-color:#980000;
}
header > .boxed-container:first-child {
	text-align:center;
}
.headersearch {
	float:left;
}
@media screen and (min-width:1024px) {
	.headersearch {
		
	}
}



/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	border:1px solid #dedede;
	border-radius:2px;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #616161;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	color:#0a0a0a;
	font-family: 'FontAwesome';
	background:none;
	font-size:15px;
}
.headersearch .search-box {
	height:75px;
	border:none;
	border-radius:0;
	position: relative;
	padding: 0;
	width:80px;
	margin-right:160px;
}
.headersearch .search-box:hover {
	margin:0;
	width:auto;
}
.headersearch .search-box:hover input[type="search"] {
	width:240px;
	padding:0 80px 0 15px;
}
.headersearch .search-box input[type="search"] {
	line-height:75px;
	color:#999999;
	background:#efefef;
	font-family:'open_sansbold';
	width: 80px;
	padding-right: 80px;
	transition:all 0.3s;
	height: 75px;
	padding: 0;
	box-sizing: border-box;
	border-radius: 0;
}
.headersearch .search-box input[type="submit"] {
	width:80px;
	height:75px;
	color:#fff;
	background:#b70000;
	line-height:75px;
	float: none;
	border-radius: 0;
	font-size: 20px;
}
.headersearch .search-box input[type="submit"]:hover {
	background:#cb0d0d;
}
#search-trigger {
	width:80px;
	height:75px;
	color:#fff;
	background:#b70000;
	line-height:75px;
}
::-webkit-input-placeholder { color:#616161; }
:-moz-placeholder { color:#616161; }
::-moz-placeholder { color:#616161; }
:-ms-input-placeholder { color:#616161;}
.headersearch ::-webkit-input-placeholder { color:#999999; }
.headersearch :-moz-placeholder { color:#999999; }
.headersearch ::-moz-placeholder { color:#999999; }
.headersearch :-ms-input-placeholder { color:#999999; }
@media screen and (max-width:800px) {
	.headersearch {
		float:none;
	}
	.headersearch .search-box {
		width:100%;
		margin:0;
		float: right;
	}
	.headersearch .search-box:hover {
		width:100%;
		margin:0;
	}
	.headersearch .search-box:hover input[type="search"] {
		transition:none;
		width:100%;
	}
	.headersearch .search-box input[type="search"] {
		width:100%;
		padding:0 80px 0 15px;
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {		
		display:flex;
		height:75px;
		align-items:center;	
		float:right;		
	}
	#extra-menu ul.nav-menu > li > a {
		color:#999;
		padding: 10px 17px;
		font-size:16px;
		text-transform:uppercase;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#d6d6d6;
	}
	#extra-menu ul.nav-menu  > li ul {
		background:#202020;
		box-shadow:0 1px 10px rgba(0,0,0,0.2);
		text-align:left;
	}
	#extra-menu ul.nav-menu  > li ul li a {
		color:#999;
		font-family: 'open_sansregular';
		padding: 14px 0;
	}
	#extra-menu ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		text-align:center;
	}
	#main-menu > div {
		text-align: center;
		background:#fff;
		border-bottom:1px solid #e5e5e5;
	}
	#main-menu > div > ul {
		display:inline-block;
		vertical-align: bottom;
		text-align: left;
	}
	#main-menu ul.nav-menu > li > a {
		color:#999;
		padding: 17px 22px;
		font-size:14px;
		text-transform:uppercase;
		font-weight:bold;
		line-height:14px;
		margin: 10px 0;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#626262;
	}
	#main-menu ul.nav-menu  > li ul {
		background:#fff;
		box-shadow:0 1px 10px rgba(0,0,0,0.2);
	}
	#main-menu ul.nav-menu  > li ul li a {
		color:#202020;
		font-family: 'open_sansregular';
		padding: 14px 0;
	}
	#main-menu ul.nav-menu  > li ul li:hover > a {
		color:#9a0000;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	padding:20px;
	box-sizing:border-box;
	background:#fff;
	position:relative;
}
.slider-bgr {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 33%, rgba(0,0,0,0.46) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0.46) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0.46) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#75000000',GradientType=0 ); /* IE6-9 */
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	padding:30px;
}
.fp-content::after {
	content:'';
	position:absolute;
	width:1px;
	height: 70%;
	top: 15%;
	right:25%;
	margin-right:-1px;
	background:rgba(255,255,255,0.3);
}
.fp-title {
	color:#fff;
	display:inline-block;
	font-size:28px;
	background:#b70000;
	max-width:75%;
	padding: 3px 15px;
}
.fp-description {
	color:#fff;
	max-width:75%;
	font-size:16px;
	margin: 0;
}
.fp-more {
	background:none;
	border-radius:50%;
	border:3px solid #e00505;
	font-size:12px;
	color:#fff;
	display:inline-block;
	width:85px;
	height:85px;
	text-align:center;
	line-height:85px;
	float:right;
	text-transform:none;
	padding: 0;
	position: absolute;
	left: 75%;
	right: 0;
	margin: 0 auto;
	top: 21%;
}
.fp-more:hover {
	background:#e00505;
	border-color:#e00505;
}
.fp-more:active {
	color:#fff;
	background:#b70000;
	border-color:#b70000;
}
.fp-prev-next-wrap {
	width:55px;
	right:-75px;
	top:0;
}
.fp-prev-next-wrap a {
	height:55px;
	width:55px;
}
.fp-prev {
	left:0;
	top:55px;
	background:url(images/slide-left.jpg) left top no-repeat;
}
.fp-next {
	right:0;
	top:0;
	background:url(images/slide-right.jpg) right top no-repeat;
}
@media screen and (max-width:1080px) {	
	.fp-prev-next-wrap {
		display:none;
	} 	
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}		
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	background:#fff;
	padding:40px 0;
}
@media screen and (min-width:1024px) {
	.site-content {
		width:1000px;
		max-width:100%;
		margin:0 auto;
		padding:20px;
		box-sizing:border-box;
	}
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:22px;	
	color:#333;
}
.entry-title a {
	color:#b70000;
	text-decoration:none;
	font-weight:normal;
}
article {
	padding:25px;
	border:2px solid #e8e8e8;
	margin-bottom:20px;
}
article .featured_image {
	vertical-align:bottom;
	float: left;
	border-radius: 200px;
	margin: 0 25px 10px 0;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	text-align: left;
	color: #616161;
	font-size:12px;
	border-top:2px solid #e8e8e8;
	padding: 20px 0 0;
	margin-bottom: 0 !important;
}
.entry-meta a {
	color:#616161;
	text-decoration:none;
	font-size:14px;
}
.entry-meta > span:not(:last-child)::after {
	content:'|';
	padding-left:10px;
}
.entry-meta > span {
	margin: 0 10px 0 0;
}
.entry-meta .post-date {
	background: url(images/date.png) left center no-repeat;
}
.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;
}


/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	color:#616161;
	border:2px solid #e8e8e8;
	border-radius:2px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#b70000;
	color:#fff;
	border-color:#b70000;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#b70000; color:#fff;
	border-color:#b70000;
}


/* ....................... Sidebar .................... */
.widget { 
	line-height:24px; 
}
.widget a {
	color:#b70000;
	font-size:13px;
	text-transform:uppercase;
	font-family:'open_sansbold';
}
.widget a:hover {
	color:#3a3a3a;
}
.widget .caption h4 {
	color:#000000;
	text-transform:uppercase;
	border:2px solid #e8e8e8;
	font-size:16px;
	font-family:'open_sanssemibold';
	text-align:center;
	padding: 10px 0;
}
.sidebar ul li { 
	border-bottom: 1px solid #f0f0f0; 
}
.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 {
	color:#171717;
	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:none;
}
.widget_smt_posts img, .widget_smt_comments img {
	display:block;
	border:3px solid #e8e8e8;
	border-radius:50%;
	margin: 0 auto;
	padding: 0;
}
.widget_smt_comments .comment_avatar {
	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: #101010;
	font-size:12px;
	font-family: 'open_sansbold';
	text-align: center;
	display: block;
	text-transform: uppercase;
}
.widget_smt_posts .title {
	font-size:14px;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 15px 0 0;
}
.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;
	background-color:#1c1c1c;
}
footer .footer_txt {
	padding: 15px 0;
	text-align: right;
	color: #616161;
}
footer .footer_txt a {
	color: #ff7676;
}
footer .footer_txt a:hover {
	color:#fff;
}
footer .widget {
	padding-top:25px;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget a {
	color:#ff7676;
}
footer .widget a:hover {
	color:#b70000;
}
footer .widget .caption  h4 {
	color:#fff;
	border-color:#181818;
}
footer .widget ul li {
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
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: #ff7676;
}
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 {
	color:#b70000;
}
footer .widget_smt_posts .post-date {
	color:#fff;
}