/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0
*/




.page-id-546 li a {
    font-family: unset !important;
}

.page-id-1194 li a {
    font-family: "Source Sans Pro" !important;
}


.home #Wrapper,
#Content,
.mfn-popup .mfn-popup-content,
.mfn-off-canvas-sidebar .mfn-off-canvas-content-wrapper,
.mfn-cart-holder,
.mfn-header-login,
#Top_bar .search_wrapper,
#Top_bar .top_bar_right .mfn-live-search-box,
.column_livesearch .mfn-live-search-wrapper,
.column_livesearch .mfn-live-search-box {
	background-color: #000000;
}

.home #Content {
	padding-top: 0px !important;
}

/* .home .elementor-widget-wrap {
	margin-top: -10px;
} */





.elementor-flip-box {
	height: 310px !important;
	position: relative;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.nav__list-item p {
	margin-bottom: 27px;
}


section#remove_idiot_padding .elementor-widget-wrap.elementor-element-populated {
	padding: 0px !important;
}

/* header.cd-header.sticky-header {
	background: #000000 !important;
	border-bottom: 1px solid #000000 !important;
} */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/* #Cursor
================================================== */

.cursor,
.cursor2,
.cursor3 {
	position: fixed;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	mix-blend-mode: difference;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.cursor {
	background-color: #fff;
	height: 0;
	width: 0;
	z-index: 99999;
}

.cursor2,
.cursor3 {
	height: 36px;
	width: 36px;
	z-index: 99998;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

.cursor2.hover,
.cursor3.hover {
	-webkit-transform: scale(2) translateX(-25%) translateY(-25%);
	transform: scale(2) translateX(-25%) translateY(-25%);
	border: none
}

.cursor2 {
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}

.cursor2.hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px) {

	.cursor,
	.cursor2,
	.cursor3 {
		display: none
	}
}

/* #Primary style
================================================== */

.section {
	position: relative;
	width: 100%;
	display: block;
}

.over-hide {
	overflow: hidden;
}

.full-height {
	height: 100vh;
}

/* #Navigation
================================================== */

.cd-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	height: 100px;
	background: #fff;
}

.header-wrapper {
	position: relative;
	width: calc(100% - 100px);
	margin-left: 50px;
}

.logo-wrap {
	position: absolute;
	display: block;
	left: 0;
	top: 25px;
	cursor: pointer;
}

.logo-wrap a {
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	transition: all 0.3s ease-out;
}

.logo-wrap a span {
	color: #03768d;
	margin-left: 15px;
}

.logo-wrap a:hover {
	opacity: 0.9;
}

.nav-but-wrap {
	position: relative;
	display: inline-block;
	float: right;
	padding-left: 15px;
	padding-top: 15px;
	margin-top: 26px;
	transition: all 0.3s ease-out;
}

.language_menu {
	position: relative;
	display: inline-block;
	float: right;
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 26px;
	transition: all 0.3s ease-out;
}

.language_menu {
	color: #fff;
}

.language_menu a {
    color: #000;
}

li.wpml-ls-slot-shortcode_actions.wpml-ls-item.wpml-ls-last-item.my-custom-switcher-item::before {
	content: ' | ';
	margin-right: 10px;
}

.my-custom-switcher-item a {
	opacity: .5;
}

.wpml-ls-current-language.my-custom-switcher-item a {
	opacity: 1;
}

.language_menu ul li a {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.language_menu ul li {
	float: left;
	margin-right: 12px;
	font-size: 12px;
	line-height: 1.29;
}

.menu-icon {
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
	color: white;
}

.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: #ffffff;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.menu-icon__line-left {
	width: 30px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.menu-icon__line-right {
	width: 30px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 30px;
}

.nav {
	position: fixed;
	z-index: 98;
}

.nav:before,
.nav:after {
	content: "";
	position: fixed;
	width: 100vw;
	height: 102vh;
	background: rgba(20, 21, 26, 0.6);
	border-bottom-left-radius: 200%;
	z-index: -1;
	-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
	-webkit-transform: translateX(100%) translateY(-100%);
	transform: translateX(100%) translateY(-100%);
	top: 0px;
}

.nav:after {
	background: #000;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.nav:before {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.nav__content {
	position: fixed;
	visibility: hidden;
	top: 50%;
	margin-top: 20px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 20%;
	text-align: center;
}

.nav__list {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}

.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	opacity: 0;
	text-align: left;
	color: #fff;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5vh;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 3px;
	-webkit-transform: translate(100px, 0%);
	transform: translate(100px, 0%);
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, transform .3s ease;
	transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
	margin-top: 0;
	margin-bottom: 0;
}

