/*
Theme Name: Lily and Pearl
Theme URI: https://www.anchorprint.co.uk/
Version: 10.0.0
License: GNU General Public License v2 or later
*/

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%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	padding: 0px;
    font-family:'Roboto', sans-serif;
	font-weight:300;
	color:#333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #333333;
    font-family: 'Julius Sans One', sans-serif;
	text-transform: uppercase;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
ins {
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	clear: both;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {
	clear: both;
}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	text-transform: uppercase;
}

/* Form fields, general styles first */
button, input, select, textarea {
    border: none;
    border-radius: 0px;
    font-family: inherit;
    padding: 10px;
    color: #000;
}
button, input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], .bypostauthor cite span {
    padding: 10px 0;
    font-size: 15px;
	text-transform:uppercase;
    border: none;
    width: 100%;
    background-color: #666;
    color: #fff;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	border-color: transparent;
}


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.page-id-633 .su-column img { max-height:164px; }

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

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
a {
	outline: none;
	text-decoration:none;
}
a:hover { }
.entry-content a { }

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	clip: auto !important;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
    padding: 0 20px;
    position:relative;
}
.container {
	margin: 0 auto;
    width: 940px;
	max-width:90%;
}
.home #main.container { width:100%; max-width:100%; }
#main.container { width: 100%; max-width: 100%; }
.section { padding: 40px 0; text-align:center; }

.section.top { padding:20px 0; }
.top { text-align:center; }
.top p { font-size: 24px !important; }

