/*
Theme Name: goodies
Theme URI: http://www.goodies-berlin.de
Author: goYippi design
Author URI: http://www.goyippi.net
Description: The template for goodies
Version: 1.0
*/

/* ---- Google Fonts ---- 
font-family: 'Life Savers', cursive;
font-family: 'Droid Sans', sans-serif;
*/
@import url('http://fonts.googleapis.com/css?family=Life+Savers:400,700|Droid+Sans:400,700&subset=latin,latin-ext');

/* ---- Resets ----*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---- Basics ---- */
body {
	font-family:'Droid Sans', Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.429;
	color: #575756;
	background-color: #7A9E1A;
	text-align: center;	
	padding: 0 10px;
	margin-bottom: 40px;
	background-image: url('images/background.png');
	background-attachment: fixed;
}

.screen-reader-text {
	display: none;
}

/* ---- Links ---- */
a {
	color: #7A9E1A;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #575756;
	text-decoration: none;
	outline: none;
}

.post-title a:hover {
	color: #575756 !important;
}

.page-id-9 .field-text a {
	color: #bf087f;
}

.page-id-9 .field-text a:hover {
	color: #575756;
}

a.button, a.more-link, .button a {
	color: #FFF !important;
	font-weight: bold;
	background-color: #7A9E1A;
	padding: 2px 6px;
	border-radius: 3px;
}

a.button:hover, a.more-link:hover, .button a:hover {
	background-color: #575756 !important;
}

.a_navi a {
	color: #FFF;
	display: block;
	font-weight: 700;
	padding: 0 2px;
}

.a_navi a:hover, .current-menu-item a, .current-menu-parent .current-menu-item a {
	color: #BF087F;
}

.a_navi a:hover:after, .current-menu-item a:after, .current-menu-parent .current-menu-item a:after {
	content: '▼';
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -10px;
	font-size: 0.786em;
	color: #FFF;
}

.a_footer .service a {
	color: #FFF;
	font-weight: 700;
}

.a_footer .service a:hover, .a_footer .service .current-menu-item a, .a_footer .service .current-menu-parent .current-menu-item a {
	color: #BF087F;
}

.a_footer .service a:after, .a_footer .current-menu-item a:after {
	content: '';
}

.a_footer .service .social a {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	border-radius: 2px;
	text-indent: 1000em;
	background-repeat: no-repeat;
}

.a_footer .service .facebook a {
	background-image: url('images/facebook.png');
}

.a_footer .service .twitter a {
	background-image: url('images/twitter.png');
}

.a_footer .service .gplus a {
	background-image: url('images/google-plus.png');
}

.a_head h1 a {
	display: block;
	width: 250px;
	height: 101px;
}

a.gallery-slideshow-link {
	background-image: url('images/slideshow.png');
	background-repeat: no-repeat;
	padding: 2px 0 2px 30px;
}

a.gallery-slideshow-link:hover {
	background-image: url('images/slideshow-hover.png');
}

/* ---- Navigation ---- */
.a_navi .main li {
	font-family: 'Life Savers', cursive;
    font-size: 2em;
	float: left;
	margin: 0 20px 25px 0;
	position: relative;
}

.a_navi .main .sub-menu {
	display: none;
}

.a_footer .service li {  
	font-family: 'Life Savers', cursive;
	font-size: 1.143em;
	float: left;
	margin: 0 0 0 12px;
}

/* ---- Structure ---- */
.a_all {
	text-align: left;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 25px;
}

.a_head {
	min-height: 132px;
	position: relative;
}

.a_head h1 {
	margin: 0;
	width: 250px;
	height: 101px;
	background-image: url('images/goodies-logo.png');
	background-position: 0 20px;
	background-repeat: no-repeat;
}

.a_head img {
	display: none;
}

.a_navi {
	position: absolute;
	left: 275px;
	bottom: 0;
}

.a_content {
	width: 76.271%;
	float: left;
}

.archive .a_content, .single .a_content {
	width: 55.085%;
}

.archive_wrapper, .page_wrapper, .single_wrapper {
	background-color: #fff;
	border-radius: 6px;
}

.a_footer {
	position: absolute;
	top: 20px;
	right: 0;
}

/* ---- Post ---- */
.a_content .post, .a_content .page, .a_content .attachment {
	padding: 10px;
	clear: both;
}

.page .a_content #accordion .post {
	padding: 0;
}

