/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@media only screen and (max-width: 980px) {
	footer .menu li.menu-item-has-children>a .toggle-submmenu {
		position: absolute;
		top: -6px;
		right: -24px;
		display: block;
		font-size: 1.5em;
		padding: 0.55em 1.5em;
		color: #F2A71E;
		cursor: pointer;
		z-index: 10;
		transition: all .4s;
		/*padding-left: 30px;*/
	}

	footer .menu li.menu-item-has-children>a .toggle-submmenu.opened {
		transform: rotate(45deg);
		/*padding-left: 12px;*/
	}

	footer .menu li.menu-item-has-children > a:after {
		content: '' !important;
	}

	.menu ul ul.sub-menu>li a {
		height: auto;
	}

	footer .menu>li>ul.sub-menu {
		max-height: none;
		display: none;		
		background: transparent;
	}
}
@media only screen and (min-width: 981px) {
	footer .menu li.menu-item-has-children>a .toggle-submmenu {
		display: none;
	}
}