/* Custom styles */

@font-face {
	font-family: "icomoon";
	src:url("../fonts/icomoon.eot?g3c6gu");
	src:url("../fonts/icomoon.eot?g3c6gu#iefix") format("embedded-opentype"),
	url("../fonts/icomoon.ttf?g3c6gu") format("truetype"),
	url("../fonts/icomoon.woff?g3c6gu") format("woff"),
	url("../fonts/icomoon.svg?g3c6gu#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

:root{
	--primary: 				#0750b0;
	/* --secondary: 		#ff9000; */
	--secondary: 			#0856b3;
	--placeholder:			#545454;
	--body-text:			#000000;
	--link-color:			#0750b0;
	--jumbo-border:			1px solid #ddd;
	--breadcrumb-version: 	var(--placeholder);
}

.hideme{
	display:none!important;
	opacity:0 !important;
	visibility: hidden !important;
	height: 0!important;
	font-size:0px !important;
}

/************************/
/*		Scrollbar		*/
/************************/

::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
	background-color: #313131;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #000;
}


html,
body {
	height: 100%;
	width: 100%;
	position: relative;
	min-height: 100%;
}

a,
a:hover,
.entry-content a:hover,
.manual_attached_section a:hover {
	text-decoration: none !important;
}

/* .content-wrapper.body-content {min-height:calc(100% - 160px);display: flex;flex-direction: column;align-items: stretch;} */
/* footer {flex: 0;} */

b,
strong {
	font-weight: 500 !important;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 25px 0px 18px;
}

.doc-root-child-plus-icon {
	font-size: 100%;
	margin: 12px 0 0px 8px;
}
#list-manual li a i,
#list-manual-phone li a i {
	top: 10px;
	left: 0;
	height: auto;
	width: auto;
	color: var(--body-text);
}
#list-manual ul > li {
	margin-left: 0;
}
ul#list-manual li ul {
	border-left: 0;
	padding: 0px 0px 0px 10px;
}
#list-manual .underline_link:before,
.mCSB_container .underline_link:before {
	display: none;
}
#list-manual li a.doc-active,
#list-manual li a.doc-active-normal {
	font-weight: 400;
}

#list-manual li a,
#list-manual-phone li a {
	padding: 3px 5px 3px 18px;
}
/* .custom-well a.has-no-inner-child {padding-left: 20px!important;} */

ul[class*="child-open-"] li a {
	padding-left: 15px !important;
}
ul[class*="parent-display-"],
ul[class*="child-open-"] {
	margin-bottom: 0;
}

/* body.single .jumbotron_new, body.single .entry-meta, body.single .post-cat {display:none;} */
.page-title-header,
.doc-single-post .post-cat:after,
.body-content .blog .post-cat:after {
	border-bottom: 0;
}

/************************/
/*		JUMBOTron		*/
/************************/
body:not(.home):not(.page-acknowledgements):not(.page-intellicus-in-action):not(.page-release-notes):not(.page-intellicus-learning-guides):not(.page-typography)
.jumbotron_new,
body:not(.home) .entry-meta,
body:not(.home) .post-cat {
	display: none;
}
.page_opacity.header_custom_height_new{
	border-bottom: var(--jumbo-border);
}
/****************************/
/*		Header & Navbar		*/
/****************************/
.burger {
	display: none;
}
.navbar.int_navbar{
	position: relative
} 
.navbar .container.nav-fix {
	max-width: 1580px;
}
.top-header-nav {
	width: 100%;
	display: flex;
	align-items: center;
	align-content: stretch;
	justify-content: space-between;
}

