/* mobiles 
 * 
 * -------
 * Navigation up to ipads */

#menu-selector {
	border: none !important;
    color: white;
    background: transparent;
    position: relative;
    display: block;
    width: 100% !important;
    margin-bottom: 2% !important;
}


#gallery {
position: relative !important;	
    width: 100%;
    overflow: hidden;	
	height:auto!important;
	min-height:100%!important;
}

#gallery img {
width:100%!important;
height:80vh!important;
object-fit:cover;
vertical-align:bottom;

}

.pagebackground, .background {
z-index: 1;

max-width:none !important;
min-width: 100% !important;	
}	

#page img {
height: auto;
margin-left: auto;
margin-right: auto;
max-width: 100% !important;
} 

.pagebackground {
width: auto;
margin-top: 6%;	
left: 0 !important;	
}

#page {
margin-left:auto;	
margin-right:auto;	
}

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

#logoimage {
		position:absolute; top: -20px !important;left:1%;  width: 10%; z-index: 100; 
	}

.addalittlesparkle {
	z-index: 1000 !important;
	position: absolute;
	top: 0% !important;
	left: 0% !important;
}

div.bunting {
	position:relative !important;
	z-index: 100;
}

	.addalittlesparkle {
		position:  absolute; 
		top: 0;
		left: 0;
		z-index: 100 !important;
				height: auto;
		overflow:visible !important;

	}
	
	.addalittlesparkle img {
		height: auto;
	}
    

#gallery button {
    background: transparent;
    border:  none;
    position: absolute;
    top: 0 !important;
    right: 0 !important;
			height: auto;
		overflow:visible !important;

}

#gallery button img {
    width: 200px;
    height: auto;
	z-index: 100;
	position: relative;
	
}

@media only screen and (min-width: 1201px) {
	#nav {
		display: block !important;
	}	

#nav > li > a {
    font-size: 1vw;
}

	#mobilenav {
		display:none !important;
		visibility: hidden !important;
	}

.sub-menu, .children {
    display: none;
    position: absolute !important;
    width: auto !important;
    height: auto;
    background: white;
	color: purple !important;
    margin: 10% 0;
    border-radius: 0px !important;
    padding: 4% 4%;
    overflow: visible;
    z-index: 100;
}

.sub-menu li, .children li {
			display: block !important;
			padding: 0 !important;
            width: auto;
			background: white;
			border-bottom: 1px solid pink;
	}
	
	.sub-menu a, .children a {
    display: block;
    height: auto !important;
    width: auto !important;
		white-space:nowrap;
    background: white !important;
	color: purple !important;
    padding: 2% 0 !important;
    text-align: left !important;
    font-size: 1em !important;
	position:relative;
		z-index:100;
		font: 18px 'Open Sans', sans-serif;
}
	
	#logoimage {
    top: -20px !important;
    left: 1%;
    width: 8% !important;
	}
	
	#gallery #page {
		left: 10%;
	}
	
}


@media only screen and (max-width: 1200px) {
    #header {
    padding: 1% 0;
}

    #nav, #navwrapper {
        display: none !important;
    }

    #mobilenav {
        display: block !important;
        visibility: visible !important;
    }

    .sub-menu, .children {
    display: block !important;
    background: transparent !important;
    
    }

.sub-menu a, .children a {
    font-size: 1em !important;
}
	
	
	#main, #front {
margin: 0;
		padding: 3% 0 !important;
}
	
	#featured div {
width: auto !important;
}	
	
	figure.bunting {
	width: 84% !important;	
	}
	
	#gallery #page {
		left: 0%;
	}
	
}

/* ------------- mobile nav ---------------- */

#mobilenav {
    height: 30px;
    overflow:  hidden;
    width: 100%;
    border: inherit;
    padding: 2% 0 1% 0;
    vertical-align: bottom;
    text-align: center;
list-style:none;
	
}

#mobilenav ul {
margin: 0;
padding: 0;
}

#mobilenav ul li {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
width: auto;
height: auto;
padding: 5px;
text-align: center;
display: block;
background: transparent url('assets/pink-header.png') repeat; 
}

#mobilenav ul li a {
    width: auto;
    height: auto;
    padding: 10px 20px;
    text-align: center;
    font-size: 2em;
    color:  white;
text-decoration: none;
}

#drop li a, .children li a  {
display: block !important;
margin: 0;
text-align: center !important;
font-size: 1em !important;
} 

#menu-selector {
    height: 30px;
    text-align: center;
    font-size: 1rem;
}

#menu-selector img {
    height: 20px;
    width: auto;
    display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
margin: 0 1% 20px 0;
vertical-align: top;
}

#menu-selector span {
    color: white;
    font-size: 1em;
    padding: 0 1%;
    display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
vertical-align: top;
}


#halfblock a  {
text-align: left !important;
}




@media only screen and (max-width: 1024px) {
 /*   #header button {
width:  100%;
display: block;
z-index: 10;
position: relative;
} */

#fullpagewrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
		background:transparent;
		padding:0;
		margin:0;
}
#sparklebutton {	
		width: 30%;
		height:100px;
		background:transparent;
		border:none;
    position: absolute;
    top: 5%;
    right: 0;
	z-index: 100;	
	}
	
	#page {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		text-align:center;
	}
}

