/* =General CSS
-------------------------------------------------------------- */
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	float: left;
}
.clear_column {
	clear:both;
	display:block;
	font-size:0; height:0;
	line-height:0; width:100%;
	overflow: hidden;
}

/* =Shortcodes Templates
-------------------------------------------------------------- */

/* =Default Template (no margin)
-------------------------------------------------------------- */
.full_width  {
	width: 100%;
}
.one_half  {
	width: 50%;
}
.one_third  {
	width: 33.3%;
}
.two_third  {
	width: 66.6%;
}
.one_fourth  {
	width: 25%;
}
.three_fourth  {
	width: 75%;
}
.one_fifth  {
	width: 20%;
}
.two_fifth  {
	width: 40%;
}
.three_fifth  {
	width: 60%;
}
.four_fifth  {
	width: 80%;
}
.one_sixth  {
	width: 16.6%;
}
.five_sixth  {
	width: 83.4%;
}

/* =Responsive
-------------------------------------------------------------- */
/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {
	.full_width,
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		clear: both;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1em;
	}
}

/* =Small Margins Template
-------------------------------------------------------------- */
/*
.full_width  {
	width: 100%;
}
.one_half {
	width: 49% !important;
	margin-right: 2% !important;
}
.one_half.last_column {
	width: 49% !important;
	margin-right: 0px !important;
}
.one_third {
	width: 32% !important;
	margin-right: 2% !important;
}
.one_third.last_column {
	width: 32% !important;
	margin-right: 0px !important;
}
.two_third {
	width: 66% !important;
	margin-right: 2% !important;
}
.two_third.last_column {
	width: 66% !important;
	margin-right: 0px !important;
}
.one_fourth {
	width: 23.5% !important;
	margin-right: 2% !important;
}
.one_fourth.last_column {
	width: 23.5% !important;
	margin-right: 0px !important;
}
.three_fourth {
	width: 74.5% !important;
	margin-right: 2% !important;
}
.three_fourth.last_column {
	width: 74.5% !important;
	margin-right: 0px !important;
}
.one_fifth {
	width: 18.4% !important;
	margin-right: 2% !important;
}
.one_fifth.last_column {
	width: 18.4% !important;
	margin-right: 0px !important;
}
.two_fifth {
	width: 39% !important;
	margin-right: 2% !important;
}
.two_fifth.last_column {
	width: 39% !important;
	margin-right: 0px !important;
}
.three_fifth {
	width: 59% !important;
	margin-right: 2% !important;
}
.three_fifth.last_column {
	width: 59% !important;
	margin-right: 0px !important;
}
.four_fifth {
	width: 79.6% !important;
	margin-right: 2% !important;
}
.four_fifth.last_column {
	width: 79.6% !important;
	margin-right: 0px !important;
}
.one_sixth {
	width: 15% !important;
	margin-right: 2% !important;
}
.one_sixth.last_column {
	width: 15% !important;
	margin-right: 0px !important;
}
*/#eu-cookie-bar {
	display: none;
	direction: ltr;
	color: #ffffff;
	min-height: 20px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	padding:3px 20px 2px;
	background-color: #2e363f;
	text-align: center;
	font-size: 12px;
}
#eu-cookie-bar a {
	color: #ffffff;
	text-decoration: underline;
}
button#euCookieAcceptWP {
	margin:0 10px;
	line-height:20px;
	background:#45AE52;
	border:none;
	color: #ffffff;
	padding:2px 12px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}.floating-mode-switcher-wrap {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 99;
}
.floating-bottom-right {
    right: 22px;
    bottom: 22px;
}
.floating-bottom-left {
    left: 22px;
    bottom: 22px;
}
.floating-top-right {
    right: 22px;
    top: 45px;
}
.floating-top-left {
    left: 22px;
    top: 45px;
}
.menu-mode-switch {
    display: flex !important;
    align-items: center;
}
.menu-mode-switch .dl-switch{
    margin-bottom: 0;
}
/* Switchers */
.dl-switch  {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 24px;
    cursor: pointer;
    user-select: none;
}
  
.dl-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.dl-switch .dl-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FB9426;
    transition: .4s;
    border-radius: 50px;
}