.page_wrapper .navbar {
	z-index: 99;
	border: none;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05) !important;
	border-bottom: 1px solid rgba(219, 219, 219, 1) !important;
	background: rgba(255, 255, 255, 0) !important;
}
#navbar ul li > ul, 
#navbar ul li > ul li > ul {
	border-top: 4px solid var(--secondary)!important;
}
.single #navbar ul li > ul li a:hover{
	color: var(--secondary)!important;
}
#navbar .navbar-nav {
	float: none !important;
}
.navbar .container-fluid .inlinesearch_formwrap #searchform {
	display: flex;
}
.header_form_custom {
	padding-bottom: 0;
}
.header_form_custom #searchform {
	display: flex;
	align-content: center;
	justify-content: flex-end;
}
.header_form_custom #searchform input[type=submit]{
	background: var(--secondary) !important;
	font-weight: 400;
	-webkit-transition: background-color 500ms ease-out;
	-moz-transition: background-color 500ms ease-out;
	-o-transition: background-color 500ms ease-out;
	transition: background-color 500ms ease-out;
}
.live_search_navigation{
	color: var(--breadcrumb-version);
}
/*
	.header_form_custom #searchform input[type=submit]:hover{
	background: var(--primary) !important;
	}
*/
.btn-header-custom {
	padding-top: 5px !important;
	border-radius: 0 5px 5px 0 !important;
	height: 46px;
}
.header_form_custom input[type="text"] {
	margin-bottom: 0;
	border-radius: 5px 0 0 5px;
	color: #000;
}
.inlinesearch_formwrap input.inlinesearchbox{
	border-radius: 5px 0 0 5px!important;
}

.custom-well li a {
	color: var(--body-text);
}

.header_form_custom ::-webkit-input-placeholder {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--placeholder);
}
.header_form_custom :-ms-input-placeholder {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--placeholder);
}
.header_form_custom ::placeholder {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: var(--placeholder);
}
h1.custom_h1_head{
	color: var(--body-text)!important;
}
.margin-top-btm-50 {
	margin: 40px 0px 40px 0px;
}


.custom-breadcrumb {
	font:300 16px 'Noto Sans JP', sans-serif;
	color:#000;
	margin-bottom:20px;
}
.custom-breadcrumb span a {
	color: var(--body-text);
}
.custom-breadcrumb span a:hover {
	color: var(--secondary);
}
/*
	.custom-breadcrumb span:first-child a {
	color: #000;
	}
*/
.custom-breadcrumb .sep-icon {
	top: 2px;
	position: relative;
}

.archive [class^="icon-"],
.archive [class*=" icon-"],
.single [class^="icon-"],
.single [class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-angle-right:before {
	content: "\e900" !important;
}
.icon-angle-down:before {
	content: "\e901" !important;
}
#list-manual li a.has-inner-child.dataicon i:before,
#list-manual li a.has-child.dataicon i:before {
	font-family: "icomoon";
	content: "\e901" !important;
}

#list-manual li.active > a,
#list-manual li a:hover,
#list-manual-phone li.active > a,
#list-manual-phone li a:hover {
	background: transparent;
}

.parentcss {
	color: #000 !important;
	font-weight: 500;
}

