/* 
Footer.css
This document sets the styling of the document footer of the El Chinito Gordo custom
Wordpress theme by Ryan Fickenscher (http://www.ryanfickenscher.com)
*/



/*  Mobile  ---------------------------------------------------------------  Mobile  */
/*  Layout  */
footer {
    border-top: solid 1px var(--cilantro);
}
footer > div.ecg_wrapper {
    padding: 48px;
}



/*  List Items  */
footer ul.ecg_list_footer_item:not(:last-child) {
    margin-right: 24px;
}
footer ul.ecg_list_footer_item > li:not(:last-child) {
    margin-bottom: 8px;
}



/*  Footer Buttons  */
footer *.ecg_button {
    height: auto;
}



/*  Typography  */
footer h6 {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}
footer p {
	cursor: pointer;
    font-size: 11px;
}



/*  Large  -----------------------------------------------------------------  Large  */
@media only screen and (min-width: 668px) {
    footer ul.ecg_list_footer_item:not(:last-child) {
        margin-right: 48px;
    }
    footer > div.ecg_wrapper {
        justify-content: flex-start !important;
    }
}



/*  Tablet  ---------------------------------------------------------------  Tablet  */
@media only screen and (min-width: 768px) {

}



/*  Desktop  -------------------------------------------------------------  Desktop  */
@media only screen and (min-width: 1024px) {

}