/*
Theme Name: Awesome Child
Theme URI: http://www.alexander-ziegler.com/
Author: Alexander Ziegler
Author URI: www.alexander-ziegler.com
Description: Child-Theme for the Awesome Theme
Version: 1.0
Tags: Fotojournalist, Journalist, Fotograf, Portfolio, Reportage
Text Domain: awesome-child
Template: awesome
Version:        1.0.9 */

/* ---- Ihre Themeaktualisierungen beginnen hier: ---- */

@import url("../awesome/style.css");

article.format-quote cite {
    color: #444 !important;
}

.slideshow-container ol {
	bottom: 1% !important;
	right: 0 !important;
}
.gallery-caption {
	bottom: 0% !important;
}
.wp-caption-text {
	opacity:0.1 !important;
}
.wp-caption-text:hover {
	opacity:1 !important;
}
.wp-caption-text:active {
	opacity:0.8 !important;
}

h2.site-description {
    font-size: 2.3rem;
	}
.site-title a {
		font-size: 4.2rem;
	}
article.format-quote {
    background: #FFFFFF !important;
}
article.format-quote div.entry-summary:before {
    color: #DCDCDC !important;
}

.leaflet-container {
    font: 4px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif !important;
}


@media screen and (max-width:767px) {
	.entry-title {
		font-size: 3em;
	}
	h2.site-description {
    	font-size: 1.5rem;
	}
	.site-title a {
		font-size: 2.8rem;
	}
	.site-branding {
		padding: 2%;
	}
	.aesop-component {
    	height: 300px !important;
	}
	article.format-quote blockquote p {
    	font-size: 2rem;
	}
	article.format-quote cite {
		font-size: 1.8rem;
	}
} 
@media screen and (max-width:480px) {
	.entry-title {
		font-size: 1.8em;
	}
	.entry-content {
		font-size: 0.8em;
	}
	h2.site-description {
    	font-size: 1.2rem;
	}
	.site-title a {
		font-size: 2.2rem;
	}
	.aesop-component {
    	height: 200px !important;
	}
	#dynamic-to-top {
    	bottom: 3px !important;
    	padding: 5px 4px !important;
    	right: 3px !important;
	}
	.aesop-image-component-caption {
		font-size:8px !important;
	}
	article.format-quote blockquote p {
    	font-size: 1.8rem;
	}
	article.format-quote cite {
		font-size: 1.4rem;
	}
}