/*
 Theme Name:   John
 Theme URI:    https://andersnoren.se/themes/chaplin/
 Description:  Chaplin Child Theme
 Author:       brokkr
 Author URI:   https://brokkr.net
 Template:     chaplin
 Version:      0.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  chaplinchild
*/

.entry-content {
	max-width: 80rem;
}
/* signature code block look */
.wp-block-code {
	background-color: #ebcb8b;
	border: none;
	margin-left: -80px;
	padding-left: 80px;
	margin-right: -80px;
  padding-right: 80px;
}
/* Getting rid of nasty borders and ridiculous amounts of padding in main menu */
.sub-menu .menu-item {
	border-top: none;
}
a.sub-menu-toggle {
	border: none;
}
.main-menu .sub-menu .menu-item .ancestor-wrapper a {
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.main-menu .menu-item .ancestor-wrapper a {
	padding-bottom: 1rem;
}
.main-menu li, .main-menu li a {
	border: none !important;
}

.menu-modal a {text-decoration: none !important;}

/* Last menu items are pseudo-links because the theme has no options for text in menu */
.menu-item-2549 a, .menu-item-2565 a {
	font-size: 1.8rem !important;
	font-weight: 400;
}
.menu-item-2549 a:hover, .menu-item-2565 a:hover {
	text-decoration: none !important;
}

/*
	Setting monospace font
*/

.wp-block-code code {font-family: "Roboto Mono", monospace;}


.tag-css-cover-shade .cover-header-inner-wrapper  {background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,0.65));}
.tag-css-cover-bg .cover-header {background-color: #ebcb8b;}
