/* $text-newsletter-color-default: #fcfcfa
$text-newsletter-color-dark: black */

.page-footer {
    position: relative;
    z-index: 1;
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    /* pointer-events: none; */
    z-index: 110;
}

.footer-column{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    padding: 0 1rem;
    padding-right: 2rem
}

.footer-column ol{
    list-style: none;
}

/* .footer-column ol > li{
    padding-top: 2.5rem;
    color: white;
    text-decoration: none;
    font-family: Anton;
    font-size: 1.375rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
} */


/* li {
    padding-top: 0;
    font-family: Anton;
    font-size: 1.375rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    list-style: none;
} */

.footer-column li{
    padding-top: 2.5rem;
}

.big-title{
    font-family: Anton;
    font-size: 1.375rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    list-style: none;
    color: white;
}

.sub-list{
    padding-bottom: 1rem;
    font-family: Karla;
    text-transform: none;
    padding-left: 0;
    margin-bottom: 3rem;
}

.footer-row{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    /* align-items: center; */
    padding: 0 1rem;
}

.link-section{
    background-color: #18181A;
    padding-top:3rem;
}

.link-section a{
    color: white;
    text-decoration: none;
}

.footer-menu-social-media{
    margin-right: 2rem;
}

.row--footer-menu-socal-media-icons{
    height: 2rem;
}

.link--youtube{
    transform: scale(0.7);
}

.footer-text{
    color: white;
    font-family: Anton;
    font-size: 1.375rem;
    letter-spacing: 0.1rem;
    text-align: center;
    padding: 0 1rem;
    text-transform: uppercase;
}

.social-media-column{
	align-items: center;
}

.follow-us-row{
    margin-bottom: 1rem;
    justify-content: start;;
}

.legal-mention{
	display: flex;
  	align-items: center;
  	justify-content: start;
	background-color: #18181A;
	font-family: Karla;
	text-align: center;
	color: #6F7070;
}

.legal-mention a{
	color: #6F7070;
  	text-decoration: none;
	margin-left: 2rem;
}

.legal-mention p{
	color: #6F7070;
  	text-decoration: none;
	margin-left: 2rem;
}

.legal-mention img{
	width: 200px;
}

.cit-link{
	margin-left: 60rem !important;
	display: flex;
  	align-items: center;
}

.newletter-section{
    background: linear-gradient(273deg, #da3f3b 42%, #a82624 99%);
    padding: 5rem 0 5rem 10rem;
    transition: background-color ease 0.35s;
    height: 272px;
    display: flex;
    font-family: Anton;
	flex-direction: column;
}

.newletter-section h2{
	font-weight: unset;
    font-size: 2.5rem;
    letter-spacing: 0.175rem;
    color: #fcfcfa;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.newletter-section p{
    font-size: 1.25rem;
	letter-spacing: 0.0875rem;
	color: #fcfcfa;
	margin-bottom: 3rem;
	font-family: Karla;
}

.newletter-section-email{
    border-radius: 0;
    background-color: transparent;
    border: 1px solid white;
    font-size: 1.125rem;
    color: #fcfcfa;
    width: 27rem;
    padding: 1rem;
    margin-right: 0.5rem;
}

.newletter-section-button{
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    letter-spacing: 0.1rem;
    padding: 1rem 2.5rem;
    font-family: Anton;
    font-size: 1.375rem;
    color: rgba(248,249,249,0.97);
    background-color: #1e1e1e;
    text-transform: uppercase;
    transition: background-color ease 0.1s;
	cursor: pointer;
}

.newsletter-subscribe{
	display: flex;
	flex-direction: row;
}

.hidden-input{
	display: none;
}

.follow-us-title{
	padding-top: 2rem;
}

::placeholder {
  color: #fcfcfa;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fcfcfa;
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* Tablet-only styles here */
	.big-title{
		font-size: 1rem;
	}
	
	.social-media-column{
		flex-direction: column;
	}
	
	.footer-menu-social-media{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	
	.col5{
		width: 100%;
	}
	
	.newletter-section-email{
		margin-bottom: 1rem;
	}
	
	.follow-us-title{
		padding-top: 2.5rem;
	}
	
	.newletter-section-email{
		width: 10rem;
		padding: 0.5rem 1rem;
		font-size: 0.85rem;
		margin-right: 0.25rem;
	}
	
	.newletter-section{
		padding: 1.5rem 4rem;
		height: 100%;
	}
	
	.newletter-section p{
		font-size: 1rem;
		margin-bottom: 1.25rem;
		letter-spacing: normal;
	}
	
	.newletter-section h2{
		font-size: 1.125rem;
	}
  
	.newletter-section-button {
		font-size: 0.85rem;
    	padding: 0.5rem 1rem;
		height: 100%;
	}
}

@media (max-width: 768px) {
    /* phone-only styles here */
	.big-title{
		font-size:1rem;
	}
	
	.footer-row{
		display: grid;
		grid-template-columns: 150px 150px;
  		grid-template-rows: auto auto auto;
	}
	
	.social-media-column{
		display: flex;
		flex-direction: row;
	}
	
	.legal-mention{
		flex-direction: column;
		padding-top: 1rem;
  		padding-bottom: 1rem;
	}
	
	.legal-metion a{
		margin-left: 0;
  		padding: 1rem;
	}
	
	.legal-mention p{
		margin-left: 0;
	}
	
	.footer-column li{
		padding-top: 1.5rem;
	}
	
	.footer-row > col1{
		 grid-row: 1; grid-column: 1;
	}
		
	.footer-row > col2{
		grid-row: 1; grid-column: 2;
	}
		
	.footer-row > col3{
		grid-row: 2; 
		grid-column: 1;
	}
		
	.footer-row > col4{
		grid-row: 2; 
		grid-column: 2;
	}
		
	.footer-row > col5{
		grid-row: 3; 
		grid-column: 1 / span 2;
	}
	
	.newletter-section-email{
		width: 10rem;
		padding: 0 0 0 1rem;
		font-size: 0.85rem;
		margin-right: 0.25rem;
	}
	
	.newletter-section{
		padding: 1.5rem 1rem;
		height: 100%;
	}
	
	.newletter-section p{
		font-size: 1rem;
		margin-bottom: 1.25rem;
		letter-spacing: normal;
	}
	
	.newletter-section h2{
		font-size: 1.125rem;
	}
  
	.newletter-section-button {
		font-size: 0.85rem;
    	padding: 0.5rem 1rem;
		height: 100%;
	}
}