/*
 Theme Name:   AG 2015 Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme for Hindi Jokes and Shayari
 Author:       Ankur Gupta
 Author URI:   http://ankurgupta.com
 Template:     twentyfifteen
 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:  twenty-fifteen-child
*/

.entry-footer {
  background-color: #E7E8E8 !important;
}

.site-footer .widget {
  	margin: 0;
  	padding: 10% 10% 0;
}

.site-footer .widget:last-child {
  	margin-bottom: 10%;
}

.site-footer .widget-title {
	color:#222222;
}

.adsense-post {
	text-align:left;
}

.adsense-post.ad-top {
	padding-bottom:20px;
}

.adsense-post.ad3.hentry {
	background-color:transparent !important;
	border:none !important;
	box-shadow:none !important;
	padding-top:0 !important;
}

.single .adsense-post.ad3 {
	padding-top:10px !important;
}

ins {
	background-color:transparent!important;
}

@media screen and (min-width: 38.75em) {
.site-main {
  padding-top: 0; 
}
.site-description {
  display:none
}
}

@media screen and (min-width: 59.6875em) {
.site-main {
  padding-top: 0; 
}
.site-title {
  font-size: 27px;
  font-size: 2.7rem;
}
}

@media screen and (min-width: 68.75em) {
.site-title {
  font-size: 29px;
  font-size: 2.9rem;
}
}

@media screen and (min-width: 77.5em) {
.site-title {
  font-size: 31px;
  font-size: 3.1rem;
}
}

/* for moving the sidebar to right -- commented for now 

@media screen and (min-width: 59.6875em) {

.site-content {
float: left;
margin-left: 0px;
width: 70.5882%;
}

.sidebar {
float: right;
right:0;
margin-right: 0px;
max-width: 413px;
width: 29.4118%;
}

body:before {
right: 0;
left:auto;
}

.site-footer {
margin: 0 0 0 6.1%;
}
 
}

*/