.nav__list-item a {
	position: relative;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	overflow: hidden;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 400;
	z-index: 2;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.nav__list-item a:after {
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -2px;
	left: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	background-color: #03768d;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.nav__list-item a:hover:after {
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}

.nav__list-item a:hover {
	color: rgba(255, 255, 255, 1);
}

.nav__list-item.active-nav a {
	color: rgba(255, 255, 255, 1);
}

.nav__list-item.active-nav a:after {
	height: 4px;
	opacity: 1;
	left: 0;
	width: 100%;
}

body.nav-active .nav__content {
	visibility: visible;
}

body.nav-active .menu-icon__line {
	background-color: #000;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
	transform: translate(0px, 0px) rotate(-45deg);
}

body.nav-active .menu-icon__line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
	transform: translate(2px, 4px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
	transform: translate(-3px, -3.5px) rotate(45deg);
}

body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 15px;
}

body.nav-active .nav {
	visibility: visible;
}

body.nav-active .nav:before,
body.nav-active .nav:after {
	-webkit-transform: translateX(0%) translateY(0%);
	transform: translateX(0%) translateY(0%);
	border-radius: 0;
}

body.nav-active .nav:after {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

body.nav-active .nav:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

body.nav-active .nav__list-item {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}

body.nav-active .nav__list-item:nth-child(0) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(1) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(2) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

body.nav-active .nav__list-item:nth-child(3) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

body.nav-active .nav__list-item:nth-child(4) {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

body.nav-active .nav__list-item:nth-child(5) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

body.nav-active .nav__list-item:nth-child(6) {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

body.nav-active .nav__list-item:nth-child(7) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

body.nav-active .nav__list-item:nth-child(8) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

body.nav-active .nav__list-item:nth-child(9) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

body.nav-active .nav__list-item:nth-child(10) {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.switch-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	transform: translateY(-50%);
	width: 100%;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	margin: 0 auto;
	text-align: center;
}

.switch-wrap h1 {
	font-weight: 900;
	font-size: 46px;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

@media screen and (max-width: 580px) {
	.switch-wrap h1 {
		font-size: 32px;
	}
}

.switch-wrap p {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	color: #8167a9;
	text-align: center;
	margin-top: 15px;
}

.switch-wrap p span {
	position: relative;
}

.switch-wrap p span:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: -4px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

.switch-wrap p span:nth-child(2):before {
	opacity: 0;
}

#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}

#switch {
	width: 60px;
	height: 8px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #000;
	border-radius: 27px;
	background: #8167a9;
	position: relative;
	display: inline-block;
}

#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
	background: #fff;
}

.switched {
	border-color: #8167a9 !important;
	background: #000 !important;
}

.switched #circle {
	left: 43px;
	background: #000;
}

/* #Light
================================================== */

body.light {
	background-color: #fff;
}

body.light .cursor,
body.light .cursor2,
body.light .cursor3 {
	mix-blend-mode: normal;
}

body.light .cursor2 {
	border: 2px solid #1f2029;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

body.light .cursor2.hover {
	background: rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}

body.light .logo-wrap a {
	color: #1f2029;
}

body.light .menu-icon__line {
	background-color: #1f2029;
}

body.light .nav:before {
	background: rgba(235, 235, 235, 0.6);
}

body.light .nav:after {
	background: rgba(250, 250, 250, 1);
}

body.light .nav__list-item a {
	color: rgba(0, 0, 0, 0.6);
}

body.light .nav__list-item a:hover {
	color: #1f2029;
}

body.light .nav__list-item.active-nav a {
	color: #1f2029;
}

body.light .switch-wrap h1 {
	color: #000;
}

body.light .switch-wrap p span:nth-child(2):before {
	opacity: 1;
	background-color: #000;
}

body.light .switch-wrap p span:nth-child(1):before {
	opacity: 0;
}

/* #Link to page
================================================== */

.link-to-portfolio {
	position: fixed;
	bottom: 40px;
	right: 50px;
	z-index: 200;
	cursor: pointer;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 3px;
	background-position: center center;
	background-size: 65%;
	background-repeat: no-repeat;
	background-image: url('https://assets.codepen.io/1462889/fcy.png');
	box-shadow: 0 0 0 2px rgba(255, 255, 255, .1);
	transition: opacity .2s, border-radius .2s, box-shadow .2s;
	transition-timing-function: ease-out;
}

.link-to-portfolio:hover {
	opacity: 0.8;
	border-radius: 50%;
	box-shadow: 0 0 0 20px rgba(255, 255, 255, .1);
}

.nav__list-item p {
	font-size: 15px;
	font-weight: 100;
}

.nav__list-item h4 {
	color: #fff;
}

header.cd-header.sticky-header {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.nav-active header.cd-header.sticky-header {
	background: #f2f2f2;
	border-bottom: 0px !important;
}

/* .nav-active header.cd-header.sticky-header {
	background: #000 !important;
	border-bottom: 0px !important;
} */

.nav-active .logo-wrap a {
	color: #fff !important;
}

.elementor-798 .elementor-element.elementor-element-766d21c .elementor-nav-menu--main .elementor-item.elementor-item-active {
    color: #000000;
}

.nav-active .logo-wrap a span {
	filter: brightness(0.5);
}

.sticky-header .logo-wrap.light_menu img {
	filter: unset !important;
}

.sticky-header .logo-wrap.light_menu a {
	color: #fff;
}

.sticky-header .menu-icon__line {
	background: #000;
}

/* MOBILE CSS ABOVE */
/* 
@media only screen and (max-width: 600px) {
	
	.logo-wrap img {
		max-width: 40px !important;
	}

	.logo-wrap a {
		font-size: 16px;
	}

	.nav__list-item p {
		display: none;
	}

	.nav__content {
		top: 30%;
		transform: translate(10% , 30%);
		width: 100%;
		position: relative !important;
	}

	.nav-active .nav {
		position: absolute;
		z-index: 98;
		width: 95%;
		height: fit-content;
		overflow: auto;
	}

	.nav__content {
		left: 0px !important;
	}
	
	div#cookie-law-info-again {
		display: none !important;
	}

	div#donation_btn img {
		max-width: 135px;
	}

	#progression-related-posts ul.progression-related-list li.progression-related-list-item {
		width: 100%;
		height: fit-content !important;
	}

	#blog-post-title-meta-container {
		position: relative !important;
	}

	h1.blog-page-title {
		font-size: 32px;
	}

	.half_page {
		top: 5% !important;
		z-index: 10;
		width: 85% !important;
		float: left;
		text-align: center;
	}

	.half_page.right_container {
		padding-right: 25px !important;
		top: 25% !important;
	}

    div#blog-post-title-meta-container.mobile_player_button {
        position: absolute !important;
    }

  } */


  /* WPML LANGUAGE */
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    position: unset;
}

.wpml-ls-legacy-dropdown {
    width: unset;
}

li.wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle {
    background: transparent;
    border: 0px;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown li a {
    background: transparent;
    border: 0px;
	font-size: 16px;
	
}

.wpml-ls-legacy-dropdown a {
    padding: 15px 10px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
    color: #999;
}



ul.wpml-ls-sub-menu li a {
    padding: 15px 40px 15px 10px;
}

/* MOBILE CSS ABOVE */

@media only screen and (max-width: 600px) {

/*
	* Mobile projects arrows
	*/
	button.slick-prev.slick-arrow {
		left: 0px;
		z-index: 9;
		height: 98%;
		width: 52px;
		margin-top: -5px;
		background: rgba(0,0,0,.6) !important;
		border-radius: 0;
	}

	button.slick-next.slick-arrow {
		right: 0px;
		z-index: 9;
		height: 98%;
		width: 52px;
		margin-top: -5px;
		background: rgba(0,0,0,.6) !important;
		border-radius: 0;
	}

	.home div#overlay {
		display: none !important;
	}

	/*
	* Footer Social media icons 
	*/
	div#social_media_mobile_footer {
		width: 100% !important;
	}

	div#social_media_mobile_footer .elementor-widget-spacer {
		display: none;
	}

	div#social_media_mobile_footer .elementor-widget-container {
		margin: 0px;
	}

	div#social_media_mobile_footer .elementor-social-icons-wrapper.elementor-grid {
		display: block;
	}

	div#mobile_footer_contact_form {
		width: 100%;
		float: left;
	}

	div#mobile_footer_newsletter {
		width: 100%;
	}

	section#mobile_footer_menu_links .elementor-column.elementor-col-12 {
		width: 25%;
		margin-top: 35px;
	}

	div#mobile_footer_newsletter .elementor-spacer {
		display: none;
	}



	section#contact_footer .elementor-spacer-inner {
		display: none;
	}

	/* Homepage icons for mobile fix */
	.home a.elementor-cta {
		margin: 25px;
	}

	section#footer_menu {
		display: none !important;
	}

	.nav-bar {
		width: 85% !important;
	}

	/* .logo-wrap img {
		max-width: 40px !important;
	} */

	.logo-wrap a {
		font-size: 16px;
	}

	.nav__list-item p {
		display: none;
	}

	.nav__content {
		top: 30%;
		transform: translate(10%, 30%);
		width: 100%;
		position: relative !important;
	}

	.nav-active .nav {
		position: absolute;
		z-index: 98;
		width: 95%;
		height: fit-content;
		overflow: auto;
	}

	.nav__content {
		left: 0px !important;
	}

	.logo-wrap {
		left: -35px;
		top: 35px;
	}

	.nav {
		visibility: hidden;
	}



}



