/**
Theme Name: chris depa framework
Author: Chris Depa
Author URI: https://www.chrisdepa.com
Description: Custom WordPress framework.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chris-depa-framework
Template: astra
*/
/*** Typography ***/
p:last-child{
    margin-bottom:0;
}
p a{font-weight: 500;text-decoration: underline;}

/*** Homepage ***/


/*** Footer ***/
.ftr-link{font-weight:500;margin-left:30px;}
.ftr-top-link a:hover {color:#16bbb1 !important;}
.cd {margin: -2px 0 0 10px;}

#x-ftr-top h3 a:hover {
color:#ffffff;
}
#x-ftr-btm a {
color:#ffffff;
}
#x-ftr-btm a:hover {
color:#ffffff;text-decoration: underline;
}

/*** MOBILE STYLES ***/
@media screen and (max-width: 767px) {

.sub-accent h2, .sub-accent h3{
font-size: 16px !important;
letter-spacing: 1px !important;
}
}
