/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: http://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: -
Version: 20.9.1

All css files are placed in /css/ folder
*/

.home__caption-section .wpb_column .vc_column-inner {
  padding-top: 0 !important;
}

#Top_bar {
	position: initial !important;
}

#Top_bar .container {
	max-width: initial;
}

header #Top_bar .menu > li {
	margin: 0 25px;
}

header #Top_bar .menu > li:last-child {
	margin-right: 0;
}

header #Top_bar .menu > li > a {
	padding: 0 !important;
}

.menuo-no-borders #Top_bar .menu > li > a span {
	line-height: 90px !important;
}

#Top_bar a.responsive-menu-toggle {
	color: #444 !important;
}

header #Top_bar .menu > li .dropdown-menu {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
    top: 102px;
    z-index: 2;
    width: 100%;
    left: 0;
    height: 76px;
	display: none;
}

header #Top_bar .menu > li:hover .dropdown-menu {
	display: flex;
}

header #Top_bar .menu > li .dropdown-menu .dropdown-bg {
	min-width: 35%;
    width: 35%;
    height: 100%;
    background-size: cover;
    background-position: center;
	background-color: #646458;
    background-image: url(https://firebasestorage.googleapis.com/v0/b/lineman-help-center.appspot.com/o/images%2Fdropdown-bg-small.jpg?alt=media&token=d432192c-a040-4abf-9d79-cb173fe14b14);
}

header #Top_bar #menu .menu li .dropdown-menu ul.sub-menu {
	width: 100% !important;
    padding: 0 !important;
	display: flex;
	align-items: center;
    justify-content: center;
	position: static;
	background-image: none;
	background: transparent;
}

header #Top_bar #menu .menu li .dropdown-menu ul.sub-menu > li {
	width: initial !important;
}

header #Top_bar .menu li .dropdown-menu ul.sub-menu > li > a {
	color: #fff;
	padding: 0 24px !important;
	line-height: 16px;
    text-align: center;
	border-right: 1px solid #fff;
}

@media screen and (max-width: 1200px) {
  header #Top_bar .menu li .dropdown-menu ul.sub-menu > li > a {
    padding: 0 12px !important;
  }
}

header #Top_bar .menu li .dropdown-menu ul.sub-menu > li:hover > a {
	color: #55d5ac;
}

header #Top_bar .menu li .dropdown-menu ul.sub-menu > li:last-child > a {
	border-right: none;
}

header #Top_bar .menu > li.menu-item-has-children > a .arrow {
	position: absolute;
    bottom: -1px;
    z-index: 3;
    right: calc(50% - 8px);
    display: none;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid rgb(51, 51, 51);
}

header #Top_bar .menu > li.menu-item-has-children:hover > a .arrow {
	display: flex;
}

header #Top_bar .menu > li.menu-item-has-children:last-child > a .arrow {
	right: calc(50% - 8px);
}

header #Top_bar .menu > li > a span {
	border: none !important;
	padding: 0 !important;
}

header #Top_bar .menu > li a span img {
	display: none;
}

header #Top_bar .menu > li.submenu > a > span > img {
	display: inline-block;
	margin-top: 1px;
    width: 12px;
    height: 12px;
    filter: grayscale(1);
	margin-left: 8px;
}

header #Top_bar .menu > li:hover > a > span > img {
	filter: grayscale(0);
}

header #Top_bar .column {
	margin: 0;
	width: 100%;
}

header #Top_bar .column .top_bar_left {
	height: 103px;
    display: flex;
    align-items: center;
}

header #Top_bar .logo {
	margin-left: 24px;
}

header #Top_bar .logo #logo {
	line-height: 33px;
	height: 33px;
}

header #Top_bar .logo img {
	display: block;
}

header #Top_bar .menu_wrapper {
	flex: 1;
    display: flex;
    justify-content: flex-end;
	padding-right: 25px;
}

header #Top_bar .menu_wrapper #menu {
	background-color: #fff;
}

