/*  
Theme Name: Social Media Theme
Theme URI: https://starmountaindesign.com
Description: vanilla classic theme
Author: Lauren Sternberg
Author URI: https://starmountaindesign.com
*/

/*—————————————————————————————————————————————————————————————————*/

/* ———————————————————————————— template notes ***********************
#wrap 					*all content

header 					h1, p
						blog title (h1), blog description (p)
			
nav						ul
						categories, pages
aside					ul [inc dynamicSidebars & widgets if in use]
						sidbar with search, links + additional 
						(postlists etc, see extra ids/classes)
			
#content				*all page content (+ classes assigned by WP)
						article > post on category page
						article h3 > post title (+ link) on category page
						article.pagepost > post on page
						article.pagepost h2 > post title on page
			
footer					ul

*** extras ***

form#searchform			searchbox
input#searchsubmit		submit button, searchbox

*********************** END template notes ———————————————————————————— */

/*—————————————————————————————————————————————————————————————————*/

/* ———————————————————————————— COLOURS ***********************
#000					text colour
#333					headers

*********************** END template notes ———————————————————————————— */

/*-—————————————————————————————————————————————————————————————————*/

/* thanks, Eric :-)
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-size: 1em;
	line-height: 1.36;
	font-family: "Poppins", sans-serif;
	color: #000;
	background: #faf7f4;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

ol, ul {
	list-style: none;
}
li {
	display: block;
	margin:  0 0 .5em 0;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*—————————————————————————————————————————————————————————————————
GENERAL 
—————————————————————————————————————————————————————————————————*/

a, a:link, a:visited {
	color: #666;
}

a:hover, a:focus, a:active {
	color: #999;
}

input, textarea {
	padding: 2px;
	border: 1px solid #333;
}

.clear {
	clear: both;
}

/*————————————————————————————————————————————————————————————————— 
Typography
—————————————————————————————————————————————————————————————————*/

/*————————————————————————————————————————————————————————————————— 
BODY
—————————————————————————————————————————————————————————————————*/

p {
	font-size: 1.1em;
	line-height: 1.6;
	margin: 0 0 1.86em 0;
}