.archive .a_content .post, .home .a_content .post, .page_wrapper {
	margin-bottom: 20px;
}

.home .a_content .post {
	background-color: #fff;
	border-radius: 6px;
	width: 48.889%;
	padding: 0;
}

.home .a_content .gutter-size {
	width: 2.222%;
}

.home .a_content .post header {
	padding: 10px 10px 0;
}

.home .a_content .post .post-wrapper {
	padding: 0 10px 10px;
}

.post-meta span {
	display: block;
}

.post-meta-footer {
	font-size: 0.857em;
	color: #575756;
	border-top: 1px solid #7A9E1A;
	margin-top: 10px;
	padding-top: 10px;
}

.tag-links {
	margin-top: 6px;
	display: block;
}

.navigation {
	border-top: 1px solid #7A9E1A;
	padding-top: 10px;
	margin: 20px 0 0;
}

div.alignleft, div.alignright {
	width: 49%;
}

.next-posts {
	float: left;
}

.previous-posts {
	float: right;
	text-align: right;
}

.format-quote .post-title, .home .format-quote .post-meta-footer {
	display: none;
}

.format-quote .post-content {
	padding-top: 10px;
}

/* ---- Sidebar ---- */
.a_sidebar {
	width: 19.492%;
	float: right;
}

.archive .a_sidebar, .single .a_sidebar {
	width: 40.678%;
}

.archive .a_sidebar .left, .single .a_sidebar .left,
.archive .a_sidebar .right, .single .a_sidebar .right {
	float: left;
	width: 47.917%;
}

.archive .a_sidebar .right, .single .a_sidebar .right {
	float: right;
}

/* ---- Textelements ---- */
h2, .archive-title {
	font-family: 'Life Savers', cursive;
    font-size: 1.571em;
    color: #7A9E1A;
    line-height: 1.125;
	margin-bottom: 20px;	
	font-weight: 700;
}

.archive-title {
	font-size: 2.143em;
	color: #FFF;
}

.post-title, .archive-title {
	position: relative;
}

.post-title {
	padding-right: 65px;
}

.blog .post-title, .archive .post-title, .search .post-title {
	font-size: 1.429em;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 700;
}

.post-content h1 {
	font-family: 'Life Savers', cursive;
    font-size: 2.286em;	
	margin-bottom: 20px;
	font-weight: 700;
}

.post-content h2 {	
	font-family: 'Life Savers', cursive;
    font-size: 1.571em;
    color: #575756;
   	font-weight: 700;
}

.post-content h3 {
	font-family: 'Life Savers', cursive;
    font-size: 1.286em;	
   	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 700;	
}

.post-content h4 {
	font-weight: 700;
	margin-bottom: 10px;	
}

.post-content h5, .post-content h6 {
	font-weight: 700;	
}

.post-content p {
	margin-bottom: 20px;
}

.format-quote .post-content p {
	margin-bottom: 5px;
}

.post-meta p, .widget p  {
	margin-bottom: 17px;
}

strong, b {
	font-weight: 700;
}

.sub-title strong {
	font-weight: 400;
}

em, italic {
	font-style: italic;
}

blockquote {
	font-family: 'Life Savers', cursive;
    font-weight: 700;
    font-size: 1.143em;
	color: #7f7f7f;
}

.format-quote .post-content blockquote {
	font-size: 2.571em;
    font-weight: 700;
    line-height: 1.2;
}

.post-content ul, .post-content ol {
	margin-bottom: 20px;
}

.post-content ul ul, .post-content ol ol {
	margin-bottom: 0px;
}

.post-content ul li {
	position: relative; 
	left: 20px; 
	list-style: disc;
	padding-right: 20px;
}

.post-content ol li {
	position: relative; 
	left: 20px;
	list-style: decimal;
	padding-right: 20px;
}

.post-content .social_share_privacy ul li {
	left: 0;
	padding-right: 0;
}

.sep {
	padding: 0 5px;
}

/* ---- Images ---- */
.post-content img, .a_footer img, .a_sidebar img {
	max-width: 100%;
	height: auto;
}

.post-content iframe, .a_footer iframe, .a_sidebar iframe {
	max-width: 100%;
}

.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft, .post-content div.alignleft {
	margin: 4px 20px 20px 0;
}

img.alignright, .post-content div.alignright {
	margin: 4px 0 20px 20px;
}

