/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2024 | 01:35:53 */
   
   
   ul#menu-footer-bottom-menu {
    list-style-type: none;
    margin: 0;
  	letter-spacing: 0px;
  	color: #333333;
  	opacity: 1;
}
.footer-bottom-secondary .oceanwp-custom-menu>ul>li>a {
    padding: 0px 10px 0px 0px;
    color: #333333;
}
/* Quick Links */
.footer-links li {
    list-style-type: none;
    padding: 0;
}
.footer-links li a, a {
    color: #333333;
	font-size: 12px;
}
ul#menu-footer-menu {
    margin: 0;
}

/** mobile version **/
@media only screen and (max-width: 600px){
	.footer-links{
		display: block!important;
	}
	.footer-links li,
	.footer-links a{
      padding-left: 0px;
  }
  .footer-links-title h2 {
    text-align: left;
  }
  ul#menu-main-menu {
    margin: 0;
  }
  ul#menu-footer-bottom-menu{
    text-align: left;
  }
  .footer-links-title.elementor-widget.elementor-widget-heading:after {
	float: right;
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 900;
	display: block;
	color: #D70717;
	font-size: 18px;
	margin-top: -30px;
	}
	.footer-links-title.elementor-widget.elementor-widget-heading.active:after {
	float: right; 
	font-family: "Font Awesome 5 Free";
	content: "\f106";
	font-weight: 900;
	display: inline-block;
	color: #D70717;
	font-size: 18px;
	right: 0;
	position: absolute;
	margin-top: -30px;
	}
}

/** ipad version **/
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-links li {
    padding-left: 0px;
  }
 .footer-links-title h2 {
   text-align: left;
  }
}