blockquote, q {
	quotes: none;
	padding: 1em 12%;
	margin: 0 0 2em 0;	
	font-weight: 300;
	font-size: 1.2em;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote:before {
	content: '\201C ';
	font-family: serif;
	float: left;
	margin: -.4em 0 0 -.6em;
	font-size: 3em;
}
blockquote p {
	margin: 0;
}
cite {
	display: block;
	/*margin: 0 0 2em 0;*/
	/*padding: 0 1em 1em;*/
	text-align: right;
	font-style: italic;
}

code {
	margin: 1.5em 0;
	white-space: pre;
	font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
	line-height: 1.5;
}

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


address {
	margin-top: 1.5em;
	font-style: italic;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

strong {
	font-weight: 600;
}

em {
	font-style: italic;
	color: #9A895E;
}

del {
	text-decoration: line-through;
	color: #666;
}

/*—————————————————————————————————————————————————————————————————
HEADINGS 
—————————————————————————————————————————————————————————————————*/

h2, h3, h4, h5, h6 {
	display: block;
	font-family: Cardo, serif;
	font-size: 1.4em;
	line-height: 1.6;
	margin: 0 0 .6em 0;
	/*text-transform: lowercase;*/
	color: #9A895E;
}

h1 {
	font-size: 32px;
	line-height: 1;
	font-weight: 400;
	color: #000000;
	font-family: Cardo, serif;
}

h2 {
		font-family: Cardo, serif;
	font-size: 26px;
  	line-height: 1.35;
  	font-weight: 300;
 	 color: #000000;
 	 margin-bottom: 1em;
}

h3, h3 a:link, h3 a:visited {
	font-size: 28px;
	line-height: 1;
	font-weight: normal;
	color: #000;
}
section h3 {
	color: #9A895E;
	font-weight: 400;
	font-style: italic;
}
h4 {
	font-size: 1.36em;
	line-height: 1.2;
	letter-spacing: -.046em;
	text-transform: none;
}

h5 {
	font-size: 1.26em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

.site-name {
	text-align: left;
	padding: 0px 16px;
}
.site-name h1 {
	color: #000000;
	font-size: 26px;
	font-weight: 400;
	margin-bottom:0px;
}
.site-name h1 a:link, .site-name h1 a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: 400;
}
/* ———————————————————————————— wrapper ———————————————————————————— */

#wrap {
	position: relative;
	margin: 0 0;
}

/*—————————————————————————————————————————————————————————————————
HEADER 
—————————————————————————————————————————————————————————————————*/

header {
	padding: 0em 0em 2em 0em;
	margin: 0px auto;
	max-width: 1250px;
	position: relative;
  z-index: 3;
}

header h1 {
	font-size: 2em;
	margin: 0 0 .5em 0;
}

header h2 {
	font-size: 1.2em;
	margin: 0;	
	/*padding: 1em 0 0 0;*/
}

/*—————————————————————————————————————————————————————————————————
NAV 
—————————————————————————————————————————————————————————————————*/

/* NAV */

nav.sitenav {
	margin: 0 0 0 0;
	padding: 0px 16px;
}

/* menu link styling */

nav ul {
	list-style: none;
	margin: 0;
	/* hide on page load for small screens */
	display: none;
}

nav ul li {
	margin: 0;
}
nav ul li a {
	font-size: 1.1em;
	display: block;
	padding: .2em 10vw;
	text-decoration: none;
	border: 0;
	font-weight: 300;
	color: #FFF;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

nav ul li a:link, nav ul li a:visited {
	background: none;
	color: #000;
}

nav ul li a:hover, nav ul li a:active, nav ul li a:focus {
	color: #000;
}

/* current link highlight */

nav ul li.current-menu-item a:link, nav ul li.current-menu-item a:visited, 
nav ul li.current-menu-parent a:link, nav ul li.current-menu-parent a:visited {
	color: #000;
	text-decoration: underline;
}

nav ul li.current-menu-item a:hover, nav ul li.current-menu-item a:active, nav ul li.current-menu-item a:focus, 
nav ul li.current-menu-parent a:hover, nav ul li.current-menu-parent a:active, nav ul li.current-menu-item a:focus {
	color: #000;
}


/*—————————————————————————————————————————————————————————————————
PAGE CONTENT
—————————————————————————————————————————————————————————————————*/
#content {
	margin: 0px auto;
  max-width: 1250px;
	--transition-duration: 700ms;
}
img {
	display: block;
	width: 100%;
	height: auto;
	margin: 12px 0;
}
.category article h2:first-of-type {
	margin: 0 0 .36em 0;
}
.category article h2 + p {
	color: #999;
	font-size: .9em;
	line-height: 1.6;
	/*border-top: 1px solid #ccc;*/
}
.category article h2:first-of-type + p:before {
	content: '';
	display: block;
	width: 10em;
	height: 1px;
	background: #D8D8C2;
}
/* post meta */
.postmetadata {
	color: #947EB5;
	font-size: 18px;
	line-height: 2;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: 600;
}
.postmetadata a:link, .postmetadata a:visited {
	color: #947EB5;
}
.block-container {
	padding: 16px;
}
/* ———————————————————————————— post links ———————————————————————————— */
nav.post-navigation {
	padding: 0;
	margin: 0 0 4ch 0;
	border: 0;
}
nav.post-navigation:before {
	content: '';
	display: block;
	margin: 0 auto 4ch auto;
	width: 66%;
	height: 2px;
	background: #D8D8C2;
}


nav.post-navigation h2 {
	text-align: left;
	font-weight: 400;
	font-size: 1.2em;
	/* screenreader text */
	display: none;
}
.nav-links {
    clear: both;
	padding: 16px 0;
	text-align: left;
}	
.nav-links div {
	margin: 0 0 1vw 0;
}
.nav-links div a:link, .nav-links div a:visited {
	display: block;
	text-decoration: none;
	font-size: 1em;
	/*color: #f1f1f1;*/
	padding-right: 2ch;
	border-bottom: 1px solid #D8D8C2;
}
.nav-links div a:hover, .nav-links div a:active, .nav-links div a:link:focus {
	border-bottom-color: #000;
}

.nav-links div a:link strong, .nav-links div a:visited strong {
	display: block;
	font-style: normal;
	/*font-size: .8em;*/
	/*color: rgba(171, 166, 188, 1)!important;*/
}

/* ———————————————————————————— comments section ———————————————————————————— */

section {
	width: 100%;
	margin: 3em 0;
	padding: 3em 0;
	border-top: 1px solid #D8D8C2;
}

/* comment form */
section form#commentform {
	width: 460px;
}

