/*
Theme Name: Katulu
Theme URI: http://katulu.ch
Author: Sebastian L.
Author URI: http://abelo.ch
Description: Katulu is a child theme of the omega theme (https://themehall.com)
Version: 0.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, gray, black, two-columns, fixed-layout, theme-options, custom-menu, microformats, sticky-post, featured-image-header, flexible-header, translation-ready, responsive-layout, fluid-layout, featured-images, photoblogging
Text Domain: katulu
Domain Path: /languages
Template: omega

Katulu WordPress theme, Copyright (C) 2015 abelo.ch
Katulu WordPress theme is licensed under the GPL.
Omega WordPress theme, Copyright (C) 2013 themehall.com
Omega WordPress theme is licensed under the GPL.

dunkelbraun 2b0f09
hellbraun 62413a
hellgrau f5eeee
*/

/* normalize.css v3.0.0 | MIT License | git.io/normalize */
html{font-family:sans-sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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: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:.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{-moz-box-sizing:content-box;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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */
*,input[type="search"] {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

/* Float Clearing
--------------------------------------------- */
.archive-pagination:before,.clearfix:before,.entry:before,.entry-pagination:before,.post-navigation:before,.nav-primary:before,.site-container:before,.site-footer:before,.site-header:before,.site-inner:before,.wrap:before{content:" ";display:table;}
.archive-pagination:after,.clearfix:after,.entry:after,.entry-pagination:after,.post-navigation:after,.nav-primary:after,.site-container:after,.site-footer:after,.site-header:after,.site-inner:after,.wrap:after{clear:both;content:" ";display:table;}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Fonts
--------------------------------------------- */
@font-face {
    font-family: 'fff_tusjbold';
    src: url('fonts/fff_tusj.eot');
    src: url('fonts/fff_tusj.eot?#iefix') format('embedded-opentype'),
         url('fonts/fff_tusj.woff2') format('woff2'),
         url('fonts/fff_tusj.woff') format('woff'),
         url('fonts/fff_tusj.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'josefin_sansregular';
    src: url('fonts/josefinsans-regular.eot');
    src: url('fonts/josefinsans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/josefinsans-regular.woff2') format('woff2'),
         url('fonts/josefinsans-regular.woff') format('woff'),
         url('fonts/josefinsans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'katulu';
  src: url('fonts/katulu.eot?58738405');
  src: url('fonts/katulu.eot?58738405#iefix') format('embedded-opentype'),
       url('fonts/katulu.woff?58738405') format('woff'),
       url('fonts/katulu.ttf?58738405') format('truetype'),
       url('fonts/katulu.svg?58738405#katulu') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Fontello */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "katulu";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* sl: ugly workaround for iexplore 
 * http://stackoverflow.com/questions/20404751/how-to-style-a-css-pseudo-element-without-an-underline-decoration-inside-a-link
 */
a[href^="mailto"]:before, a[href^="tel"]:before { text-decoration: underline; }

a[href^="mailto"]:before { font-family: 'katulu'; content: '\e803'; margin-right: 5px; display: inline-block; text-decoration: none; }
a[href^="tel"]:before { font-family: 'katulu'; content: '\e802'; margin-right: 5px;  display: inline-block; text-decoration: none; }

.icon-search:before { content: '\e800'; } /* '' */
.icon-tag:before { content: '\e801'; } /* '' */
.icon-phone:before { content: '\e802'; } /* '' */
.icon-mail-alt:before { content: '\e803'; } /* '' */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #2b0f09;
	font-family: 'josefin_sansregular', Helvetica, Arial, sans-serif;
	font-size: 16px;	
	font-weight: 400;
	line-height: 1.625;
	background-color: #fff;	
}

::-moz-selection {
	background: #2b0f09;
	color: #fff;
}

::selection {
	background: #2b0f09;
	color: #fff;
}

a {
	color: #2b0f09;
	text-decoration: none;
}

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

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol, ul {
	list-style: none;
}

ul {
	list-style: disc outside;
	margin: 0 0 25px 48px;
	padding: 0;
}

ol {
	list-style-type: decimal;
	margin: 0 0 25px 48px;
}

ol ol {
	list-style: upper-roman;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: upper-alpha;
}

ol ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

dl {
	margin: 0 0 25px 5px;
}

dl dt {
	font-weight: bold;
	margin: 10px 0 0 0;
}

dl dd {
	margin: 5px 0 0 24px;
}

blockquote,
blockquote::before {
	
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

pre {
	background-color: #f5eeee;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

/* Table
--------------------------------------------- */

table {
	border: 1px solid #62413a;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 25px;
}

table caption {
	margin: 0 0 5px;
	font-size: 15px;
	font-variant: small-caps;
}

th,td {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

th {
	border-bottom: 1px solid #62413a;
	border-right: 1px solid #62413a;
	background: #f5eeee;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
}

td {
	border-bottom: 1px solid #62413a;
	border-right: 1px solid #62413a;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 22px;
	padding: 0;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

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


iframe {
	border: none;
}

img {
	height: auto;
	width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	border: 1px solid #2b0f09;
	background: #f5eeee;
	border-radius: 5px;
	font-size: 14px;
	padding: 12px 16px;
	line-height: 24px;
	max-width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #62413a;
	background: #fff;
	outline: none;
}

::-moz-placeholder {
	color: #62413a;
}

::-webkit-input-placeholder {
	color: #62413a;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #2b0f09;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	background: #62413a;
}

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


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	position: relative;
}

.wrap {
	margin: 0 auto;
	max-width: 972px;
}

.site-inner {	
	clear: both;
	padding: 30px 0 300px 0;
}

.site-header {
	padding: 20px 0;
}
/* Column Widths and Positions
--------------------------------------------- */

.content {
	float: left;
	width: 972px;
}

/* WordPress
--------------------------------------------- */

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
	display: none;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

.wp-caption {
	max-width: 100%;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

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

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto 20px;
}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0 0 16px;
	text-align: center;
	list-style: none;
	padding: 1%;
	width: 33%;
}

.gallery .gallery-item .gallery-icon {
	position:relative;
}

.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	transition: all .1s ease-out;
}
.gallery .gallery-item .gallery-icon img:hover,
.gallery .gallery-item .gallery-icon img:focus {
	opacity: .8;
	transform: scale(1.03);
	transition: all .2s ease-in;
}

.gallery-caption {
	margin: 0 10px;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	word-wrap: break-word;
	line-height: 1.2;
}

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

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

/* Title Area
--------------------------------------------- */

.site-title {
	font-family: 'fff_tusjbold', serif;
	font-size: 50px;
	line-height: 1;
	margin: 0;
}
.site-logo {
	margin: 0 30px 0 0;
	float: left;
}

.site-title a,
.site-title a:hover {
	color: #2b0f09;
}

.site-description {
	color: #62413a;
	font-size: 22px;
	font-weight: 300;
	margin: 0;
	display: none;
}

.site-titledesc {
	float: left;
	padding: 100px 0 0 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.omega-nav-menu {
	clear: both;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 90%;
	text-align: center;
}

.omega-nav-menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.omega-nav-menu a {
	border: none;
	display: block;
	padding: 20px;
	position: relative;
}

.omega-nav-menu ul {
	left: -7779px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	transition: opacity .4s ease-in-out;	
	width: 200px;
	z-index: 99;
}

.omega-nav-menu ul a {
	background: #fff;
	border-top: none;
	font-size: 14px;
	padding: 17px;
	position: relative;
	width: 200px;
}

.omega-nav-menu a:hover {
	background: #fff;
}

.omega-nav-menu li:hover {
	position: static;
}
.nav-primary {
	background: #f5eeee;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 30px;
}

.entry-content {
	word-wrap: break-word;
}

.entry-content a,
.entry-summary a {
	text-decoration: underline;
}

.entry-content img.wp-post-image {
	margin-bottom: 15px;
}

.entry-summary img {
	margin-bottom: 24px;
}

.entry-summary img.medium,
.entry-summary img.thumbnail,
.entry-content img.medium,
.entry-content img.thumbnail {
	float: left;
	margin: 7px 24px 24px 0;;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #62413a;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	margin: 0;
	padding: 0 0 5px 0;
}

span.post_tag::before {
	font-family: 'katulu';
	content: "| \e801";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Entry Navigation
--------------------------------------------- */

.navigation {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
	overflow: hidden;
}

.entry .navigation a {
	border-bottom: 1px solid #2b0f09;
}

.navigation li {
	display: inline;
}

.navigation li a {
	background: #2b0f09;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}


/* Pagination
--------------------------------------------- */

.pagination .page-numbers {
	padding: 8px 12px;
	border: 1px solid #2b0f09;
    border-radius: 25px 25px 25px 25px;
    padding: 8px 14px;
    margin: 0 5px 0 0;
	display: inline-block;
}

.pagination .current {
	background-color: #f5eeee;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	color: #62413a;
	margin: 50px 0 0 0;
	padding: 0;
	width:100%;
	max-height:100px; 
	position: absolute;
	bottom: 0;
}
.site-footer .site-meta,
.site-footer .entry-meta {
	font-size: 14px;
	display: inline-block;
}
.site-footer .site-meta {
	text-align: right;
	width: 35%;
	float: right;
}
.site-footer .entry-meta {
	width: 65%;
	float: left;
}
.site-footer p {
	margin: 0;
}
/*
Custom katulu Stuff
---------------------------------------------------------------------------------------------------- */

/* Home stuff */
.tile-view .entry {
	width: 324px;
	float: left;
	padding: 0 12px;
}
.tile-view .entry-title {
	display: none;
}
.tile-view .site-header .wrap {
	padding: 0 12px;
}
.tile-view .footer-insert,
.tile-view .paging-navigation {
	padding: 0 12px;
}
.tile-view .entry img {
	opacity: 1;
	transition: all .1s ease-out;
	margin: 0;
}
.tile-view .entry img:hover {
	opacity: 0.8;
	transition: all .2s ease-in;
	transform: scale(1.03);
}

/* Search-Icon */
.nav-primary .search-submit {
    display: none;
}
.nav-search-form {
    float: right;
    margin: -45px 0 0 0;
}
.nav-search-form .screen-reader-text {
    position: absolute;
    left: -9999px;
    overflow: hidden;
}
.nav-search-field {
	background: none;
	border: none;
	box-shadow: none;
	cursor: pointer;
	height: 30px;
	margin: 0 12px 0 0;
	position: relative;
	transition: width .4s ease;
	width: 0;
	padding: 3px 0 3px 6px;
}
.nav-search-field:hover,
.nav-search-field:active,
.nav-search-field:focus {
	background: #fff;
	font-size: 16px;
	cursor: text;
	outline: 0;
	width: 200px;
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid #62413a;
	margin: -4px 12px 0 0;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Colorbox */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;outline:0;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#fff;}
#cboxContent{margin-bottom:32px; overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background: none;}
#cboxLoadedContent img {border: 1px solid #62413a;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#62413a;}
#cboxTitle, #cboxCurrent{display:none;}
#cboxPrevious, #cboxNext, #cboxClose {border:0; padding:0; margin:0 auto; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; bottom:-20px; background:url(images/controls.png) no-repeat 0 0;}
#cboxPrevious:active, #cboxNext:active, #cboxClose:active {outline:0;}
#cboxPrevious{background-position:0px -25px;right:44px;}
#cboxPrevious:hover{background-position:0px 0px; }
#cboxNext{background-position:-25px -25px;right:22px;}
#cboxNext:hover{background-position:-25px 0px; }
#cboxClose{background-position:-50px -25px;right:0;}
#cboxClose:hover{background-position:-50px 0px; }
/*
Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.content,
	.wrap,
	.site-footer .site-meta,
	.site-footer .entry-meta {
		width: 100%;
	}
	.site-footer .site-meta,
	.site-footer .entry-meta {
		text-align: center;
	}

	.site-inner {
		padding: 20px 5% 200px 5%;
	}

	.archive-description,
	.entry {
		padding: 0;
	}

	.site-inner {
		background: none;
	}

	.title-area {
		padding: 0 5%;
	}
	
	.site-title {
		font-size: 40px;
	}
	
	.site-titledesc {
	    padding: 110px 0 0 0 ;
	}

	.omega-nav-menu a {
		padding: 14px;
		text-align: center;
	}

	.site-meta,
	.entry-meta {
		width: 100%;
	}

	/* responsive menu */
	.menu-icon {
		position: absolute;
		z-index: 9;
		top: 0;
		right: 0;
		display: block;
		width: 24px;
		margin: 17px;
		text-indent: -777px;
		height: 20px;
	    border-top:4px solid #2b0f09;
	    border-bottom:4px solid #2b0f09;
	    opacity: 0.8;
	}
	 
	.menu-icon:before {
	    content:"";
	    position:absolute;
	    top:4px;
	    left:0;
	    width:100%;
	    border-top:4px solid #2b0f09;
	}

	.menu-icon:hover {
		opacity: 1;
	}
	.nav-search-form {
		margin: 0 -1rem 0 0;
	}
	.nav-search-field {
		margin: 14px 0 14px 10px;
	}

	.nav-primary .wrap ul.menu-primary,
	.nav-primary .wrap .nav-search-form {
		position: static;
		width: 100%;
		text-align: center;
		display: none;
	}

	.nav-primary {
		background: none;
	}
	
	ul.menu-primary {
		margin: 56px 0 0 0;
	}

	/*Make all menu links full width*/
	ul.menu-primary li,
	ul.menu-primary li a {
		width: 100%;
	}

	ul.menu-primary a {
		padding-top: 16px;
		padding-bottom: 16px;
		background: #f5eeee;
		border-top: 1px solid #f5eeee;
	}

	ul.menu-primary a:hover {
		background-color: #fff;
		color: #62413a;
		border-top: 1px solid #f5eeee;
	}
	.nav-primary .wrap:hover  ul.menu-primary,
	.nav-primary .wrap:hover .nav-search-form {
		display: block;
	}
	.nav-primary .wrap:hover .nav-search-form {
		border-bottom: 1px solid #f5eeee;
	}
	.nav-search-form {
		height: 56px;
		background: #f5eeee;
	}
	.nav-search-form:hover {
		background:#fff;
	}
	.nav-search-field:hover,
	.nav-search-field:active,
	.nav-search-field:focus {
		margin: 12px 0 0 0;
	}
	.tile-view .entry {
		width: 33%;
		float: left;
		padding: 0 1.5%;
	}
	h1,
	.entry-title {
		font-size: 30px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 700px) {
	.entry-footer .entry-meta a {
	    line-height: 1.8;
	}

	.title-area {
		text-align: center;
	}
	.site-title {
		font-size: 32px;
	}
	.site-logo,
	.site-titledesc {
		width: 100%;
		margin: 0;
		height: auto;
		padding: 0;
	}
	.site-logo img {
		width: 100px;
		height: 100px;
	}
	.site-header {
		padding: 54px 0 10px 0;
	}

	h1,
	.entry-title {
		font-size: 22px;
	}

	h2 {
		font-size: 21px;
	}

	h3 {
		font-size: 20px;
	}
	.tile-view .entry,
	.gallery .gallery-item {
		width: 50%;
		float: left;
		padding: 0 1.5%;
	}
}
@media only screen and (max-width: 400px) {
	.site-title {
		font-size: 28px;
	}
	.site-description {
		font-size: 20px;
	}
	.site-logo img {
		width: 80px;
		height: 80px;
	}
}


