/*  
Theme Name: QOTSTRAP
Theme URI: http://www.quickonlinethemes.com/
Author: QuickOnlineTips.com team
Author URI: http://www.quickonlinetips.com/
Description: A custom modified theme based on QuickStrap WordPress theme
Version: 1.2
Tags: white  
Text Domain: qotstrap
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
QOTstrap WordPress Theme, Copyright 2016 QuickOnlineThemes.com
*/
  
/* Theme Validity --------------------- */
.wp-caption { 
}
.wp-caption-text { font-style: italic;
color: #999; 
}
.sticky { background: #f9f9f9; 
padding: 10px 15px 5px;
border: 1px solid #DDD;
}
.gallery-caption { font-style: italic;
color: #999; 
}
.bypostauthor { background: #f9f9f9; 
} 
.alignright { float: right; margin-left: 5px;
} 
.alignleft { float: left; margin-right: 5px;
} 
.aligncenter { display: block;
margin-left: auto;
margin-right: auto;
}

/* QOT ------------------- */
.container { max-width: 970px;}

body { 
	background: #FFF; 
	font-size: 1.5em;
	font-family: "SegoeUI", "Segoe UI", Helvetica, sans-serif;
}

.content { 
	background: #FFF;
	border-left: 1px solid #eee;
 	border-right: 1px solid #eee;
}

.site { 
	margin: 0 auto 20px;
}


.content img {
	max-width: 100%;
	height: auto;
	border: 1px solid #EEE;
	padding: 5px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #f9f9f9;
    font-weight: bold;
}
.navbar {
    margin-bottom: 0px;
}
 
.fb-hide{
    height: 22px;
    overflow: hidden;
} 

.fb-like span{
overflow:visible !important; width:450px !important; margin-right:-375px;
}

.fb_iframe_widget {
    display: inline-block;
    position: absolute !important;
}


.mid-ads {margin: 20px 0 20px; display:block;}
.archives h1 {
    font-size: 1.7em;
}
.archives h2 {
    font-size: 1.5em;
}

.avatar {
    margin: 5px;
} 
.textwidget {margin-top: 15px;}
 

/* Essential Styles ------------------- */
 
h1, h2, h3, h4, h5, h6 {
	font-weight: bold !important;
 	letter-spacing: -1px;
}
}

.sidebar, .sidebar-left, .footer-widget {
	overflow: hidden;
}

.sidebar-widget ul, .footer-widget ul  { 
	list-style:none !important;  padding-left: 0px; 
}

.sidebar-widget li, .footer-widget li  { 
	border-bottom: 1px solid #eee; padding: 3px 0; 
}
.sidebar-title {
	margin-top: 20px;
}

.navbar-brand {
	color: #ddd !important;
}
.post {
	overflow: hidden;
}

.post img {
	max-width: 100%;
	height: auto;
	border: 1px solid #EEE;
}
.comment-author {
	background: #f3f3f3;
    	margin-top: 15px;
	margin-bottom: 5px;
    	padding: 5px;
    	border: 1px solid #ddd;
}

.comment-meta {
	font-size: 11px;
	margin: 5px 0 10px;
	display:none;
}
 

.depth-2, .depth-3, .depth-4, .depth-5  {
	list-style: none !important;
}

textarea {
	width: 100%
}

embed, iframe, object, video {
    max-width: 100%;
}



/* Text for screen readers --------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}