/*!
Theme Name: VL DOCS
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: workflow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

workflow is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
    font-family: 'MTN Brighter Sans Arabic-Bold';
    src: url('../mtnkitchen/fonts/MTNBrighterSansArabic-Bold.eot');
    src: url('../mtnkitchen/fonts/MTNBrighterSansArabic-Bold.eot?#iefix') format('embedded-opentype'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-Bold.woff2') format('woff2'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-Bold.woff') format('woff'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MTN Brighter Sans Arabic-ExtraLight';
    src: url('../mtnkitchen/fonts/MTNBrighterSansArabic-ExtraLight.eot');
    src: url('../mtnkitchen/fonts/MTNBrighterSansArabic-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-ExtraLight.woff2') format('woff2'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-ExtraLight.woff') format('woff'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MTN Brighter Sans Arabic-Light';
    src: url('../mtnkitchen/fonts/MTNBrighterSansArabic-Light.eot');
    src: url('../mtnkitchen/fonts/MTNBrighterSansArabic-Light.eot?#iefix') format('embedded-opentype'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-Light.woff2') format('woff2'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-Light.woff') format('woff'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MTN Brighter Sans Arabic-Medium';
    src: url('../mtnkitchen/fonts/MTNBrighterSansArabic-Medium.eot');
    src: url('../mtnkitchen/fonts/MTNBrighterSansArabic-Medium.eot?#iefix') format('embedded-opentype'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-Medium.woff2') format('woff2'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-Medium.woff') format('woff'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MTN Brighter Sans Arabic-Regular';
    src: url('../mtnkitchen/fonts/MTNBrighterSansArabic-Regular.eot');
    src: url('../mtnkitchen/fonts/MTNBrighterSansArabic-Regular.eot?#iefix') format('embedded-opentype'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-Regular.woff2') format('woff2'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-Regular.woff') format('woff'), url('../mtnkitchen/fonts/MTNBrighterSansArabic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.mtnFontBold {
    font-family: 'MTN Brighter Sans Arabic-Bold';
}

.mtnFontExtraLight {
    font-family: 'MTN Brighter Sans Arabic-ExtraLight';
}

.mtnFontLight {
    font-family: 'MTN Brighter Sans Arabic-Light';
}

.mtnFontMedium {
    font-family: 'MTN Brighter Sans Arabic-Medium';
}

.mtnFontRegular,
.mat-dialog-title {
    font-family: 'MTN Brighter Sans Arabic-Regular';
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background: #fff;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #FFCC00;
}
button:focus{
	outline: none;
}
* {
    box-sizing: border-box;
}
li {
    list-style: none;
}

a {
    text-decoration: none;
	background-color: transparent;
}

.pointer {
    cursor: pointer;
}

.over-flow-hidden {
    overflow: hidden;
}
.position-initial {
    position: initial;
}
.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

/* Navigation
--------------------------------------------- */
.main-navigation.toggled ul {
    display: flex;
    transition: 1s all ease-in-out;
	height: 100vh;
    align-items: center;
}

.main-navigation button {
    transition: .3s all ease-in-out;
}

.toggled button {
    transform: rotate(90deg);
    transition: .3s all ease-in-out;
}

/* .menu-toggle {
    display: none;
} */
/* .main-navigation ul {
	display: flex;
	margin: 0px;
	padding: 0;
} */

header{
	background-color: #000;
}
.site-branding img{
	width: 190px;
    height: auto;
}
nav a{
	color: #fff;
	transition: .3s all ease-in-out;
}
.menu-item a {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
	font-size: 40px;
	text-decoration: none;
	transition: .3s all ease-in-out;
}
.menu-item a:hover{
	text-decoration: none;
	transition: .3s all ease-in-out;
	color: #FFCC00;
}










.menu-toggle {
	display: flex;
	border: none;
	background-color: transparent;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	outline: none;
	width: 20px;
	height: 20px;
	color: #fff;
}
.menu-primary-menu-container{
	z-index: 999;
	background-color: #000;
	position: absolute;
	top: 55px;
	left: 0px;
	right: 0px;
	}
.main-navigation ul {
	display: none;
	flex-direction: column;
	padding-right: 20px;
	padding-left: 20px;
	z-index: 999;
	position: absolute;
	top: 70px;
	left: 0px;
	right: 0px;
	background-color: black;

}
.menu-item a{
	padding: 0;
}


.usernameLinkStyle{
	color: #d19917;
	text-decoration: underline;
	transition: .3s all ease-in-out;
}

.usernameLinkStyle:hover{
	color: #b88611;
	transition: .3s all ease-in-out;
}