.spinner-loader {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.entry-content ul li ul,
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content ul li ol {
	margin: 5px 0 0 20px;
}
.entry-content ul li ul {
	padding-bottom: 0;
}
.body-content ul ul > li {
	list-style-type: circle;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 12px !important;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border: 1px solid #b3d5f8 !important;
}

.table-bordered > thead {
	background: #2277cf;
	color: #fff;
}
.table-bordered > tbody > tr:nth-child(even) {
	background: #eaf1fb;
}

.addBlur {
	filter: blur(2px);
	-webkit-filter: blur(2px);
}

/************************/
/*		Footer hack		*/
/************************/
body {
	margin: 0;
	display: flex;
	flex-flow: column;
}
.page_wrapper {
	flex: 1;
}

/************************/
/*		BLOCKQUOTE		*/
/************************/

pre {
	background: #f9f8f5;
	border: 1px solid #dfdfdf !important;
	padding: 30px !important;
	font: normal 16px/24px "Courier New", monotype !important;
	border-radius: 0 !important;
}

blockquote,
.entry-content blockquote {
	background: #f8fbff;
	border: 1px solid #d4e7ef;
	border-left: 5px solid #77adf3 !important;
	font-weight: 300;
	font-size: 16px !important;
	margin: 20px 0 !important;
	padding: 10px 20px!important;
}

.entry-content blockquote p {
	font-size: 16px;
	font-weight: 300;
	padding: 10px 0;
	line-height: 2;
}
/* blockquote.inline {display:inline-block} */
/* .entry-content blockquote {margin:10px 0 10px!important;padding: 10px 20px!important;position: relative;} */
/* .entry-content blockquote p{font-size:16px;font-weight:500} */

/************************/
/*		MARK			*/
/************************/

mark {
	background: #2277cf !important;
	color: #fff !important;
	padding: 5px 15px !important;
	margin: 10px 0;
	display: inline-block;
}

/************************/
/*		Code Section	*/
/************************/
.code_section {
	display: flex;
	width: 100%;
	margin: 10px 0;
}
.code_section .code_col {
	flex: 1;
}
.code_section .code_col h3 {
	font-weight: 500;
	font-size: 16px;
	margin: 0;
}
.code_section blockquote {
	border-left: 3px solid #2277cf !important;
	display: inline-block;
	font-weight: 500;
	margin: 5px 0 0 !important;
	padding: 4px 20px !important;
}

/************************/
/*		Code Block	*/
/************************/
.hljs {
	background: #031639;
	padding: 20px 40px !important;
	font-size: 14px;
	line-height: 1.5;
}
.hljs {
	background-image: linear-gradient(#162b52 1px, transparent 0px);
	background-size: 100% 1.5em;
	background-position-y: 18px;
}

/************************/
/*		Custom Box	*/
/************************/

.custom-box {
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	border-top: 4px solid #f7f8f9;
	box-shadow: 0 -1px 0 #e0e0e0;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.custom-box:before {
	content: ""; /* background: rgba(8, 86, 183, 0.1); */
	height: 200px;
	width: 200px;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: -40%;
	transform: translateX(-50%);
	z-index: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.custom-box:hover {
	border-top: 4px solid var(--secondary);
	box-shadow: 0px 0px 20px rgba(8, 86, 183, 0.2);
}
.custom-box:hover::before {
	/* background: rgba(240, 136, 0, 0.1); */
	background: rgba(0, 101, 240, 0.1);
	opacity: 1;
}
.custom-box h5 {
	font-size: 20px;
}
.custom-box .vc_column-inner {
	padding: 20px 30px 60px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}
.custom-box .vc_column-inner:hover {
	background: #fff !important;
	border-radius: 5px;
}
.custom-box .manual_icon_with_title {
	text-align: center;
	padding: 0;
}
.custom-box .manual_icon_with_title .icon_holder {
	float: none;
}
.custom-box .manual_icon_with_title .icon_text_holder {
	display: none;
}
.custom-box .wpb_button,
.custom-box .wpb_content_element,
.custom-box ul.wpb_thumbnails-fluid > li {
	margin-bottom: 0;
	margin-top: -20px;
	z-index: 1;
	position: relative;
}
.custom-box .ult-adjust-bottom-margin {
	margin-bottom: 0 !important;
}

.custom-box > .vc_column-inner > .wpb_wrapper{
	display: flex;
	flex-direction:column;
	height:100%;
}

.custom-box > .vc_column-inner > .wpb_wrapper .ult_main_cl {
	margin-top:auto;
}

.custom-box .ult_cl_link_6 a:focus .ult_btn6_link_top, .custom-box .ult_cl_link_6 a:hover .ult_btn6_link_top,
.custom-box .ult_cl_link_6 a .ult_btn6_link_top{
	opacity:0;
	visibility:hidden
}
.wpb_single_image .vc_figure-caption {
	font-style:italic;
	color: #5f5f5f;
}
.custom-box .ult_main_cl .ult_cl_link_6 a {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 9;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 30px;
}

/***************************/
/*		Fix for Long words	 */
/***************************/
[class*="page-18-"] .entry-content *, [class*="page-19-"] .entry-content *,
[class*="page-20-"] .entry-content *, [class*="page-21-"] .entry-content *,
[class*="page-22-"] .entry-content *, [class*="page-23-"] .entry-content *,
[class*="page-24-"] .entry-content *, [class*="page-25-"] .entry-content * {
	word-wrap: break-word;
	width: 100%;
}

[class*="page-18-"] .entry-content ul, [class*="page-19-"] .entry-content ul,
[class*="page-20-"] .entry-content ul, [class*="page-21-"] .entry-content ul,
[class*="page-22-"] .entry-content ul, [class*="page-23-"] .entry-content ul,
[class*="page-24-"] .entry-content ul, [class*="page-25-"] .entry-content ul {
	display: flex;
	flex-wrap: wrap;
}

[class*="page-18-"] .entry-content ul li, [class*="page-19-"] .entry-content ul li,
[class*="page-20-"] .entry-content ul li, [class*="page-21-"] .entry-content ul li,
[class*="page-22-"] .entry-content ul li, [class*="page-23-"] .entry-content ul li,
[class*="page-24-"] .entry-content ul li, [class*="page-25-"] .entry-content ul li {
	flex-basis: 33.333333%;
}



.entry-content img.size-full, 
.entry-content img.size-large, 
.entry-content img.header-image, 
.entry-content img.wp-post-image,
.entry-content img {
	margin: 10px 0;
	padding: 12px;
	border: 1px solid #e0e0e0;
	background: #fff;
	/* width:auto; */
	/* display: block; */
	/* box-shadow: 0px 0px 20px rgb(8 86 183 / 20%); */
}

.entry-content img[alt*="help"]{
	margin: -6px 0 0 0;
	padding: 0;
	border: 0;
}
.entry-content img.size-full:hover, 
.entry-content img.size-large:hover, 
.entry-content img.header-image:hover, 
.entry-content img.wp-post-image:hover,
.entry-content img:hover {
	/* box-shadow: 0px 0px 20px rgba(8, 86, 183, 0.2); */
}

#jquery-live-search {
	width:90%!important;
	max-width:340px!important;
}

.navbar-inverse .navbar-nav>li.current-menu-parent>a,
#navbar ul li > ul li.current-menu-item.active>a {
	color: var(--secondary)!important;
}

.custom-well #list-manual li a.has-inner-child.dataicon i:before, 
.custom-well #list-manual li a.doc-active.has-inner-child i:before,
.custom-well #list-manual li a.has-inner-child > i,
.custom-well #list-manual li a.has-child.dataicon i:before {
	color: var(--secondary) !important;
}