/*#overlay {*/
/*background-color:rgba(0,0,0,.65);*/
/*height:100%;*/
/*left:0;*/
/*position:relative;*/
/*top:0;*/
/*transition:background-color 300ms ease;*/
/*width:100%;*/
/*}*/

#overlay {
	/*background-color: rgba(0,0,0,.65);*/
	height: calc(100vh);
	left: 0;
	position: relative;
	top: 0;
	transition: background-color 300ms ease;
	width: 100vw;
	margin-top: -50px;
	margin-left: -20px;
}

.fade {
	background-color: rgba(0, 0, 0, .15) !important;
}

.div#state {
	display: none;
}

/* Hero Video + Fallback */

#hero-vid {
	backface-visibility: hidden;
	background: url("https://new.livewiseprojects.gr/wp-content/uploads/2022/09/polina.jpg") no-repeat scroll 0 0 #000;
	background-size: cover;
	bottom: 0;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	perspective: 1000;
	position: relative;
	right: 0;
	width: auto;
	z-index: -1;
}

#hero-pic {
	display: block;
	height: auto;
	width: 100%;
}

#state {
	bottom: 0;
	cursor: pointer;
	font-size: 2.25rem;
	left: 0;
	line-height: 1;
	padding: 2rem 2.5rem 1.65rem;
	position: absolute;
}