.wp-caption {
	background-color: #fdf4b2;
	font-size: 0.923em;
}

.wp-caption img {
	padding: 5px;
	margin-left: 0;
	margin-right: 0;
}

.wp-caption p {
	padding: 0px 5px 5px 5px;
	margin-bottom: 0;
}

/* ---- Widgets ---- */
.widget {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
	border-radius: 6px;
}

.widget_text {
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.widget .widget-title {
	font-family: 'Life Savers', cursive;
    font-size: 1.286em;
    font-weight: 700;
    color: #7A9E1A;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px solid #7A9E1A;
}

.widget p {
	margin-bottom: 10px;
}

.widget li {
	padding-left: 8px;
	text-indent: -8px;
}

#linkcat-2 li {
	display: inline;
	padding-left: 0;
	margin-right: 6px;
}

.widget_Twidget li, .widget_twitter li {
	text-indent: 0;
	padding-left: 0;
	margin-bottom: 10px;
}

.widget_Twidget li span, .widget_twitter li span {
	display: block;
}

.widget_twitter li span.from-meta {
	display: none;
}

.time-meta, .intent-meta {
	font-size: 0.85em;
}

.widget_twitter li .intent-meta a {
	margin-right: 5px;
}

.widget li a:before, .widget_twitter li .intent-meta a:before {
	content: '› ';
}

.widget li.recentcomments a:before, .widget_calendar a:before, #linkcat-2 a:before, .widget_Twidget li a:before, .widget_twitter li a:before {
	content: '';
}

.widget .rssSummary {
	text-indent: 0;
}

.widget_calendar table {
	width: 270px;
}

.widget_calendar td, .widget_calendar th {
	text-align: center;
}

.widget_calendar th, .widget_calendar td a {
	font-weight: 700;
}

.widget_calendar caption {
	margin-bottom: 6px;
}

.widget_calendar tfoot td {
	padding-top: 12px;
}

.widget_calendar tfoot #prev {
	text-align: left;
}

.widget_calendar tfoot #next {
	text-align: right;
}

.back-transparent {
	background-color: transparent;
	padding: 0;
	color: #FFF;
}

.widget_goodies_widget .widget-title {
	position: relative;
	border: 0;
	padding: 0;
}

.back-transparent .widget-title {
	color: #FFF;
}

.icon .widget-title {
	padding-right: 65px;
}

.widget_goodies_widget .widget-icon {
	position: absolute;
	right: 0;
	bottom: 0;
}

.widget_goodies_widget .widget-icon img {
	max-width: 80px;
	height: auto;
}

/* ---- Comments ---- */
#comments, #respond {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #7A9E1A;
}	
	
#comments h3, #respond h3 {
    font-size: 1.286em;
	margin-bottom: 10px;
}

#comments p, #respond p {
	margin-bottom: 10px;
} 

#respond p.form-submit {
	margin-bottom: 30px;
}

.commentlist .comment_inner {
	margin-bottom: 20px;
}

.commentlist .children {
	margin: 0 0 30px 75px;
}

.comment-gravatar img {
	width: 60px;
	float: left;
	margin-right: 15px;
}

.comment-data {
	overflow: hidden;
}

#cancel-comment-reply-link {
	font-weight: normal;
	margin-left: 10px;
}

.form-allowed-tags {
	display: none;
}

/* ---- Forms ---- */
input[type=text], input[type=password], input[type=email], textarea {
	font-family:'Droid Sans', Arial, sans-serif;
	font-size: 1em;
	border: 0;
	background-color: #dddddd;
	width: 99%;
	padding: 1px;
	margin-bottom: 6px;
	border-radius: 0;
}

textarea {
	height: 120px;
}

input[type=submit] {
	font-family:'Droid Sans', Arial, sans-serif;
	font-size: 1em;
	cursor: pointer;
	color: #FFF;
	background-color: #7A9E1A;
	border: 0;
	width: auto;
	padding: 3px;
	margin-bottom: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

select {
	width: 100%;
}

label {
	font-weight: 700;
	padding-bottom: 3px;
}

.wpcf7 p {
	margin-bottom: 4px;
}

/* ---- Divider ---- */
.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.divider {
    height: 20px;
}

.divider-10 {
	height: 10px;
}

.line {
	margin: 20px 0;
	border-top: 1px solid #7A9E1A;
}

hr {
	display: none;
}

.gallery .clear {
	height: auto;
}

/* ---- Audio/Video Mediaelement ---- */
.mejs-container .mejs-controls > div:last-of-type {
	position: relative;
	clear: both;
	float: right;
	top: -31px;
}

/* ---- Thickbox ---- */
#TB_load {
	display: none !important;
}

