/*
Theme Name: The Hanger Child
Theme URI: http://thehanger.wp-theme.design/
Description: This is a child theme for The Hanger.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: the-hanger
Version: 1.0
*/

/************************************/
/*************** ROOT ***************/
/************************************/

.button, button, a {
    text-transform: none;
}

/****************************************************************/
/***************************** COOKIE ***************************/
/****************************************************************/

#cookie-notice {
    z-index: 9999999999;
}

.cn-close-icon {
    top: 10%;
}

#cn-notice-text {
    font-family: "DM Sans";
	  color:#5e5c67;
}

@media screen and (max-width: 1024px) {
	#cookie-notice .cn-button {
    width: -webkit-fill-available;
	}
}

#cookie-notice .cn-button {
	border-radius: 10px;
    font-family: Montserrat, sans-serif;
	text-transform: none;
}

a#cn-acceptcookie {
    background: #271C63;
    color: #FFFFFF!important;
}

a#cn-refuse-cookie {
    background: #FFFFFF;
    color: #271C63 !important;
    border: 2px solid #271C63 !important;
}

a#cn-more-info {
    background: #FFFFFF;
    color: #271C63;
    text-decoration: underline;
}


/****************************************************************/
/****************************************************************/
/****************************************************************/