ul.extranet-nav {
	list-style: initial;
	margin: 0 10px;
}

ul.extranet-nav li {
	line-height: 1;
   margin-top: 5px;
}

ul.extranet-nav li a {
	color:  white !important;
}

ul.extranet-nav li .children {
	margin-left: 10px;
	/*list-style: circle;*/
}

ul.extranet-nav li .children li {
	line-height: 120%;
}

ul.extranet-nav li .children li .children li {
	/*margin-left: 10px;*/
	/*list-style-type: disc;*/
}

ul.extranet-nav li .children li .children li .children li {
	margin-left: 10px;
	/*list-style-type: circle;*/
}

.extranet-nav ul.children > li {
    margin-top: 10px !important;
}

.uncont .textwidget.custom-html-widget {
    background-color: #ef592a;
    padding: 20px;
    border-radius: 10px;
}

.textwidget.custom-html-widget h3 {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    font-weight: bold;
    color: white !important;
    line-height: 1;
}

.textwidget.custom-html-widget h3:after {
    content: "";
    background-color: white;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -20px;
}

li.page_item.page_item_has_children.current_page_ancestor,
li.page_item.page_item_has_children.current_page_item {
    position: relative;
}

/*li.page_item.page_item_has_children.current_page_ancestor:before,
li.page_item.page_item_has_children.current_page_item:before {
    content: "";
    background-color: white;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -10px;
}*/

.extranet-nav li.page_item_has_children::before {
    font-size: 20px;
    content: ">";
    position: absolute;
    left: -15px;
    color: white;
    transform: rotateY(45deg);
    animation: 0.2s;
}

.extranet-nav li.page_item_has_children {
    position: relative;
}

li.page_item.page_item_has_children.current_page_ancestor:before,
li.page_item.page_item_has_children.current_page_item:before {
    content: ">";
    position: absolute;
    transform: rotate(90deg);
/*    transform: rotateY(45deg);*/
    left: -15px;
}

.extranet-nav > li.page_item {
    list-style-type: none;
    margin-bottom: 15px;
    /*border-bottom: 1px solid #595959;*/
    /*padding-bottom: 15px*/
}

.extranet-nav a:hover {
    text-decoration: underline;
 }

li.page_item.page_item_has_children.current_page_ancestor * {
    border: none;
}

body li.page_item.page_item_has_children ul {
	display: none;
}

body li.page_item.current_page_item > a:first-of-type {
	/*text-decoration: underline;*/
	color: white !important;
	font-weight: bolder !important;
	/*font-style: italic;*/
}

body li.page_item.page_item_has_children.current_page_item> * {
	display: block;
}

body li.page_item.page_item_has_children.current_page_ancestor> * {
	display: block !important;
}

body li.page_item.page_item_has_children.current_page_ancestor>a:first-of-type {
	/*text-decoration: underline;*/
	color: #7a7a79;
	font-weight: bolder;
}

body li.page_item.page_item_has_children.current_page_ancestor>ul>li.page_item.current_page_item>a {
	/*text-decoration: underline;*/
	color: #7a7a79;
	font-weight: bolder;
}

.post-content > div ul:not(.menu-smart):not(.nav-tabs):not(.pagination) li.page_item.current_page_item >a:not(.btn){
    color: #7a7a79 !important;
    font-weight: bolder;
    display: block;
}

 .post-content > div ul:not(.menu-smart):not(.nav-tabs):not(.pagination) li.page_item.current_page_ancestor  > a:not(.btn) {
    color: #7a7a79 !important;
    font-weight: bolder;
    display: block;
}

ul.extranet-nav .row.limit-width.row-parent a:hover {
    text-decoration: underline;
}

.extranet .col-lg-4.col-widgets-sidebar .uncell.double-top-padding.double-bottom-padding {
    padding-top: 40px;
}

body:not(.logged-in) #custom_html-2 {
    display: none;
}

@media(min-width:960px){
    .post-content div form#login-form ~ a > p {
        width: 50% !important;
    }
}