.orange { background-color:#e69800; min-height: 320px; }
.orange .container { width:40%; padding:0 5% 0 55%; }
.orange h2, .orange h3, .orange p { color:#fff; }
.entry-content .orange h2 { font-size: 35px; line-height: 40px; font-weight: 300; margin-bottom: 20px; }
.entry-content .orange h3 { font-size: 22px; font-weight: 300; margin: 0; padding: 0 0 10px 0; line-height: 28px; }
.orange a { padding: 10px 20px; border: 1px solid #fff; font-size: 16px; color: #fff; margin: 5px 10px 0 0; display: inline-block; text-transform: uppercase; }
.orange a:hover { background:#000; }

.entry-content .grey h2 { font-size: 35px; line-height: 40px; font-weight: 300; border-bottom: 3px solid #ccc; padding-bottom: 20px; margin-bottom: 30px; display: inline-block; }
.grey a { padding: 10px 20px; background:#e67c00; font-size: 16px; color: #fff; margin-top: 10px; display: inline-block; text-transform: uppercase; }
.grey a:hover { background:#000; }

/* ############ 1. Header ############### */
header {
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 100%;
}
hgroup {
	background: #fff;
}
hgroup .container {position:relative; padding: 16px 0;}
nav { }
#logo {
    display: block;
    float: left;
    font-size: 24px;
    letter-spacing: 8px;
    color: #333;
    text-transform: uppercase;
    line-height: 24px;
    padding-top: 5px;
}
.social {
    padding-top: 0;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 60px;
}
.facebook { background-image:url(http://www.lilyandpearlstationery.co.uk/wp-content/uploads/2023/03/icon-facebook.png); background-size:cover; height:35px; width:35px; display:block;margin: 0 4px;float: left; }
.instagram { background-image:url(http://www.lilyandpearlstationery.co.uk/wp-content/uploads/2023/03/icon-instagram.png); background-size:cover; height:35px; width:35px; display:block;margin: 0 4px; float: left; }

.sticky hgroup { position: fixed; width: 100%; box-shadow: 0px 0px 5px #333; }
.sticky #logo { font-size:18px; }
.sticky hgroup .container { padding: 5px 0; }
.sticky .social{top:7px}
.sticky .facebook, .sticky .instagram{height:25px; width:25px}
.banner { 
	text-align:center;
}
.fixedbanner{background-size:cover;background-position:center;text-align:center;position:relative}
.fixedbanner:before{content:'';width:100%;height:100%;position:absolute;background:#000;opacity:0.3;top: 0; left: 0;}
.fixedbanner h1{position:relative;z-index:100}
.page-id-12 .banner { background-position: top center; }
.entry-content .banner h1, .entry-content .banner h2, .entry-content .fixedbanner h1 {
    color: #fff;
    font-size: 75px;
    line-height: 80px;
    padding: 0px;
    text-shadow: 0 0 10px #000;
}
.entry-content .fixedbanner h1{padding:30vh 0}

.entry-content .banner p {
	font-family: 'Julius Sans One', sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    text-shadow: 0 0 10px #000;
}
.banner a {
    background-color: #fff;
    padding: 10px 30px;
    display: inline-block;
    color: #666;
    font-size: 16px;
	text-transform:uppercase;
	letter-spacing: 5px;
	margin-top: 20px;
}
.banner a:hover {
    background-color: #333;
	color:#fff;
}
.entry-content .topper h1 { font-size: 40px; text-align: center; padding: 30px 0; text-transform: uppercase; }
.entry-content .topper p { text-align: center; }


/* ############# 2. Navigation Menu ############# */
nav { display:block; }
.main-navigation { float: none; margin: 0; }
.menu-toggle { display: block !important; font-size: 34px; line-height: 30px; padding: 0; background: transparent !important; color: #333; text-align: right; }
.main-navigation { float: right; }
.main-navigation a { text-decoration: none;	}
.main-navigation li.nonav { display:none; }
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {	width: 100%; }
.main-navigation ul.nav-menu.toggled-on {  background: #efefef; position: fixed;  min-height: 100vh; display: block; top: 0; z-index: 1; width: 350px; min-width: 50vw; right: 0; }

.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: table;
		text-align: center;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		text-decoration: none;
	}
	.main-navigation li a {
		color:#333;
	}
	.main-navigation li.current_page_item a {
		color:#000;
	}
	.main-navigation li a {
		font-family: 'Julius Sans One', sans-serif;
    	margin: 0px;
    	position: relative;
    	padding: 15px 22px;
    	font-size: 14px;
		letter-spacing:4px;		
	}
	.main-navigation li:first-child {
		padding-top:70px;
	}
	.main-navigation li:last-child {
		padding-right:0;
	}
	.main-navigation li ul {
    	margin: 0;
    	padding: 0;
    	position: absolute;
    	top: 100%;
    	z-index: 1;
    	height: 1px;
    	width: 1px;
    	overflow: hidden;
    	clip: rect(1px, 1px, 1px, 1px);
    	text-align: left;
	}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul { display: none; }
.menu-toggle { z-index: 2; position: relative; }
.main-navigation ul.nav-menu.toggled-on a {
    display: block;
    font-size: 16px;
    padding: 10px 20px;
	text-transform:uppercase;
}


/* ############# Footer ############ */
footer {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 30px 0;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    color: #999;
}

footer a { color: #999; }


/* ##################### HOME ####################### */

/* ####### FACILITIES ####### */

/* ######### LOCATION #########  */

/* ######## GALLERY ########### */
.gallery {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-column-gap: 2px;
    -webkit-column-gap: 2px;
    column-gap: 2px;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial;
}
.gallery .gallerypic { margin-bottom: 0px; display: inline-table; }
.gallery .gallerypic:hover { background-image: url(images/magnify.png); background-repeat:no-repeat; background-size:60px 60px; background-position: center center; }
.gallery .gallerypic:hover img { opacity:0.6; }
.gallery img { max-width: 100%; display: block; }

/* 
.gallery { display:block; }
.gallery .gallerypic { width: 33.333%; height:auto; float:left; background-color:#000; }
.gallery .gallerypic:hover { background-image: url(images/magnify.png); background-repeat:no-repeat; background-size:60px 60px; background-position: center center; }
.gallery .gallerypic:hover img { opacity:0.6; }
.gallery .gallerypic img { width: 100%; height:auto; display:block; border: 1px solid #fff; }
*/



/* ############### CONTACT PAGE ################## */
.half { width:50%; float:left; }
.map { margin-top: 30px; margin-left: 20px; }
input, textarea { border: 1px solid #ccc; width: 95%; padding: 10px 2.5%; }

/* ########## Main content and comment content ################
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
}
.entry-content h1, .comment-content h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    padding: 25px 0px 15px 0px;
    margin: 0px;
}
.entry-content h2 {
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0px;
    font-weight: 300;
}
.entry-content h3 {
    font-size: 17px;
    margin: 10px 0px;
}
.entry-content h4 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 100;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
.entry-content h5 {
	font-size: 13px;
}
.entry-content h6 {
	font-size: 12px;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p, .entry-content li {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 29px;
}
.entry-content a:visited,
.comment-content a:visited {
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote, .comment-content blockquote {
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    padding: 0 0 10px 50px;
	background-image:url(images/quote.svg);
	background-size: 30px 30px;
	background-repeat: no-repeat;
}
.review p { font-size:12px; }

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
    margin-bottom: 0px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td, .comment-content td {
    border-top: 1px solid #EDEDED;
    padding: 3px 10px 3px 0px;
    margin: 0px;
    line-height: 18px;
}
.page-links {
	clear: both;
}
.section h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    padding: 5px 0px 15px 0px;
    margin: 0px;
}
a.cta {
    padding: 10px 30px;
    border: 1px solid #666;
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
}
a:hover.cta { background-color:#666; color:#fff; }
.phone { text-transform: none; text-align: center; padding: 10px 20px; font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 18px; }
.form { margin-top:40px; padding:30px 30px 10px 30px; background:#efefef; }

/* =Media queries
-------------------------------------------------------------- */

@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 800 pixels. */
@media screen and (min-width: 800px) {
	.site {
		margin: 0 auto;
		max-width: 940px;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	
}

@media screen and (max-width: 1024px) {
	.section { padding: 30px 0; background-size: cover; }
	.main-navigation {  width: auto !important; }
}
@media screen and (max-width: 900px) {
	#topnav { font-size: 13px; }
	#topnav a { margin: 0px 0 0 15px; }
	.main-navigation li a { padding: 15px; }
	.entry-content .third h6 { font-size: 13px; }
	.entry-content .pros li h5 { font-size: 14px; }
}
@media screen and (max-width: 800px) {
	hgroup .container { max-width: 96%; }
	.social {right: 45px;}
	.entry-content .banner h1, .entry-content .banner h2 { font-size: 60px; line-height: 70px; }
	.section h2 { font-size: 28px; line-height: 32px; }
	.entry-content .banner p { font-size: 26px; line-height: 32px; }
	.phone {display: block;}
}
@media screen and (max-width: 600px) {
	#logo { font-size: 20px; letter-spacing: 6px; padding-left: 5px; }
	
	.entry-content .banner h1, .entry-content .banner h2 { font-size: 50px; line-height: 60px; }
	.section h2 { font-size: 26px; line-height: 30px; }
	.entry-content .banner p { font-size: 23px; line-height: 30px; }
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
}