/*
Theme Name:   Twenty Twenty Child MP for D-MYR
Theme URI:    _
Description:  Twenty Twenty Child MP for D-MYR
Author:       MP
Author URI:   _
Template:     twentytwenty
Version:      _
License:      GNU General Public License v2 or later
License URI:  _
Tags:         _
Text Domain:  _
*/

/*CONTENTS  ************  SPECIFIC D-MYR  *********************************************

	0  –  TEST
	1  –  GENERAL
	2  –  SINGLE POST
	3  –  PAGE
	4  –  RESPONSIVENESS :  SINGLE
	5  –  SIMPLIFY 25-01
*/


/**************************  TEST  ****************************/

/*
.page .mp-site-name-ori {
  background-image: none;
}
.intro-text.section-inner.max-percentage.small {
    display: none;
}
*/

/**************************  HOME  ****************************/


.home #mp-top-widgets-area {
	background: #A79AE2;
    height: 4rem;
    top: 0;
    position: absolute;
    width: 100%;
}
.home .mp-top-widget-bar {
    text-align: center;
    margin-top: 0.5rem;
}
.home .mp-top-widget-help a {
    color: #F7E2FF !important;
    border-bottom: 1px dotted #FFF;
}
.home .header-titles-wrapper {
    display: none;
}
.home .botmenu-all-ita {
    display: none;
}
.home .mp-menu-item-intro:before {
    display: none;
}

.home article:first-of-type {
    margin-top: 13rem!important;
}


/***********************  GENERAL  **************************/



/**********************  SINGLE POST  ************************/


.single-post .header-titles-wrapper {
    display: none;
}
.single-post .site-title a {
    display: none;
}

/***************************  PAGE  *********************************/


.page .header-titles-wrapper {
    display: none;
}


/******************  RESPONSIVENESS :  SINGLE  *******************/


@media only screen and (max-width: 1024px) {
	.home article:first-of-type {
		margin-top: 8rem!important;
 }
}

@media only screen and (max-width: 479px) {
	.home article:first-of-type {
		margin-top: 8rem!important;
	}
}



