/*
Theme Name: Lens
Theme URI: http://smthemes.com/lens/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.2
License: Creative Commons 3.0
Theme date: 09/16/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: rgb(63,93,100);
	background: -moz-linear-gradient(top,  rgba(63,93,100,1) 0%, rgba(126,162,164,1) 50%, rgba(30,75,86,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,93,100,1)), color-stop(50%,rgba(126,162,164,1)), color-stop(100%,rgba(30,75,86,1)));
	background: -webkit-linear-gradient(top,  rgba(63,93,100,1) 0%,rgba(126,162,164,1) 50%,rgba(30,75,86,1) 100%);
	background: -o-linear-gradient(top,  rgba(63,93,100,1) 0%,rgba(126,162,164,1) 50%,rgba(30,75,86,1) 100%);
	background: -ms-linear-gradient(top,  rgba(63,93,100,1) 0%,rgba(126,162,164,1) 50%,rgba(30,75,86,1) 100%);
	background: linear-gradient(to bottom,  rgba(63,93,100,1) 0%,rgba(126,162,164,1) 50%,rgba(30,75,86,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f5d64', endColorstr='#1e4b56',GradientType=0 );
}
body {	
	background:url(images/body.png) top no-repeat;
	color:#e2e2e2;
	position:relative;
        font-family: 'Lora', serif;
	/*font-family:'opensansregular';*/
}
#all { background:url(images/all.png) bottom no-repeat; }
a {
	color:#fff;
}
a:hover {
	color:#ff8942;
}
a.post_ttl, .post-caption h1 {
	color:#d0d0d0;
	font-family:'opensansregular';
	font-size:25px;
	line-height:25px;
}
h2 a.post_ttl:hover{
	color:#fff;
}
.page-title{
	color:#fff;
	font-family:'opensansregular';
	font-size:25px;
}


/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:38px;
	line-height:38px;
	color:#d0d0d0;
	text-transform:lowercase;
}
.searchbtn {
	height:38px;
	width:17px;
	margin-right:10px;
}
.searchform {
	height:38px;
	background:#2f4544;
	border:5px solid #365152;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
.content-r #main_content, .content-r2 #main_content{
	padding:0 30px 20px 0;
}
.content-l #main_content, .content-l2 #main_content{
	padding:0 0 20px 30px;
}
.content-lr #main_content{
	padding:0 30px 20px;
}
.content-n #main_content { 
	padding:0 0 20px;
}
.tags, 
.related-posts, 
#comments, 
#respond{
	padding:20px !important;
}
.one-post, 
.tags, 
.related-posts, 
#comments, 
#respond { 
	background:url(images/main.png);
	margin-bottom:14px;
	padding:0 20px 20px;
}
.one-post { position:relative; }
.articles .post-body { line-height:23px; }
#commentform #submit, input.readmore, a.readmore {
	background: #495a56;
	padding:4px 16px;
	border:1px solid #43524e;
	width:auto;
	text-transform:lowercase;	
	color:#d0d0d0;
	font-family:'opensanssemibold';
	font-size:13px;
}
a.readmore { 
	float:left;
	clear:right;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background:#af5e2d;
	color:#fff;
	text-decoration:none;
}
.featured_image{
	margin-top:0;
}
.googlemap {
	padding:0;
	border:none;
}
.widget_posts ul li img,.widget_flickr a {
	border:none;
	padding:0;
}
.post-meta { 
	margin:5px 0 0 !important;
}
.post-meta, 
.post-meta a { 
	color:#d0d0d0;
	font-family:'opensanssemibold';
	font-size:12px;
}
.post-meta a:hover { color:#fff; }
.post-date,
.post-category,
.post-comments { 
	background:#4f5c54;
	padding:5px 10px 5px 5px;
	border:1px solid #49554e;
	display:inline-block;
}
.post-comments { margin:3px 3px 3px 0; }
.edit-link {
	position:absolute;
	right:10px;
	top:18px;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:left;
}
.page-numbers {
	padding:10px 20px;
	font-family: 'opensanssemibold';
	font-size:13px;
}
a.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce #content nav.woocommerce-pagination ul li a,
body.woocommerce-page #content nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce #content nav.woocommerce-pagination ul li span,
body.woocommerce-page #content nav.woocommerce-pagination ul li span {
	background: url(images/main.png);
	color:#e2e2e2;
	text-decoration:none;
}
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li  { 
	margin-right:3px;
} 
a.page-numbers:hover,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page nav.woocommerce-pagination ul li a:focus,
body.woocommerce #content nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:focus{
	background:#af5e2d;
	color:#e2e2e2;
}
span.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce-page nav.woocommerce-pagination ul li span.current,
body.woocommerce #content nav.woocommerce-pagination ul li span.current,
body.woocommerce-page #content nav.woocommerce-pagination ul li span.current {
	background: #454e4b;
	color:#e2e2e2;
}
 .feedback .input input, .feedback textarea { color:#fff; }

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	color:#fff;
}

#footer a{}

#footer h3{
	color:#d0d0d0;
	font-size:16px;
	text-transform:uppercase;
	font-family:'opensansregular';
}

