/* @override 
	https://makeamazonpay.org/wp-content/themes/rowling-payday/style.css?ver=4.8.2 */

/*
Theme Name:		 rowling-payday
Description:	 rowling-payday theme
Author:			 makeamazonpay.org
Template:		 rowling
Version:		 1.0.0
Text Domain:	 rowling-child
 */
 
 /* @group setup */
    
    
 .wrapper a {
 	color: #222;
 	text-decoration: none;
 }
 
 .wrapper  a:hover {
 	color: #222 ;
 	text-decoration: none;
 }
    
 
 .post-content a {
 	color: #222 !important;
 	text-decoration: none;
 	font-weight: bold;
 }
 
 body a:hover {
 	color: #f0e500;
 }
 
 div.post-author {
 	visibility: hidden;
 }
 
 .comments, 
 .comment-respond form,
 .no-comments {
 	visibility: hidden !important;
 }
 
 /* @end */
 
 /* @group header navigation */
 
 .top-nav {
 	background-color: #r;
 }
 
 .primary-menu > li > a {
 	color: #222;
 	text-shadow: none
 }
 
 .navigation {
 	position: relative;
 	z-index: 1 !important;
 }
 
 .primary-menu > li:hover > a {
	background: rgba(255,255,255,0.1);
	color: #222;
	text-decoration: underline;
} 
 
 /* @end */
 
 /* @group header */
 
 .header-wrapper { background: #fff; }
 
 .header { 
 	padding: 40px 0 0;
 	margin-bottom: -20px;
 }
 
 .header .section-inner {
 	background: url(img/west.png) right center no-repeat;
 	background-size: 400px 143px;
 	padding-bottom: 80px;
 	position: relative;
 	z-index: 999999 !important;
 }
 
 .blog-title {
 	font-size: 2em;
 	text-transform: lowercase;
 	text-shadow: none;
 }
 
 .blog-title a { 
 	color: #222;
 	background-color: #f0e600;
 }
 .blog-title a:hover { 
 	color: #222 !important; 
 	}
 
 .blog-description {
 	font-family: 'Lato', sans-serif;
 	font-size: 1.2em;
 	font-weight: 900;
 	font-style: normal;
 	color: #222;
 }
 
 /* @end */
 
 /* @group credits */
 
 .credits {
 	background: #fff;
 }
 
 .to-the-top:hover {
 	color: #fff;
 	top: -30px;
 }
 
 .to-the-top .fa {
     color: #222;
     text-shadow: none;
 }
 
 .credits p { 
 	color: #222; 
 }
 
 .credits a:hover { 
 	color: #222 !important; 
 }
 
 .credits .copyright {
 	visibility: hidden;
 }
 
 .credits .attribution a{ 
 	color: #999;
 }
 
 /* @end */
 
 
 /* Related Posts ----------------------------------------- */
 
 
 .post-inner .related-posts { display: none; }
 
 .related-posts {
 	width: px;
 	float: left;
 	position: relative;
 	z-index: 10;
 }
 
 .related-posts-title {
 	padding-top: 6px;
 	border-top: 2px solid #222;
 	margin-bottom: 10px;
 	font-size: 0.675em;
 	font-weight: 900;
 	text-transform: uppercase;
 	letter-spacing: 1px;
 	color: #222;
 }
 
 .related-post { display: block; }
 
 .related-post + .related-post { margin-top: 25px; }
 
 .related-post img { display: block; }
 
 .related-post .category {
 	margin: 10px 0 0;
 	font-size: 0.675em;
 	font-weight: 900;
 	text-transform: uppercase;
 	letter-spacing: 1px;
 	color: #0093C2;
 }
 
 .related-post .title {
 	margin: 4px 0 0;
 	font-size: 0.85em;
 	line-height: 130%;
 	font-weight: 700;
 	color: #111;
 }
 
 .related-post:hover .title { text-decoration: underline; }
 
 
 /* Mobile Menu */
 

 .mobile-menu a {
 	color: #000;
 }
 

 
 .mobile-menu a:hover { color: #222; }
 
 
 /* Post Content ------------------------------------------ */
 

 .page .post-inner { 
 	padding-left: 0px; 
 }
 

  
  
  
/* media queries responsive */
 
@media ( max-width: 780px ) {

	.top-nav {
		background-color: #fff;
	}
	
	.header .section-inner {
 		background-size: 250px 89px;
 	}
}
 
 
@media ( max-width: 400px ) {
 	

}