/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* Shopping Links */
.shopping-links-all .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	padding: 0 !important;
	font-size: 17px;
	justify-content: center;
	font-weight: 500;
}
.shopping-links-all .wp-block-group__inner-container p {
	margin: 10px 5px 5px 5px;
}
.shop-amazon a, .shop-shakedeal a, .shop-flipkart a, .shop-ib a, .shop-moglix a, .shop-buildskill a, .shop-tatacliq a, .shop-total a {
    padding: 3px 10px 6px 10px;
	border-radius: 5px;
}
.in-post-top-10-list p {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Block Colors */
.shop-flipkart a {
	background: #F8E831;
	color: #005699;
}
.shop-amazon a {
	background: #ffac31;
	color: #000000;
}
.shop-moglix a {
	background: #d9232d;
	color: white;
}
.shop-shakedeal a {
	background: #d5b566;
	color: #000000;
}
.shop-ib a {
	background: #b13a00;
	color: white;
}
.shop-buildskill a {
	background: #000000;
	color: white;
}
.shop-tatacliq a {
	background: #da1c5c;
	color: white;
}
.shop-total a {
	background: #44b6c1;
	color: white;
}
.check-price {
    margin-bottom: 0;
    text-align: center;
}
/* Main */
@media (min-width: 769px) {
.single header.entry-header {
   margin-right: auto;
   margin-left: auto;
   text-align: center;
	 width: 800px;
}
.single .entry-content {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
footer.entry-meta {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
}
}
/* Single */
.single .entry-meta {
    font-size: 16px;
}
.wp-block-group.in-post-top-10-list {
	margin-bottom: 15px;
	border: 2px solid #8400ff;
	text-align: center;
}
/*  Archive */
.generate-columns .inside-article header.entry-header {
    padding-left: 10px;
    padding-right: 10px;
}
.generate-columns .inside-article P {
  padding-left: 10px;
  padding-right: 10px;
}
.archive .entry-summary, .home .entry-summary {
    margin-top: 5px !important;
}
.archive .post-image, .home .post-image {
    margin-bottom: 5px !important;
}
.archive footer.entry-meta, .home footer.entry-meta {
	display: none;
}
/* Mobile Header */
@media (max-width: 768px) {
	.site-branding-container .site-logo {
	margin-right: 10px;
	}}
/* Footer */
.footer-bar p {
    margin-bottom: 0;
}
.inside-site-info {
	padding-left: 15px;
	padding-right: 15px;
}
.site-info {
	border-top: 2px solid #8400ff;
}
/* Updated Date */
.posted-on .updated {
    display: inline-block;
}
.posted-on .updated + .entry-date {
    display: none;
}
.posted-on .updated:before {
    content: "Last Updated: ";
}
/* Post Image */
.single .featured-image.page-header-image-single {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
/* Tag Cloud */
footer.entry-meta .tags-links a {
    display: inline-block;
    background: black;
    padding: 2px 8px 3px 8px;
    font-size: 18px;
    margin: 3px;
    color: white;
}
footer.entry-meta .gp-icon {
	display: none;
}
/* Post Nav */
.nav-previous a {
  font-weight: bold;
	font-size: 19px;
}
.nav-next a {
  font-weight: bold;
	color: black;
	font-size: 19px;
}