#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.form-control:focus{
	border-color: #FFCC00;
	box-shadow: none !important;
}
.subscribe, .resetpw{
	width: 100%;
    background-color: #bb8914;
    color: white;
	transition: .3s all ease-in-out;
}
.subscribe:hover, .resetpw:hover{
	width: 100%;
    background-color: #8d6812;
    color: white;
	transition: .3s all ease-in-out;
}
.current-menu-item a{
	color: #FFCC00;
}
.btn:focus{
	box-shadow: none;
}
#checkStatusForm #mobile-error {
    position: absolute;
    left: 0;
    right: 0;
    
}
#checkStatusForm, #confirmPinForm, #loginForm, #resetpwform {
    position: relative !important;
}
.error {
    color: red;
    direction: rtl;
}
.site-footer {
    margin-top: auto;
	background-color: #000;
}
footer p{
	padding-top: 8px;
}

.epkb-doc-search-container__title{
	display: none !important;
}
#epkb-search-kb{
	border-radius: 10px !important;
}
.eckb-category-archive-header{
	background-color: #fff;
}
.eckb-categories-list{
	text-align: start !important;
}
#eckb-article-content-header-row-3, .eckb-article-metadata{
	display: none !important;
}
.eckb-navigation-back {
	display: none !important;
}
.eckb-article-title a{
	color: #d19917 !important;
}
.eckb-article-title a:hover{
	color: #bb8914 !important;
}
#eckb-article-content-title-container{
	background-color: #d19917;
	border-radius: 5px;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 30px;
}
#eckb-article-content-body a{
	padding: 0 10px;
    color: #000;
    text-decoration: underline;
	transition: .3s all ease-in-out;
}
#eckb-article-content-body a:hover{
	color: #d19917;
	transition: .3s all ease-in-out;
}

#eckb-article-content{
	border: solid 1px #d1991761;
}
.eckb-print-button-container{
	display: none !important;
}



.post-password-form{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
	text-align: center;
}
.post-password-form p{
	color: #d19917;
}
.post-password-form input[type=submit]{
	background-color: black;
    border: none;
    color: #d19917;
    padding: 2px 10px;
}





/* bpress plugin style */
.bpress-product-link.bpress-kb-link{
	display : flex;
	flex-direction: column;
	align-items: center;
}
.bpress-btn.bpress-btn-product.bpress-btn-kb{
	background-color: #d19917;
	transition: .3s all ease-in-out;
}
.bpress-btn.bpress-btn-product.bpress-btn-kb:hover{
	background-color: #b18112;
	transition: .3s all ease-in-out;
}
.bpress-grid{
	margin-left: 0;
	margin-right: 0;
}

.bpress-main-header h1, header .bpress-product-title {
	background-color: #fff;
	display: flex;
    color: #d19917;
	margin-top: 0px;
}
.bpress-section-title{
	display: flex !important;
	align-items: center;
	padding-left: 10px;
}
.bpress-section-title a{
	display: flex !important;
	align-items: center;
}
.archive .bpress-main, .bpress-main article{
	border : solid 1px #d19917;
}

.bpress-main article{
	padding: 10px;
}
.bpress-article-content a{
	color: #000;
	text-decoration: underline;
}
.bpress-btn.bpress-btn-product.bpress-btn-kb{
	display: none !important;
}
a.bpress-viewall{
	display: none !important;
}
@media (min-width: 1280px){
	.archive .bpress-col-2{
		width: 33% !important;
	}
	.bpress-col-2{
		width: 25% !important;
	}
}

@media (min-width: 768px){
	.archive .bpress-col-2{
		width: 33% !important;
	}
	.bpress-col-2{
		width: 25% !important;
	}	
}

@media only screen and (max-width: 991px){
	.menu-toggle {
		display: flex;
		border: none;
		background-color: transparent;
		justify-content: center;
		align-items: center;
		font-size: 18px;
		outline: none;
		width: 20px;
		height: 20px;
		color: #fff;
	}
	.menu-primary-menu-container{
		z-index: 999;
		background-color: #000;
		position: absolute;
		top: 55px;
		left: 0px;
		right: 0px;
		}
	.main-navigation ul {
		display: none;
		flex-direction: column;
		padding-right: 20px;
		padding-left: 20px;
		z-index: 999;
		position: absolute;
		top: 110px;
		left: 0px;
		right: 0px;
		background-color: black;

	}
	.menu-item a{
		padding: 0;
	}
	.site-info p {
		font-size: 12px;
	}
}

@media only screen and (max-width: 426px){
	.main-navigation ul {

		top: 115px
	}

	.menu-item a{
		font-size: 25px;
	}

}
