/*
Theme Name: Miko Sushi v2
Theme URI: http://mikosushilasvegas.com
Version: 2.0
Author: Adim Subedi
Author URI: http://adim.com.np/
*/

@font-face {
	font-family: GeosansLight;
	src: url('files/GeosansLight.ttf');
}
@font-face {
	font-family: GeosansLight;
	font-weight: bold;
	src: url('files/GeosansLight.ttf');
}
@font-face {
	font-family: Wonton;
	src: url('files/Wonton.ttf');
}
@font-face {
	font-family: Wonton;
	font-weight: bold;
	src: url('files/Wonton.ttf');
}
@font-face {
	font-family: lasvegasD;
	src: url('files/LASVEGSN.ttf');
}
@font-face {
	font-family: lasvegasD;
	font-weight: bold;
	src: url('files/LASVEGSN.ttf');
}
/*url(images/body_bg.png) repeat-x*/
body {
	background: #f9f9f9 ;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -76px; /* the bottom margin is the negative value of the footer's height */
	padding-bottom:76px;
}
.footer-wrap {
	height: 100px; /* .push must be the same height as .footer */
}
p a {
	text-decoration: underline;
	color: #000;
}
p a:hover {
	text-decoration: underline;
	color: #000;
}
h3 {
	font-family: 'Wonton', Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 4px;
}
h2 {
	font-family: 'GeosansLight', Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: Capitalize;
	margin-bottom: 7px;
	font-size: 30px;
}
h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 7px;
}
input {
	padding: 7px;
}
#header {
	background: url(images/top-rays.png) no-repeat top center;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.header-right {
	text-align: center;
}
#logo {
	/*background:url(images/logo_bg.png) no-repeat;*/
}
#slogan {
	font-weight: lighter;
	margin-top: 15px;
	margin-bottom: 5px;
}
#slogan_cont {
	font-weight: lighter;
	margin-bottom: 5px;
}
#slider_bg {
	/*height: 350px;*/
	margin-top: 10px;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e1e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e1e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #e1e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #e1e0e0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #e1e0e0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e0e0', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%, #e1e0e0 100%); /* W3C */
}
#slider_title {
	color: #74542c;
	font-size: 40px;
	margin-bottom: 7px;
}
#read_more {
	padding: 7px;
	width: 200px;
	margin-left: 0px;
}
#read_more a {
	color: #fff;
	margin-left: 0px;
	padding: 7px;
	text-decoration: none;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	background: #9f051a; /* Old browsers */
	background: -moz-linear-gradient(top, #9f051a 0%, #730514 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f051a), color-stop(100%, #730514)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9f051a 0%, #730514 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9f051a 0%, #730514 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #9f051a 0%, #730514 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f051a', endColorstr='#730514', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #9f051a 0%, #730514 100%); /* W3C */
}
#shadow {
	/*margin-bottom: 20px;*/
	text-align: center;
	position: relative;
}
#shadow img{
	vertical-align: top;
	/*position: absolute;
	left:0;
	top: 41px;
	right: 0;
	bottom: 0;
	margin: auto;*/
}
#page{
	margin-top:20px;
}
#main-post{
	margin-top:25px;
}
#thumbnail {
	margin-left: 0;
}
#blog_post a {
	color: #000;
	text-decoration: none;
}
#blog_post a:hover {
	text-decoration: underline;
}
#date {
	background: #bcb55f;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*margin-left: 0px;*/
	/*padding: 3px;*/
	padding-top: 5px;
	padding-bottom:5px;
	text-align: center;
}
/* PAGINATION */
.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #555;
}
.pagination a:hover {
	color: #fff;
	background: #3279BB;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #3279BB;
	color: #fff;
}
.submit input {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}
.widget {
	margin: 0px;
}
.widget li, #newsletter li {
	list-style: none;
	margin-left: 0px;
}
/* ----------- newsletter ----------- */

