/* 
Theme Name: momoyo
Author: Benachi
Description: Momoyo is simple yet elegant and beautiful WordPress theme. Its color scheme brings together shades of pink and purple that conveys beauty and femininity. Momoyo is perfect blog style theme for personal food journal and recipe. 
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, threaded-comments, sticky-post, custom-logo, blog, food-and-drink
Text Domain: momoyo
Domain Path: /languages

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/***

[TABLE OF CONTENTS]

1. Normalize
2. Typography
3. Elements
4. Forms
5. Navigation
	5.1 Links
	5.2 Menus
	5.3 Pagination
6. Accessibility
7. Alignments
8. Clearings
9. Widgets
10. Header
11. Content
	11.1 Posts and pages
	11.2 Comments
12. Footer
13. Infinite scroll
14. Media
	14.1 Captions
	14.2 Galleries
15. Media Queries
***/

/***  1. Normalize ****/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover{
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*** 2. Typography ***/

html{
    font-size: 100%;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1{
	font-size: 30px;
}

h2{
	font-size: 25px;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h6{
	font-size: 15px;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1em 2em 1em;
	border-left: none;
	background: #FCFCFC;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	height: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 13px;
	color: #000;
	padding: 0.2em;
}
code {
	background-color: none;
	background: #FFF;
	word-wrap: break-word;
	font-size: 13px;
	padding: 0;
}
kbd {
	color: #FFF;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #efc3e6;
	text-decoration: none;
	padding: 0.2em;
}

big {
	font-size: 125%;
}

/*** 3. Elements ***/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote, q {
	quotes: "" "";
}

q:before,
q:after {
	content:"\"";
}

blockquote:before {
	font-family: FontAwesome;
	content: " \f10d";
	color: #9c89b8;
}

hr {
	background-color: #9c89b8;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}


table {
	width: 100%;
	border-radius: 0;
	margin: 0 0 1.5em;
}

th, td {
	border:1px solid #FFF;
	padding: 0.8em;
	background: #F2F2F2;
}
td {
	background-color: #FCFCFC;
}

/*** 4. Forms ***/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: #9c89b8;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	line-height: 1em;
	padding: 0.6em 2em;
}
button.search-submit {
	margin-top: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #ccc;
	padding: 0.5em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*** 5. Navigation ***/

/*** 5.1 Links ***/

a {
	color: #EE55AF;
}

a:visited {
	color: #EE55AF;
}

a:hover, a:focus, a:active {
	color: #000;
	text-decoration:none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*** 5.2 Menus ***/

.main-navigation {
	display: block;
	margin-bottom: 1em;
	padding: 0 1em;
}

.main-navigation ul {
	display: none;
	margin: 0;
	text-align: center;
	position:relative;
	z-index:9999;
}

.main-navigation a {
	display: block;
	color: #000;
	outline: none;
	padding: 1em;
	text-transform: uppercase;
}

.main-navigation a:hover {
	color: #EE5095;
	
}
.main-navigation ul li {
	display: inline-block;
	padding: 0;
}

.main-navigation ul ul {
	background: #FCFCFC;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-top: none;
	display: none;
	position:absolute;
	left: auto;
	padding: 0;
	text-align:left;
}

.main-navigation ul ul:hover {
	display: block;
}

.main-navigation ul ul li {
	border-top: 0;
	display:block;
	width: auto;
	padding-left:20px;
	padding-right:20px;
}

.main-navigation ul ul a {
	color: #000;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	min-width:150px;
}

.main-navigation ul ul li.page_item_has_children a:after{
	font-family: FontAwesome;
	content: " \f105";
	position: absolute;
	right:20px;
}

.main-navigation ul ul li.page_item_has_children li a:after{
	content: " ";
}

.main-navigation ul ul ul a {
	padding-left: 1em;
}
.main-navigation ul ul ul ul a {
	padding-left: 1em;
}
.main-navigation a:hover,
.main-navigation ul > :hover > a,
.main-navigation ul > .focus > a {
	color: #EE5095;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul li.focus > a {
	color: #EE5095;
}

.main-navigation ul ul ul {
	margin-bottom: 0;
	position:absolute;
	left: 100%;
	margin-top:-27%;
	width: auto;
}

.main-navigation ul ul ul li {
	border-top: 0;
}

.main-navigation a:hover,
.main-navigation ul > :hover > a,
.main-navigation ul > .focus > a {
	color: #EE5095;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}

.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
	color: #EE5095;
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 3em 0;
	overflow: hidden;
	border-bottom:1px solid #eee;
	border-top:1px solid #eee;
	padding:20px 0;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-previous:before,
.posts-navigation .nav-previous:before,
.post-navigation .nav-previous:before{
	font-family: FontAwesome;
	content:"\f0d9";
	padding-right:10px;
	color: #EE5095;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-navigation .nav-next:after,
.posts-navigation .nav-next:after,
.post-navigation .nav-next:after{
	font-family: FontAwesome;
	content:"\f0da";
	padding-left:10px;
	color: #EE5095;
}

/*** 5.3 Pagination ***/

.pagination,
.page-links {
	text-align:center;
	width:100%;
	clear:both;
}
	
.pagination .nav-links {
	text-align:center;
}
.custom-page-links{
	padding:0.8em;
	font-size: 16px;
	color: #9c89b8 ;
	background-color:#FAFAFA;
}

.page-numbers,
a.page-numbers,
a .custom-page-links{
	padding: 0.8em;
	font-size: 16px;
	color: #9c89b8;
}
.page-numbers.current,
.page-numbers:hover {
	color: #efc3e6;
}

/*** 6. Accessibility - Text meant only for screen readers. ***/

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/** 7. Alignments ***/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*** 8. Clearings ***/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*** 9. Widgets ***/

.widget {
	margin: 0 0 2em;
	background: #FCFCFC;
	padding: 0.5em 1em;
}

.widget a {
	color:#000;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

h2.widget-title {
	color: #EE5095;
	padding:0.2em 1em;
	text-align:center;
	font-size:13px;
	letter-spacing: 1px;
	text-transform: uppercase;;
}

section.widget_search {
	background: #FCFCFC;
	padding: 1em;
	text-align: center;;
}

.widget-area ul {
	margin:1.5em 0;
	padding:0;
}

.widget-area ul ul{
	margin: 0;
	padding:0;
}

.widget-area ul li,
.widget-area ul li li{
	padding:0;
	line-height: 2em;
	list-style: none;
	font-size: 13px;
}

.widget-area ul li.recentcomments {
	padding-bottom: 1em;
}

.widget-area p {
	padding: 1em 0;
	font-size: 13px;
	margin: 0 0 2em 0;
	text-align: center;
}

.widget_tag_cloud a {
	padding-right:12px;
	font-size:14px;
}

.tagcloud a {
	line-height:1em !important
}

.widget_calendar th,
.widget_calendar td {
	padding: 0.2em;
}

.widget_calendar caption {
	text-align: center;
	font-weight: 600;
}

.widget_rss ul li {
	text-align: center;
	padding-bottom: 2em;
}
.rss-date {
	font-size: 12px;
	clear: both;
	display: block;
}

.rssSummary {
	margin-bottom: 0.5em;
	line-height: 1.2em
}

a.rsswidget {
	font-weight: 600;
}

.widget_search input[type="search"]{
	min-width: none;
	max-width: 96%;
}

/** 10. Header ***/

.site-branding {
	text-align:center;
	margin: 1em auto 0 auto;
}
	
.site-branding .site-title {
	font-size:3.5em;
	line-height:2em;
	margin-bottom:0;
	margin-top:0;
	text-align:center;
	font-family: 'Pacifico', cursive;
}
.site-branding a {
	color:#000;
}
p.site-description {
	font-size: 13px;
	font-weight: 400;
}

.header-image {
	margin: 0 auto;
	text-align: center;
	max-width: 940px;
	clear: both;
}

/*** 11. Content ***/

/*** 11.1 Posts and pages ***/

.container {
	max-width: 1000px;
	margin: 0 auto
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-each {
	margin: 0 0 2em 0;
	padding: 1em 0;
	text-align: center;
	background: #FCFCFC;
}

.post-thumb {
	max-width: 300px;
}

.header-category {
	margin: 0 auto 1em auto;
	text-align: center;
}

.header-category a {
	color: #FFF;
	background-color: #9c89b8;
	padding: 0.5em 2em;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
.sticky .header-category a {
	background-color: #EE5095;
}

.header-category a:hover {
	color: #f0e6ef;
}

h2.entry-title {
	margin: 0;
	padding: 0;
}

h2.entry-title a{
	color: #000;
	font-size: 22px;
}

.entry-content {
	font-size: 14px;
}

.read-more {
	margin: 0;
}

.read-more a {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
.read-more a:after {
	font-family: FontAwesome;
	content: " \f178";
	padding-right: 5px;
}

.entry-meta span{
	font-size: 13px;
}

.posted-on {
	color: #000;
}

footer.entry-footer,
footer.comment-meta {
	clear: both;;
	margin-top: 2em;
	background: #FFF;
}
footer.comment-meta {
	background: none;
}

.cat-links {
	margin-top:0.5em;
}

.tags-links a {
    display: inline-block;
	background-color:#F0F0F0;
	color:#787878  ;
	font-size:0.7em;
	text-transform:uppercase;
	padding: 0.5em .9em;
	width: auto;
	margin:5px 1px;
	line-height:1.5em;
}

.tags-links a:hover {
	color: #EE5095;
}

.tags-links a:visited {
	color: #EE5095;
}

a.post-edit-link {
	background-color: transparent;
	font-size: 11px;
	padding-left: 10px;
	font-style: italic;;
}

.tags-links:before {
	font-family: FontAwesome;
	content: " \f02c";
	padding-right:3px;
	color: #EE5095;
}

.tags-links a.post-edit-link:before {
	font-family: FontAwesome;
	content: " \f040";
	padding-right:3px;
}

.cat-links a {
	color: #EE5095;
}

.entry-footer-category{
	background: #FFF;
	padding: 1em;
	margin: 2em 0;
}

.entry-footer-category{
	vertical-align: text-top;
	display: block;;
	vertical-align: top;
}
.entry-footer-category img {
	text-align: left;
	margin-right: 20px;
	border-radius: 50%;
}

.author-name {
	font-size: 16px;
	text-transform: uppercase;
}


blockquote p {
	padding-left: 30px;
	font-size: 16px;
	line-height: 20x;
	font-weight: 400;
}

/*** 11.2 Comments ***/

.comments-area,
#response {
	background: #FCFCFC;
	padding: 2em;
	font-size: 13px;
	margin-bottom: 2em;
}

.comment-wrapper{
	background: #FFF;
	padding: 2em;
	margin: 20px auto;
	width: 96%;
}
.comment-inner {	
}
.comment-inner .col-sm-2,
.comment-inner .col-sm-1 {
	padding: 0;
}

.reply {
	width: 100%;
	margin: 0.5em 0;
	padding: 0.5em 2em 1em 2em;
	text-align: right;
}

h2.comments-title,
h3.comment-reply-title {
	text-align: center;;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
}

h2.comments-title:before,
h3.comment-reply-title:before {
	font-family: FontAwesome;
	content: " \f27b";
	padding-right: 5px;
	color:#EE5095;
}

p.logged-in-as {
	text-align: center;
}

ul.commentlist,
ul.commentlist ul,
ul.commentlist ul ul,
ul.commentlist ul ul ul{
	background: #FFF;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.commentlist li {
	padding: 0;
	margin-bottom: 0;
	background: transparent;
}

ul.commentlist  li,
ul.commentlist  li li,
ul.commentlist  li li li,
ul.commentlist li li li li {
	padding-left: 2em;
}

ul.commentlist li.parent {
	margin-left: 0;
	padding-left: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 2em;
}


a.comment-reply-link {
	background:  #9c89b8;
	padding: 0.5em 1em;
	font-size: 11px;
	color: #FFF;
}

.comment-content a {
	word-wrap: break-word;
}

ol.children {
	list-style-type: none;
}

.bypostauthor {
	display: block;
}

.comment-author img{
	text-align: left;
}

.author-name cite {
	font-style: normal;
	font-size: 16px;
	text-transform: uppercase;;
}
.commentmetadata {
	margin-bottom: 0.5em;
	color: #BBB;
}


/*** 12. Footer ***/

footer {
	clear: both;
	margin-bottom: 1em auto;
	padding: 1em 0;
	background: #f0e6ef;
}
.site-footer {
	text-align: center;
	padding: 2em 0;
}

/*** 13. Infinite scroll ***/

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

/*** 14. Media ***/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

/*** 14.1 Captions ***/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*** 14.2 Galleries ***/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*** 15. Media Queries ***/

@media screen and (min-width: 991px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media only screen and (max-width: 991px){

.post-thumb {
	max-width: none;
	margin-bottom: 2em;
}

.main-navigation {
	display: block;
	padding: 0 1em;
	position: absolute;
	top:35px;
	left: 0;
	background: #fff;
	z-index: 999;
}

.main-navigation ul {
	display: none;
	margin: 0;
	text-align: left;
	background: #FFF;
}

.main-navigation a {
	color: #000;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	outline: none;
	padding: .5em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.main-navigation ul li {
	display: block;
	padding: 0;
}

.main-navigation ul li:first-child {
	border-top: 0;
}

.main-navigation ul ul {
	display: block;
	position: relative;
	left: auto;
	top: auto;
	padding:0 0 0 1em;
	border:none;
	background: #FFF;
}

.main-navigation ul li.page_item_has_children li a:after,
.main-navigation ul li.page_item_has_children li.page_item_has_children li a:after  {
	content: " ";
}

.main-navigation ul li.page_item_has_children a:after,
.main-navigation ul ul li.page_item_has_children a:after,
.main-navigation ul li.page_item_has_children li.page_item_has_children a:after {
	font-family: FontAwesome;
	content: "\f107";
	position:relative;
	right:auto;
	padding-left:20px;
}

.main-navigation ul ul a {
	color: #000;
	padding-left: 1.6em;
}

.main-navigation ul ul ul a {
	padding-left: 3.2em;
}

.main-navigation ul ul ul ul a {
	padding-left: 4.8em;
}

.main-navigation a:hover,
.main-navigation ul > :hover > a,
.main-navigation ul > .focus > a {
	opacity: 0.5;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul li.focus > a {
	opacity: 0.5;
}

.main-navigation ul ul ul {
	margin-bottom: 0;
	margin-top:0;
	position: relative;
	left: 0;
	top: 0;
	width: auto;
	background: #FFF;
}

.menu-toggle {
	box-shadow: none;
	color: #000;
	background-color: transparent;
	display: block;
	margin: 0;
	padding:0.5em 0.5em 0.5em 0;
	text-align: center;
	font-size:22px;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	color: #ccc;
	background: none;
	outline: 0;
}
.menu-toggle:before {

	line-height: 1;
	margin-right: 8px;
	position: relative;
	top: 2px;
}

.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
}

aside {
	margin-top:2em;
	padding-top:2em;
	border-top:1px solid #eee;
}
}

@media only screen and (max-width: 768px){
.article-item {
	  width:100%;
	  display: block;
	  float: none;
 }

 .article-item:nth-child(2n+0) {
	 margin-right:0%;
 }

}