/************************/
/*		Breadcrumbs		*/
/************************/

.breadcrumb-section {
	background: #f8f8f8;
	padding: 18px 0;
	display: flex;
	align-content: center;
	justify-content: center;
	border-bottom: var(--jumbo-border);
}
.breadcrumb-section .custom-breadcrumb {
	display:none;
	margin-bottom:0;line-height: 1.9;
}
.breadcrumb-section .d-flex {
	display:flex;
	align-items: center;
}
.breadcrumb-section .separator {
	padding:0 20px;
}
.breadcrumb-section .version {
	color: var(--breadcrumb-version);
	position:relative;
	flex: 0 0 auto;
}

.breadcrumb-section .separator {
	position: relative;
	padding:0 15px;
	margin:0 15px;
	height: 100%;
}
.breadcrumb-section .separator:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 80%;
	background: var(--breadcrumb-version);
	width: 1px;
	transform: translate(-50%, -50%);
}
.navbar-inverse .navbar-nav>li>a{
	font-size: 16px!important;
	letter-spacing: 0!important;
	padding: 0px 0px 0px 20px!important;
}
/************************/
/*		Responsive		*/
/************************/

@media screen and (max-width: 1279px) {
	.container {
		width: 100% !important;
	}
}
@media screen and (min-width: 1280px) {
	.container {
		width: 100% !important;
		max-width: 1250px !important;
	}
}
@media screen and (min-width: 1400px) {
	.container {
		width: 100% !important;
		max-width: 1370px !important;
	}
}
@media screen and (min-width: 1600px) {
	.container {
		width: 100% !important;
		max-width: 1580px !important;
	}
}
@media screen and (min-width: 3840px) {
	.container {
		width: 100% !important;
		max-width: 3810px !important;
	}
}

