/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://itsmetommy.com/twentysixteen-child
 Description:  Twenty Sixteen Child Theme
 Author:       Tommy Elmesewdy
 Author URI:   http://itsmetommy.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentysixteen-child
*/

/* PARENT THEME CHANGES */
.site-header { padding: 0em 4.5455%; }
.site-footer { padding: 0 4.6923% 1.75em; }
.site-main > article { margin-bottom: 25px; }
.site { margin: 0%; }
.widget { margin-bottom: 1.615384615em; }
.home .entry-title {display: none; }
.site-description { line-height: 2; }

/* PARENT THEME CHANGES - WIDE PAGE TEMPLATE */
.content-area-wide {
		float: left;
		margin-right: -100%;
		width: 100%;
	}

/* DISQUS */
div#disqus_thread {
        padding: 15px;
        margin-bottom: 25px;
	background: #f9f9f9;
}

/* PRISMJS BACKGROUND COLOR */
code,
	hr {
		background-color: #272822 !important; /* Make sure color schemes don't affect to print */
	}


/* GOOGLE FONT */
ul li { font-family: open Sans, sans-serif; }

p {
	margin: 0 0 20px;
	font-family: open Sans, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: open sans, sans-serif;
}

/* GOOGLE AD */
ins { background: #f3f3f3; } 
