footer{
	background-color: var(--wp--preset--color--pixii-black);
	border-top: 4px solid var(--wp--preset--color--pixii-electric);
}

footer *{
	color: var(--wp--preset--color--pixii-white);
	font-size: var(--wp--preset--font-size--16-px);
}

#footer{
	width: 100%;
	max-width: var(--wp--style--global--wide-size);
	margin: auto;
}

#footer > div{
	display: flex;
}

#footer #row1 {
    padding: 50px 0;
    border-bottom: 1px solid var(--wp--preset--color--pixii-electric);
}

#footer #row1 > div{
	width: 50%;
    display: flex;
    align-items: flex-end;
}

#footer #row1 .col1{
	justify-content: space-between;
}

#footer #row1 .col1 div{
	width: 55%;
}

#footer #row1 .pixii_logo a{ /* LOGO */
	width: 150px;
	height: 70px;
	background-image: url("../images/footer/logo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: -9999px;
	display: inline-block;
}

#footer #row1 .col2{
	justify-content: flex-end;
}

#footer #row1 .col2 a{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 15px;
	text-decoration: none;
	text-indent: -9999px;
    width: 40px;
    height: 40px;
}

#footer #row1 .col2 a:first-child{
	margin-left: 0;
}

#footer #row1 .col2 a.yt{
	background-image: url("../images/footer/yt_logo.svg");
}

#footer #row1 .col2 a.fb{
	background-image: url("../images/footer/fb_logo.svg");
}

#footer #row1 .col2 a.in{
	background-image: url("../images/footer/ins_logo.svg");
}

#footer #row1 .col2 a.tw{
	background-image: url("../images/footer/tw_logo.svg");
}

#footer #row1 .col2 a.li{
	background-image: url("../images/footer/li_logo.svg");
}



#footer #row2 {
    padding: 30px 0 80px;
	justify-content: flex-start;
}

#footer #row2 > div{
	width: 20%;
}

#footer #row2 .col4{
	width: 40%;
	display: flex;
	flex-direction: column;
	align-content: flex-end;
	flex-wrap: wrap;
	
}

#footer #row2 .col4 img{
	width: 200px;
}



#footer #row2 .col3 > div:first-child{
	font-weight: bold;
    font-size: var(--wp--preset--font-size--18-px);
    margin-bottom: 10px;
    padding-bottom: 5px
}

#footer #row2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer #row2 ul li{
	padding-bottom: 5px;
}

#footer #row2 ul.menu > li:first-child {
	font-weight: bold;
	font-size: var(--wp--preset--font-size--18-px);
	margin-bottom: 10px;
    display: block;
}

#footer #row2 a{
	text-decoration: none;
}

#footer #row2 a:hover{
	text-decoration: underline;
}


#footer_bottom{
	background-color: var(--wp--preset--color--pixii-gray);
	color: var(--wp--preset--color--pixii-white);
	font-size: var(--wp--preset--font-size--13-px);
	padding: 15px 0;
	text-align: center;
}

#footer_bottom *{
	font-size: var(--wp--preset--font-size--13-px);
}

/******************* media queries ***************/
@media only screen and (max-width: 1450px) {
	#footer {
		padding: 0 1rem;
	}
}

@media only screen and (max-width: 980px) {
	#footer #row1{
		flex-direction: column;
		padding: 30px 0;
	}
	
	#footer #row1 > div {
		width: 100%;
		display: flex;
		align-items: center;
	}
	
	#footer #row1 .col1 {
		justify-content: center;
		flex-direction: column;
	}
	
	#footer #row1 .col1 div {
		width: 100%;
		text-align: center;
		padding: 25px 0;
	}
	
	#footer #row1 .col2 {
		justify-content: center;
	}
	
	#footer #row1 .col2 a.login{
		text-indent: -9999px;
		margin-left: 15px;
		padding: 0;	
	}

	#footer #row2 > div{
		width: 30%;
		text-align: center;
		margin-bottom: 30px;
	}
	
	#footer #row2{
		flex-wrap: wrap;
		padding-bottom: 0;
		justify-content: space-between;
	}
	
	#footer #row2 ul.menu > li:first-child {
		margin-bottom: 0;
	}
	
	#footer #row2 .col1, #footer #row2 .col2{
		margin-right: 0;
	}
	
	#footer #row2 .col3 > div:first-child {
		margin-bottom: 0 !important;
	}
	
	#footer #row2 .col4{
		width: 100%;
		display: block;
		text-align: center;
	}
}

@media only screen and (max-width: 500px) {
	#footer #row2 > div {
		width: 100%;
	}
	
	div#footer_bottom span {
		display: block;
	}
}

/************************ custom dropdown  ***********************/

.SumoSelect{
	width: 100% !important;
}


.SumoSelect .CaptionCont{
	width: 100% !important;
	background-color: transparent !important;
	padding: 1vw !important;
	/* margin: 0; */
	border: 1px solid white !important;
	border-radius: 5px !important;
}

.SumoSelect .CaptionCont span{
	line-height: 110% !important;
	color: #ffffffde !important;
}

.SumoSelect>.CaptionCont>label {
    width: 40px !important;
}

.SumoSelect>.CaptionCont>label>i{
	background-image: url(../images/general/down_arrow.svg) !important;
}

.SumoSelect.open>.optWrapper {
    top: 110% !important;
	border: none !important;
}


.SumoSelect>.optWrapper>.options{
	background-color: #2A3238;
	margin: 0;
	padding-left: 0 !important;
	    line-height: unset !important;
	left: -20px !important;
    width: calc(100% + 20px) !important;
}

.SumoSelect>.optWrapper>.options li.opt {
    padding: 0.7vw 1vw !important;
    position: relative;
    border-bottom: 1px solid #2b2b2b !important;
}

.SumoSelect>.optWrapper>.options li.opt:hover{
	background-color: #41464A !important;
}





