/*
Theme Name: Elmax	
Theme URI: http://justfreethemes.com/elmax-free-wordpress-theme
Author: JustFreeThemes.com 
Author URI: http://justfreethemes.com
Description: Elmax is a clean responsive WordPress theme for your regular blogs. It comes with a 2 column layout with a minimal yet elegant design. This is a free & gpl theme, so do whatever you want with it.
Tags: responsive-layout, two-columns, fixed-layout, black, green, white, custom-menu, translation-ready, right-sidebar, threaded-comments, sticky-post, custom-background, featured-images
Version: 1.5
Text Domain: elmax

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
More information: http://codex.wordpress.org/Theme_Review#Licensing
*/


/* Reset and Normalize 
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 2px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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 */
}

/* Global 
---------------------------------------------*/
body {background: #fff;}
body,
button,
input,
select,
textarea {
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	color: #3a3a3a;
	font-family: 'Muli', sans-serif;
	font-size: 15px; /* pixels are needed for IE 8 and lower :( */
	font-size: 1.5rem; /* Snooka explains font resizing using rem - http://snook.ca/archives/html_and_css/font-size-with-rem */
	line-height: 1.5;
}
/* This silliness below is needed here if we use rems because Chrome is being a dick lately
* https://code.google.com/p/chromium/issues/detail?id=320754
*/
p, ul, ol, table, td, th, dl, dd, dt {
	font-size: 15px; 
	font-size: 1.5rem;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
ul, ol {
	margin: 0 0 1.5em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
td, th {
	padding: 3px 5px;
}
table {
    border: 1px solid #ddd !important;
    border-collapse: collapse;
}
table td, table th {
    border: 1px solid #ddd !important;
    padding: 5px 10px;
    font-size: 14px;
}
table thead {
    background: #eee;
}
table, td, th, dl, dd, dt {
    line-height: 1.8em;
}
.clear {
    clear: both;
    float: none;
}

/* Forms and buttons 
-----------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}

/* Media 
-----------------------------------------*/
embed,
iframe,
object {
	max-width: 100%;
}
#branding img,
#main img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#branding img,
#main img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/* Forms and Buttons 
----------------------------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
}
select {width: 100%;}

/* Image Alignment
----------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0 0.625em 0.625em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 0.625em 0.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 0.625em;
}
.wp-caption {
	background: #fff;	
	border: 1px solid #f9f9f9;
	margin-bottom: 0.625em;
	max-width: 100%;
	padding: 0.25em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}	
.wp-caption-text {
	color: #aaa;	
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
}	
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* General Styles 
----------------------------------------------*/
/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }

a {
	color: #099;
	cursor: pointer;
	text-decoration: none;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
}
a:hover,
a:focus,
a:active {
	color: #066;
}
p {
	margin: 0;
	margin-bottom: 1.5em;
	word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6 {
	color: #474747;
	font-family: 'Rokkitt', serif;
	font-weight: 400;
}
h1 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 1.75em; 
	margin: 0 0 0.625em;
}
h1.post-title {
	margin: 0 0 0.1em;
	line-height: 1.25em;
}
h1.page-title {
margin: 0 0 0.2em;
line-height: 1.25em;
}
h2,h2 a,h3,h4,h5,h6 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.25em;
	margin: 0.625em 0;
}
h2.entry-title a {
	text-decoration: none;
}
h2.entry-title, h2.entry-title a {
	font-size: 3rem;
	margin-bottom: 0.1em !important;
	margin-top: 0 !important;
}
h2.entry-title a:hover {
	color:#333;
}
blockquote {
color: #555;
font-size: 15px;
font-size: 1.5rem;
font-style: italic;
font-family: Georgia, Times, 'Times New Roman', serif;
line-height: 2.525em;
margin: 0.925em 0;
padding: 0.925em 0;
}
blockquote:before {
	color: #7d7373;
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 25px;
	position:absolute;
}
blockquote p {
    position:relative !important;
    margin: 23px 0 0 37px !important;
	font-size: 22px;
	font-size: 2.2rem;
}
blockquote p cite {
text-transform: uppercase;
font-size: 18px;
font-size: 1.8rem;
display: block;
font-size: 11px;
}

/* Main Layout
 * The main container here is set to 1000px
 * If you choose to set this to a different size, make sure you update the
 * media query so that when you are at this breakpoint the container is set to 100%.
-----------------------------------------------------------------------------------*/
#top-wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #3a3a3a;
}
#top-inner {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
#branding {
	float: none;	
	height: auto;
	position: relative;
	width: 100%;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}
#logo {
	display: block;
	float: left;
	margin: 0.14em 0 0 .3em;
}
#logo a {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
	letter-spacing: 0.2rem;
	text-decoration: none;
	text-transform: uppercase;
}
#logo a:hover { color:#eee;}
#tagline {
	display: none;
}

