/*
Theme Name: OceanWP Aldega
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
#wrap{
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    min-height: 100vh;
}
#main{
    flex: 1;
}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*Footer*/
.footer-copyright p{
    margin-bottom: 0px;
}
.footer-copyright a{
    color: inherit;
}
.footer-copyright a:hover{
    opacity: 0.7;
}
/*Footer*/

/*Home*/
.custom-header h1{
    padding-bottom: 8px !important;
}
.custom-header:after{
    content: '';
    border-bottom: 2px solid #cc2127;
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
/*Home*/