/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2023 | 11:06:58 */
/*
#footer {
	display: none;
}
*/

#copyright {
  background: #1b0945 !important;
}

#footer_inner {
  font-size: 12px !important;
  padding: 17px 0px !important;
}

.footer_widget {
  margin: 0 !important;
  width: 100% !important;
}

@media screen and (min-width: 641px) {
  #copyright_inner {
    height: auto !important;
  }
  #copyright p {
    margin: 12px 0 !important;
  }
  #social_link {
    margin: 13px 0 0 15px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1180px) {
  #copyright {
    min-width: auto !important;
    max-width: 1140px;
  }
  #copyright_inner {
    width: 100% !important;
    position: relative;
  }
  #social_link {
    margin: 15px 20px 0 15px !important;
    float: right;
  }
}

@media screen and (max-width: 640px) {
  #return_top:hover { 
    background-color:#1b0945 !important;
  }
  #footer_widget {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1180px) {
  #footer {
    clear: both;
    width: 100% !important;
    min-width: 100% !important;
  }
  #footer_inner {
    width: 100% !important;
    margin: 0 !important;
    padding: 17px 15px !important;
    box-sizing: border-box;
  }
  .footer_widget {
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box;
  }
}