#footer .container.clearfix  {
	border-bottom:1px solid #3d4542;
	background:url(images/main.png);
	padding-top:10px;
}

#footer .footer_txt {
	background:#454e4b;
	border-top:1px solid #515c58;
	color:#d0d0d0;
}
#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:5px;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:5px;
}
.widget_archive ul li:before, 
.widget_categories ul li:before, 
.widget_meta ul li:before, 
.widget_pages ul li:before, 
.widget_recent_entries ul li:before{
	content:none !important;
}
.widget_archive ul li a, 
.widget_categories ul li a, 
.widget_meta ul li a, 
.widget_pages ul li a, 
.widget_recent_entries ul li a{
	display:block;
	border-top:1px solid #5e6e67;
	border-bottom:1px solid #526059;
	padding:10px 0 10px 11px;
	text-decoration:none;
	color:#d0d0d0;
}
.widget_archive ul li a:hover, 
.widget_categories ul li a:hover, 
.widget_meta ul li a:hover, 
.widget_pages ul li a:hover, 
.widget_recent_entries ul li a:hover{
	background:#af5e2d;
	color:#fff !important;
}
.widget_archive ul li:first-child a, 
.widget_categories ul li:first-child a, 
.widget_meta ul li:first-child a, 
.widget_pages ul li:first-child a, 
.widget_recent_entries ul li:first-child a{
	border-top:none;
}
.widget_archive ul li:last-child a, 
.widget_categories ul li:last-child a, 
.widget_meta ul li:last-child a, 
.widget_pages ul li:last-child a, 
.widget_recent_entries ul li:last-child a{
	border-bottom:none;
}
.widget_archive ul li, 
.widget_categories ul li, 
.widget_meta ul li, 
.widget_pages ul li, 
.widget_recent_entries ul li{
	margin:0 !important;
	padding:0 !important;
}
#content .widget .caption h3 {
	font-size:16px;
	color:#d0d0d0;
	font-family:'opensansregular';
	text-transform:uppercase;
	padding-top:0;
}
#content .widget {
	background:url(images/main.png);
	margin-bottom:26px;
}
.widget_posts .day{}
.widget_posts .date{}
.tabs_captions .scaption{
	background:#505c54;
	color:#d0d0d0;
	font-family:'opensanssemibold';
	font-size:13px;
	text-transform:uppercase;
	padding:6px 10px !important;
	border:1px solid #49554e !important;
}
.tabs_captions .scaption.active, .tabs_captions .scaption:hover{
	background:#af5e2d;
	color:#fff;
}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-next:hover { background-image:url(images/slide-right-hover.png); }
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
.fp-prev:hover { background-image:url(images/slide-left-hover.png); }
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content {
		margin-top:50px;
	}
	#all { padding-bottom:30px; }
	#content .container {
	}
	.menusearch {
		width:260px;
		float:left;
		margin-top:32px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:108px;
		position:relative;
		z-index:9999;
	}
	
	
	#secondarymenu {
		float:right;
	}
	#secondarymenu a {
		padding:44px 30px 44px 16px;
		background:url(images/sec-menu-a.png) left no-repeat;
		color:#e2e2e2;
		font-family:'opensanssemibold';
		font-size:14px;
	}
	#secondarymenu a:hover{
		background:url(images/sec-menu-a-hover.png) left no-repeat;
		color:#fff;	
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:483px;
		float:left;
		position:relative;
		width:294px;
		z-index:999;
	}
	.no-slider #mainmenu-container { width:1000px; height:154px; }
	#logo {
		position:absolute;
		top:0;
		background:url(images/logo-back.png) left top no-repeat;
		width:316px;
	}
	.no-slider #logo { 
		background:url(images/mainmenu.png);
		position:relative;
		float:left;
		width:auto;
	}
	#mainmenu { 
		height:329px;
		background:url(images/mainmenu.png);
		top:154px;
		border-top:1px solid #394a46;
	}
	.no-slider #mainmenu { 
		float:left;
		height:154px;
		top:0;
		width:706px;
		border:none;
	}
	#mainmenu li {
		position:relative;
		float:none;
	}
	.no-slider #mainmenu li { float:left; } 
	#mainmenu li a {
		padding:11px 20px 11px 48px;
		font-size:14px;
		color:#d0d0d0;
		font-family:'opensanssemibold';
		background:url(images/mainmenu-a.png) 15px center no-repeat;
		border-top:1px solid #4a5b56;
		border-bottom:1px solid #3f4e4a;
	}
	.no-slider  #mainmenu li a { 
		border:none;
		padding:67px 20px 67px 34px;
	}
	#mainmenu li a:hover{
		background-image:url(images/mainmenu-a-hover.png);
		background-color:#af5e2d;
		color:#fff;
	}


	#header li ul {	top:75px; z-index:9999; }
	#header #mainmenu ul > li > ul { top:0; left:285px !Important;  }
	.no-slider #header #mainmenu ul > li > ul  { top:156px; left:0 !Important;  }
	
	#header ul > li > ul > .transparent {	
		background:url(images/sec-sub.png) left top no-repeat;
	}
	#header li ul .inner { 
		padding:0;
		margin-top:3px;
		background:#47564f;
	}
	#header  ul > li > ul >.inner {
		margin-toP:8px;
	}
	.no-slider #header #mainmenu li ul .transparent {	background:none; }
	#header #mainmenu ul > li > ul > .transparent {	
		background:url(images/main-sub.png) left top no-repeat;
	}
	.no-slider #header #mainmenu li ul .inner { margin:0; }
	#header #mainmenu li ul .inner {	
		background:#586053;
		padding:0;
		margin-left:0;
		margin-top:3px;
	}
	#header #mainmenu ul > li > ul >.inner { 
		margin-left:10px;
	}
	#header ul.children li, #header .sub-menu li { height:auto !important;}
	#header ul.children li a, #header .sub-menu li a {
		padding:5px 20px;
		text-align:left;
		background:url(images/main-sub-a.png) left bottom repeat-x !important;
		color:#d0d0d0;
		font-family:'opensansregular' !important;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#fff ;
		background:#f93178;
	}
	#header ul.children li:last-child a, #header .sub-menu ul > li:last-child a{ background-image:none !Important; }
	
	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {
		padding:5px 20px;
		text-align:left;
		background:url(images/main-sub-a.png) left bottom repeat-x !important;
		font-size:14px !important;
		color:#d0d0d0;
		font-family:'opensanssemibold' !important;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover, #header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {	
		background-color:#af5e2d !important;
		color:#fff;
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		float:right;
		width:706px;
		height:483px;
		position:relative;
		margin:0 auto;
	}
	.slider {
	}
	.fp-next, .fp-prev {
		margin:179px 26px;
		width:32px;
		height:61px;
	}
	.fp-title { margin:10px 0 5px; }
	.fp-title a{
		font-size:30px;
		color:#fff;
		text-decoration:none;
		font-family:'opensansregular';
	}
	.fp-more { 
		position:absolute;
		right:-150px;
		top:63px;
		color:#fff !Important;
		background:#a86d42;
		text-transform:lowercase;
		border:1px solid #5d6459;
		text-decoration:none;
		padding:4px 16px;
	}
	.fp-more:hover { background:#af5e2d; border:1px solid #43524e; }
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides{
		border:1px solid #fcedd7;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		width:704px;
		height:481px;
	}
	.fp-content-fon {
		border:none;
		border-top:1px solid #000 !important;
		height:124px;
		background:#000;
		-moz-opacity: 0.4;
		opacity: 0.4;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
	}
	.fp-content { height:115px; left:30px !Important; right:180px !Important; overflow:visible; }
	.fp-content-fon, .fp-content {	
		left:0;
		right:0;
		bottom:0;
		text-align:left;
		font-size:13px;
	}
	.fp-nav {
		right:30px;
		bottom:30px;
		left:auto;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt  {
		width:1000px;
		margin:0 auto;
		padding-left:0;
		padding:20px 0;
	}
	#footer .footer_txt .container { padding-left:20px; }
}	

/* WooCommerce */
.woocommerce a.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page #content input.button.alt,
.woocommerce-page #content .products li a.button {
	background:#495a56 !important;
	text-transform:lowercase !important;
	color:#d0d0d0 !important;
	text-shadow:none !Important;
	box-shadow:none !Important;
	font-weight:normal !important;
	border:1px solid #43524e !important;
}
.woocommerce a.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #content .products li a.button:hover  {
	background:#af5e2d !important;
	color:#fff !important;
}
.widget.woocommerce.widget_product_search #s {   
	background:#2f4544 !important;
	border:5px solid #365152 !important;
	color:#d0d0d0 !important;	
}
.widget.woocommerce.widget_product_search #searchsubmit {
	background:#2f4544;
	padding:2px 6px;
	color:#fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { 
	background:#d07035 !IMportant;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
	background:#af5e2d !IMportant;
}
.woocommerce-page #main_content > #container > #content {
	background:url(images/main.png);
	margin:0 !Important;
	padding:30px !Important;
}

/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		position:absolute;
		top:0;
		left:0;
	}
	#content { margin-top:50px; } 
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		margin:64px 15px 64px 0;
	}
	#secondarymenu-container {
		padding-top:0px;
	}
	#secondarymenu {
		clear:both;
		overflow:hidden;
		padding-bottom:15px;
	}
	#secondarymenu li {
		
	}
	#secondarymenu li a{
		padding:15px;
		font-size:14px;
		color:#e2e2e2;
	}
	#header li ul{
		padding:0 0 0 15px;
	}
	#header li ul li a{
		padding:0;
	}	
	#mainmenu-container {
		clear:both;
		padding-bottom:10px;
		background:url(images/mainmenu.png);
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#d0d0d0;
		font-family:'opensanssemibold';
		text-decoration:none;
		font-size:16px;
		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 {
	}
	.searchbtn {
		width:auto !important;
	}
	#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;
	}
	.post-date,
	.post-category,
	.post-comments { display:block; }
	#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%;
	}
	#main_content { padding:0 10px 20px !Important; }
}