/*
 * Theme Name:  Verta Child
 * Theme URI:   https://codesupply.co/themes/verta/
 * Description: Verta Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    verta
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

body.home div.cs-entry__header { display: none; }
body.home .cs-entry__wrap:not(:first-child) { margin-top: 0; }
body.home div.cs-site-content,
body.home figure.alignfull { margin-top: 0 !important; }

div.cs-header__col.cs-col-left:not(:only-child) { padding-right: 0; }
div.cs-header__col cs-col-right { display: none; }

div.cs-header__col { justify-content: space-between; }
.cs-header__nav-inner > li > a {
	padding-right: 0.5em;
	padding-left: 0.5em;	
}
.cs-footer { font-size: 0.9em; }
.cs-footer__nav.cs-nav-columns {
	display: flex;
	width: auto;
}
.cs-footer.cs-footer-six .cs-footer__item-bottom:not(:only-child){ 
	padding-top: 0;
	border-top: none; 
}

.wp-block-button__link { border-radius: 0; }
/*
.greybox {
	background: #eee;
	padding: 2em;
}
*/
div.wp-block-media-text { padding-top: 2em; padding-bottom: 2em; }
div.wp-block-media-text:not(.has-media-on-the-right) div.wp-block-media-text__content { padding-right: 0; }
div.wp-block-media-text.has-media-on-the-right div.wp-block-media-text__content { padding-left: 0; }

h1, h2, h3 { color: #87ae29; }