/*
 Theme Name:   Kaschula 2.0.1
 Theme URI: https://kaschula.com/wp-content/themes/kaschula_2.0.1
 Description:  Kaschula Theme
 Author:       Eric Krause
 Author URI:   http://kaschula.com
 Template:     twentysixteen
 Version:      2.0.1
 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-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
 Text Domain:  kaschula
*/

/*general stuff */

body .site{
	font-family: Montserrat, "Helvetica Neue", sans-serif;
    margin: 0px;
}

.site-inner {
    margin: 0 auto;
    max-width: 100%;
	position: inherit;
}

.site-header {
    padding: 0;
}

.site-content {
    max-width: 1320px;
    margin: 0 auto;
}

a {
    color: #000;
    text-decoration: none;
}

/*end general stuff */

/*header */

/*gdpr accept button does not work because of adsense
.hide-on-scroll input.accept {
    display: none!important;
}*/

.kaschula-logo {
    text-align: center;
    padding-top: 30px;
    /* height: 158px; */
}

.kaschula-search {
    background-color: #fff;
    border: 1px;
    border-style: solid;
    max-width: 410px;
    border-radius: 7px;
    text-align: center;
    margin: 0 auto;
    height: auto;
	overflow:hidden;
}

.kaschula-search input#s {
    max-width: 300px;
    float: left;
    margin-left: 7px;
    border: 0px;
    background-color: #fff;
}

.kaschula-search button#searchsubmit {
    background-color: #fff;
    color: black;
    font-size: 25px;
    margin-right: 9px;
    float: right;
    line-height: inherit;
    letter-spacing: 0rem;
    padding: 0;
}

.home-slider {
    background-color: yellow;
}

.kaschula-mainmenu {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}

ul#menu-hauptmenu {
    /* text-align: center; */
	text-transform: uppercase;
    /* max-width: 400px; */
    margin: 0 auto;
    display: inline-block;
}

/*begin startpage carousel*/
.header-sidebar {
    margin-bottom: 50px;
}

.header-sidebar .default-theme.wp-posts-carousel .wp-posts-carousel-image {
    max-height: 298px;
	padding-top: 0px;
}

.header-sidebar .default-theme.wp-posts-carousel .wp-posts-carousel-slide {
    padding: 0px;
    margin-left: 0%;
    width: 100%;
}

.header-sidebar .default-theme.wp-posts-carousel .wp-posts-carousel-container {
    box-shadow: 0px 0px 0px #CCC;
	margin: 0 5px;
	padding: 0px;
}

.header-sidebar .default-theme.wp-posts-carousel .wp-posts-carousel-container:hover {
    box-shadow: 0px 0px 0px #CCC;
	color: #aaa;
}

 .header-sidebar .default-theme.wp-posts-carousel .wp-posts-carousel-title {
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 18px;
}

/*end startpage carousel*/


/*end header */

/*content */
.blog .format-status .entry-title, .archive .format-status .entry-title {
    display: initial;
}

.site-home .post {
    max-width: 395px;

    display: inline-block;
}

.entry-category {
    margin-bottom: 5px;
}

.entry-category a {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 3px 3px;
}

.entry-header, .entry-header-rezepte{
    text-align: center;
}

.kaschula-entry-title{
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    line-height: 1.4em;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
	font-weight: 100;
}

.kaschula-entry-title h2.entry-title {
    font-weight: 100;
	font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    line-height: 1.4em;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s;
}

.entry-date:before {
    height:2px;
	width:50px;
	margin:5px auto;
	content: " ";
	display:block;
	background-color:black;
}

.entry-date {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999;
	font-size: 15px;
    font-style: italic;
}

.post-thumbnail img {
    display: block;
    width: 100%;
}

a.more-link {
    display: block;
    margin: 30px auto 0 auto;
    width: 110px;
    text-align: center;
    height: 30px;
    border: 1px #e5e5e5 solid;
    line-height: 30px;
    letter-spacing: 2px;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .1s, background-color .3s;
    transition: color .1s, background-color .3s;
}

.more-link p {
    text-align: justify;
}

.more-link a:hover {
  display: block;
  background-color:#aaa;
  width: 110px;
  text-align: center;
  height: 30px;
  border: 1px #aaa solid;
  text-decoration:none;
  line-height: 30px;
  letter-spacing: 2px;
  color: #e5e5e5;
  -webkit-transition: color .1s, background-color .3s;
  transition: color .1s, background-color .3s;
}

/*social buttons share daddy*/
.sharedaddy.sd-sharing-enabled {
  display: inline-block;
  float: left;
   margin-top: -20px;
}

.sharedaddy:before, .sharedaddy:last-child:after {
    height: 0px;
}

#content .sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button,
#content .sd-social-icon .sd-content ul li[class*=share-].share-print a.sd-button,
#content .sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button,
#content .sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button,
#content .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button,
#content .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button,
#content .sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button,
#content .sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button,
#content .sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button
 {
    background: #fff;
    color: #000!important;
}

