/*
Theme Name:  TheBlogger
Theme URI:   http://themeforest.net/user/pixelwars/portfolio
Author:      Pixelwars
Author URI:  http://themeforest.net/user/pixelwars
Description: Responsive WordPress theme.
Version:     1.0.1
License:     ThemeForest License
License URI: http://themeforest.net/licenses
Tags:        blog
Text Domain: theblogger
Domain Path: /languages
*/

/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/

/* CONTENT ALIGNMENT STYLE */
.aligncenter, 
.alignnone, 
.alignright, 
.alignleft {
    display: block; margin: 1.6em auto; clear: both;
	}
.aligncenter:first-child, 
.alignnone:first-child, 
.alignright:first-child, 
.alignleft:first-child {
	margin-top: 0;
	}
.wp-caption {
	margin-bottom: 1.6em; max-width: 100%;
	}
.wp-caption img[class*="wp-image-"] {
	display: block; margin: 0;
	}
.wp-caption-text {
	color: #aaa; font-size: 11px; letter-spacing:  .04em; padding: 0.8em 0 0;
	}
.aligncenter .wp-caption-text {
	text-align: center;
	}
	
	
	/*
mousumi media  logo section
*/

.mainlogobg
{
  width:100%;
padding:0px;
margin:0px;
display:table;
}

.mainlogobg-lt
{
  width:12%;
display:table-cell;
}
.mainlogobg-rt
{
  width:87%;
display:table-cell;
}
.mainlogobg-lt h2
{
font-size:28px;
}
.custompicwrapper{
display:table-row;
}
.customlogosection
{
width:100%;
display:table;
padding:0px;
margin:0px;
}

.customimg{
    align-items: center;
    display: table-cell;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
}

.blog-grid .entry-meta {
display:none;
}

.blog-small .entry-title {
text-transform:uppercase;
}
	
/* TABLETS */
@media screen and (min-width: 768px) {
	.alignnone {
		margin: 3em 0; 
		}
	.aligncenter {
		margin: 2em auto; 
		}
	.alignright {
		float:right; margin: .4em 0 2em 2em;
		}
	.alignleft {
		float: left; margin: .4em 2em 2em 0;
		}
	.alignright,
	.alignleft {
		max-width: 50%;
		}
	.alignright .wp-caption-text,
	.alignleft .wp-caption-text {
		max-width: 230px;
		}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.mainlogobg-lt,.mainlogobg-rt
{
  width:100%;
 display: inline;
}
.customimg{
	display: inline;
}
}
/* DESKTOPS MEDIUM */
@media screen and (min-width: 1400px) { 
	.alignright,
	.alignleft {
		max-width: 66%;
		}
	.layout-fixed .alignright {
		margin-right: -33%; margin-left: 24px;
		}
	.layout-fixed .alignleft {
		margin-left: -33%; margin-right: 24px;
		}	
}
@media screen and (max-width: 470px) {
.mainlogobg-lt,.mainlogobg-rt
{
  width:100%;
 display: inline;
}
.customimg{
	display: inline;
}
}
.myfixedHeader{
	top:0px!important;
}
.s7_of{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.s7_mil{
	font-size: 60px;
	color: #E63061;
	font-weight: bold;
	line-height: 1;
}
.s7_email{
	font-size: 20px;
	color: #FFFFFF;
}
.fl-html h1{
	font-size: 30px;
}
.fl-html li{
	margin-bottom: 20px;
}
.book-box{
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.book-box .book1{
	width: 48%;
	float: left;
}
.book-box .book2{
	width: 48%;
	float: right;
}
@media only screen and (max-device-width : 1024px) {
	.book-box .book1 , .book-box .book2{ 
			width: 100%;
			float: left;
			padding-bottom: 10px;
	}
}
.book-review-box{
	width: 98%;
	float: left;
	padding: 0 1% 0 1%;
	margin-top: 10px;
}
.book-review-section{
	width: 100%;
	float: left;
	text-align:left!important;
}
.breview-heading{
	font-weight: bold;
	font-size: 14px;
}
.breview-by{
	font-size: 14px;
}
.breview-content{
	font-size: 12px;
	margin-top: 5px;
}
.breview-heading .stars{
	width: 50px;
	height: 10px;
	display: inline-block;
	background-image:url("images/five_star.png");
}