/*
Theme Name: BlackWine
Theme URI: http://smthemes.com/blackwine/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.1
License: Creative Commons 3.0
Theme date: 04/12/2014
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);

html {
	background:#fff;
}
body {	
	color:#252525;
	position:relative;
}
#all{
	background:url(images/back-header.jpg) top left;
}
a {
	color:#8E3949;
	text-decoration:underline;
}
a:hover {
}
a.post_ttl, .post-caption h1 {
	color:#2A2A2A;
	font-size:21px;
	font-family:'oswald';
}
h2 a.post_ttl:hover{
	color:#8E3949;
}



/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}
#header{
	background:url(images/back-top.png) top repeat-x;
}

/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:25px;
	line-height:25px;
	color:#393939;
}
.searchbtn {
	height:25px;
	width:17px;
	margin-right:10px;
}
.searchform {
	height:25px;
	background:#f7f7f7;
	box-shadow:1px 1px 2px #707070 inset;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
.one-post {
	border-bottom:1px solid #E9E9E9;
}
#commentform #submit, input.readmore, a.readmore {
	background: #fdfcff; /* Old browsers */
	background: -moz-linear-gradient(top,  #fdfcff 0%, #f6f4fc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfcff), color-stop(100%,#f6f4fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fdfcff 0%,#f6f4fc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fdfcff 0%,#f6f4fc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fdfcff 0%,#f6f4fc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fdfcff 0%,#f6f4fc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcff', endColorstr='#f6f4fc',GradientType=0 ); /* IE6-9 */
	color:#686868;
	border:none;
	box-shadow:0 1px 0 #c9c9cb inset;
	padding:6px 35px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	text-decoration:none;
}
.featured_image {
	margin-top:15px;	
	padding:4px;
	border:1px solid #ccc;
}
.googlemap {
	padding:4px;
	border:1px solid #ccc;
}
.widget_posts ul li img,.widget_flickr a {
	border:1px solid #ccc;
	padding:2px;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:left;
}
.page-numbers {
	padding:5px 10px;
	font-family: 'Arial';
}
a.page-numbers {
	color:#8E3949;
	text-decoration:underline;
}
a.page-numbers:hover, span.page-numbers {
	color:#393939;
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	background:#2a0f14;
	background: -moz-linear-gradient(top, rgba(42,15,20,1) 0%, rgba(21,4,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(42,15,20,1)), color-stop(100%,rgba(21,4,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(42,15,20,1) 0%,rgba(21,4,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(42,15,20,1) 0%,rgba(21,4,7,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(42,15,20,1) 0%,rgba(21,4,7,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(42,15,20,1) 0%,rgba(21,4,7,1) 100%); /* W3C */
	border-top:1px solid #9e9e9e;
	color:#999;
}

#footer .inner a{color:#ccc;}

#footer h3{
	color:#fff;
	font-family:'oswald';
	font-size:14px;
}

#footer .container {
}
.footer_txt{
	border-top:1px solid #240D11;
	color:#A39D9C;
}
.footer_txt a{color:#ccc;}
#footer .footer_txt {

}
#footer .footer_txt .container {
}
.footer-widgets {
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:0;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:0;
}
.scaption{
	border:1px solid #8e3949 !important;
	background:none;
	color:#8e3949 !important;
	padding:8px !important;
	margin-right:5px;
}
.scaption.active, .scaption:hover{
	background:#fff !important;
	padding:8px !important;
	color:#8e3949 !important;
}
#content .widget .caption h3 {
 padding:0 5px;
}
#content .widget {
	
}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content {
		border-top:3px solid #cbcbcb;	
		background:#fff;
	}
	#content .container {
		width:996px;
		padding:0 2px;
	}
	#logo {
		position:absolute;
		top:64px;
	}
	.menusearch {
		position:relative;
		top:17px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:61px;
		position:relative;
		z-index:20;
	}
	
	
	#secondarymenu {
		float:left;
		margin-top:19px;
	}
	#secondarymenu a {
		padding:0 9px;
		color:#9a9a9a;
		border-right:1px solid #9a9a9a;
	}
	#secondarymenu li:last-child a{
		border:none;
	}
	#secondarymenu a:hover{
		color:#fff;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:100px;
		background:url(images/back-mainmenu.png) no-repeat right;
		z-index:18;
		position:relative;
		margin-top:2px;
		margin-bottom:-9px;
	}
	#mainmenu{
		float:right;
		height:91px;
	}
	#mainmenu li a {
		padding:33px 20px;
		font-size:16px;
		color:#f0f0f0;
		font-family:'oswald';
		border-left:1px solid #110D0E;
		border-right:1px solid #252122;
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
	}


	#header li ul {	top:25px; }
	#header #mainmenu li ul { top:95px; }
	
	#header li ul .transparent {	}
	#header li ul .inner { background:#3C3335;border:1px solid #747272;}
	#header #mainmenu li ul .transparent {	}
	#header #mainmenu li ul .inner {	}
	
	#header ul.children li a, #header .sub-menu li a {
		color:#fff; 
		padding:0 15px;
		text-align:left;
		border:none;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#fff !important;
		text-decoration:underline;
	}
	
	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {}
	#header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {		
		color:#df191b;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		position:relative;
	}
	.slider {			
	}
	.fp-next, .fp-prev {
		margin:140px -39px;
		width:39px;
		height:88px;
	}
	.fp-title{
		font-size:13px;
	}
	
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:397px;
		width:1000px;
	}
	.fp-content-fon {
		border:none;
		height:80px;
		width:400px;
		left:30px;
		bottom:40px;
	}
	.fp-content {	
		left:20px;
		right:550px;
		height:104px;
		bottom:0;
		text-align:left;
		font-size:13px;
	}
	.fp-nav {
		right:0;
		bottom:20px;
		left:0;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt .container {
		
	}
	.content-l #content .container { background:url(images/content/main-l.png) left top repeat-y; }
	.content-r #content .container { background:url(images/content/main-r.png) left top repeat-y; }
	.content-lr #content .container { background:url(images/content/main-lr.png) left top repeat-y; }
	.content-l2 #content .container { background:url(images/content/main-l2.png) left top repeat-y; }
	.content-r2 #content .container { background:url(images/content/main-r2.png) left top repeat-y; }
	.content-n #content .container { background:url(images/content/main-n.png) left top repeat-y; }
}	


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
		margin-left:15px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	#header{background:none;}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		margin-top:25px;
	}
	#secondarymenu-container {
		padding-top:0px;
	}
	#secondarymenu {
		clear:both;
	}
	#secondarymenu li {
		
	}
	#secondarymenu li a{
		padding:15px;
		font-size:15px;
	}
	#header li ul{
		padding:0 0 0 15px;
	}
	#header li ul li a{
		padding:0;
	}	
	#mainmenu-container {
		clear:both;
		padding-bottom:10px;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#393939;
		text-decoration:none;
		font-size:16px;
		font-family:'oswald';
		padding:10px 15px;
		display:block;
	}

	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	
	}
	#logo {
		margin-top:5px;
		margin-bottom:-35px;
	}
	.searchbtn {
		width:auto !important;
	}
	#header{background:none;}
	#secondarymenu-container {
		padding-top:6px;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		padding:0 2%;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #d7d7d7;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#363636;
		text-decoration:none;
	}
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	}
}