#newsletter input {
	float: left;
	background: #d2d0b5;
	font-size: 12px;
	padding: 7px;
	border: none;
	width: 200px;
	margin: 2px 0 10px 0px;
}
#newsletter button {
	clear: both;
	height: 31px;
	text-align: center;
	line-height: 31px;
	font-weight: bold;
}
#excerpt a {
	text-decoration: none;
	color: #000;
}
#excerpt a:hover {
	text-decoration: underline;
	color: #3F3F3F;
}
#footer {
	background: url(images/footer_bg.png) repeat;
	/*margin-top: 15px;*/
	height: 76px;
	padding: 10px 0;
	border-top: 1px solid #cacac9;
}
#footer_menu {
	text-align: center;
}
#footer_menu ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
#footer_menu li {
	margin-left: 0;
	list-style: none;
	padding: 0 20px;
	border-right: 1px solid #000;
	float: none;
	display: inline-block;
}
#footer_menu li:last-child {
	border-right: none;
}
#footer_menu li a {
	text-decoration: none;
	margin-left: 0;
	overflow: hidden;
	float: left;
	color: #000;
}
#copyright {
	color: #7F7F7F;
	margin-top: 10px;
	text-align: center;
}
#copyright a {
	color: #7F7F7F;
	text-decoration: none;
}
#copyright a:hover {
	color: #000;
	text-decoration: underline;
}
.content_left a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.content_left a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
.dropdown a {
	/*padding: 0 3px !important;*/
}
#dropdown-holder {
	/*width:940px !important;*/
	margin-left: 0;
}
.menu-primary-container {
	text-align: center;
}
.dropdown li {
	float: none;
	display: inline-block;
}
#slider_bg {
	margin-left: 0 !important;
}
.www_slider {
	display: none;
}
/***mobility fixes**/
img{
	max-width:100%;
	height:auto;
}

#featured_slider .img_right{
	height:100%!important;
}
#featured_slider .img_right img {
	width: auto!important;
	max-width: 100%!important;
	height: auto!important;
}
#featured_slider{
	width:100%!important;
	/*padding-left: 15px;
	padding-right: 15px;*/
}
#featured_slider ul{
	width:100%!important;
	margin:0;
	padding:0;
	margin:0!important;
}
#featured_slider ul li{
	margin:0!important;
	width:100%!important;
	/*height:100%!important;*/
	/*position: relative!important;*/
}
#featured_slider .content_left{
	width:65%!important;
	padding-right:15px;
}
#featured_slider .img_right{
	width:35%!important;
	margin-left:0!important;
	padding-left:15px;
	text-align: center;
	padding-top:15px;
}
#featured_slider .img_right img{
	max-width:100%!important;
	height:auto!important;
}
.post-title{
	margin-top:6px;
}
.post-content{
	padding-top:20px;
}
.post h2{
	margin-top:0;
}
.header-wrap{
	background: #e2deae;
	margin-bottom:20px;
	/*padding-bottom:20px;*/
}
.menu-btn{
	width: 100px;
	padding: 10px;
	margin-bottom: 30px;
	background: #000;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}

.menu-btn:hover{
	background: #00b4ff;
	color: #FFF;
}


@media(max-width:767px){
	.navbar-toggle{
		padding: 0;
		margin: 5px 0 0 15px;
		float:left;
	}
	.menu-primary-container{
		text-align: left;
	}
	.navbar-nav .open .dropdown-menu{
		float: left;
		width: 100%;
		background: rgba(255,255,255,0.05);
	}
	.dropdown-menu li {
		border: none;
		float: left;
		clear: both;
		width: 100%;
		border-bottom: 1px solid rgba(0,0,0,0.6);
	}
	.navbar-nav .open .dropdown-menu > li > a{
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
		text-align: left;
	}
	.nav > li {
		border-bottom: 1px solid rgba(0,0,0,0.6);
		float: left;
		width: 100%;
	}
	#logo{
		text-align: center;
	}
	.post-content{
		margin-bottom:30px;
		padding-top:0;
	}
	.post-content .row{
		margin:0;
	}
	p a{
		word-wrap: break-word;
	}
	.menu-icon{
		padding-left: 25px;
		padding-top: 7px;
	}
	#dropdown-holder{
		border-radius: 0;
		height: 45px;
	}
	#shadow img{
		top:28px;
	}
#footer{height:auto;}
}




	/* =WordPress Core
	-------------------------------------------------------------- */
	.alignnone {
		margin: 5px 20px 20px 0;
	}

	.aligncenter,
	div.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}

	.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}

	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}

	a img.alignnone {
		margin: 5px 20px 20px 0;
	}

	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	.wp-caption {
		background: #fff;
		border: 1px solid #f0f0f0;
		max-width: 96%; /* Image does not overflow the content area */
		padding: 5px 3px 10px;
		text-align: center;
	}

	.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}

	.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 98.5%;
		padding: 0;
		width: auto;
	}

	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		margin: 0;
		padding: 0 4px 5px;
	}

	/* Text meant only for screen readers. */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}

	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar. */
	}