/*
Theme Name: LeadDesk Global | Docs
Theme URI: https://leaddesk.com/
Version: 1.0
Description: Custom theme created for LeadDesk Docs
Author: LeadDesk Oyj
Author URI: https://www.leaddesk.com
Template: LeadDesk
*/

/* Hide WPML language menu in top bar */
.nav-topbar ul li.nav-topbar-lang  {
	display: none !important;
}
section.text-editor-wysiwyg pre {
 	white-space: pre-wrap !important;
	word-wrap: break-word !important;
	overflow-x: auto !important;
	max-width: 100% !important; 
	padding: 5px !important;
	font-size: 14px !important;
	background-color: #f4f4f4 !important;
	border-radius: 5px !important;
	display: inline-block !important;
 }

section.text-editor-wysiwyg .container-2019 {
	max-width: 1080px !important;
}
.section-2019 .text-editor-wysiwyg-wr {
	max-width: 100% !important;
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.section-2019 .text-editor-wysiwyg-wr h1 {
	font-size: 34px !important;
	line-height: 1.2 !important;
	margin-bottom: 0.2em !important;
}

.section-2019 .text-editor-wysiwyg-wr h2 {
	font-size: 24px !important;
	line-height: 1.2 !important;
	margin-bottom: 0.2em !important;
}

.section-2019 .text-editor-wysiwyg-wr h6 {
	font-size: 14px !important;
	line-height: 1.2 !important;
}

.section-2019 .text-editor-wysiwyg-wr {
	padding-bottom: 20px !important;
}
@media only screen and (max-width: 1027px) {
    .container-2019 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
	.section-2019 .text-editor-wysiwyg-wr h1 {
		font-size: 28px !important;
		line-height: 1.2 !important;
		margin-bottom: 0.2em !important;
	}
	
	.section-2019 .text-editor-wysiwyg-wr h2 {
		font-size: 20px !important;
		line-height: 1.2 !important;
		margin-bottom: 0.2em !important;
}
}
@media only screen and (max-width: 767px) {
	.section-2019 .text-editor-wysiwyg-wr {
		max-width: 100% !important;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	
}
.section-2019 .text-editor-wysiwyg-wr {
	font-size: 14px !important;
	line-height: 1.5 !important;
}
.section-2019 .text-editor-wysiwyg-wr li {
	color: #514b69 !important;
	margin-bottom: 14px !important;
	margin-top: 14px !important;
}