/*
Theme Name: GeneratePress Child
Theme URI: https://www.plantofmoney.com
Description: Child theme for PlantOfMoney website
Author: PlantOfMoney
Author URI: https://www.plantofmoney.com
Template: generatepress
Version: 1.0
*/

/* Custom CSS Start */

body{
    font-family: Arial, sans-serif;
}

.site-header{
    background:#0b3d2e;
}

.main-navigation a{
    color:#ffffff;
}

/* Custom CSS End */


.site-footer-custom{
background:#0b3d2e;
color:white;
padding:40px 20px;
}

.footer-container{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
max-width:1200px;
margin:auto;
}

.footer-col h3{
margin-bottom:10px;
}

.footer-col ul{
list-style:none;
padding:0;
}

.footer-col a{
color:white;
text-decoration:none;
}

.copyright{
text-align:center;
margin-top:20px;
}