/*
Theme Name: Medad Child
Theme URI: 
description: Child theme used for sahhatips website
  Medad Child Theme
Author: Mohamed Al Amine
Author URI: https://alamine.me
Template: medad
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: medad-child
*/

/* -------------------------------------------------------------------------------- */
/*	4.	Post
/* -------------------------------------------------------------------------------- */

.post-content h1, .post-content h2, .post-content h3 {
	font-family: inherit!important;
}
figure {
	margin-left: 0;
    margin-right: 0;
    text-align: center;
}
/* -------------------------------------------------------------------------------- */
/*	5.	Header
/* -------------------------------------------------------------------------------- */


/* Header ----------------------------------------- */


.header-wrapper {  }

.header { 
	padding: 15px 0;
}

.blog-logo img {
	display: block;
	width: 35%;
}


@media ( max-width: 600px ) {
	.blog-logo img {
		display: block;
		width: 50%;
	}
}

/* -------------------------------------------------------------------------------- */
/*	6.	Plugins
/* -------------------------------------------------------------------------------- */

/* table of content plugin */
#ez-toc-container ul ul, .ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 0px !important;
    margin-right: 1.5em;
}