@media (min-width: 1201px) and (max-width: 1399px) {
	.navbar-inverse.int_navbar .navbar-nav > li > a {
		/* line-height: 16px !important; */
		letter-spacing: 0;
		padding: 0px 15px 0px 0px;
	}
	.navbar .container .header_form_custom,
	.navbar .container-fluid .header_form_custom {
		padding-left: 10px;
	}
	.navbar-nav {
		margin-left: 0px !important;
	}
}
@media (min-width: 1025px) {
	.flex-container .vc-row-eq-height > .custom-box + .custom-box {
		margin-left: 2%;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.navbar-inverse.int_navbar .navbar-nav > li > a {
		/* line-height: 16px !important; */
		letter-spacing: -0.03em;
		font-size: 14px;
		padding: 0px 15px 0px 0px;
	}
	.navbar .container .header_form_custom,
	.navbar .container-fluid .header_form_custom {
		padding-left: 10px;
		flex: 1;
	}
	.navbar .container.nav-fix,
	.navbar .container-fluid.nav-fix,
	.hamburger-menu {
		flex-wrap: wrap;
	}
	#learn-press-course-curriculum.course-curriculum
	ul.curriculum-sections
	.section-content
	.course-item
	.item-icon,
	#learn-press-course-curriculum.course-curriculum
	ul.curriculum-sections
	.section-content
	.course-item
	.item-name,
	.lp-pmpro-membership-list h2.lp-title,
	.lp-single-course .course-quick-info ul li span.label,
	body {
		font-size: 14px !important;
	}
	textarea,
	select,
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="email"],
	input[type="month"],
	input[type="number"],
	input[type="password"],
	input[type="search"],
	input[type="tel"],
	input[type="text"],
	input[type="time"],
	input[type="url"],
	input[type="week"],
	textarea.form-control {
		width: 65%;
	}
	.navbar-inverse .navbar-toggle,
	.container .blog-btn,
	input[type="submit"] {
		padding: 10px 15px;
	}
}
@media (min-width: 992px) and (max-width: 1399px) {
	aside#sidebar-box.col-md-3 {
		width: 33.33333333%;
	}
	aside + .col-md-9 {
		width: 66.66666667%;
	}
	
	[class*="page-18-"] .entry-content *, [class*="page-19-"] .entry-content ul li,
	[class*="page-20-"] .entry-content *, [class*="page-21-"] .entry-content ul li,
	[class*="page-22-"] .entry-content *, [class*="page-23-"] .entry-content ul li,
	[class*="page-24-"] .entry-content *, [class*="page-25-"] .entry-content ul li {
		flex-basis: 50%;
	}		
}
@media (min-width: 768px) and (max-width: 1024px) {
	.flex-container .vc-row-eq-height {
		flex-wrap: wrap;
	}
	.flex-container .vc-row-eq-height .custom-box {
		width: 49%;
	}
	.flex-container .vc-row-eq-height > .custom-box {
		margin-bottom: 20px;
	}
	.flex-container
	.vc-row-eq-height
	> .custom-box
	+ .custom-box:nth-child(even) {
		margin-left: 2%;
	}
	.flex-container .vc-row-eq-height > .custom-box + .custom-box:nth-child(odd) {
		margin-left: 0;
	}	
}