section form#commentform textarea {
	width: 460px;
}

section form#commentform input#submit {
	width: 465px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	font-size: 1.2em;
	font-weight: bold;
}


/* comments */
section cite, section cite + span {
	text-align: left;
	font-size: 1.2em;
	display: inline-block;
	color: #999;
}
.commentmetadata {
	color: #999;
	font-size: .9em;
}
section .comment-body {
	padding: 1ch;
	margin: 0 0 2ch 0;
	border-bottom: 1px dashed #D8D8C2;
}
section img.avatar {
	display: block;
	width: 64px;
	height: 64px;
	float: left;
	margin: 0 16px 8px 0;
}
section .comment-body p {
	clear: both;
	margin: 1ch 0;
	font-size: 1.2em;
}

/*—————————————————————————————————————————————————————————————————
FOOTER 
—————————————————————————————————————————————————————————————————*/

footer {
	clear: both;
	padding: 16px 0;
	margin: 0px auto;
    max-width: 1250px;
}

footer ul {
	margin: 0 5vw;
	padding: 0;
}

footer ul li {
	display: inline;
	padding: 0 1ch 0 0;
}

/** my own **/
img.icon {
	width: 25px;
}
div.flex-nav {
	display: flex;
 	align-items: center;
 	justify-content: space-between;
}
.logo-container {
	display: flex;
	align-items: center;
}
img.logo {
	width: 100%;
	max-width: 390px;
}
button {
	background-color: #4D2885;
	color: #FFFFFF;
}
p.category-data {
	color: #4D2885;
	font-family: "Special Elite", system-ui;
	font-weight: bold;
	font-size: 20px;
}
.category-data a, .category-data a:link, .category-data a:visited {
  background-color: #4D2885;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0px 10px 10px 10px;
}
#sidebar-inner {
	height: 100%;
	border: 4px solid #947EB5;
  	background-color: #E5DFEF;
}
img.size-thumbnail {
	width: 150px;
}
img.size-medium {
	max-width: 300px;
}
img.size-large {
	max-width: 1024px;
}
img.size-full {
	width: auto;
	max-width: auto;
}
.social-media-buttons-container {
  display: flex;
  justify-content: end;
  flex-direction: row;
	padding:0px 16px;
}
.social-media-buttons-container .social-media-button {
	margin: 0px 10px 0px 0px;
}
.social-media-buttons-container .social-media-button:last-of-type {
	margin: 0px 0px 0px 0px;
}
li.mega-book-button a.mega-menu-link:link, li.mega-book-button a.mega-menu-link:visited, li.mega-book-button a.mega-menu-link:active{
  color: #fff !important;
  background-color: #000 !important;
	border:2px solid #000 !important;
}
li.mega-book-button a.mega-menu-link:hover, li.mega-book-button a.mega-menu-link:focus {
  color: #000 !important;
  background-color: #faf7f4 !important;
  border:2px solid #000 !important;
}
li.mega-book-button.mega-menu-item a.mega-menu-link {
  line-height: 36px !important;
}
ul.acf-gallery {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
}
ul.acf-gallery li {
  padding: 16px;
		flex: 50%;
}
ul.acf-gallery li img{
 margin: 0px;
	width:100%;

}
#call-to-action.block-container {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#call-to-action.block-container .inner-container{
	display: flex;
  justify-content: flex-start;
  align-items: center;
}
#homepage-bio.block-container {
	margin: 40px 0px 0px 0px;
}
#homepage-bio p {
  font-size: 17px;
  line-height: 1.6em;
}
#about.block-container {
}
.focus-text p {
  font-size: 25px;
  font-family: Cardo, serif;
}
#gallery.block-container {
	padding: 0px;
}
#service-details.two-column-block-container {
  display: flex;
  flex-flow: row wrap;
  padding: 16px;
}
#services.block{
	padding: 0px;
	margin-top:0px;
}
#hours.block{
	padding: 0px;
	margin-top:60px;
}
#service-details.two-column-block-container .block{
	padding-right: 80px !important;
}
#service-details.two-column-block-container .block:last-of-type {
	padding-right: 0px !important;
}
#product-details.two-column-block-container {
  display: flex;
  flex-flow: column;
  padding: 16px;
}
#product-details.two-column-block-container #product-image.block {
	width: 100%;
}
#product-details.two-column-block-container #products.block {
	width: 100%;
}
.wpforms-container.wpforms-container-full {
	width: 100% !important;
	max-width: 600px !important;
	margin: 0px !important;
}
div.wpforms-container-full input[type="date"], div.wpforms-container-full input[type="datetime"], div.wpforms-container-full input[type="datetime-local"], div.wpforms-container-full input[type="email"], div.wpforms-container-full input[type="month"], div.wpforms-container-full input[type="number"], div.wpforms-container-full input[type="password"], div.wpforms-container-full input[type="range"], div.wpforms-container-full input[type="search"], div.wpforms-container-full input[type="tel"], div.wpforms-container-full input[type="text"], div.wpforms-container-full input[type="time"], div.wpforms-container-full input[type="url"], div.wpforms-container-full input[type="week"], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type="date"], .wp-core-ui div.wpforms-container-full input[type="datetime"], .wp-core-ui div.wpforms-container-full input[type="datetime-local"], .wp-core-ui div.wpforms-container-full input[type="email"], .wp-core-ui div.wpforms-container-full input[type="month"], .wp-core-ui div.wpforms-container-full input[type="number"], .wp-core-ui div.wpforms-container-full input[type="password"], .wp-core-ui div.wpforms-container-full input[type="range"], .wp-core-ui div.wpforms-container-full input[type="search"], .wp-core-ui div.wpforms-container-full input[type="tel"], .wp-core-ui div.wpforms-container-full input[type="text"], .wp-core-ui div.wpforms-container-full input[type="time"], .wp-core-ui div.wpforms-container-full input[type="url"], .wp-core-ui div.wpforms-container-full input[type="week"], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
	border-radius: 0px !important;
	border-color: #000 !important;
}
.wpforms-container.wpforms-container-full .wpforms-submit {
	color: #fff !important;
  background-color: #000 !important;
	border:2px solid #000 !important;
	border-radius: 0px !important;
	font-weight: 300 !important;
}
.wpforms-container.wpforms-container-full .wpforms-submit:hover {
	color: #000 !important;
  background-color: #faf7f4 !important;
  background: #faf7f4 !important;
  border:2px solid #000 !important;
}
#mega-menu-wrap-sitenav .mega-menu-toggle {
  background: #fff0
}
#mega-menu-wrap-sitenav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-sitenav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-sitenav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  width: 40px;
  height: 2.5px;
  background-color: #000;
}
.two-column-block-container .block:first-of-type() {
	margin-top: 0px !important;
}
footer  {
	text-align: left!important;
	padding: 16px;
}
footer p {
	margin-bottom: 1em;
	font-size: 19px;
}
ul.acf-gallery li img{

}
.FeedLayout__wrapper {
  background-color: transparent !important;
  padding: 0px !important;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 10px;
  gap: 10px;
}

