/**
 * These rules are needed for backwards compatibility.
 * They should match the button element rules in the base theme.json file.
 */
.wp-block-button__link {
	color: #ffffff;
	background-color: #32373c;
	border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape. */

	/* This needs a low specificity so it won't override the rules from the button element if defined in theme.json. */
	box-shadow: none;
	text-decoration: none;

	/* The extra 2px are added to size solids the same as the outline versions.*/
	padding: calc(0.667em + 2px) calc(1.333em + 2px);

	font-size: 1.125em;
}

.wp-block-file__button {
	background: #32373c;
	color: #ffffff;
	text-decoration: none;
}

header#main section#desktop #sitetitle .title h1, header#main section#desktop #sitetitle .title h2 {
    font-weight: initial;
    font-size: initial;
    padding: initial;
    margin: initial;
    letter-spacing: initial;
    line-height: initial;
    display: initial;
    background-repeat: initial;
    text-indent: initial;
    text-decoration: none;
    font-weight: 700;
    color: #7a3f0f;
    font-family: source sans pro,helvetica neue,Helvetica,Arial,sans-serif;
    font-size: 35px;
}

			.ipea-m,
			.ipea-d {
				text-align : center;
				display    : none;
			}

			@media (max-width : 768px) {
				.ipea-m {
					display : block;
				}
			}

			@media (min-width : 768px) {
				.ipea-d {
					display : block;
				}
			}

				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}									
			@media only screen and (max-width: 1023px) {
	#mhead {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100px;
		margin-bottom:10px;		
	}
	
	#categories-list{
		height: 41px;
	}
}