#TB_window {
	font-family:'Droid Sans', Arial, sans-serif !important;
	font-size: inherit !important;
	color: #575756 !important;
}

#TB_window img#TB_Image {
	border: 0 !important;
}

#TB_caption {
    height: auto !important;
    padding: 7px 15px 10px !important;
}

#TB_closeWindow {
    padding: 11px 15px 10px 0 !important;
}

#TB_title {
	background-color: transparent !important;
}

#TB_secondLine {
	font-family:'Droid Sans', Arial, sans-serif !important;
    font-size: 1em !important;
	color: #575756 !important;
}

.tb-close-icon {
	position: static !important;
	width: auto !important;
}

.tb-close-icon:before {
	color: #666666 !important;
	line-height: 20px !important;
}

.tb-close-icon:hover:before {
	color: #000000 !important;
}

/* ---- Galerie ---- */
.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;
	text-align: left;
	list-style: none;
	padding: 0;
}

.gallery .gallery-item .gallery-icon a, .gallery .gallery-item .gallery-icon a:hover {
	background-color: transparent;
}

.gallery .gallery-item .gallery-icon img {
	width: auto;
	max-width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 5% 2% 3% 0;
    vertical-align: middle;
}

.gallery-caption {
	display: none;
}

.hidden {
	display: none;
	visibility: hidden;
	height: 0;
	margin: 0 auto;
	overflow: hidden;
}

.gallery .col-0 { width: 100%; }
.gallery .col-1 { width: 100%; }
.gallery .col-2 { width: 50%; }
.gallery .col-3 { width: 33.33%; }
.gallery .col-4 { width: 25%; }
.gallery .col-5 { width: 20%; }
.gallery .col-6 { width: 16.66%; }
.gallery .col-7 { width: 14.28%; }
.gallery .col-8 { width: 12.5%; }
.gallery .col-9 { width: 11.11%; }
.gallery .col-10 { width: 10%; }
.gallery .col-11 { width: 9.09%; }
.gallery .col-12 { width: 8.33%; }
.gallery .col-13 { width: 7.69%; }
.gallery .col-14 { width: 7.14%; }
.gallery .col-15 { width: 6.66%; }
.gallery .col-16 { width: 6.25%; }
.gallery .col-17 { width: 5.88%; }
.gallery .col-18 { width: 5.55%; }
.gallery .col-19 { width: 5.26%; }
.gallery .col-20 { width: 5%; }
.gallery .col-21 { width: 4.76%; }
.gallery .col-22 { width: 4.54%; }
.gallery .col-23 { width: 4.34%; }
.gallery .col-24 { width: 4.16%; }
.gallery .col-25 { width: 4%; }
.gallery .col-26 { width: 3.84%; }
.gallery .col-27 { width: 3.7%; }
.gallery .col-28 { width: 3.57%; }
.gallery .col-29 { width: 3.44%; }
.gallery .col-30 { width: 3.33%; }

/* ---- Slider ---- */
.flexslider {
	border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 45px !important;
}

.flexslider .slides img {
	height: auto;
}

.post-content .flexslider ul, .post-content .flexslider ol {
	margin-bottom: 0;
}

.post-content .flexslider ul li, .post-content .flexslider ol li {
   	left: 0;
	list-style: none;
	position: static;
}

.flex-control-paging li a {
	background: none repeat scroll 0 0 #c1d100 !important;
	box-shadow: none !important;
}

.flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
	background: none repeat scroll 0 0 #7A9E1A !important;	
}

.flex-direction-nav {
	display: none;
}

.flexslider:hover .flex-direction-nav {display: block;}

/* ---- Accordion ---- */
.inline .last {
	border-bottom: 1px solid #7A9E1A;
	margin-bottom: 20px;
}

#accordion .menu-title, #accordion .field-title {
	color: #7A9E1A;
	margin-bottom: 0;
	padding: 10px 30px 10px 0;
	border-top: 1px solid #7A9E1A;
	outline: none;
	position: relative;
	font-size: 1.571em;
}

#accordion .menu-title:hover, #accordion .field-title:hover {
	cursor: pointer;
}

