/*
Theme Name: Mundana
Theme URI: https://wowthemes.net/themes/mundana-wordpress/
Author: WowThemesNet
Author URI: https://wowthemes.net/
Description: Looking for a WordPress theme that looks similar to the shape, layout and typography of Medium? Look no further! Mundana is the perfect choice! A modern, responsive, clean coded WordPress theme, easily built with the live Customizer and Gutenberg ready!
Version: 1.1.19
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gps-2.0.html
Tags: blog, entertainment, news
Text Domain: mundana
*/

#contactout-menu{
	margin-left: 24px;
}

#contactout-menu > #bs4navbartop .menu-item:not(:last-child){
    margin-right: 10px;
}

#contactout-menu > #bs4navbartop .menu-item > a.nav-link{
    font-size: 16px;
	color: #70707b;
    font-weight: 600;
    padding: 0.625rem 1rem;
    border-radius: 6px;
	position: relative;
}

#contactout-menu > #bs4navbartop .menu-item > a.nav-link:hover,
#contactout-menu > #bs4navbartop .menu-item > a.nav-link.active{
    background: #f4f4f5;
	border-radius: 6px;
	color: #51525c;
}

#contactout-menu > #bs4navbartop .menu-item > a.nav-link.menu-login{
    border: 1px solid #d1d1d6 !important;
    border-radius: 6px;
    color: #3F3F46;
	text-align: center;
}

#contactout-menu > #bs4navbartop .menu-item > a.nav-link.menu-login:focus{
    box-shadow: 0px 0px 0px 4px #E4E4E7, 0px 1px 2px 0px rgba(24, 24, 27, 0.05);
}

#contactout-menu > #bs4navbartop .menu-item > a.nav-link.sign-up{
    background: #F0EEFF;
    color: #3222B1;
	text-align: center;
}

#contactout-menu > #bs4navbartop .menu-item > a.nav-link.sign-up:hover{
    background: #E0DCFF;
}

#contactout-menu > #bs4navbartop .menu-item > a.nav-link.sign-up:focus{
    background: #F0EEFF;
    box-shadow: 0px 0px 0px 4px #E0DCFF, 0px 1px 2px 0px rgba(24, 24, 27, 0.05);
}

#contactout-menu .co-dropdown-menu{
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background: white;
    padding: 1rem 30px;
    margin-top: 15px;
    border-top: 1px solid #110d1d1a;
	overflow: hidden;
    box-shadow: 0px 4px 6px -2px rgba(24, 24, 27, 0.03), 0px 12px 16px -4px rgba(24, 24, 27, 0.08);
}

#contactout-menu .co-dropdown-menu .wrapper{
	margin: auto;
	max-width: 1200px;
	display: flex;
}

#contactout-menu .co-dropdown-menu .wrapper.knowledge{
	padding: 1rem 10px 0;
}

#contactout-menu .co-dropdown-menu .wrapper.knowledge > div.flex-grow-1{
	min-width: 285px;
}

#contactout-menu .co-dropdown-menu .wrapper > div:not(:last-child):not(.offset){
    margin-right: 2rem;
}

#contactout-menu a.nav-link.active + .co-dropdown-menu{
    display: block;
}

#contactout-menu .section-header{
    color: #6552ff;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-size: 14px;
}

#contactout-menu .submenu__item{
    padding: 0.75rem 0.5rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    display: flex;
}

.min-h-112{
   min-height: 112px;
}

#contactout-menu .submenu__item:hover{
    background: #f0eeff;
    transition: background-color .5s;
    border-radius: 10px;
}

#contactout-menu .link_name{
    color: #18181b;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
}

#contactout-menu .link_subtext{
    color: #70707b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#contactout-menu .img-container{
    margin-top: 1px;
    margin-right: 15px;
}

#contactout-menu .img-container img{
    width: 20px;
    height: 20px;
    max-width: none;
}

#contactout-menu .more-links-container{
    margin: -1rem -2rem;
    padding: 0.75rem 2rem; 
    background: #fafafa;
    width: 20%;
    display: flex;
    flex-direction: column;
	position: fixed;
	right: 0;
	height: 370px;
}

#contactout-menu .more-links-container a.link_name{
    color: #70707b;
    margin-bottom: 12px;
}

#contactout-menu .more-links-container a.link_name:hover{
    color: #51525c;
}

#contactout-menu .offset{
	margin-right: 120px;
}

#contactout-menu .burger__wrapper{
	height: 24px;
	margin: 0 auto;
	display: block;
	position: relative;
}

#contactout-menu .burger__line:first-child{
	transform: translateY(-6px);
}

#contactout-menu .navbar-toggler.navbar-toggler-right:not(.collapsed) .burger__line:first-child{
	transform: translateY(1px) rotate(45deg);
}

#contactout-menu .navbar-toggler.navbar-toggler-right {
	padding: 5px;
	box-sizing: border-box;
}

#contactout-menu .navbar-toggler.navbar-toggler-right:hover {
	background: #FAFAFA;
}

#contactout-menu .navbar-toggler.navbar-toggler-right:focus{
	box-shadow: 0 0 0 0.25rem #E4E4E7;
}

#contactout-menu .navbar-toggler.navbar-toggler-right .burger__line{
	transform: translateY(1px) rotate(135deg);
}

#contactout-menu .burger__line{
	background: #110d1d;
	display: block;
	height: 1px;
	left: 0;
	position: relative;
	top: 50%;
	transition: transform .2s ease,background-color .2s ease,opacity .2s ease;
}

@media (max-width: 991.98px) {
	#contactout-menu{
		margin-left: 0px;
	}
	
	#contactout-menu > #bs4navbartop li.menu-item {
		border: none !important;
	}
	
	#contactout-menu > #bs4navbartop .menu-item > a.nav-link.sign-up,
	#contactout-menu > #bs4navbartop .menu-item > a.nav-link.menu-login
	{
		margin-top: 10px;
	}
	
	#contactout-menu > #bs4navbartop .menu-item:not(:last-child){
		margin-right: 0px;
	}
	
	#contactout-menu .co-dropdown-menu .wrapper > div:not(:last-child):not(.offset){
    	margin-right: 0;
	}
	
	#contactout-menu > #bs4navbartop .menu-item > a.dropdown-toggle:after{
		position: absolute;
		top: 16px;
		right: 20px;
	}
	
	#contactout-menu .co-dropdown-menu{
		margin-top: 0px;
		position: static;
		z-index: 1000;
	}
	
    #contactout-menu .co-dropdown-menu .wrapper{
        flex-direction: column;
    }
	
	 #contactout-menu .more-links-container{
        margin: 0.5rem 0rem -1rem -2rem;
        width: 120%;
		height: auto;
    }
	
	#contactout-menu .offset{
		margin-right: 0px;
    }
	
	#contactout-menu .more-links-container{
		position: static;
	}
	
	#contactout-menu .link_subtext{ display: none; }

	.min-h-112{ min-height: 0; }

	.mb-3{ margin-bottom: 0.5rem !important; }
}