#content .sd-social-icon .sd-content ul li a.sd-button:before {
    font: normal 23px/1 social-logos;
}

/*end social buttons share daddy*/

.comments-link {
    float: right;
}

.comments-link a{
	color: black;
}

.more-link {
    white-space: inherit;
}

/*single */

.entry-content {
    max-width: 746px;
}

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

ul.related_post {
    text-align: center;
}

.wp_rp_content .related_post li {
    display: inline-block;
    width: 31%;
	vertical-align: top;
    margin: 1%;
    text-align: center;
}

.wp_rp_wrap {
    margin-top: 40px;
}

a.wp_rp_title {
    text-transform: uppercase;
}

.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
    box-shadow: 0 0px 0 0 currentColor;
}

h3.related_post_title {
    font-weight: 100;
    font-size: 19px;
    margin-bottom: 9px;
	text-align:center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.single .post-navigation {
    display: none;
}

/*Author Daten*/

.author-info-wrapper {
    clear: both;
	text-align:center;
}


/*end Author Daten*/

/*Recipe*/
.zutaten {
    max-width: 33%;
	width: 33%;
    display: inline-block;
    vertical-align: top;
}

.zutaten h2, .zubereitung h2 {
    text-transform: uppercase;
    text-align: center;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    display: block;
	max-width: 380px;
	font-weight: 100;
    font-size: 28px;
    background-color: #eee;
}

.rezept {
    /* display: block; */
    overflow: hidden;
}

/*.zubereitung h2 {
	max-width: 80%;
}*/

.kaschula-print-button .fa-print {
    font-size: 25px;
}

.kaschula-print-button {
    float: right;
    text-align: center;
    position: relative;
    width: 49px;
    margin: 0 auto;
    /* margin-left: 745px; */
    font-size: 9px;
    margin-bottom: -100px;
    /* margin-right: 20px; */
    /* margin-top: 10px; */
}

.zubereitung {
    display: inline-block;
    max-width: 60%;
    float: right;
}

.zutaten li {
    font-style: italic;
}

.zutaten p {
    font-style: italic;
}

.adsense-blog {
    margin: 30px 0;
}

/*end Recipe*/

.comment-form input[type="file"] {
    color: #686868;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 20px;
    letter-spacing: 0.076923077em;
    line-height: 1.615385;
    margin-bottom: 0.5384615385em;
}

.comment-list .children > li {
    padding-left: 3.875em;
}
/*amazon*/

.aalb-pa-ad-unit {

    width: 100%;
}

/*end single */


/*category styling */

.ms-item-cat {
    width: 100%;
    padding: 12px;
}

.ms-item-cat .kaschula-entry-title .entry-title {
    font-size: 16px;
}

.ms-item-cat .entry-category a {
    font-size: 10px;
}

.ms-item-cat .entry-category {
    font-size: 10px;
}

.ms-item-cat .more-link p {
    /* padding: 10px; */
    margin: 30px 10px;
    font-size: 13px;
}
/*
.ms-item-cat article {
    border: solid 1px #f1f1f1;
}
*/
.ms-item-home {
    width: 100%;
    padding: 12px;
}

.ms-item-home .more-link p {
    /* padding: 10px; */
    margin: 30px 10px;
    font-size: 13px;
}
/*
.ms-item-home article {
    border: solid 1px #f1f1f1;
	background-color: #fafafa;
}

category recipies */

.recipe-in-category .category-rezepte .entry-header-rezepte h1 {
    line-height: 1.3;
    display: block;
    /* margin: 10px 0; */
    margin-top: 10px;
    margin-bottom: 30px;
}

.recipe-in-category {
    max-width: 23%;
    width: 23%;
    margin: 5px;
	vertical-align: top;
    display: inline-block;
}

.archive-page .category-rezepte .entry-header-rezepte h1 {
    line-height: 1.3;
    display: block;
    /* margin: 10px 0; */
    margin-top: 10px;
    margin-bottom: 30px;
}

.archive-page {
    max-width: 31%;
	width: 31%;
	margin: 5px;
	vertical-align: top;
    display: inline-block;
}

.archive-page .category-rezepte_picture img {
    width: 260px;
}


.entry-header-rezepte h1.entry-title {
    font-size: 12px;
	text-transform: uppercase;
    font-weight: 100;
}

.category-rezepte_picture {
    text-align: center;
}

.category-rezepte_picture img {
    width: 200px;
}

/*end category recipies */

/*end category styling */

/*begin pagination*/

.pagination .nav-links:before, .pagination .nav-links:after {
    color: #080808;
}

.pagination {
    border-top: 2px solid #aaa;
}

.pagination .prev, .pagination .next {
    background-color: #Fff;
    color: #000;
}

.pagination:before, .pagination:after {
    background-color: #fff;
}

pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus {
    background-color: #aaa;
    color: #fff;
}
/*end pagination*/


/*end content */


/*sidebar */

.widget {
    border: 0px;
	text-align: center;
}

h2.widget-title {
    text-align: center;
    /* float: inherit; */
    /* margin: auto 0; */
    border-left: 0px;
    font-weight: 100;
    border-right: 0px;
    border-top: 0px;
    padding-bottom: 10px;
    display: inline;
    border-bottom: 1px;
    border-style: solid;
}

.widget .widget-title {
    line-height: 4em;
}

/*social buttons*/

.widget_wpcom_social_media_icons_widget {
    height: 110px;
}

.widget_wpcom_social_media_icons_widget ul li {
    color: #000;
}

.widget.widget_wpcom_social_media_icons_widget ul li a{
	    border: 0;
}

.sidebar .widget_wpcom_social_media_icons_widget ul {
    text-align: center;
    /* max-width: 100px; */
    margin: 0 auto;
    display: block;
}

.sidebar .widget_wpcom_social_media_icons_widget li {
    float: none;
    display: inline-block;
    margin: 0 0.4375em 0.4375em 0;
}

/*end social buttons*/

/*Begin MailPoet Newsletter widget*/

.wysija-paragraph{
	margin-top: 15px;
}

.wysija-input {
    width: 94%;
    margin-top: 10px;
}

.wysija-submit-field {
    display: inherit;
    margin: 0 auto;
	width: 190px;

}

.widget_wysija {
    line-height: 1.714285714;
}

.widget_wysija form {
    text-align: left;
}

input.wysija-input {
    font-family: inherit;
}

.widget_wysija_cont .updated{
    background-color: #fff;
    border: none;
    border-color: #fff;
}

/*End MailPoet Newsletter widget*/

ul.wpp-list {
    margin: 0;
}

.wpp-list li {
    margin-top: 0px;
    line-height: 1.3;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 3px;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.wpp-list a {
    display: block;
    margin-bottom: 10px;
}

div#subscribe-text {
    text-align: left;
}

#subscribe-submit input[type="submit"] {
    width: 100%;
}