#accordion #ui-accordion-accordion-header-0 {
	margin-top: 0;
}

#accordion .ui-accordion-content-active {
	margin-bottom: 50px;
}

#accordion .last-panel {
	margin-bottom: 0;
}

#accordion span.ui-accordion-header-icon {
	position: absolute;
	top: 10px;
	right: 0;
}

#accordion span.ui-accordion-header-icon:after {
	content: '▼';
}

#accordion .ui-state-active span.ui-accordion-header-icon:after {
	content: '▲';
}

#accordion .field-title {
	color: #7A9E1A;
    font-family: 'Life Savers',cursive;
	font-size: 1.429em;
    font-weight: 700;
    line-height: 1.2;
}

/* ---- Additional Fields - Masonry ---- */
#masonry .post, .text-box .post {
	background-color: #fff;
	border-radius: 6px;
	width: 48.889%;
	padding: 0;
	margin-bottom: 20px;
	clear: none;
}

#masonry .gutter-size {
	width: 2.222%;
}

#masonry .field-text {
	padding: 10px;
}

#masonry .field-title {
	color: #7A9E1A;
    font-family: 'Life Savers',cursive;
	font-size: 1.429em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

#masonry .post-content p {
	margin-bottom: 10px;
}

/* ---- Additional Fields - Text Box ---- */
#text-box .post {
	background-color: #fff;
	border-radius: 6px;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	clear: none;
}

#text-box .gutter-size {
	display: none;
}

#text-box .field-text {
	padding: 10px;
}

#text-box .field-title {
	color: #7A9E1A;
    font-family: 'Life Savers',cursive;
	font-size: 1.429em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

#text-box .post-content p {
	margin-bottom: 10px;
}

/* ---- Products ---- */
.menu-list .icon {
	margin-right: 10px;
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	text-align: center;
}

.menu-list .icon img {
	max-height: 30px;
	width: auto;
}

.group-product .post {
	padding: 0;
}

.single-product {
	border-bottom: 1px solid #7A9E1A;
	margin-bottom: 10px;
}

.last {
	border-bottom: 0;
}

.single-product h4 {
	font-size: 1.143em;
	margin-bottom: 0;
}

.big-headline {
	border-bottom: 0;
}

.big-headline .product-title {
	font-family: 'Life Savers',cursive;
    font-weight: 700;
	font-size: 1.571em;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 20px 0 10px;
}

.single-product p {
	margin-bottom: 10px;
}

.single-product .product-text {
	width: 85%;
	float: left;
}

.single-product .no-price {
	width: 100%;
	float: none;
}

.single-product .product-price {
	width: 15%;
	float: right;
	text-align: right;
	font-family: 'Life Savers',cursive;
	font-size: 1.571em;
	font-weight: 700;
	color: #7A9E1A;
	padding-top: 5px;
	white-space: nowrap;
}

.single-product .icons {
	margin: 6px 0;
}

.single-product .single-icon {
	margin-right: 6px;
}

/* ---- Page Links ---- */
.page-links, .page-links li a {
	position: absolute;
	top: 0;
	left: 0;
}

.post-content .page-links ul, .post-content .page-links ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-tooltip {
	background: #7A9E1A;
	border-radius: 6px;
	padding: 10px;
	color: #FFF;
	width: 200px;
}

.page-id-2 .ui-tooltip {
	width: 100px;
	margin-bottom: 20px;
}

.ui-helper-hidden-accessible div {
	display: none;
}

/* ---- Category Images ---- */
.cat-image {
	position: absolute;
	right: 0;
	bottom: 0;
}

.cat-image img {
	vertical-align: bottom;
	max-width: 60px;
	height: auto;
}

.image-portrait {
	border-radius: 100px;
	border: 3px solid #7A9E1A;
	overflow: hidden;
}

.blog .cat-image, .category .cat-image {
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s;
}

.blog .post:hover .cat-image, .category .first-post .cat-image, .category .post:first-child .cat-image {
	visibility: visible;
	opacity: 1;
}

.blog .post .image-visible, .blog .post:hover .image-visible {
	visibility: visible;
	opacity: 1;
}

/* ---- Shariff ---- */
.post-content .shariff ul li {
    left: 0;
    padding-right: 0;
    position: static;
}

