/*
 Theme Name:   FreshStart2024
 Template:     generatepress
 Description:  Custom GP child theme for Fresh Start Home Remodeling
 Author:       The Write Design LLC
 Author URI:   https://TheWriteDesign.net
 Version:      1.0.0
*/

/*make footer stick on short pages */
body {
    min-height: 100vh !important;
    display: flex;
    flex-direction: column;
}
.container.grid-container {
    width: 100%;
}
.site-footer {
    margin-top: auto;
}


/*  colors - see other colors in functions.php*/
.dkgraybkg {background-color:#44423F; color:#fff;}
.mdgraybkg {background-color:#636466; color:#fff;}
.ltgraybkg {background-color:#F3F3F3; }


/*table formatting with zebra striping*/
table {margin:0 auto; width:100%; margin-bottom:20px; border:none; border-collapse:collapse;}
td {border:none; font-weight: 400; padding:.6em;}
thead { }
th {background-color:#0f2649; color:#fff; font-weight: 400}
tr:nth-of-type(odd) { background-color:#f1f1f1;}




.sticky-navigation-logo {
    padding-left: 100px;
}
.site-logo.mobile-header-logo {
    height: auto;
}


@media (max-width: 768px) {

.main-navigation.slideout-navigation .main-nav > ul > li > a {
    line-height: 20px;
    padding: 20px;
}



.phonemenu {margin-right:10px;}

/*back to top more space to accomodate sticky footer */
.generate-back-to-top,
.generate-back-to-top:visited {
    bottom: 80px; /* 30px from the bottom of your screen */
}


.twd {padding-right:20px;}
.twd a, .twd a:visited {text-decoration: none; color:#fff; padding:5px;}
.twd a:hover {color:#fff; background-color: #4FAE47}


.footer-menu a:link, .footer-menu a:hover, .footer-menu a:visited {text-decoration: none;}