.grid-item {
  position: relative;
  overflow: hidden;
}

.grid-item figure {
  position: relative;
  margin: 0;
}

.grid-item img {
  width: 100%;
  display: block;
}

/* Caption overlay */
.grid-item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
  padding: 10px;
  font-size: 1rem;
  border-radius: 0px;
  pointer-events: none; /* Prevent interaction */
}

/* Show caption on hover */
.grid-item:hover figcaption {
  opacity: 1;
}
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #faf7f4 !important;
  border: 1px solid #F2EEEA !important;
}
.wpforms-container .wpforms-field-label, .wp-core-ui div.wpforms-container .wpforms-field-label {
  font-weight: 600 !important;
}
p.privacy-policy-link, p.built-by-link {
	font-size:12px;
	margin-bottom:0.5em;
}
footer {
	margin-top: 50px;
  	border-top: 1px solid #e8e2dc;
	padding-top: 25px;
}/*
#call-to-action {
	position:relative;
}
#call-to-action .overlay {
  width: 100%;
  background-color: #00000036;
  top: 0;
  left: 0px;
  position: absolute;
  height: 100%;
}*/
.main-content {
	/*z-index: -999 !important;*/
}
footer p {
  font-size: 1em;
}
.button-container {
	margin-bottom:1em;
}
.button-container .button-wrap .button, #call-to-action a:link, #call-to-action a:visited  {
  color: #000 !important;
  background-color: #faf7f4 !important;
  border: 2px solid #000 !important;
  padding: 10px;
  text-decoration: none;
}
.button-container .button-wrap .button:hover, #call-to-action a:hover {
  color: #FFF !important;
  background-color: #000 !important;
  border: 2px solid #000 !important;
  padding: 10px;
  text-decoration: none;
}
/*—————————————————————————————————————————————————————————————————
MEDIA QUERIES 
—————————————————————————————————————————————————————————————————*/
@media screen and (min-width: 400px) {
	.site-name h1 {
	font-size: 30px;
}
}
@media (min-width: 420px) {
}
@media (min-width: 600px) {
	.focus-text p {
	  font-size: 26px;
	}
	header, nav, footer  {
		display: block;
		text-align: center;
	}
	header {
		padding: 0px 0 16px 0;
	}
	.site-name h1 {
		font-size: 35px;
	}
	nav .toggle {
		display: none;
	}
	
	nav ul {
		display: block;
		text-align: right;
	}
	
	nav ul li {
		display: inline-block;
	}
	
	nav ul li a:link {
		padding: .25ch 1ch;
	}
	/* post links */
	.nav-links {
		clear: both;
		padding: 0 0 16px 0;
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.nav-links div {
		width: calc(50% - 2vw);
		margin: 0 16px 0 0;
	}
	#product-details.two-column-block-container {
  display: flex;
  flex-flow: row wrap;
  padding: 16px;
}
#product-details.two-column-block-container #product-image.block {
	width: 40%;
}
#product-details.two-column-block-container #products.block {
	width: 60%;
}

}
@media screen and (min-width:651px) {
	#services.block{
	margin-top:60px;
}
}
@media screen and (max-width: 767px) {
	li.mega-book-button {
  padding: 0px 10px !important;
  margin-top: 10px !important;
}
}
@media screen and (min-width: 768px) {
		.site-name h1 {
	font-size: 32px;
}
		.focus-text p {
	  font-size: 28px;
	}
}
@media screen and (max-width: 782px) {
  html {
    margin-top: 0px !important;
  }
}
@media (min-width: 900px) {
		.site-name h1 {
	font-size: 34px;
}

	#homepage-bio.block-container {
		width: 60%;
	}
	#about.block-container {
		width: 65%;
	}
img.alignright { float: right; margin: 1em 0 1em 1em; }
img.alignleft { float: left; margin: 1em 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
	/* layout no grid */
	footer {
		clear: both;
	}

	#content {
		width: 100%;
		padding: 40px 0px 0px 0px;
	}
	div > div {
		padding: 0;
	}

	

	
	/* post single column */
	.single #content {
		width: 100%;
		margin: 0 auto;
	}
	
	
	
	footer ul {
		text-align: center;
	}
	footer ul li {
		display: inline-block;
		padding: 0;
	}
	footer ul li:after {
		content: ' \00B7 ';
		display: inline-block;
		text-align: center;
		font-size: 1.2em;
		width: 1ch;
		margin: 0 1ch;
	}
	footer ul li:last-child:after {
		display: none;
	}
	footer ul li:last-child a:after {
		content: ' \2191 ';
	}
}

@media screen and (min-width: 960px) {
		.site-name h1 {
		font-size: 40px;
	}
	h2 {
	font-size: 30px;
}
	#homepage-bio p {
  font-size: 19px;
	}
}