/**
Theme Name: Crofton & Park
Author: Antony Green
Author URI: https://web.boggybloggy.co.uk
Description: Based & Built upon the orignal WP Astra Theme. Including Custom CSS & Basic JavaScript.
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: crofton-park
Template: astra
*/

/* MAIN CONTAINER */

.ast-container{
max-width:1200px;
margin:auto;
padding-left:20px;
padding-right:20px;
}

/* PAGE WIDTH */

.ast-separate-container .ast-container{
max-width:1200px;
}

/* REMOVE BLOG CARD STYLING */

.ast-separate-container .ast-article-post{
background:none;
border:none;
padding:0;
}

/* CONTENT AREA */

#primary{
margin-top:0;
}

/* HEADER */

.site-header{
background:white;
border-bottom:1px solid #eee;
}

/* NAVIGATION */

.main-header-menu a{
font-size:14px;
letter-spacing:.08em;
}

/* PAGE TITLE AREA */

.ast-page-header-wrap{
display:none;
}

/* ARTICLE SPACING */

article{
margin-bottom:80px;
}

/* IMAGE BEHAVIOUR */

img{
max-width:100%;
height:auto;
}

/* BLOCK WIDTH CONTROL */

.wp-block-group{
max-width:1200px;
margin:auto;
}

/* BUTTON STYLE */

.wp-block-button__link{
background:#111;
color:#fff;
padding:12px 24px;
}

/* REMOVE EXTRA ASTRA PADDING */

.ast-separate-container #primary{
padding:0;
}


.cp-container{
max-width:1200px;
margin:auto;
padding:80px 20px;
}

.cp-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

@media(max-width:900px){

.cp-grid{
grid-template-columns:1fr;
}

}

h1{font-size:52px;}
h2{font-size:36px;}
h3{font-size:24px;}
p{font-size:18px;}


.cp-hero{
min-height:80vh;
display:flex;
align-items:center;
background:#f6f5f2;
}

.cp-hero h1{
font-size:56px;
font-weight:500;
}

.cp-hero p{
font-size:20px;
margin-top:20px;
}


