/*
Theme Name: Caliber
Theme URI: http://para.llel.us/
Description: A professional theme with style.
Author: Parallelus
Author URI: http://para.llel.us/
Version: 1.1.10
Tags: translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.gallery-caption {}

img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.frontend-editor img[class*="wp-image-"] {
	margin-top: 0;
	margin-bottom: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text,
.wp-caption p.wp-caption-text {
	font-size: smaller;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}

embed, iframe, object {
	max-width: 100%;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.sticky {
	margin: 3.5%;
	box-shadow: 0 0 15px rgba(0,0,0,.25);
	background: #fff;
	border: 16px solid #fff;
}

.bypostauthor {}

.widget_search .search-form input[type="submit"] { display: none; }

.widget select {
	max-width: 100%;
}

.admin-bar .navbar-wrapper .navbar-fixed-top {
	margin-top: 32px !important;
}
#wpadminbar #wp-admin-bar-my-account.with-avatar>.ab-empty-item img, #wpadminbar #wp-admin-bar-my-account.with-avatar>a img {
	height: 16px !important;
}
@media (max-width: 782px) {
	#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
		height: 26px !important;
	}
	.admin-bar .navbar-wrapper .navbar-fixed-top {
		margin-top: 46px !important;
	}
}
@media (max-width: 600px) {
	.admin-bar .navbar-wrapper .navbar-fixed-top {
		position: absolute !important;
	}
}