/*
Theme Name: AutoFocus
Theme URI: http://smthemes.com/autofocus/
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: 10/28/2014
License URI: license.txt
Tags: white, red, light, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
html {
	background:url(images/background.jpg) left top repeat;
}
body {
	color:#333333;
	font-family: 'PT Sans', sans-serif;
}
a {
	color:#dc2400;
}
a:hover {
	color:#8d2916;
}
h1, h2, h3, h4, h5, h6, a.post_ttl {
	color: #FFFFFF;
	text-decoration:none;
}

a.post_ttl {
	font-size:25px;
}
/*------------------------------ HEADER ------------------------------*/
#header {
	
}
#secondarymenu-container {
	position:relative;
}
/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:20px;
	line-height:20px;
	color:#a3a3a3;
	width:160px;
}
.searchbtn {
	height:20px;
	width:13px;
	margin-right:10px;
}
.searchform {
	height:20px;
	background:#fff;
	border:1px solid #dddada;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	margin:6px 0;
}

/*------------------------------ CONTENT ------------------------------*/
.articles {
	
}
.articles .post-meta a{
	color:#831500;
	text-decoration:none;
}
.articles .post-meta {
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
}
.articles .post-date {
	color:#8b9fb4;
	float:right;
}

#commentform #submit, input.readmore, a.readmore {
	color:#323232;
	text-shadow:1px 1px 1px #fff;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 50%, #e2e2e2 51%, #e2e2e2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f2f2f2), color-stop(51%,#e2e2e2), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 50%,#e2e2e2 51%,#e2e2e2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 50%,#e2e2e2 51%,#e2e2e2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 50%,#e2e2e2 51%,#e2e2e2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 50%,#e2e2e2 51%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
	border:1px solid #fff;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0 1px 3px #cbc9c9;
}
#commentform #submit, input.readmore, a.readmore:hover {

}
.featured_image {
	padding:0;
	background:none;
    border:none;
	margin-top:10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.googlemap {
	background:#fff;
    border:1px solid #e4e4e4;
}
.widget_posts ul li img,.widget_flickr a {
	padding:1px;
	background:#e4e4e4;
}

.pagination{
	margin:30px 0;
}
.page-numbers {
	padding:5px 6px;
	font-size:20px;
}
a.page-numbers {
	color:#333333;
	text-decoration:none;
}
a.page-numbers:hover {
	color:#dc2400;
}
span.page-numbers{
	color:#831500;
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
	background:url(images/footer.png) left top repeat;
	border-top:1px solid #76849a;
	color:#fff;
}
#footer a{
	color:#94aacc;
}
#footer h3 {
	color:#fff;
}
#footer .footer_txt {
	padding:0;
	background:url(images/bottom.png) left top repeat-x;
	height:96px;
	color:#333333
}
#footer .footer_txt a {
	color:#333333
}
#footer .footer_txt  .top_text {
	height:54px;
	padding:5px 0;
}
#footer .footer_txt .smthemes {
	color:#f0f5ff;
}
#footer .footer_txt .smthemes  a{
	color:#f0f5ff;
}
#footer .footer_txt .container {
	padding:0 7px;
	width:986px;
	border:none;
}
/*------------------------------ 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;
}
#content .widget {
	margin-bottom:20px;
}
#content .widget .caption h3 {
	border-bottom:1px solid #e4e4e4;
	margin-bottom:20px;
}
#content .widget.widget_tabs .caption h3 {
	padding:0 10px;
}
.fp-next{
	background-position:left 50%;
}
.fp-prev {
	background-position:right 50%;
}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content-top {
		height:0;
		margin-top:10px;
	}
	#content {
		width:1000px;
		margin:0 auto;
		background:#fff;
		border:1px solid #3b475e;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
	}
	#content-bottom {
		margin-bottom:10px;
		height:14px;
		width:1000px;
		background:url(images/content/bottom-n.png) 50% bottom no-repeat !important;
	}
	#content .container {
		background:url(images/content/main-n.png) left bottom no-repeat !important;
	}
	#logo {
		float:left;
		margin-top:34px;
	}
	
	.menusearch {
		float:right;
		margin-top:0px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:34px;
		position:relative;
		z-index:11;
	}
	#secondarymenu {
		float:right;
		margin-right:30px;
		max-width:550px;
		height:34px;
	}
	#secondarymenu a {
		text-decoration:none;
		padding:8px 10px;
		display:block;
		color:#fff;
		font-size:13px;
	}
	#secondarymenu a:hover{
		background:url(images/topmenu-active.png) left top repeat;
	}
	#mainmenu-container {
		height:55px;
		z-index:999;
		margin:0 -1px;
	}
	#mainmenu {
		float:right;
		
	}
	#mainmenu li a {
		text-align:center;
		display:block;
		text-decoration:none;
		padding:19px 20px;
		font-size:15px;
		color:#333333;
		text-shadow:1px 1px 1px #fff;
	}
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		background:url(images/menu-active.png) left top repeat-x;
		color:#dc2400;
	}
	#header li ul {
		top:43px;
	}

	
	
	#header li ul .inner {
		background:#23324b;
		border:1px solid #687791;
		padding:0;
	}
	#header ul.children li, #header .sub-menu li {
		padding:0 !important;
		margin:0 !important;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a, #header .sub-menu li a {
		color:#fff !important;
		padding:0 !important;
		background:none;
		height:25px;
		line-height:25px;
	}
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		background: #293750 !important;
		border-radius:0 !important;
		border:none !important;
		box-shadow:none !important;
	}

	#header .sub-menu .sub-menu {
		top:0 !important;
	}
	
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		
		padding-top:12px;
		
	}
	.fp-next, .fp-prev {
		width:56px;
		height:320px;
	}
	.slider {
		position:relative;
		padding:10px;
		padding-bottom:30px;
		background:#f5f5f5;
		border:1px solid #a9a9a9;
		border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		box-shadow:0 0 3px #444;
	}
	.fp-prev-next-wrap {
		margin:-20px;
	}
	.fp-prev,.fp-next {
		margin:0 30px;
		margin-top:-204px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:320px;
		width:980px;
	}
	.fp-content-fon {
		border-bottom:none;
		border-left:none;
		border-right:none;
	}
	.fp-content-fon, .fp-content {	
		left:0;
		right:0;
		bottom:0;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	.fp-nav {
		bottom:5px;
	}
	.fp-pager a {
		width:12px;
		height:12px;
	}
}

/* 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:#f6f6f6 !important;
	color:#333 !important;
	text-shadow:none !important;
	box-shadow:none !important;
	font-weight:normal !important;
	border:none !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:#ebebeb !important;
}
.widget.woocommerce.widget_product_search #s {    
	border:1px solid #DDDADA !important;
	color:#a3a3a3 !important;
}
.widget.woocommerce.widget_product_search #searchsubmit {
	background:#f6f6f6;
	color:#333;
	padding:4px 8px;
}
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { 
	background:#de2400;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
	background:#921500;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { 
}
.woocommerce-page #main_content > #container > #content { 
	border:none !important;
	padding:15px 0;
}

/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
		background:url(images/top.png) -640px top no-repeat;
	}
	
	#logo {
		float:left;
		margin-top:34px;
		margin-left:18px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	#content .container {
		background:#fff !important;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		float:right;
		margin-top:0;
		margin-right:25px;
		clear:right;
	}
	#secondarymenu-container {
		height:89px;
		padding-top:0px;
	}
	#secondarymenu {
		float:right;
		clear:right;
		margin-right:7px;
	}
	#secondarymenu li {
		padding:15px;
	}
	#secondarymenu li a{
		color:#DC2400;
	}
	#mainmenu-container {
		clear:left;
		margin-bottom:15px;
		background:#000;
		padding-bottom:10px;
	}
	#mainmenu {
		margin:0 10px;
	}
	#mainmenu li {
		padding:0;
		float:left;
	}
	#mainmenu a {
		color:#fff;
		text-decoration:none;
		font-size:16px;
		padding:10px 15px;
		display:block;
	}


	#header li ul  .transparent {
		
	}
	#header li ul .inner {
		margin:1px;
		background:#000;
	}
	#header ul.children li a, .sub-menu li a {
		color:#686868;
		padding:0 !important;
		background:none;
	}
	#header ul.children li a:hover, .sub-menu li a:hover {
		color:#fff;
	}
	.slider-container { padding-bottom:35px;}
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;}
	#header {
		background:url(images/top.png) left top no-repeat;
	}
	#logo {
		margin-top:20px;
	}
	#content .container {
		background:#fff !important;
	}
	.searchbtn {
		width:auto !important;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		margin:0 -2%;
		padding:0 2%;
		margin-top:10px;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #eee;
	}
	#secondarymenu li a, #mainmenu li a{
		color:#142736;
	}
	.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:-5px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
	}
}

h1{
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
    font-size: 28px;
    text-shadow: 1.5px 1.5px 1px #000;
}

p {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif !important;
}

a.post_ttl, .post-caption h1{
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif !important;
}

body {
background: url(http://indie2industry.com/wordpress/wp-content/uploads/2014/11/bg.jpg) top center no-repeat fixed !important;
}

a {

font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif !important;
}