/*
Theme Name: Jack Well - Child
Template: jack-well
Theme URI: https://jack-well.ancorathemes.com/
Description: Jack Well - Child - excellent WordPress theme with many different blog and header layouts
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
#burger-button {
    position: absolute !important;
    bottom: -180px !important;
}

@media screen and (max-width: 1273px) {
	#burger-button {
    	bottom: 15px !important;
	}
}

footer .sc_content , footer .sc_content  .sc_layouts_item {
    width: 100%;
}

#lang-switcher-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#lang-switcher-menu li, #lang-switcher-menu li a {
    display: flex;
	margin: 0;
    padding: 0;
	font-size: 14px;
}

#lang-switcher-menu li:not(:first-child):before {
	content: '/';
	padding: 0 5px;
	color: #000;
}