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

/***  CONTENTS  ***************************************  SPECIFIC EEE  *********************************************

	1  –  GENERAL
	2  –  SINGLE POST
	3  –  PAGE
	4  –  RESPONSIVENESS  479
*/


/***************************************  1  –  GENERAL  ************************************/


.error404 #mp-top-widgets-area,
.error404 .primary-menu {
    display: none;
}
#site-header {
	display: none!important;
}
.header-titles {
    display: none;
}
li.menu-item.switch_lang { /* TPOSH FLAGS */
    display: none;
}
#site-content {
    margin-top: 11rem!important;
}
#wpusb-container-default { /* HIDE WHAPSHARE */
    display: none;
}
#site-footer {
    border: none;
}
a {
  border-bottom: 1px dotted blue;
}
img {
	/*box-shadow: 0rem .5rem 4rem 0rem rgba(0,0,0,0.17);*/
	border: 1px dotted #fff!important;
	box-shadow: 0 1rem 2rem 0rem #C6E6F2!important;
}


/*********************************  2  –  SINGLE POST  ***********************************/


body.single-post {
    /*background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)), url(/wp-content/uploads/bak-grey-dots-top.jpg) no-repeat;*/
    /*background-size: contain;*/
}
.single-post ul.primary-menu {
    margin-top: 6rem;
}
.single-post #site-content {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.single-post li.post-author.meta-wrapper {
    display: none;
}
.single-post .post-date.meta-wrapper {
    margin-top: 2rem!important; /* SEEMS NOTWORKING HERE BUT IN MAIN CHILD CSS */
	display: none!important;
}
.meta-text:before {
	display: none;
}
.single-post .entry-header-inner .entry-categories {
    display: none!important;
}
.single-post .entry-header-inner .entry-title {
    /*margin-top: 1rem!important;*/
    /*padding-top: 2rem;*/
}
.single-post .entry-header-inner .entry-title:after {
    content : url(/wp-content/uploads/Divider-purple-bullet.png);
    display: block;
    margin-top: 3rem;
}
.single-post article .section-inner {
	padding-right: 0!important;
}
.single-post .entry-content {
    padding-top: 0rem!important;
}


/*******   OLD ?  =  HIDE NICE HR BELOW TITLE   ******/

.single-post .category-eee-only-gp .entry-header-inner .entry-title:after,
.single-post .category-eee-only-ap .entry-header-inner .entry-title:after,
.single-post .category-eee-only-fr .entry-header-inner .entry-title:after,
.single-post .category-eee-only-it .entry-header-inner .entry-title:after,
.single-post .category-eee-only-en .entry-header-inner .entry-title:after,
.single-post .category-eee-only-all .entry-header-inner .entry-title:after {
  display: none;
}

.single-post article .post-meta-single-bottom { /* HIDE TAGS BOTTOM */
    display: none;
}


/**************************************  3  –  PAGE  ***************************************/


.page #site-header {
    display: none;
}


/*===================   4  –  RESPONSIVENESS  479  ==========================*/


	@media only screen and (max-width: 479px) {


		/********************  SINGLE  ********************/
 
 
		.single-post #site-header {
			padding-bottom: 1rem;
		} 
		.single-post .nav-toggle {
			display: none;
		}
		.single-post .header-navigation-wrapper,
		.single-post .primary-menu-wrapper {
			top: 0rem;
		}
		.single-post ul.primary-menu {
			margin-right: 0rem;
		}
		.single-post #mp-top-widgets-area {
			margin-top: 6rem;
		}
		.single-post .mp-top-warning-auto-translation {
			margin-right: 2rem;
		}
		.single-post article.post {
			margin-top: 0rem!important;
		}
		.single-post #site-content {
			margin-top: 0rem!important;
			padding-left: 5rem!important;
			padding-right: 5rem!important;
		}
		.single-post .entry-header {
			padding-top: 3rem!important;
			padding-bottom: 0rem!important;
		}
		.single-post .entry-header-inner .post-meta {
			/*position: absolute;*/
			right: 2rem;
		}
		.single-post .post-date.meta-wrapper {
			margin-top: -3rem!important;
		}
		.single-post .post-date.meta-wrapper .meta-text a {
			font-size: 1.2rem!important;
		}
		.entry-categories {
			display: none!important;
		}
		.single-post .entry-header-inner .entry-title:after {
			display: none;
		}
		.single-post .header-inner.section-inner {
			padding-bottom: 0rem;
		}
		.single-post .entry-content {
			padding-top: 4rem!important;
		}
		.single-post .entry-header-inner h1.entry-title {
			margin-top: 3rem !important;
		}
		.single-post .post-inner, .single-post.reduced-spacing.missing-post-thumbnail .post-inner {
			padding-top: 10rem;
		}
		.single-post a.to-the-top {
			bottom: 1.5rem;
		}

	/*********************  479  OTHER  **********************/
 

		img.alignright {
			max-width: 30%!important;
			/*padding-top: 1.5rem!important;*/
		}

}