header #Top_bar .menu > li:not(.mfn-megamenu-parent) {
	position: static;
}

header  #Top_bar .menu > li > a {
	color: #444;
}

header #Top_bar .menu > li:hover > a,
header #Top_bar .menu > li.current-menu-parent > a,
header #Top_bar .menu > li.current-menu-ancestor > a {
	color: #007565;
}

header #Top_bar .menu > li.current-menu-item > a,
header #Top_bar .menu > li.current_page_item > a {
	color: #007565;
}

header #Top_bar .menu li ul li a {
	border-bottom: none;
	color: #444;
    font-weight: 700;
}

header #Top_bar .menu li ul li a:hover {
	background: none;
}

header #Top_bar #menu ul li.submenu .menu-toggle {
	display: none;
}

.menuo-no-borders header #Top_bar .menu > li > a span {
	line-height: 103px !important;
	font-size: 16px !important;
	font-weight: 700;
	padding: 0 25px;
	margin: auto 0 !important;
}

.menuo-no-borders header #Top_bar .menu > li:last-child > a span {
	padding-right: 0;
}

@media only screen and (max-width: 1239px) {
/* 	header #Top_bar #menu {
		display: block;
	} */
}

@media screen and (max-width: 960px) {
	[disable-scroll] {
		overflow: hidden;
	}
	header #Top_bar .column .top_bar_left {
		height: 55px;
		border-bottom: 1px solid #ddd;
	}
	header #Top_bar .logo {
		margin-left: 16px;
	}
	header #Top_bar .logo #logo  {
		margin: 0;
		padding-left: 0 !important;
	}
	header #Top_bar #logo img.logo-mobile {
		max-height: 24px !important;
	}
	header #Top_bar #menu ul li.submenu .menu-toggle {
		display: block;
	}
	#Side_slide {
		display: none !important;
	}
	#Side_slide[style] {
		right: 0 !important;
	}
	#Side_slide[active] {
		display: block !important;
		width: 100% !important;
		right: 0 !important;
		background: #fff;
		margin-top: -1px;
    	border-top: 1px solid #ddd;
		top: 56px !important;
	}
	#Side_slide #menu ul li img {
		display: none;
	}
	#Side_slide .close-wrapper {
		display: none;
	}
	#Side_slide #menu ul li.current-menu-item > a,
	#Side_slide #menu ul li.current_page_item > a,
	#Side_slide #menu ul li.current-menu-ancestor > a,
	#Side_slide #menu ul li.current-menu-parent > a {
		color: #007565 !important;;
	}
	#Side_slide #menu ul li a {
		font-size: 16px;
		font-weight: 600;
    	padding: 17px 24px !important;
		color: #444;
	}
	#Side_slide #menu ul li.menu-item-has-children {
		background-color: #f6f6f6;
	}
	#Side_slide #menu ul li.hover ul {
		display: block;
		background-color: #fff;
	}
	#Side_slide #menu ul li.hover > a,
	#Side_slide #menu ul li:hover > a,
	#Side_slide #menu ul li.submenu .menu-toggle{
		color: #444 !important;
		opacity: 1 !important;
	}
	#Side_slide #menu ul li.submenu .menu-toggle {
		padding-top: 12px;
	}
	#Side_slide #menu ul li .menu-toggle svg {
		transform: rotate(180deg);
	}
	#Side_slide #menu ul li.hover .menu-toggle svg {
		transform: rotate(0deg);
	}
	#Side_slide #menu ul li.submenu .menu-toggle::after,
	#Side_slide #menu ul li.hover > .menu-toggle::after {
		content: "" !important;
	}
	#Side_slide #menu ul li ul li a {
		padding: 10px 24px !important;
		font-size: 14px;
	}
	#Side_slide #menu > ul:last-child > li:last-child {
		border-bottom: none !important;
	}
	#Subheader::after {
		background: none !important;
	}
}

@media only screen and (max-width: 767px) {
	header #Top_bar #logo img.logo-mobile {
		max-height: 24px !important;
	}
}