/*
Theme Name: Tiny Framework Child Tadesse
Theme URI: http://mtomas.com/1/
Author: Konrad Tadesse
Author URI: http://ktil.de/
Description: Tiny Framework with its child themes was created with the future in mind and encompasses all the best features of the default WordPress themes in one place, adds full accessibility and Schema.org microdata format support. Fast start is ensured with very extensive documentation! Tiny Framework features elegant responsive mobile-first design of Twenty Twelve, HTML5 ready structure of Underscores, many improvements from Twenty Fifteen, custom per-post headers, three footer widgets, FontAwesome icon webfont and Google Fonts support. Web developers will enjoy integrated Theme Hook Alliance custom action hooks. It's all there, you have everything in one neat package. Theme supports Site Logo feature on WordPress.com, that is available with Jetpack plugin for self-hosted sites (can be also installed as a stand-alone plugin). Tiny Framework can be used as a learning tool or your own little web development "framework". With its unique "Coding Tips System" Tiny Framework helps to understand how to extend parent themes and build your own child themes, hacking them the way you want. You get the best coding examples from default WordPress themes and the best hacks from the child theme. Please read readme.txt of a parent theme for a quick start guide, tips and tricks. For more information please see: http://mtomas.com/1/
Template: tiny-framework
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
Text Domain: tinyframeworkchild

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.content-area article, .content-area section {
	border-bottom: none;
}

.site-header, .site-header .site-description, .site-header .site-title {
	text-align: left;
}

@media screen and (min-width: 783px) {
}

/* geo meshup popup */
.gm-map {
	position: relative !important;
	padding-bottom: 40% !important;
	height: 0 !important;
	overflow: hidden !important;
}

.gm-map iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
#map-modal {
	position: absolute;
	top: 45px;
	left: 45px;
	right: 45px;
	bottom: 45px;
	border: 1px #ccc solid;
	background-color: white;
	padding: 20px;
	overflow: hidden;
}

a.close {
	position: absolute;
	top: 15px;
	right: 15px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #999;
	text-shadow: 0 1px 0 #fff;
}