/* Content Styles */

#title {
	backface-visibility: hidden;
	left: 0;
	perspective: 1000;
	position: fixed;
	width: 100%;
	top: 50%;
	text-align: center;
}

#title h1 {
	/*background-color:rgba(0,0,0,.5);*/
	/*font-family:"Poiret One", sans-serif;*/
	font-size: 5.5rem;
	padding: 1rem 1.75rem;
	color: #fff !important;
}

#content {
	background-color: #151515;
	padding: 2.5rem;
	position: relative;
	z-index: 1;
}

#content p {
	font-size: 14px;
	letter-spacing: .02rem;
	margin-bottom: 1.3rem;
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
	display: none !important;
}


/* Media Queries */

@media only screen and (max-width:768px) {
	#overlay {
		height: auto;
	}
}


/* Visibility Helpers */

@media only screen and (min-width:769px) {

	.visible-mobile,
	.visible-tablet,
	.hidden-desktop {
		display: none !important;
	}
}

@media only screen and (min-width:480px) and (max-width:768px) {

	.visible-mobile,
	.hidden-tablet,
	.visible-desktop {
		display: none !important;
	}
}

@media only screen and (max-width:479px) {

	.hidden-mobile,
	.visible-tablet,
	.visible-desktop {
		display: none !important;
	}
}

footer#Footer {
	display: none;
}

div#overlay {
	cursor: url(https://new.livewiseprojects.gr/wp-content/uploads/2022/09/play.png), default;
	transition: all 0.3s;
}

.make_it_half {
	width: 50% !important;
	float: left;
}

#footer_menu li.nav__list-item {
	opacity: 1 !important;
	font-size: 1.5vh;
}