@media only screen and (max-width: 780px) {

	h1,h2,h3,h4 {
		font-size: 24px !important;
	}
	
	li, strong, ul, ol, blockquote, a {
		font-size: inherit !important;
	}	
	
	p {
		font-size: 18px !important;
		line-height: 26px;
	}	

html, body {	
height:  auto;
vertical-align: top;
margin:  0;
border:  0px solid black;
font-size:  18px;
text-align: center;
}

html {
width:  100%;
padding:  0;
}

body {
width: 100%;
}

div {
width: 100%;
	margin-left:auto;
	margin-right:auto;
vertical-align: middle;
position: relative;
z-index: 10;
}

#header, button {
width:  100%;
display: block;
z-index: 10;
position: relative;
}

#header #page #halfblock #halfblock * {
height: 20px;
font-size: 1em;
}


#nav, .notmobile {
display: none !important;
}

.inline {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
}

#logo {
    width: 70%;
    border: inherit;
    margin:  0 auto 0 auto;
padding: 2% 0;
background: transparent !important;
}

#logo h1 {
color: black;
}

#logo img {
    width: 80%;
    height: auto;
}
	
#logoimage {
		position:absolute; top: 0;left:5%;  width: 20%; z-index: 100; 
	}		

.phoneicon {
width: 10%;
}

.call {
padding-bottom: 6%;
display: block;
}


	
	#sparklebutton {
		width: 30%;
		height:100px;
		background:transparent;
		border:none;
    position: absolute;
    right: 0;
	z-index: 100;	
	}
	
		.addalittlesparkle {
		position:  absolute; top: 2%;left: 0;
			height: 400px;
	}
	
	#fullpagewrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: block;
		background:transparent;
		padding:0;
		margin:0;
}
	#main.boards, #main.roses {
		width: 100% !important;
		border-top: 10px solid white;
	}
	.boards #page {
		width:98%;
	}
	
	div {
		*border: 1px solid black !important;
	}
	
	#gallery.textpagegallery {


	}
	
	figure.bunting {
		width: 84% !important;
	}
	
	
	#footer * {
		color: white;
	}	
	
	#footer img {
		padding-top: 20px;
	}


.inline {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
}

#gallery {
    width: 100%;
    height: 1px;

    z-index: 1;
    margin-top: 0%;
}    


#footer {
width: 96%;
height: auto;
padding: 2%;
}

#imagearray img {
width: auto;
height: 70px;
margin: 0 !important;
}

#footerblock {
width: 49% !important;
padding: 2% 0;
}


}

/* ------------------- tablet versions ---------------------------------- * /

/* portrait ipad * /

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	#menu-selector {
		text-align:right !important;
		height: 50px !important;
	}
	
	#gallery {

	}
	
	/* .background {
		width: 200% !important;
		margin-left:-100%;
		left:50%;
		z-index:1;
		position:absolute;
	}
	*/

/*
	#front {
		padding: 2% 0;
		margin: 0;
		background: white;
	}
	
	#sparklebutton {
	bottom: 10% !important;	
		width: 30%;
		height:100px;
	}
	
	#header {
	position:relative;
		z-index:100;
	}
	
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
	#menu-selector {
		text-align:center !important;
		height: 50px !important;
		margin-bottom: 0 !important;
	}
	
	#header {
		background: white url('assets/pink-header.png') repeat !important;
		z-index: 100 !important;
		position:relative !important;
	}
	
	#header #page {
		height: 60px;
	}
	
	#nav, #navwrapper {
		display:none !important;
	}
	
	#mobilenav {
		display:block !important;
		height: 30px;
		visibility: visible !important;
	margin-bottom: 0 !important;
	    padding: 5px 0 5px 0;}
	
	#gallery {


	}
	
	.background {
		width: 100% !important;
		margin-left:0%;
		left:0%;
	}
	
	div {
		*border: 0px solid black !important;
	}
	
	#front {
		padding: 2% 0;
		margin: 0;
		background: white;
	}
	
	#sparklebutton {
	bottom: 10% !important;	
		height: 200px !important;
	}
	
}

/* Medium devices (landscape tablets, 768px and up) * /
@media only screen and (min-width: 1024px) and (max-width: 1100px) {

.background {
display: block;
width: 100%;
height: auto;
position: fixed;
z-index: 1;
}

#mobilenav {
 display: none;
}

#logo {
    width: 40%;
    border: inherit;
    margin: 1% 0;
}

#logo a {
width: 100%;
height: 100%;
margin: 5% 0;
}

#logo a img {
width: 90%;
height: auto;
}

.phoneicon {
width: 10%;
}

#navwrapper {
    width: 100%;
    border: inherit;
    padding: 5px 0;
    text-align: right;
}

#social {
width: 99%;
height: auto;
border: inherit;
padding: 5px 0;
}

#social a {
width: 3%;
height: auto;
}

#social a img {
width: 100%;
height: auto;
}

#contactdetails {
width: 99%;
border: inherit;
height: auto;
padding: 5px 0;
}

#contactdetails a {
width: auto;
height: auto;
}


#nav {
    width: 99%;
    border: inherit;
    padding: 5px 0;
    text-align: right;
}

#nav li {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
width: auto;
height: auto;
padding: 5px;
}

#nav li a {
    width: auto;
    height: auto;
    padding: 10px 5px;
    font-family: Arial, hevetica, sans-serif;
    font-size: 16px;
    text-align:  right;
}
	} /* end media mobile screen */


@media only screen and (orientation: portrait) {
#gallery {
	
	}
}

  