/* Social Media icons
 * These are positioned absolutely right now. If you move them
 * to the sidebar or footer, just get rid of that. 
------------------------------------------------------ */
.social-media {
	list-style: none;
	position: absolute;
	top: 10px; right: 10px;	
}
.social-media li {
	float: left;
	padding: 0 5px;
	position: relative;
}
.social-media a {
	display: block;
	height: 24px;
	width: 24px;
}

/* Primary Navigation
-------------------------------------------------------------- */
.main-navigation {
	background: #3a3a3a;
	display: block;
	float: right;
	margin: 0 auto;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 2.5em;
	padding: 0.5em 1.25em;
	text-decoration: none;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	width: 188px;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	background: #3a3a3a;
	color: #fff;
	height: auto;
	line-height: 1.4em;
	padding: 10px;
	width: 168px;
}

.main-navigation li:hover > a,
.main-navigation ul ul :hover > a,
.main-navigation a:focus {
	background: #099;
	color: #fff;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	background: #099;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}
.main-small-navigation > ul {
	display: none;
}

#wrap {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

/* Main Body Content Area 
-----------------------------------------------------------*/
#main {
	float: left;
	width: 100%;
}
#content {
	float: left;
	width: 68%;
	padding: 1.5em 0.625em;
	line-height: 1.7em;
}

/* Main body blog content formatting
--------------------------------------------------------------*/
.hentry {
	padding: 0;
	margin-bottom: 1.4em;
	border-bottom: dotted 1px #d4d4d4;
	overflow: hidden;
}
.home .hentry, .archive .hentry {
	padding: 0 0 1.2em;
	margin-bottom: 2.5em;
	border-bottom: dotted 1px #d4d4d4;
	position: relative;
}
.hentry ul,
.hentry ol {	
	margin: 0 1.25em 0.3125em; 
	padding: 0 1.25em 0.3125em; 
}
.hentry li {
    padding: 6px 0;
}
.sticky {}
.home .sticky-post {
    background: #099;
    color: #fff;
    padding: 1px 10px;
    position: absolute;
    right: 0;
    border-radius: 4px;
    font-size: 13px;
    top: 5px;
}
.paged .sticky-post {
    display: none !important;
}
.entrymeta {
color: #999;
padding: 0.225em 0 0.9em;
}
.entrymeta p {	
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.125em; /* 18px / 16px */
	margin: 0.01em 0 0.65em; 
}
.entrymeta span {
    margin: 0px 20px 0 2px;
    text-transform: capitalize;
	line-height: 2em;
}
.entrymeta a {
    color: #999;
}
.entrymeta a:hover {
    color: #099;
}
span.read-more {
    clear: both;
    display: block;
}
span.read-more a {
    display: inline-block;
    background: #099;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin: 20px 0 0;
}
span.read-more a:hover {
    background: #028080;
}
.p-tags {
    margin: 20px 0;
}
.p-tags a {
    display: inline-block;
    background: #099;
    padding: 2px 10px;
    color: #fff;
    margin: 0 10px 0 0;
    font-size:13px;
}
.p-tags a:hover {
    background: #028686;
}
.post-navigation {
	padding: 0.5em 0 1.5em;
} 
.nav-previous {
	float: left;	
	text-align: left;
	width: 50%;
	color: #099;
}
.nav-next {
	float: right;	
	text-align: right;
	width: 50%;
	color: #099;
}

.post-thumb {
    margin: 0 0 20px;
}
.post-thumb img {
    width: 100% !important;
}
.post-thumb a img:hover {
	opacity: 0.8;
}

.post-navigation ul li a, .post-navigation ul li span {
display: block;
float: left;
background: #fff;
color: #099;
padding: 2px 10px;
margin: 0 15px 0 0;
border: 1px solid #099;
}
.post-navigation ul li a:hover {
	background: #099;
	color: #fff;
	border: 1px solid #099;
}
.post-navigation ul {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-navigation ul li span.current {
    background: #099;
    color: #fff;
}
.post-navigation ul li a:hover {
    background: #099;
    color: #fff;
}

/* Sidebar Area 
-------------------------------------------*/
#sidebar {
	float: right;
	width: 25.4%;
	padding: 1.2em 0.9375em;
}
.widget {
	padding: 3.5% 0;
}
#sidebar h4 {
	border-bottom: 1px solid #d4d4d4;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 1em; 
	padding: 0 0 0.5em;
	letter-spacing: 0.07em;
	text-transform: uppercase;	
}
#sidebar ul {
	list-style: none;
	margin-left:0;
}
#sidebar ul li {
	padding: 0.5em 0;
	font-size: 14px;
	font-size: 1.4rem;
}
#sidebar a {
	color: #4d4d4d;
	text-decoration: none;
}
#sidebar a:hover {
	color: #099;
}
#sidebar .tagcloud a {
    display: inline-block;
    color: #fff;
    background: #099;
    font-size: 13px !important;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
}
#sidebar .tagcloud a:hover {
    background: #028080;
}
.widget_search label {
	display:none;
}
#wp-calendar caption {
    text-align: center;
    margin-bottom: 10px;
}