/* ---- Media Queries: Smaller than 1180px ---- */
@media (max-width: 1180px) { 
	.feature-image img {
		max-width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	
	.top, .a_navi .service {
		right: 10px;
	}
	
	.a_navi {
		left: 250px;
	}
	
	.a_navi .main li {
    	font-size: 1.571em;
	}
	
	.a_navi a:hover:after, .current-menu-item a:after, .current-menu-parent .current-menu-item a:after {
		font-size: 1em;
	}
	
	#masonry .single-field img {
		float: none;
		margin: 0 0 10px;
		display: block;
	}
	
	/* ---- Images ---- */
	.post-content img, .a_footer img, .a_sidebar img {
		max-width: 100%;
		height: auto;
	}
	
	.post-content iframe, .a_footer iframe, .a_sidebar iframe {
		max-width: 100%;
	}
	
	.page .nav-back, .page-links {
		display: none;
	}
}

/* ---- Media Queries: Smaller than 900px ---- */
@media (max-width: 900px) { 
	img.alignleft, img.alignright {
		float: none;
		margin: 0 0 10px;
		display: block;
	}
}

/* ---- Media Queries: Smaller than 760px ---- */
@media (max-width: 760px) { 
	body {
		margin-bottom: 0;
	}
	
	.a_all {
		max-width: 525px;
	}
	
	.a_wrapper {
		background-image: none;	
	}
	
	.a_head h1 {
		margin: 0 auto;
	}
	
	.a_navi .service {
		right: 0;
	}
	
	.a_navi {
		position: static;
	}
	
	.a_content, .archive .a_content, .single .a_content {
		width: 100%;
	}
	
	.home .a_content .post, #masonry .post {
		width: 100%;
		position: static !important;
		float: none;
	}
	
	.a_content .post, .a_content .page, .a_content .attachment {
		margin-bottom: 20px;
	}
	
	.a_sidebar .right {
		margin-top: 100px;
	}
	
	.a_sidebar, .single .a_sidebar, .home .a_sidebar, .archive .a_sidebar {
		width: 100%;
		padding-top: 20px;
	}
	
	.home .a_sidebar, .archive .a_sidebar {
		padding-top: 0;
	}
	
	.archive .a_sidebar .left, .single .a_sidebar .left,
	.archive .a_sidebar .right, .single .a_sidebar .right {
		float: none;
		width: 100%;
	}
	
	.a_footer {
		position: static;
		border-top: 1px solid #FFF;
		margin-top: 10px;
		padding-top: 10px;
	}
	
	.post-content {
		font-size: 1em;
	}
	
	.post-meta-footer {
		font-size: 1em;
		margin-top: 10px;
		padding-top: 10px;
	}
	
	#comments, #respond {
		font-size: 1em;
	}
	
	/* ---- Navigation ---- */
	.a_navi {
		margin: 10px 0 20px;
		padding: 10px 0;
		width: 100%;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	
	.a_navi .main {
		margin-left: 0;
	}
	
	.a_navi .main li {
		float: none;
		margin: 0;
		padding: 2px 0;
	}
	
	.a_navi a:hover:after, .current-menu-item a:after, .current-menu-parent .current-menu-item a:after {
		bottom: 0;
		right: 0;
		left: auto;
	}
	
	.a_head a {
		display: inline;
		width: auto;
		height: auto;
		float: none;
	}
	
	.a_navi .main .sub-menu li {
		font-size: 0.778em;
	}
	
	.a_footer .service {
		float: right;
	}
	
	.a_footer .service li {  
		margin: 0 0 10px 10px;
	}

	/* ---- Textelements ---- */
	h2, .archive-title, .post-content h1, .post-content h2 {
    	font-size: 2em;	
	}
	
	.sub-title {
		display: block;
    	font-size: 0.5em;
    	margin-top: 5px;	
	}

	/* ---- Widgets ---- */
	.widget {
		margin-bottom: 20px;
	}
	
	/* ---- Product List ---- */
	.single-product .product-text, .single-product .product-price {
		width: 100%;
		float: none;
	}
	
	/* ---- Cat Images ---- */
	.blog .post:hover .cat-image, .category .first-post .cat-image, .category .post:first-child .cat-image {
		visibility: hidden;
		opacity: 0;
	}
	
	.blog .post .image-visible, .blog .post:hover .image-visible {
		visibility: visible;
		opacity: 1;
	}
	
	/* ---- Social Widget ---- */
	.social_share_privacy ul {
		height: auto !important;
	}
	
	.social_share_privacy li {
		float: none !important;
	}
}