/**
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;}

/*.hilite {
color:var(--e-global-color-accent );
font-family: "Crossroad", Sans-serif;
font-size: 18px;
font-weight: 600;
letter-spacing: 2px;
}
.hilite::after{
content: "\a";
white-space: pre;
}
.sub-accent h2, .sub-accent h3{
font-family: "Crossroad", Sans-serif !important;
font-size: 17px !important;
font-weight: 600 !important;
letter-spacing: 3px !important;
line-height:1.1em !important;
}*/

/*** Homepage ***/


/*** Footer ***/
.ftr-link{font-weight:500;margin-left:30px;}
.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) {
.ftr-link:first-of-type{margin-left:0px;}
.sub-accent h2, .sub-accent h3{
font-size: 16px !important;
letter-spacing: 1px !important;
}
}