/* Footer area
------------------------------------------------------------*/
footer {
	border-top: 1px dotted #d4d4d4;
	clear: both;
	margin: 0 auto;
	text-align: center;
	width: 98%;
}
footer p {
	color: #d4d4d4;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 2.2em 0 0;
}
footer a {
	color: #d4d4d4;
	text-decoration: none;
}
footer a:hover {
	color: #d4d4d4;
	text-decoration: underline;
}

/* Comments
----------------------------------------------- */
.bypostauthor {
}
.avatar {	
	display: block;
	float: left;
	padding: 0 1em 0.625em 0;
}		
#commentlist {
	padding: 1.25em 0;
}
.commentmetadata {
	margin-top: 0;
	font-size: 13px;
}
.commentmetadata a {
    color: #888;
}
span.says {
    display: none;
}
cite.fn {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 5px;
    display: block;
	padding: 20px 0 0;
}
ol#commentlist, ol#commentlist li {	
	list-style: none;
	margin:0; padding:0;
}
ol#commentlist li {
	border: 1px solid #eee;
	font-size: 14px; 
	font-size: 1.4rem;
	line-height: 1.25em;
	padding: 0.625em; 
	margin: 1em 0;
}
ol#commentlist ul li,
ol#commentlist ol li {
	border: none;
}
ol#commentlist ul li{
	list-style: disc;
}
ol#commentlist ol li {
	list-style: decimal;
}
ol#commentlist ul.children {
	margin: 0.625em 0.625em 0 1.25em;
	padding: 0;
}
ol#commentlist ul.children li {
	border: none;
	border-top: 1px solid #eee;
	list-style: none;
}
ol#commentlist li p {
	padding: 0;
	margin: 1em 0 0;
	font-size: 14px;
	display: block;
	line-height: 1.8em;
	clear: both;
}
.commentform {
	padding: 1.25em 0;
}
.commentform p {
	margin-bottom: 0.625em;
}
.comment-body {
    clear: both;
    overflow: hidden;
}
#commentlist .reply {clear:both;}
#commentlist .reply a {
background: #099;
color: #fff;
padding: 5px 10px;
display: block;
float: right;
}
#respond p {
    padding: 0 !important;
}
#commentform input {
    display: block;
    margin: 5px 0 0;
}
span.required {
    color: #EE5D5D;
}
#commentform textarea {
    margin:5px 0 !important;
        display:block;
}

/* Hides the content explaining what html tags are allowed*/
.form-allowed-tags {display: none;}

/* Forms and buttons 
--------------------------------*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #099;
	border-radius: 2px;
	background: #099;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.5em 1em;
	text-transform: uppercase;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #066;
	background: #066;
}
input[type=password],
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ddd;
	border-radius: 2px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=password],
input[type=text] {
	padding: 5px 3px;
	margin-left: 5px;
}
textarea {
	padding-left: 3px;
	width: 98%;
}

/* Search Form
-------------------------------------------*/
#searchform {
	display: inline-block;
	position: relative;
	width: 100%;
}
#searchform #searchsubmit {
	border-radius: 0px;
	float: left;
	font-size: 14px;	
	font-size: 1.4rem;
	line-height: 1.1;
	padding: 0.625em; 
	vertical-align: middle;
}
#searchform input#s {
	border-radius: 0px;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding: 3.5%;
	width: 92%;
}


/* =Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before: always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after: avoid;
    }

    ul,  ol,  dl {
	    page-break-before: avoid;
    }
}

/* Media Queries
-------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
	#top-wrap, #top-inner, #wrap {
		width: 100%; 	
	}	
}

@media screen and (max-width: 768px) {
	#content,
	#sidebar {
		float: left;  
		padding: 2%;
		width: 96%;
	}
}

@media screen and (max-width: 768px) {
	.main-navigation ul {
		display: none;
	}
	.menu-toggle {
		display: block;
	}
	.site-header .menu-toggle {
	  background: #3a3a3a;
	  color: white;
	  font-family: 'Muli', sans-serif;
	  font-size: 15px;
	  font-size: 1.5rem;
	  padding: 15px 22px;
	  margin: 0;
	}
	.site-header .menu-toggle:hover {
	  background: #099;
	}
	.site-header .menu-toggle:before {
	  content: '\2261';
	  font-size: 14px;
	  font-size: 1.4rem;
	  margin-right: 10px;
	}
	.main-small-navigation ul,
	.main-small-navigation ul ul {
	  display: block;
	}
	.main-small-navigation ul {
	  margin: 0;
	  list-style: none;
	}
	.main-small-navigation a {
	  display: block;
	  color: white;
	  padding: 10px 40px;
	  text-decoration: none;
	}
	.main-small-navigation li {
	  background: #3a3a3a;
	}
	.main-small-navigation li:hover {
	  background: #099;
	}
	.main-small-navigation ul ul a {
	  padding-left: 60px;
	}
	.main-small-navigation ul ul ul a {
	  padding-left: 80px;
	}	
}

.gallery-caption {}