img.wpp-thumbnail.wpp_featured_stock.wp-post-image {
    float: inherit;
    margin-bottom: 5px;
}

.wpp-list a {
    text-transform: uppercase;
}

/*end sidebar */

/*begin footer*/

#footer-sidebar {
    margin-bottom: 10px;
}

.footer-widget #sb_instagram .sbi_follow_btn a {
    background: #111;
}

.site-footer{
	padding-top:20px;
	background-color:black;
	color:white;
}

.site-footer .site-info a {
    color: #ddd;
}

.site-footer .site-info .site-title:after {
    display: none;
}

/*end footer*/


/*media screen adjustments*/

@media screen and (min-width: 44.375em){
	.comment-body .children .comment-list .children > li {
		padding-left: 3.75em;
	}

	.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
		max-width: 746px;
		margin-right: 4%;
	}

}

@media screen and (min-width: 61.5625em){
	.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
		font-weight: 100;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #000;
		font-weight: 400;
		line-height: 1.4em;
		-o-transition: .25s;
		-ms-transition: .25s;
		-moz-transition: .25s;
		-webkit-transition: .25s;
		transition: .25s;
	}

	.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
		margin-bottom: 1.05em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		width: 100%;
	}

	.post-thumbnail {
		margin-bottom: 10px;
	}

	.widget {
		margin-bottom: 0.307692em;
	}
}

@media screen and (min-width: 56.875em){
	.widget {
		padding-top: 0em;
	}

	.ms-item-cat {
		width: 33%;
		padding: 12px;
	}

	.ms-item-home {
		width: 48%;
		padding: 12px;
	}
}

@media screen and (max-width: 56.875em){
	.more-link {
		white-space: inherit;
		margin: 0 7%;
	}
}

@media screen and (max-width: 44.375em){
	.zutaten h2, .zubereitung h2 {
		font-weight: 100;
		font-size: 23px;
		background-color: #eee;
	}

/*	.zutaten h2{
	max-width: 80%;
	}

	.zubereitung h2{
	max-width: 100%;
	}
*/
	.kaschula-print-button .fa-print {
		font-size: 20px;
	}

	.zubereitung {
		display: inline-block;
		max-width: 100%;
		width: 100%;
	}

	.zutaten {
		max-width: 100%;
		width: 100%;
		display: inline-block;
	}
}
@media screen and (max-width: 1150px){
	.zubereitung h2 {
		max-width: 80%;
	}
}

@media screen and (max-width: 710px){
	.zubereitung h2 {
		max-width: 100%;
	}

	.zutaten h2 {
		max-width: 90%;
	}

	.recipe-in-category, .archive-page {
		max-width: 31%;
		width: 31%;

		vertical-align: top;
		display: inline-block;
	}
	
}

@media screen and (max-width: 600px){
	.zutaten h2 {
		max-width: 85%;
	}

	.recipe-in-category, .archive-page {
		max-width: 46%;
		width: 46%;
	}

	.kaschula-search input#s {
		width: 260px;
	}
}

@media screen and (min-width: 481px){
	img.alignleft {
		max-width: 49%;
		margin: 0 0 15px 0;
	}

	img.alignright {
		max-width: 49%;
		margin: 0 0 15px 0;
	}
}
