/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.header-image p.site-description {display: none}

div.site-inner {margin-top: 15px} 

body {
    font-size: 18px;
}

.cl-pinterest-hidden {
	display: none;
}

.tasty-recipes-quick-links  {
	font-weight: 700;
	padding-bottom: 10px;
}
/*
.tasty-recipes-jump-link:before {
	font-family: FontAwesome;
	content: "\f13a";
	padding-right: 5px;
}

.tasty-recipes-print-link:before {
	font-family: FontAwesome;
	content: "\f02f";
	padding-right: 5px;
}
*/
@media only screen and (max-width: 480px) {
	.tasty-recipes-print-link, .tasty-recipes-quick-links span {
		display: none !important;
	}
}

/** Begin Mediavine Sidebar Fix **/

@media only screen and (max-width: 1200px) and (min-width: 1024px) {
    .content-sidebar .content {
        max-width: calc(100% - 330px)!important;
    }
    .sidebar-primary{
        width: 300px!important;
    }
    .content-sidebar .sidebar {
        min-width: 300px!important;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1275px) {
    .content-sidebar .content {
        max-width: calc(100% - 410px) !important;
    }
}

@media only screen and (max-width: 359px) {
    .site-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .tasty-recipes-ingredients, .tasty-recipes-description, .tasty-recipes-entry-header, .tasty-recipes-instructions, .tasty-recipes-notes, .tasty-recipes-nutrition {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 399px) {
    .site-container {
        padding-left: 27px !important;
        padding-right: 27px !important;
    }
    .tasty-recipes-ingredients, .tasty-recipes-description, .tasty-recipes-entry-header, .tasty-recipes-instructions, .tasty-recipes-notes, .tasty-recipes-nutrition {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/** End Mediavine Sidebar Fix **/
