/*
 Theme Name:   DatMAR
 Theme URI:    https://bitbucket.org/teaFS/datmar-theme/
 Description:  Child theme for www.datmar.pl
 Author:       Mateusz Piwek
 Author URI:   https://chwilezapomnienia.pl
 Template:     twentytwenty
 Version:      0.1.22
 License:      One Smile License
 License URI:  https://chwilezapomnienia.pl
 Tags:         e-commerce food-and-drink
 Text Domain:  datm_child
*/


/** Menu overwriting **
div.header-titles-wrapper {
}

div.header-navigation-wrapper {
	
}

ul.primary-menu li.menu-item-object-category {
	background: gray;
	font-style: italic;
}

li.menu-item > a {

}

ul.primary-menu ul.sub-menu {
	width: 600pt;
}

ul.primary-menu span.icon {
	background: blue;
	display: none;
	visibility: hidden;
}

ul.primary-menu ul.sub-menu li.menu-item {
	display: inline-block;
}
*/
/** article overwriting stiles **/

.post-inner {
    padding-top: 0.5rem;
}

/** e.ma.l hide plugin classes **/
input button.email-hide {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

/** Header styles **/

div.datmar-header-logo {
	display: inline-block;
	width: 26pt;
	margin-right: 12pt;
}

span.datmar-header-caption {
	font-size: 16pt;
}

header.entry-header {
	display: none;
	visibility: hidden;
}

/** Footer styles **/
div.footer-credits {
	display: block;
}


/** Cookie notice styles **/

.hidden_block {
	display: none;
}

div#pp_notice {
	position: fixed;
	top: 0px;
	z-index: 3;
	
	width: 100%;
	
	padding: 6pt;
	
	background-color:rgba(255, 255, 255, 0.9);
	border-color: yellow;
	border-left-style: solid;
	border-width: 10pt;
}

div#pp_notice div.notice {
	display: inline-block;
	width: 70%;
}

div#pp_notice div.buttons {
	display: inline-block;
	width: initial;
}

div#pp_notice div.buttons button {
	display: block;
	margin: 4pt;
}
