.page-header h1{
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	color: #000000;
	padding: 13px 17px;
}
ul.pre-basic-tabs {
	max-width: 300px;
	margin: auto;
	border: none!important;
}
.pre-basic-tabs a.nav-link{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.6);
	text-align: center;
	border: none!important;
	position: relative;
	padding: 13px 17px;
	transition: all .4s ease;
	justify-content: center;
}
.pre-basic-tabs a.nav-link.active{
	color:#4034E0;
	transition: all .3s ease;
}
.pre-basic-tabs a.nav-link.active svg path{
	fill:#4034E0;
	transition: all .3s ease;
}
.pre-basic-tabs a.nav-link svg{
	margin-right: 9px;

}
.pre-basic-tabs a.basic-tab:after{
	content: "";
	position: absolute;
	bottom: 0;
	background-color: #4034E0;
	height: 2px;
	right: 100%;
	left: 0;
	transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.pre-basic-tabs a.basic-tab.active:after{
	right: 0;
	transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.pre-basic-tabs a.pre-tab:after{
	content: "";
	position: absolute;
	bottom: 0;
	background-color: #4034E0;
	height: 2px;
	left: 100%;
	right: 0;
	transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.pre-basic-tabs a.pre-tab.active:after{
	left: 0;
	transition: all .3s cubic-bezier(.215,.61,.355,1);
}

.docs-tab{
	border-bottom:1px solid #EEEEEE;
}
.doc-lists>.col-12{
	margin-bottom: 30px!important;
}
.doc-box{
	background: #FFFFFF;
	border: 1px solid #E7E9F3;
	box-shadow: 0px 10px 20px rgba(5, 5, 6, 0.0369591);
	border-radius: 6px;
	padding: 30px;
	height: 100%;
	transition: all .3s cubic-bezier(.215,.61,.355,1);
}
a:hover .doc-box{
	transform: translateY(-2px);
	transition: all .2s cubic-bezier(.215,.61,.355,1);
	box-shadow: 0px 10px 20px rgba(5, 5, 6, 0.1);
}
.doc-box span.thumbnail{
	width: 72px;
	min-width: 72px;
	height: 72px;
	max-width: 72px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 12px;
	border: 0.5px solid rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 13px rgb(0 0 0 / 10%);
	margin-right: 15px;
}
.doc-box h2{
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #000000;
	margin: 0;
}
.doc-box span.plugin-name{
	background: #E4DAFF;
	border-radius: 39px;
	padding: 6px 16px;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.75px;
	color: #2A00A2;
	margin-bottom: 20px;
	display: inline-block;
}
.light-blue-bg{
	background-color: #F5F8FF;
}
.doc-sidebar{
	padding-top: 4rem;
	padding-bottom: 2rem;
	padding-left: calc(7vw - 1rem);

}
.sub-doc-content{
	padding-left: 5rem;
	padding-right: calc(7vw - 1rem);
}
.single-doc-content{
	padding-right: calc(7vw - 1rem);
}
.sticky-sidebar{
	position: sticky!important;
	top: 70px;
	max-height: calc(100vh - 70px);
	overflow: auto;
}
.doc-sidebar ul{
	padding: 0;
}
.doc-sidebar li{
	list-style: none;
}
.doc-sidebar .depth-0>li{
	margin-bottom: 30px;
}
.doc-sidebar .depth-0>li.opened{
	margin-bottom: 20px;
}
.doc-sidebar li.opened a.active,
.doc-sidebar .depth-0>li.opened>a,
.doc-sidebar li a:hover {
	color: #4240e0;
	text-decoration: none;
}
.doc-sidebar .depth-0>li>a {
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	display: flex;
	align-items: center;
}
.doc-sidebar .depth-0>li.opened
.doc-sidebar a{
	padding-right: 20px;
}
.doc-sidebar .depth-0>li>a:hover{
	color: #4034E0;
}
.doc-sidebar a.collapsible-menu:after{
	color:#9E9FA1;
	right: 0;
	content: '\f106';
	font-family: fontawesome;
	position: absolute;
	display: inline-block;
	transform: rotate(180deg);
	transition: all .2s ease-in-out;
}
.doc-sidebar a.collapsible-menu[aria-expanded=true]:after{
	transform: rotate(0deg);
	transition: all .2s ease-in-out;
}
.doc-sidebar img{
	margin-right: 10px;
	width: 18px;
	height: auto;
}
.doc-sidebar ul.depth-1 ul {
	margin-left: 0;
	padding-left: 20px;
}
.doc-sidebar ul.depth-1 {
padding-left: 28px;
margin-left: 0;
}
.doc-sidebar ul.depth-0 ul li{
	margin-top: 15px;
	border:none;
}
.doc-sidebar li a{
	position: relative;
	padding-right: 20px;
}
.doc-sidebar ul.depth-0 ul li a{
	padding-left: 0;
	color: #666;
	display: flex;
	font-size: 13px;
	line-height: 18px;
}
.doc-sidebar ul.depth-0 ul li a:hover{
	color: #000;
	background-color: transparent;
}
.sub-doc-content h1{
	font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 36px;
color: #000000;
margin-bottom: 0;
}
.plugin-cats-1 > h2{
	font-weight: bold;
	font-size: 21px;
	line-height: 25px;
	display: flex;
	align-items: center;
	color: #000000;
	margin-bottom: 22px;
}
.plugin-cats-1 > h2 img{
	margin-right: 20px;
	width: 25px;
	height: auto;
}
.plugin-cats-2 h2{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	margin-bottom: 20px;
}
.plugin-sub-cats a {
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	color: #4034E0;
}
.plugin-sub-cats a:hover{
	text-decoration: underline;
	color: #4034E0;
}
.plugin-sub-cats li{
	list-style: none;
	margin-bottom: 10px;
}
.plugin-sub-cats a img{
	margin-right: 10px;
	height: 14px;
	width: auto;
}
.plugin-sub-cats ul{
	padding-left: 0;
}
.plugin-cats-1 {
    margin-bottom: 25px;
}
.plugin-main-cats .plugin-cats-1:last-child{
	margin-bottom: 0;
}
.plugin-main-cats{
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding-top: 50px;
}
.plugin-main-cats:last-child{
	border-bottom: 0;
}
.plugin-cats-2{
	padding-left: 45px;
}
p.doc-breadcrumb,p.doc-breadcrumb a{
	font-size: 14px;
	line-height: 17px;
	color: #000000;
}
p.doc-breadcrumb a:hover{
	color: #4034E0;
}
.documentation-content h1{
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 40px;
}
.documentation-content h2{
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 30px;
}
.documentation-content h3{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 30px;
}
.documentation-content h4{
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 30px;
}
.documentation-content h5{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 30px;
}
.documentation-content h6{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 30px;
}
.documentation-content p.modified-date{
	color: #868686;
    font-size: 14px;
}
.documentation-content p,
.documentation-content li,
.documentation-content a{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;

}
.documentation-content p,.documentation-content li{
	color: #333;
}
.documentation-content p{
	margin-bottom: 20px;
}
.documentation-content li{
	margin-bottom: 10px;
}
.documentation-content a{
	color:#4034E0;
	text-decoration: none;
}
.documentation-content table{
	width:100%;
}
.documentation-content table td,
.documentation-content table th{
	border-color:#dee2e6!important;
	word-break: keep-all;
}
.wp-caption {
	max-width: 100%;
}
.documentation-content a:hover{
	text-decoration: underline;
	color:#4034E0;
}
.documentation-content img{
	max-width: 100%;
	margin: 1.5rem 0;
}
.documentation-content .view-product {
    background: #F5F8FF;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 20px;
}
.documentation-content .view-product a,
.free-plugin-cta a.blue-btn {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    background: #4034DF;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    transition: all .2s ease;
}
.documentation-content .view-product a:hover,
.free-plugin-cta a.blue-btn:hover{
	text-decoration: none;
	opacity: .8;
	color: #fff!important;
	transition: all .2s ease;
	transform: translateY(2px);
}
.table-of-contents{
	    background: #FFFFFF;
    
    padding: 0 0 0 30px;
}
.divider-left{
	border-left:1px solid #DEDFE4;
}
.table-of-contents p.summary-title{
	font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 36px;
color: #000000;
padding-bottom: 7px;
border-bottom: 1px solid #C3C3C3; 
}
.table-of-contents ul{
	padding: 0;
	margin: 0;
}
.table-of-contents .depth-2 a{
	font-style: normal;
font-weight: normal;
font-size: 14px;
color: #000000;
line-height: 20px;
}
.table-of-contents .depth-3{
	padding-left: 20px;
}
.table-of-contents .depth-4{
	padding-left: 30px;
}
.table-of-contents .depth-5{
	padding-left: 35px;
}
.table-of-contents .depth-6{
	padding-left: 40px;
}
.table-of-contents .depth-3 a,
.table-of-contents .depth-4 a,
.table-of-contents .depth-5 a,
.table-of-contents .depth-6 a{
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 18px;
color: #474747;
}
.table-of-contents a,.table-of-contents a b,.table-of-contents a strong{
	font-style: normal;
	font-weight: 400!important;
}
.table-of-contents a:hover{
	color: #4034E0;
	text-decoration: none!important;
}
.table-of-contents li{
	list-style: none;
	margin-bottom: 10px!important;
	line-height: 18px;
}
.table-of-contents li.depth-2 {
    margin: 20px 0 10px 0!important;
}
.table-of-contents li:last-child{
	margin-bottom: 0;
}
.table-of-contents li.active a{
	color:#4034E0;
}
.free-plugin-cta{
	background: #F6F8FE;
	border-radius: 2px;
}
.free-plugin-cta img{
	border-radius: 4px;
	width: 40px;
	height: auto;
	margin-right: 12px;
}
.free-plugin-cta .plugin-name{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 20px;
}
figcaption{
	font-stretch: 12px;
}
.helpful-block-content a:hover{
	text-decoration: none!important;
}
.helpful-block-content textarea{
	border-radius: 4px;
    background-color: #f3f8ff;
    border: none;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #1b1642;
    padding: 13px 25px;
}
.helpful-block-content input.wth-submit{
	background: #4034E0!important;
border-radius: 6px;
font-style: normal;
font-weight: 400;
font-size: 16px!important;
line-height: 20px;
padding:10px 45px!important;
color: #FFFFFF;
border:none;
}
.helpful-block-content input.wth-submit:hover,.helpful-block-content input.wth-submit:focus{
	opacity: .8;
}
/* basic doc landing styles */
.basic-doc-wrap{
	background: #FFFFFF!important;
border: 1px solid #E7E9F3!important;
box-shadow: 0px 10px 20px rgba(5, 5, 6, 0.0369591)!important;
border-radius: 6px!important;
}
.basic-doc-lists >div{
	margin-bottom: 30px;
}
.basic-doc-lists .card-header, 
.basic-doc-lists .card, 
.basic-doc-lists .card-body, 
.basic-doc-lists .card-footer {
    min-height: 100%;
}
.basic-doc-lists .card-header{
	background: transparent!important;
	padding: 30px 25px!important;
	border-bottom: 1px solid #E7E7E7!important;

}
.basic-doc-lists .card-header img{
	height: 47px;
	width: auto;
	margin-right: 20px;
	max-width: 47px;
}
.basic-doc-lists .card-header h3{
	font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 18px;
margin: 0;
color: #000000;
}
.basic-doc-lists .card-body{
	padding: 25px!important;
}
.basic-doc-lists .card-body li{
	position: relative;
	list-style: none;
	padding-left: 22px;
	line-height: 14px;
	margin-bottom: 30px;
}
.basic-doc-lists .card-body li:last-child{
	margin-bottom: 0;
}
.basic-doc-lists .card-body li:before{
	content: '';
	position: absolute;
    left: 0;
	background-image: url(../images/post-icon.svg);
	    height: 17px;
    width: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.basic-doc-lists .card-body a{
	font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;

color: #4034E0;
}
.basic-doc-lists .card-footer{
    background: #F5F8FF;
    border: none;
    text-align: center;
    border-radius: 0 0 6px 6px!important;
    padding: 0!important;
}
.basic-doc-lists .more-bdocs{
	display: none;
}
.basic-doc-lists .card-footer a.show-more {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #4034E0;
    padding: 10px;
    display: block;
}
.basic-doc-lists .card-footer a.show-more:hover{
	opacity: .8;
	text-decoration: none;
}
.free-download-popup .modal-dialog{
	min-width: 700px;
	filter: drop-shadow(0px 4px 150px rgba(33, 33, 33, 0.4));
}
.free-download-popup .modal-content {
	background-color: #FFFFFF;
	border-radius: 7px;
	background-image: url(../images/modal-bg.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 44px;
}
.free-download-popup .modal-header {
	padding: 0 0 30px 0;
	border-bottom: 1px solid rgba(0, 127, 255, 0.36);
}
.free-download-popup .modal-title{
	font-style: normal;
	font-weight: 600;
	font-size: 27px;
	line-height: 33px;
	margin: 0;
	color: #007FFF;
}
.free-download-popup button.close:hover path{
	stroke: #60baeb;
	transition: all .1s ease;
}
.free-download-popup .modal-body{
	padding: 30px 0 0 0;
}
.free-download-popup .modal-body h5{
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #000000;
}
.free-download-popup .modal-body .content{
	border-left: 1px solid rgba(0, 127, 255, 0.36);
	padding-left: 20px;
}
.free-download-popup .modal-body p{
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height:24px;
	margin-bottom: 28px;
	color: #5B5B5B;
}
.free-download-popup .modal-body p a{
	color: #007FFF;
	font-weight: normal;
	font-size: 17px;
	text-decoration: underline;
}
.free-download-popup .modal-body p a:hover{
	text-decoration: none;
}
.free-download-popup .modal-body img{
	width: 100%;
	height: auto;
	margin: auto;
	max-width: 258px;
	text-align: center;
	display: block;
}
.modal-backdrop {
   background-color: transparent;
}
.doc-faq.h3-title .card-header{
	padding: 25px 30px 25px 0!important;
}
.doc-faq.h3-title  .card-header p,
.doc-faq.h3-title .card-header[aria-expanded=false] p{
	font-style: normal;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin:0;
}
.doc-faq.h3-title .card-header[aria-expanded=true] p,.doc-faq.h3-title .card-header:hover p{
	color: #4240e0;
}
figure.wp-block-gallery.has-nested-images{
	overflow: hidden;
}
@media(max-width: 576px){
	.free-download-popup .modal-content{
		padding: 20px;
	}
}