/* 
Theme Name: Responsive theme for Wasabi
Template: responsive
Author: Andres Veidenberg
Theme URI: http://themeid.com/responsive-theme
Description: Responsive Theme child theme with modifications
*/

/*=Genericons font
------------------------------------------------------------- */
@font-face {
    font-family: 'Genericons';
    src: url('font/genericons-regular-webfont.woff') format('woff'),
         url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
=Custom style rules:
--------------------------------------------------------------- */

p, hr, dl, pre, form, table, address, blockquote, form div{
	margin: 0;
}

/* =Links
-------------------------------------------------------------- */
a, .post-data a{
	color: #CA3C08;
	font-weight: normal;
	text-decoration: none;
}

a:hover, .post-data a:hover,
a:focus,
a:active {
	color: #EA9629;
	outline: 0;
	text-decoration: underline;
}

::selection {
	background: #999;
	color: #fff;
	text-shadow: none;
}

/* =Buttons
-------------------------------------------------------------- */

/* =Header
-------------------------------------------------------------- */
#logo { margin: 20px 10px; }

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu, 
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu, 
.page-template-landing-page-php .sub-header-menu {
	/*display: none;*/
}

/* =Post
-------------------------------------------------------------- */

img.attachment-post-thumbnail{ margin-left: 0 }

.post-title{ margin-bottom: 5px; }

.post-title a{ color: #444; }
.post-title a:hover{ color: #666; }

.title-archive{ display: none; }

.post-edit a:before, .post-meta a:before, .post-data a:before{
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

a:before:hover{ text-decoration: none; }

.comments-link {
	font-size: 12px;
	margin-left: 10px;
}
.comments-link .mdash{ display: none; }
.comments-link a:before{
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

#cancel-comment-reply-link {
	color: #900;
}

.post-data, post-meta {
	color: #aaa;
	font-weight: normal;
}

.post-data{
	margin-top: 10px;
}

body.single .post-meta{
	margin: 15px 0 30px;
}

.post-data a {
	/*color: #444;*/
}

.post-data a:first-child {
	background: #fff;
    margin-left: -55px;
}
.post-data a:first-child:before {
	content: "\f301";
}

.post-meta .posted{ display: none; }
.post-meta .posted+a:before{
	content: "\f303";
}

.post-edit {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 1.5em 0;
}
.post-edit a:before{
	content: "\f411";
	position: relative;
	top: -1px;
}

.post .navigation{ display: none; }


.post a img.alignleft{ margin: 0; }

/*=Sharing
-------------------------------------------------------------- */
div#sharing_email{
	border-color: #bbb;
	box-shadow: 0 4px 8px rgba(100,100,100,0.6);
}

/* =Widgets
-------------------------------------------------------------- */

#widgets {
	display: none;
	margin-top: 40px;
}


#top-widget {
	margin-top: 30px;
}
#top-widget>div{
	display: inline-block;
	margin: 0 10px;
}

#searchform .field{
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	height: 37px;
	margin: 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease, box-shadow 400ms ease;
	transition: width 400ms ease, background 400ms ease, box-shadow 400ms ease;
	width: 0;
	overflow: hidden;
	box-shadow: none;
}

#searchform .field:focus{
	background-color: #fff;
	box-shadow: 0 2px 8px -1px #444;
	cursor: text;
	outline: 0;
	width: 230px;
}

#searchsubmit { display: none; }

#footer #colophon-widget { margin-top: -20px; }

.colophon-widget.widget-wrapper {
	color: #333;
	background-color: #FFF;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background: -webkit-linear-gradient(#eee, #b9b9b9);
    background: linear-gradient(#eee, #b9b9b9);
	clear: both;
	margin: 0 auto;
}

.main-nav {
	clear:both;
	border-radius: 5px;
	/*overflow: hidden;*/
	border: 1px solid #ccc;
	box-shadow: 0 3px 4px rgba(255,255,255,0.4);
}

.menu, 
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu ul {
    margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.menu a {
	border-left: 2px groove white;
	color: #444;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	margin: 0;
	padding: 0 2em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
	white-space: nowrap;
}

.menu a:hover {
	color: white;
	text-shadow: 0 -1px 0 #333;
	text-decoration: none;
	background: -webkit-linear-gradient(#A0A0A0, #696969);
	background: linear-gradient(#A0A0A0, #696969);
}

ul.menu > li:hover{ background-color: transparent; } 

.menu .current_page_item a,
.menu .current-menu-item a {
	color: #222;
	background: -webkit-linear-gradient(#999, #ccc);
    background: linear-gradient(#999, #ccc);
    text-shadow: 0 1px 0 white;
}

/*=Front page
-----------------------------------------------------------*/

#featured-image{
	height: 300px;
	margin: 30px 0 -40px;
    overflow: hidden;
}

#featured-image>img{
	height: 582px;
    max-width: none;
    width: 938px;
}


/* =Comments
-------------------------------------------------------------- */

#respond {
	background: #FFFAEA;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 13px;
	color: #888;
}

#footer a {
	color: #555;
	font-weight: normal;
}

.scroll-top {
	margin-right: -40px;
    padding-left: 40px;
    text-align: left;
}

.copyright{
	text-align: center;
}

.powered{
	text-align: right;
}

.powered a:first-child{
	display: none;
}

/* =blank page template
-------------------------------------------------------------- */

body.page-template-page-blank #header, body.page-template-page-blank #footer,  body.page-template-page-blank div.menu-search, body.page-template-page-blank header#branding, body.page-template-page-blank div#comments{
	display: none;
}

body.page-template-page-blank #container{ min-width:500px; max-width: 750px; }