/*!
Theme Name: CSGM Spooky
Theme URI: http://underscores.me/
Author: Caroline Sullivan
Author URI: http://carodactyll.com
Description: A very spooky Wordpress theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: csgm-spooky
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url("https://use.typekit.net/kgn5uir.css");

:root {
    --orange: #c97a31;
    --title: "gravesend-sans", sans-serif;
    --sans: "new-order", sans-serif;
    --odd: "reenie-beanie", sans-serif;
    --ease: all 200ms ease-in-out;
}

/* -----------------------------------------
	Typography & Links
----------------------------------------- */

/*fold*/

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-family: var(--title);
	font-size: 1rem;
	line-height: 1.5;
}

pre {
    color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: var(--title);
    text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
    font-family: var(--odd);
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

a,
a:visited {
	color: white;
    font-weight: bold;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: var(--orange);
    transition: var(--ease);
}

a:focus,
a:hover,
a:active {
	outline: 0;
}

/*endfold*/

/* -----------------------------------------
	Home Page
----------------------------------------- */

/*fold*/

.page-template-home-page .site-header,
.page-template-home-page .site-footer {
    display: none;
}

.home-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.home-content .padding {
    height: 100%;
    display: grid;
    align-items: center;
}

.home-branding .custom-logo-link {
    width: 100px;
    margin: auto;
}

.home-branding .custom-logo-link img {
    display: block;
}

.home-content h1.site-title {
    font-weight: 300;
    font-size: 50px;
    margin: 10px 0;
}

.home-content p.site-description {
    margin: 0;
    font-size: 30px;
}

.home-content p.party-date {
    font-family: var(--title);
    margin: 10px auto;
    font-size: 26px;
    letter-spacing: 1px;
}

.home-content p.party-date span {
    text-transform: lowercase;
    font-family: var(--odd);
}

/* countdown */
.countdown {
    max-width: 400px;
    margin: 20px auto;
}

.countdown .countdown-row {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(4, 1fr);
}

.countdown .countdown-section {
    display: grid;
    padding: 5px 10px 10px;
    line-height: 1;
    background: white;
    color: black;
}

.countdown .countdown-amount {
    font-size: 60px;
    font-family: var(--odd);
    font-weight: 300;
    line-height: 0.8;
}

.countdown .countdown-period {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}


@media screen and (max-width: 800px) {
    .home-content h1.site-title {
        font-size: 40px;
        line-height: 1;
    }
}

/*endfold*/

/* -----------------------------------------
	Elements
----------------------------------------- */

/*fold*/

body {
	background: black;
    color:  white;
}

.post,
.page {
/*	margin: 0 0 1.5em;*/
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

a.csgm-btn {
    display: inline-block;
    border: 1px solid var(--orange);
    color: white;
    line-height: 1;
    padding: 10px 40px 12px;
    background: transparent;
}

a.csgm-btn:hover {
    background: var(--orange);
    transition: var(--ease);
    
}

/*endfold*/

/* -----------------------------------------
	Header
----------------------------------------- */

/*fold*/


#site-navigation {
    display: none;
}

.site-header {
    text-align: center;
    padding: 10px;
}

.site-header .site-branding .custom-logo-link {
    width: 100px;
}

.site-header .site-branding .site-title {
    margin: 0;
    font-size: 30px;
}

.site-header .site-branding .site-description {
    margin: 0;
    font-size: 20px;
    line-height: 1;
}

/*endfold*/

/* -----------------------------------------
	Page Content
----------------------------------------- */

/*fold*/

article {
    max-width: 700px;
    margin: auto;
    padding: 0 10px;
}

.entry-header {
    text-align: center;
}

@media screen and (max-width: 700px) {
    .entry-header h1.entry-title {
        font-size: 24px;
        margin: 10px 0;
    }
}

/*endfold*/

/* -----------------------------------------
	Party Details
----------------------------------------- */

/*fold*/

#details {
    
}

#details .item {
    
}

#details .item h2 {
    margin: 10px 0;
    line-height: 1;
    font-size: 26px;
    color: var(--orange);
}

#details .item p {
    font-size: 18px;
    margin: 0 0 20px;
    font-family: var(--sans);
}

@media screen and (max-width: 700px) {
/*    #details .item p {}*/
}


/*endfold*/

/* -----------------------------------------
	Forms
----------------------------------------- */

/*fold*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*endfold*/

/* -----------------------------------------
	Navigation
----------------------------------------- */

/*fold*/

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*endfold*/


/* -----------------------------------------
	Footer
----------------------------------------- */

/*fold*/

.site-footer {
    padding: 200px 10px 10px;
    text-align: center;
    color: #5e5e5e;
}

.site-footer a {
    color: #5e5e5e;
}

/*endfold*/