@media (max-width: 991px) {
	.custom-breadcrumb {
		display: none;
	}
	#learn-press-course-curriculum.course-curriculum
	ul.curriculum-sections
	.section-content
	.course-item
	.item-icon,
	#learn-press-course-curriculum.course-curriculum
	ul.curriculum-sections
	.section-content
	.course-item
	.item-name,
	.lp-pmpro-membership-list h2.lp-title,
	.lp-single-course .course-quick-info ul li span.label,
	body {
		font-size: 14px !important;
	}
	.mobile-menu-holder {
		position: absolute;
		z-index: 10;
	}
	.navbar-inverse .navbar-toggle {
		top: 0 !important;
	}
	
	aside#sidebar-box {
		margin-bottom: 20px;
	}
	
	.burger {
		width: 100%;
		display: flex;
		position: absolute;
		margin-top: -40px;
		background: whitesmoke;
		left: 0;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-between;
		padding: 10px 15px;
		z-index: 9;
	}
	.burger .icon {
		background: url(../down.png) no-repeat center;
		width: 20px;
		height: auto;
		display: block;
	}
	.menu-rotate {
		transform: rotate(180deg);
		background-position-x: 3%;
	}
	
	/* .navbar .container .navbar-header, .navbar .container-fluid .navbar-header.hamburger-toggle{flex:auto} */
	.navbar .container .navbar-header,
	.navbar .container-fluid .navbar-header {
		order: 1;
	}
	.navbar .container .hamburger-toggle,
	.navbar .container-fluid .hamburger-toggle {
		order: 3;
		padding-left: 20px;
	}
	.navbar .container .header_form_custom,
	.navbar .container-fluid .header_form_custom {
		order: 2;
	}
	
	.navbar .container .navbar-header,
	.navbar .container-fluid .navbar-header,
	.navbar .container #navbar,
	.navbar .container-fluid #navbar,
	.navbar .container .header_form_custom,
	.navbar .container-fluid .header_form_custom {
		flex: 1;
	}
	
	.mobile-menu-holder {
		box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
	}
	.mobile-menu-holder ul {
		padding: 5px 10px;
	}
	
	aside .sidebar-nav {
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		background: whitesmoke !important;
		z-index: 9;
		padding: 0 20px 20px !important;
		box-shadow: 2px 4px 4px #d1d1d1;
	}
	.flex-container .vc-row-eq-height {
		display: flex !important;
	}
	
	[class*="page-18-"] .entry-content *, [class*="page-19-"] .entry-content ul li,
	[class*="page-20-"] .entry-content *, [class*="page-21-"] .entry-content ul li,
	[class*="page-22-"] .entry-content *, [class*="page-23-"] .entry-content ul li,
	[class*="page-24-"] .entry-content *, [class*="page-25-"] .entry-content ul li {
		flex-basis: 100%;
	}		
}
@media (min-width: 990px) and (max-width: 1100px) {
	.navbar-header{
		flex-basis: 180px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse.collapse {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.navbar-header {
		padding-bottom: 0;
	}
	.flex-container .vc-row-eq-height > * + * {
		margin: 20px 0 0 0;
	}
}
@media (max-width: 767px) {
	.flex-container .vc-row-eq-height {
		flex-direction: column;
	}
}
@media (min-width: 641px) {
	.header_form_custom i.livesearch {
		display: none;
	}
}
@media (max-width: 640px) {
	.header_form_custom i.livesearch {
		font-size: 20px;
	}
	.navbar .container .navbar-header,
	.navbar .container-fluid .navbar-header,
	.navbar .container #navbar,
	.navbar .container-fluid #navbar,
	.navbar .container .header_form_custom,
	.navbar .container-fluid .header_form_custom {
		flex: 0;
	}
	.navbar .container .navbar-header,
	.navbar .container-fluid .navbar-header {
		padding-bottom: 0;
		margin-right: auto;
		flex: 1;
	}
	.top-header-nav {
		justify-content: flex-end;
	}
	.header_form_custom .form_wrapper {
		display: none;
		position: absolute;
		top: 90px;
		width: 100%;
		left: 0;
		z-index: 9;
		background: #414141;
		height: 90px;
		padding: 20px;
	}
	/* top: 90px;width: 95%;left: 2.5%;z-index:9} */
}