/*
Theme Name: IVY
Theme URI: https://theloyaltyco.app/
Author: TLC
Author URI: https://theloyaltyco.app/
Description: IVY Theme Template
Version: 1.0
License: IVY
License URI: https://theloyaltyco.app/
Text Domain: IVY


:root {
  var(--main-brand-colour)
  var(--alt-brand-colour)
  var(--main-background-colour)
  var(--alt-background-colour)
}

*/

#footer-formautocomplete-list {
    background: var(--white);
}

#footer-formautocomplete-list div {
   padding: 5px;
}

#footer-formautocomplete-list div:nth-child(even) {
   background-color: var(--asia-white);
}

.footer .foot-columns {
    max-width: 1300px !important;
    justify-content: center;
    align-items: flex-start;
}

.ft-block, .ft-block .footer-second-menu {
	background-color: var(--black) !important;
}

.ft-block .foot-columns ul li a, .ft-block .foot-columns .titles, .ft-block .footer-details p, .ft-block .newsletter p, .form-control-group .linkout{
    color: var(--white) !important;
}

.ft-block .footer-details p, .ft-block .newsletter p{
   font-size: 12px;
}
.ft-block .social-links p {
   font-size: 18px;
}

.ft-block .social-links div{
   width: auto;
}

.footer-details, .social-links, .newsletter {
	flex-direction: column;
}


.foot-block {
	display: flex;
	align-content:center;
	justify-content: center;
	flex-direction: row;
}
.footer-links {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    flex-wrap: wrap;
	padding: 45px 2.5%;
}
.footer-links section {
	width:50%;
}

.footer-details {
	width: 20%;
}
.footer-links, .newsletter {
	width: 35%;
}
.footer .footer-second-menu li {
    display: flex;
    flex-direction: row;
}

.footer .footer-second-menu li a {
        margin: 0;
        padding: 0 0 0 5px !important;
        color: #ffffff !important;
    }



.ft-block .footer-details img  {
    filter: invert(1) sepia(1) saturate(0);
	max-width:180px;
	height: auto;
}

.ft-block .footer-details p {
	padding: 20px 0;
    max-width: 80%;
}

.ft-block .footer-details .social-links img  {
    filter: invert(0);
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}


.newsletter form {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.newsletter .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--main-brand-colour) !important;
    background-color: #fff;
    background-clip: padding-box;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin: 10px 0;
}
.newsletter .form-control-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}
.newsletter .form-control-group input:nth-child(1) {
    margin: 0 5px 5px 0;
}
.newsletter .form-control-group input:nth-child(2) {
    margin: 0 0 5px 5px;
}
.newsletter .drop-box-section {
    width: 100%;
}

.newsletter .form-control-group p {
    width: 50%;
}

.newsletter .form-control::placeholder {
	color: var(--main-brand-colour) !important;
}

.newsletter .footer-form .btn {
    background: var(--white) !important;
    border: none !important;
    color: var(--main-brand-colour) !important;
    border-radius: 5px !important;
    width: 50% !important;
    height: 40px !important;
    font-size: 14px !important;
    display: flex;
    line-height: 40px !important;
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    margin: 5px 0 0 20px !important;
    text-transform: inherit !important;
    max-width: 200px !important;
}

.footer .footer-second-menu {
    border-top: none !important;
    color: var(--white) !important;
}

.newsletter input[type="email"]:hover, .newsletter input[type="number"]:hover, .newsletter input[type="search"]:hover, .newsletter input[type="text"]:hover, .newsletter input[type="tel"]:hover, .newsletter input[type="url"]:hover, .newsletter input[type="password"]:hover, .newsletter textarea:hover, .newsletter select:hover {
    font-size: 16px !important;
}

.newsletter .footer-form .btn:hover {
    background: var(--asia-white) !important;
	color: var(--asia-gold) !important;
	border: 1px solid var(--asia-gold) !important;
}

	.hide_desktop {
	display: none !important;
	}




 @media (max-width: 1500px) {


}
 @media (max-width: 1300px) {

	  

}
 @media (max-width: 1100px) {



}
 @media (max-width: 990px) {
	 

.foot-block {
	flex-direction: column;
}
	 
	.footer .foot-columns {
    flex-direction: column;
    padding: 0 10%;
}
	
    .newsletter {
    width: 100%;
		flex-direction: column;
}
	 .footer-links {
    width: 100%;
	
}
	 
	.footer-details {
    width: 100%;
    display: flex;
    flex-direction: row;
}	
	 
	 .footer-details div {
      width: 60%;
}
	 
	.newsletter .footer-form {
    width: 100% !important;
}



}
 @media (max-width: 770px) {
	 
	     .hide_mobile {
        display: none !important;
    }
	     .hide_desktop {
        display: flex !important;
    }

	 


}
 @media (max-width: 550px) {



}