/* 
Theme Name:		 Akiba Casino Quest Child Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 Akiba Casino Quest Child Theme is a child theme of Akiba Casino Quest, created by ChildTheme-Generator.com
Author:			 Akiba Casino Quest
Author URI:		 http://childtheme-generator.com/
Template:		 acq
Version:		 1.0.0
Text Domain:	 acq-child-theme
*/

/*
    Add your custom styles here
*/

/* footer css */
.ex-links{
	flex-basis: 50%;
}
.ex-links:nth-child(1),.ex-links:nth-child(2)  {
	margin-bottom: 3em;
}
.external__links,
.external__links a {
  color: #ccb2bc;
}
.external__links{
	padding-bottom: 3rem;
}
.external__links h5 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
  padding-bottom: 10px;
}
.ex-links ul{
	padding-left: 11px;
}
 .external__links {
  display: flex;
  justify-content: center;
	width: 100%;
}
.external__links__innner {
  display: flex;
	flex-flow: wrap;
  width: 100%;
  justify-content: space-between;
	padding: 0 1.5rem;
}

@media (max-width: 991px) {
	.external__links{
		width: 100%;
	}
  .external__links__innner {
    justify-content: space-between;
    padding-inline: 1.4rem;
  }
  .ft-left {
    margin-bottom: 0px;
  }
}

@media (max-width: 630px) {
  .external__links__innner {
    flex-direction: column;
  }
	.ex-links:nth-child(1),.ex-links:nth-child(2)  {
	margin-bottom: initial;
}
	.ex-links{
	flex-basis: 0;
	}
  .external__links__innner::nth-child(1) {
    margin-top: 0rem;
  }
  .ex-links {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
	.external__links{
	padding-bottom: 2rem;
}
}
