/*!
Theme Name: Cofrane Child Theme
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: cofrane_child_theme
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* header height */
#main-header {
	height:50px!important;
}

/* nav */

.main-navigation .primary-menu-container > ul > li.menu-item > a {
	color:#888387;
}


/*entry wrap padding modification to stick the footer to content */

.home .entry-content-wrap {
    background-color: #E6E9EB;
}

.home .site-footer { 
    padding-top:50px;
}

.content-area {
    background-color: #E6E9EB; 
    padding-bottom:50px;
}

#inner-wrap {
background-color: #E6E9EB; 
}
.custom-page-header {
    width: 100%;
    padding: 100px 0;
    margin-bottom: 40px;
    position: relative;
}

.custom-page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}

.custom-page-header-inner {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.custom-page-header h1 {
    color: #fff;
    margin: 0;
    font-size: 42px;
    line-height: 1.2;
}
