/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2026 | 12:19:14 */
/*------------------------------------------ C O M P U T E R S --------------------------------------------*/
@media screen and (min-width: 1250px) {
	
.header-mobile,
.mobile-menu {
    display: none;
}
	
	
}/*------ C O M P U T E R S  +  T A B L E T S -------*/
@media screen and (min-width: 767px) {
  
}/*------------------------------------------ A L L  T A B L E T S --------------------------------------------*/
@media screen and (min-width: 767px) and (max-width: 1250px) {
  
}/*--- T A B L E T S - B I G ------*/
@media screen and (min-width: 1000px) and (max-width: 1250px){ 
  
}/*--- T A B L E T S - M E D I U M ---*/
@media screen and (min-width: 850px) and (max-width: 1000px) {
  
}/*--- T A B L E T S - S M A L L ---*/
@media screen and (min-width: 767px) and (max-width: 850px) {
  
}/*------------------------- T A B L E T S + M O B I L E ---------------------------*/
@media screen and (max-width: 1250px) {
 

.header-top-bar {
    display: none !important;
}
.header-mobile .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-mobile .flex-box .left a {
    display: block;
    padding: 15px 25px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.header-mobile .flex-box .right {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header-mobile .flex-box .right img {
    height: 23px;
    margin: 0 0 -3px;
}
.mobile-menu {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #16151b;
    border-top: solid 1px #323134;
    border-bottom: solid 1px #323134;
    transition: all 0.2s ease-in-out;
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
}
.page-is-open .mobile-menu {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}
.mobile-menu ul.sub-menu.level-2 {
    display: none;
    padding: 0 0 0 15px;
}

.mobile-menu ul li:first-child {
    display: none;
}
.mobile-menu .show-childrens ul.sub-menu.level-2 {
    display: block;
}
.mobile-menu ul {
		margin: 0;
		padding: 20px;
	}
.mobile-menu ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.mobile-menu ul.sub-menu.level-2 {
    padding: 0 0 0 15px;
}
.mobile-menu ul.sub-menu.level-2 a {
    font-size: 15px;
    letter-spacing: 1px;
}
	
	
	
	
	
footer#colophon {
    padding: 35px 0;
}
.footer-middle {
    flex-wrap: wrap;
    padding: 0 20px;
}
.footer-middle .footer-quarter {
    width: calc(50% - 20px) !important;
    padding: 0 0 20px !important;
}
.footer-middle .footer-quarter.footer-middle-first,
.footer-middle .footer-quarter.footer-middle-fourth {
    width: 100% !important;
}
.footer-bottom {
    flex-wrap: wrap;
}
.footer-bottom:before {
    width: 100%;
    margin: 0 0 20px;
    font-size: 75px;
    letter-spacing: -2px;
    color: #212025;
    text-align: center;
}
.footer-right-third {
    width: 100%;
    text-align: center;
    padding: 10px 0 20px;
    letter-spacing: 4px;
}
.footer-bottom ul, .footer-middle-fourth ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 20px;
}
	
	
	
}/*------------------------------------------ M O B I L E --------------------------------------------*/
@media screen and (max-width: 767px) {

	
	
	
	
}/*-----S M A L L  M O B I L E -----*/
@media screen and (max-width: 350px) {
  
}