.dl-light, .dl-dark {
    position: absolute;
    left: 10px;
    font-size: 12px;
    font-family: inherit;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    transition: .4s;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.dl-light {
    left: auto;
    right: 10px;
}

.dl-dark {
    opacity: 0;
    visibility: hidden;
}

.dl-switch .dl-slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: 0px;
    top: -3px;
    background-color: #040E29;
    transition: .4s;
    border-radius: 50%;
    z-index: 1;
    background-image: url(//d2zvll7fvp1j08.cloudfront.net/wp-content/plugins/darklooks-dark-mode-switcher/assets/img/icons/dark.svg);
    background-repeat: no-repeat;
}
  
.dl-switch input:checked + .dl-slider {
    background-color: #040E29;
}
  
.dl-switch input:checked + .dl-slider:before {
    background-color: #FB9426;
    background-image: url(//d2zvll7fvp1j08.cloudfront.net/wp-content/plugins/darklooks-dark-mode-switcher/assets/img/icons/light.svg);
    background-repeat: no-repeat;
}
  
.dl-switch input:checked ~ .dl-light {
    opacity: 0;
    visibility: hidden;
}
  
.dl-switch input:checked ~ .dl-dark {
    opacity: 1;
    visibility: visible;
}
  
.dl-switch input:checked + .dl-slider:before {
    transform: translateX(50px);
}


/* Switch Style2 */
.dl-switch.style2  {
    width: 62px;
    height: 30px;
}
  
.dl-switch.style2 .dl-slider:before {
    height: 26px;
    width: 26px;
    left: 2px;
    top: 2px;
    background: #fff;
}
  
.dl-switch.style2 input:checked + .dl-slider:before {
    background: #fff;
}
  
.dl-switch.style2 input:checked + .dl-slider:before {
    transform: translateX(32px);
}


/* Switch Style3 */
.dl-switch.style3  {
    width: 30px;
    height: 62px;
    /* transform: rotate(90deg);
    transform-origin: 0 100%; */
}
.dl-switch.style3 .dl-slider  {
    background-color: #040E29;
}
  
.dl-switch.style3 .dl-slider:before {
    height: 26px;
    width: 26px;
    left: 2px;
    top: 2px;
    background-image: url(//d2zvll7fvp1j08.cloudfront.net/wp-content/plugins/darklooks-dark-mode-switcher/assets/css/icons/dark3.svg);
}

.dl-switch.style3 .dl-light {
    top: auto;
    bottom: 1px;
    right: auto;
    left: 8px;
}

.dl-switch.style3 .dl-dark {
    top: 17px;
    left: 8px;
}
  
.dl-switch.style3 input:checked + .dl-slider {
    background-color: #FB9426;
}
.dl-switch.style3 input:checked + .dl-slider:before {
    background-image: url(//d2zvll7fvp1j08.cloudfront.net/wp-content/plugins/darklooks-dark-mode-switcher/assets/css/icons/light3.svg);
}
  
.dl-switch.style3 input:checked + .dl-slider:before {
    transform: translateY(32px);
}


/* Switch Style4 */
.dl-switch.style4  {
    width: 96px;
    height: 30px;
}
  
.dl-switch.style4 .dl-light,
.dl-switch.style4 .dl-dark {
    height: 100%;
    border-radius: 50px;
    padding: 2px 8px;
}

.dl-switch.style4 .dl-light {
    background-color: #FB9426;
    left: 0;
    right: auto;
}
  
.dl-switch.style4 .dl-dark {
    background-color: #040E29;
    left: auto;
    right: 0;
    color: #FB9426;
}
  
.dl-switch.style4 .dl-light .svg {
    margin-right: 5px;
}
  
.dl-switch.style4 .dl-dark .svg {
    margin-left: 5px;
}

.dl-switch.style4 .dl-slider {
    background-color: #040E29;
}

.dl-switch.style4 .dl-slider:before {
    width: 14px;
    height: 14px;
    background-image: url(//d2zvll7fvp1j08.cloudfront.net/wp-content/plugins/darklooks-dark-mode-switcher/assets/css/icons/dark4.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    right: 8px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}
  
.dl-switch.style4 input:checked + .dl-slider {
    background-color: #FB9426;
}
  
.dl-switch.style4 input:checked + .dl-slider:before {
    background-image: url(//d2zvll7fvp1j08.cloudfront.net/wp-content/plugins/darklooks-dark-mode-switcher/assets/css/icons/light4.svg);
    right: auto;
    left: 8px;
    transform: translate(0, -50%);
}

/* Switch Style5 */
.dl-switch.style5  {
    width: 68px;
    height: 30px;
}

.dl-switch.style5 .dl-light,
.dl-switch.style5 .dl-dark {
    left: 0;
    top: 0;
    right: auto;
    opacity: 1;
    visibility: visible;
}

.dl-active-border {
    background:#FB9426;
    width: 30px;
    height: 3px;
    left: 0;
    bottom: 9px;
    position: absolute;
    content: "";
    transition: .4s;
}

.dl-switch.style5 .dl-dark {
    left: 37px;
}

.dl-switch.style5 .dl-slider {
    background-color: transparent;
}

.dl-switch.style5 input:checked ~ .dl-slider {
    background-color: transparent;
}

.dl-switch.style5 input:checked ~ .dl-light {
    opacity: 1;
    visibility: visible;
}

.dl-switch.style5 input:checked ~ .dl-active-border {
    background-color: #040E29;
    transform: translateX(38px);
}