/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
h2, h3, h4 {
	margin-top: 20px;
	font-weight: 500;
}

.jeherve-post-embeds {
	border: 0 solid #C3C3C3;
}

.archive .single-post-image {
	margin: 10px 0 20px;
	display: inline-block;
	width: 40%;
	float: left;
}

.archive .entry-content p {
	margin-bottom: 20px;
	display: inline-block;
	width: 55%;
	float: right;
}

.archive .post-readmore {
	float: right;
	display: inline-block;
	margin-right: 40px;
}

.slider-container {
	right: 0 !important;
	left: none;
}

figure {
	text-align: center;
}

.wp-caption {
	border: none;
}

.post .wpcf7-form {
	width: 50%;
}

input.wpcf7-form-control.wpcf7-submit {
	background: orange;
	color: #fff;
	font-size: 110%;
}

.wp-caption .wp-caption-text {
	margin: 10px 0;
/* font-weight: bold; */
	color: #555;
	font-style: italic;
}

.post-navigation {
	display: none;
}

#testimonials-slider .testi-content-wrapper {
	float: left;
	width: 100%;
}

#testimonials-slider .testi-content-wrapper p {
/* vertical-align: middle; */
	width: 120px;
	display: inline-block;
/* float: left; */
	margin: 0;
	height: 120px;
/* margin-bottom: 0px; */
	padding: 0;
}

#testimonials-slider .testi-content-wrapper p img {
	max-width: 80%;
}

#testimonials-slider .testi-content-wrapper .author-name {
	display: none;
}

img {
	max-height: 100%;
}

.testimonials-content-wrapper {
	border: none;
	padding: 30px 15px;
	position: relative;
}

.uniform-home-section {
	padding: 60px 0;
}

.partner-network-wrapper {
	margin-top: 50px;
	text-align: center;
}

.partner-network-wrapper p {
	width: 45%;
	display: inline-block;
}

.wp-links-icon {
	margin-right: 8px;
}

.type-doc {
	font-weight: 500;
	font-family: 'proxima-nova', sans-serif;
	color: #000;
}

.type-doc a {
	color: #000;
	border-bottom: 1px dotted #000;
}

.type-doc li, .type-doc p {
	font-size: 16px;
}

.type-doc p {
	line-height: 2;
	color: #000;
	margin-bottom: 10px;
}

.type-doc .entry-title {
	font-size: 36px;
	font-weight: 300;
}

.type-doc pre {
	display: block;
	box-sizing: border-box;
	white-space: pre;
	word-wrap: normal;
	overflow: auto !important;
	padding: 13px 17px;
	font-size: 14px;
	margin: 18px 0;
}

.type-doc code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	background: #eee;
	padding: 1px 4px;
}

.type-doc ul li {
	list-style: disc outside none;
}

#secondary a, #secondary a:hover, #secondary a:focus,  #secondary a:active {
	color: #333;
}

blockquote {
	margin: 0 20px;
	font-size: 100%;
	font-style: normal;
	font-weight: initial;
	font-family: 'proxima-nova', sans-serif;
}

#secondary .docu-nav-list {
	display: none;
}

#secondary .widget_docu_widget {
	width: 100%;
}

.docu-nav-list li ul {
	margin-left: 30px;
}

.docu-container-category ul.docu-nav-list li {
	margin-bottom: 10px;
	list-style: none;
}

.docu-wrapper {
	margin-top: 20px;
}

.docu-wrapper h2 {
	font-size: 25px;
}

.docu-item-link {
	display: none;
}

#ez-toc-container ul, #ez-toc-container li, #ez-toc-container ul li, .ez-toc-widget-container, .ez-toc-widget-container li {
	line-height: 2.5;
}

.bluet_block_container {
	width: 500px;
	height: 500px;
	overflow: auto;
}

.bluet_text_content {
	width: 500px;
	height: 500px;
	overflow: auto;
}

img.bluet_tooltip {
	border-bottom-width: 0 !important;
	padding-bottom: 5px;
	cursor: pointer;
}

.image-list-item {
	list-style-type: none;
}

.fancybox-title-over {
	position: relative;
}

/*** EDITOR STYLES ***/
.important {
	display: block;
	background: #ffffe0;
	border: 1px solid #ffd700;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.ts-menu-item {
	font-weight: 700;
	background: #eee;
	padding: 3px 7px;
	border-radius: 3px;
}

.ts-screen, .ts-multiple-menu-items {
	font-weight: bold;
}

.ts-label {
	font-weight: 700;
	color: #324d5b;
	background: #fefefe;
}

.ts-image-steps {
	float: right;
	width: 300px;
}

.ts-image-steps-row td {
	border: none;
	vertical-align: top;
}

.ts-image-steps-row {
}

.ts-button {
	display: inline-block;
	text-decoration: none;
	font-size: 95%;
	line-height: 26px;
	height: 28px;
	margin: 0;
	padding: 0 10px 1px;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #555;
	border-color: #ccc;
	background: #f7f7f7;
	-webkit-box-shadow: 0 1px 0 #ccc;
	box-shadow: 0 1px 0 #ccc;
	vertical-align: top;
}