/**
 * Theme Name:     Koji Child
 * Author:         Anders Norén
 * Template:       koji
 * Text Domain:	   koji-child
 * Description:    Koji is a clean and lightweight theme for bloggers. It features a masonry grid on the archive pages, a beautiful and minimal design, Block Editor/Gutenberg support, widget areas in the sidebar and the footer, infinite scroll loading that can be set to load more posts on button click or when the visitor reaches the bottom of the page, settings for what post meta to display on archive pages and on single posts, icon links to social media pages, custom logo support, a search overlay that can be accessed from any page, and much more. Demo: https://www.andersnoren.se/themes/koji/
 */

/**
#site-header {
	width: 28% !important;
	padding: 10rem 3rem 0 !important;
}
*/

.preview-wrapper {
	box-shadow: 0px 0px 15px 0px lightcoral;
}

.boton_receta{
   text-decoration: none;
   padding: 10px;
   font-weight: 600;
   font-size: 2em;
   color: #ffffff;
   background-color: #18ba22;
   border-radius: 6px;
   border: 2px solid #18ba22;
 }

.credits {
	visibility: hidden;
}

@media ( min-width: 1200px ) {

		#site-header {
		width: 27% !important;
		padding-right: 4rem !important;
		padding-left: 4rem !important;
	}
}