/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	width:100%;
	height:100%;
	font-size:14px;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.page-template-tpl-shop #content {
	height: auto;
	padding-bottom: 50px;
}
body {
	background: #fff;
}
.comingsoon{
	background-image:url(images/bg-fg.jpg);
	background-size:100% auto;
	background-repeat:repeat-y;
	width:100%;
	min-height:100%;
	text-align:center;
}
.clear{
	clear:both;
}
.soon{
	width:30%;
	height:auto;
	margin-top:-20%;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-15%;
}
.coming{
	width:50%;
	height:auto;
	margin-top:30px;
	position:fixed;
	bottom:10%;
	margin-left:-25%;
}
@media screen and (max-width: 480px) {
    .soon{
    	width:70%;
    	margin-top:-45%;
    	margin-left:-35%;
    }
    .coming{
    	width:80%;
    	bottom:15%;
    	margin-left:-40%;
    }
}
	@font-face {
		font-family: header;
		src: url(css/TypoSlabserif-Light.ttf);
		font-weight: normal;
	} 
	/*@font-face {
		font-family: body;
		src: url(css/Corbel.ttf);
		font-weight: normal;
	} */
	@font-face {
	    font-family: 'typoslabserif-lightregular';
	    src: url('fonts/typoslabserif-light-webfont.eot');
	    src: url('fonts/typoslabserif-light-webfont.eot?#iefix') format('embedded-opentype'),
	         url('fonts/typoslabserif-light-webfont.woff2') format('woff2'),
	         url('fonts/typoslabserif-light-webfont.woff') format('woff'),
	         url('fonts/typoslabserif-light-webfont.ttf') format('truetype'),
	         url('fonts/typoslabserif-light-webfont.svg#typoslabserif-lightregular') format('svg');
	    font-weight: normal;
	    font-style: normal;

	}
		@font-face {
	    font-family: body;
	    src:  url('fonts/DroidSerif-Regular.ttf') format('truetype');
	    font-weight: normal;
	    font-style: normal;

	}
	@font-face {
	    font-family: 'sofiaregular';
	    src: url('fonts/sofia-regular-webfont.eot');
	    src: url('fonts/sofia-regular-webfont.eot?#iefix') format('embedded-opentype'),
	         url('fonts/sofia-regular-webfont.woff2') format('woff2'),
	         url('fonts/sofia-regular-webfont.woff') format('woff'),
	         url('fonts/sofia-regular-webfont.ttf') format('truetype'),
	         url('fonts/sofia-regular-webfont.svg#sofiaregular') format('svg');
	    font-weight: normal;
	    font-style: normal;
	
	}
	@font-face{
		font-family: 'headings';
	    src: url('fonts/GreatVibes-Regular.otf');
	    font-weight: normal;
	    font-style: normal;
			
	}
	a:focus, a:hover{
		text-decoration: none;
	}
	body{
		font-family: body, sans-serif;
	}
	.page-template-tpl-home .container{
		/*position: absolute;
		top: 50%;
		left: 0px;
		right: 0px;
				-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		transform:translateY(-50%);*/
	}

	.site-content .container h2, .site-content .container h2 a, .pinktag, .pinktitle {
		color: #EE1294;
	}

	.pinktitle small{
		font-size: 58%;
	}
	.site-content .container small {
		color: #828587;
		font-style: italic;
	}

	.logos {
		text-align: center;
	}

	.logo .logos{
		margin-bottom: 25px;
		position: relative;
	}

	.logos a {
		display: inline-block;
		cursor: pointer;
	}

/*	p{
		padding: 0px 18px;

	}*/
    .site-footer, .post-navigation, #wpadminbar, .form-allowed-tags{
		
	}
	.comments-area{
		width: 800px;
		margin: auto;
		text-align: center;
	}
	.comments-area .comment{
		text-align: left;
	}
	.post-thumbnail img{
		height: auto;
		width: 100%;
		
	}
	.container .post-thumbnail img{
		max-width: 100%;
	}
	article p {
		padding: 0px;
		/*font-family: 'Amatic SC', cursive;
		font-size: 2em;*/
	}

	article h2 a, .more-link, .entry-title {
		color: #444;
	}
	article h2 a, .entry-title{
		border-bottom: solid;
	}
	.entry-title{
		display: inline-block;
	}

	.more-link, small{
		/*font-family: 'Amatic SC', cursive;
		font-size: 1.5em;*/
	}
	.backto {
		position: absolute;
		top: 50%;
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		transform:translateY(-50%);
		left: 0px;
		text-align: left;
	}

	.backto p{
		margin:0px;
		padding: 0px;
		color: #ED1284;
	}
	.post p a {
		display: block;
		text-align: center;
	}

	.staticcontainer .container .post .entry p a {
		display: inline-block;
	}

	p.contactphone {
		margin-bottom: 0px !important;
	}

	.backto:hover p {
		color: #F1862C;
	}
	article h2 a:hover, .more-link:hover{
		color: #F1862C;
		text-decoration: none;
	}

	.blogpost {
		margin:10px 0px;
		overflow: auto;
	}

	.logo .blogimage{
		max-width: 150px;
	}
	.container .blogpost img {
		width: 100%;
		max-width: 100%;

	}

	.blogpost img, .post .post-thumbnail img{
		margin:10px 0px;
	}

	.blogpost p, .post p{
		text-align: left;
	} 
	.post p{
		text-align: center;
		font-size:14px;
		margin-bottom: 25px;
		font-style: italic;
	}

	article h2 {
		border-bottom: medium solid #FFF;
		margin-top: 10px;
		color: #444;
		font-size: 3em;
	}

	h1,h2,h3,h4{
		font-family: body, cursive;
	}
	.footer {
		margin-top: 10px;
	}
	form[id*="give-form"]{
		display: inline-block;
	}

	#show {
		padding:0px;
		border:none;
	}
	#give-form-42-wrap{
		display: none;
	}
	.mfp-content #give-form-42-wrap{
		display: block;
	}
	div.give-form-wrap.mfp-hide{
		display: none !important
	}
	#give-final-total-wrap{
		display: none;
	}
	div.mfp-content .give-donation-amount{
		display: block;
	}




.clear{
	clear:both;
}
.header{
	text-align:center;
}
.header .header-logo{
	min-height: 110px;
	line-height: 110px;
	background-image: url('https://www.flowergirl.co.nz/wp-content/themes/twentyfifteen/images/contactbackground.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: -20px;
}
.header-logo:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 48%;
	bottom: -1px;
	left: 0px;
	background-color: white;
	border-top: solid 2px #444;
}
.header img {
	width: 20%;
	position: relative;
	z-index: 999;
}
.menu-main-container, .btn-make-donation{
	display:inline-block;
}
.btn-make-donation{
	color:#fff;
	padding:2px 30px;
	background-color:#444;
	font-family: 'typoslabserif-lightregular';
	font-size:1.5em;
	border-radius:10px;
	cursor:pointer;
	margin-top:7px;
}
.btn-make-donation:hover{
	background-color:#333;
}
.navigation{
	background: #3c2415;
	padding:10px;
	background-size:100% 100%;
	background-repeat:no-repeat;
	/*border:solid #444;
	border-right: 0px;
	border-left: 0px;*/
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
	z-index: 999;
}
.menu-main-container ul li a{
	font-family: headings;
	font-size:24px;
	color:white;
}
.menu-main-container ul li{
	display:inline-block;
	list-style-type:none;
	margin-right:50px;
}
.menu-main-container ul li:hover a{

}
.menu-main-container ul li:last-child{
	margin-right:0px;
}
#menu-main .current-menu-item{
	border-bottom:2px solid #fff;
}


.navigation .navbutton{
	position: absolute;
	left: 10%;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	cursor: pointer;
}
.navigation .navbutton img{
	width: 200px;
}

.overlay{
	position: fixed;
	top: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	transition:all 1s;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	visibility: hidden;
	opacity: 0;
	background:rgba(0,0,0,.4);
}
.overlay.show {
	z-index: 9999;
}
.overlay.landingimage {
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	background: rgba(60,36,21,.7);
}
.overlay.landingimage img {
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:70%;
}
@media screen and (max-width: 480px) {
	.overlay.landingimage img {
		width:100%;
	}	
}
.overlay .made,.overlay .flower, .overlay .sizing {
	display: none;
	text-align: center;
}
.overlay.made .made, .overlay.flower .flower, .overlay.sizing .sizing {
	display: block;
	padding:60px 85px;
}
.overlay .closeme{
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 1.3em;
}
.overlay .closeme img{
	width:20px;
	height:auto;
}
.overlay div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:white;
	padding:15px;
}
.overlay div h4 {
	font-family: headings;
	font-size: 2.2em;
}
.edit-link{
	display: none;
}
.spacer {
	width: 10px;
	display: inline-block;
}
.navbutton {
	display: none;
}

.page-id-147 .navbutton {
	display: block;
}
.overlay.show {
	opacity: 1;
	visibility: visible;
}
.overlay .close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 2em;
	background: rgb(238, 62, 124) none repeat scroll 0% 0%;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	opacity: 1;
}
.overlay .close:hover {
	opacity: .9;
}

.overlay .close:before{
	content: "X";
	color: white;
	position: absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}

.overlay .screen{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	overflow-x: scroll;
}

.overlay .screen img{
	height: 100%;
}
#post-151 .entry-header{
	display:none;
}
#post-147 .entry-header{
	display:none;
}
#menu-main{
	margin:0;
	padding:0;
}
.social-links li{
	list-style-type:none;
	display:inline-block;
	margin-right:30px;
}
.social-links li:hover{
	opacity:0.7;
}
.social-links li:last-child{
	margin-right:0;
}
.social-links ul{
	margin:0;
	padding:0;
}
.site-footer{
	text-align:center;
	padding:20px;
	background-image:url('images/footer-bg.png');
	background-size:100% 100%;
	background-repeat:no-repeat;
	margin-top:30px;
}
#post-149 .entry-header{
	display:none;
}
#post-144 .entry-header{
	display:none;
}
#post-145 .entry-header{
	display:none;
}
article.page{
	text-align:center;
}
article .entry-content{
	padding:40px 0;
	max-width:840px;
	width:70%;
	margin:0 auto;
}
.pink-txt{
	color:#444;
}
.sofia{
	font-family: 'sofiaregular';
	font-size:1.5em;
}
.page-id-235 #content h2{
	text-align:center;
	margin:50px 0;
}
.page-id-235 .leftside form span input{
	margin:0;
	float:left;
	clear:left;
	margin:1px 0 5px 0;
}
.p-size{
	font-size:12px;
}
.leftside span{
	display:block;
}
.leftside span label {
	margin-left: 10px;
	font-size: .8em;
	text-transform:capitalize;
	float:left;
}
.leftside form p {
	margin:10px 0px;
	border-bottom: solid 2px;
	clear:both;
}
.classic-container, .limited-container{
	width:80%;
	margin:0 auto;
}
.classic-container ul, .limited-container ul{
	list-style-type:none;
	padding:0;
}
.classic-container ul li, .limited-container ul li{
	width:27%;
	display:inline-block;
	margin-left:6%;
	margin-bottom:20px;
}
.classic-container ul li img, .limited-container ul li img{
	width:100%;
	height:auto;
	border:1px solid #3c2415;
}
.classic-container ul li h3, .limited-container ul li h3{
	margin:10px 0 0 0;
	color:#3c2415;
	font-family: body,cursive;
	font-size:14px;
	float:left;
}
.classic-container ul li:nth-child(3n), .limited-container ul li:nth-child(3n){
	margin-right:0;
}
.classic-container ul li .price, .limited-container ul li .price{
	margin:7px 0 0 0;
	float:right;
	color:#3c2415;
	font-family: body,cursive;
	font-size:14px;
}

.classic-container > h3 {
	margin-left: 6%;
	text-decoration: underline;
}
.limited-container > h3 {
	margin-left: 6%;
	text-decoration: underline;
}
.front-product{
	width:70%;
	align:center;
	margin:0 auto;
	max-width:960px;
}
.front-product ul{
	margin:0;
	list-style-type:none;
	padding:0;
}
#widget_sp_image-5 img{
	width:60%;
	height:auto;
}
#widget_sp_image-5 .widget_sp_image-description{
	display:inline-block;
	width:40%;
	text-align:center;
}
#widget_sp_image-5 .front-product-title{
	font-family: 'typoslabserif-lightregular';
	color:#444;
	font-size:2em;
	margin-bottom:20px;
}
#widget_sp_image-5 .front-product-btn{
	margin-top:20px;
}
#widget_sp_image-5 .front-product-btn a{
	font-family: 'typoslabserif-lightregular';
	background-color:#444;
	font-size:1.5em;
	color:#fff;
	padding:5px 30px;
	border-radius:10px;
}
#widget_sp_image-5 .front-product-btn a:hover{
	background-color:#333;
}
#widget_sp_image-5 img.attachment-full{
	float:left;
}
.donate-box{
	margin-top:20px;
	padding:10px 40px;
}
.seo-footer-nav{
	display:none;
}
.swiper-slide.last-logo img{
	width:50%;
	height:auto;
	margin-top:50px;
}
.swiper-slide.last-logo .productdetails{
	right:-6%;
}
.swiper-slide.last-logo{
	height:auto;
}
.swiper-slide.last-logo .button img{
	margin-top:0;
}

/**
**customize woocommerce elements
**/
.woocommerce .entry-summary .cart .single_add_to_cart_button{
	/*background-color:#444;*/
	clear: both;
	font-family: 'typoslabserif-lightregular';
	text-transform:uppercase;
	padding-left: 0px;
}
.woocommerce .entry-summary .cart .single_add_to_cart_button img {
	width: 150px;
}
.woocommerce .entry-summary .cart .single_add_to_cart_button:hover{
	/*background-color:#333 !important;*/
}
.woocommerce-tabs,.product_meta{
	display:none;
}
.woocommerce-breadcrumb{
	display:none;
}
.twentyfifteen .t15wc{
	margin:50px auto 0;
	max-width:960px;
	width:70%;
	padding:0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color:#333;
}
.product .images {

}
.product_meta .sku_wrapper{
	display:none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	color:#fff;
	background-color:transparent;
	font-family: 'typoslabserif-lightregular';
	text-transform:uppercase;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color:transparent;
	color:#fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	color:#fff;
	background-color:transparent;
	font-family: 'typoslabserif-lightregular';
	text-transform:uppercase;
	display: inline-block;
}
.form-row.place-order {
	position: relative;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background: url("images/buttons/placeorder.png") no-repeat center center;
    background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: transparent;
	padding: 0;
	height: 53px;
	width: 189px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	background-color:transparent;
	/*color:#fff;*/
}
.woocommerce a.button.alt:hover{
	background-color: transparent;
}
#customer_details .col-1 .woocommerce-billing-fields h3{
	color:#444;
	font-size: 1.3em;
}
#billing_company_field,#shipping_company_field{
	display: none;
}
#customer_details .col-2 #ship-to-different-address label{
	margin-top:0;
	color:#444;
	font-weight:400;
}
.woocommerce div.product .product_title{
	font-size: 2.5em;
	margin-top: 3px;
	border:none;
	font-family: headings;
}
.minustop{
	margin-top: -10px;
}
.woocommerce .related {
	display: none;
}
.woocommerce-cart table.cart img{
	width: 50px;
}
.woocommerce-message{
	display:none;
}
.woocommerce .shop_table .cart_item .product-name a{
	color:#444;
}
.gallery-img {
    padding:10px 20px 10px 0px;
    display:inline-block;
}
.sizingchart {
	clear: both;
	border:solid 2px #3c2415;
	padding: 10px;
	overflow: auto;
	font-size: 14px;
}
.sizingchart p .sizingspan {
	font-family: headings;
	width: auto;
	font-size: 1.5em;
	margin-right: 2px;
}
.sizingchart p.leftp {
	width: 35%;
	float: left;
	padding: 5px;
}
.sizingchart p.rightp {
	width: 65%;
	float: left;
	padding: 5px;
}
.sizingchart .rightp span {
	width: 20%;
	float: left;
}
.wpcf7-response-output{
	display: none !important;
}
.twentyfifteen .t15wc {
	box-shadow: none;
	overflow: auto;
	margin:40px auto;
}
.cart-collaterals .cart_totals h2{
	font-size:2em;
}
.page-id-24 {
	background:url('https://www.flowergirl.co.nz/wp-content/themes/twentyfifteen/images/aboutbackground.jpg');
	background-size: cover;
	background-position: center;
}
.page-id-27 {
	background:url('https://www.flowergirl.co.nz/wp-content/themes/twentyfifteen/images/contactbackground.jpg');
	background-size: cover;
	background-position: center;
	
}
.page-id-31{
	background:url('https://www.flowergirl.co.nz/wp-content/themes/twentyfifteen/images/homebackground.jpg');
	background-size: cover;
	background-position: bottom center;
	
}
.page-id-249{
	background:url('https://www.flowergirl.co.nz/wp-content/themes/twentyfifteen/images/fg-bg.jpg');
	background-size: cover;
	background-position: bottom center;
}
.page-id-24 .header-logo,.page-id-27 .header-logo,.page-id-31 .header-logo{
	display: none;
}
.logo img {
	width: 25%;
	margin-left: 2.5%;
}
.staticcontainer {
	position: absolute;
	top: 0px;
	left: 30%;
	background: rgba(255,255,255,.7);
	height: 100%;
	width: 40%;
}

.staticcontainer .container{
	width: 100%;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
#wpadminbar{
	display: none;
}
#btn-sizing-filter{
	margin:20px 0 10px 0;
	border:none;
	background-image:url('images/define.png');
	width:130px;
	height:46px;
	background-size:100%;
	background-color:#fff;
	display:block;
	text-indent:-9999px;
	background-position:left bottom;
	background-repeat:no-repeat;
	float:left;
}
a.abt-jane{
	background-image:url('images/more-abt.png');
	width:150px;
	height:39px;
	background-size:100%;
	background-color:#fff;
	display:block;
	margin:28px auto 0;
}
.img-view-by{
	width:130px;
	height:auto;
}
.sizing-criteria-title{
	text-align:right;
	font-weight:700;
}
#page{
	height: 100%;
}
.content, #content {
	position: relative;
	height: 100%;
}
.menu-item-22 {
	position: absolute;
	left: 40px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.facebook{
	width:35px;
	height:35px;
	position:absolute;
	right:40px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.instagram{
	width:35px;
	height:35px;
	position:absolute;
	right:85px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.facebook img, .instagram img{
	width:35px;
}
.page-id-24 .logo img, .page-id-27 .logo img{
	margin-left:3.5%;
}
div.wpcf7{
	margin: 0px -15px !important;
}
div.wpcf7 p {
	padding: 0px;
}
div.wpcf7 span {
	display: block;
	width: 100%;
	background-color: white;
	margin:10px 0px;
}
div.wpcf7 span input, div.wpcf7 span textarea {
	width: 100%;
	border:none;
	padding: 8px;
	text-align: center;
}
div.wpcf7 span textarea{
	height: 100px;
}
.submitimage {
	margin-left: 15px;
	cursor: pointer;
	width:150px;
}
div.wpcf7 .wpcf7-submit{
	display: none;
}
input[type=number] {-moz-appearance: textfield;}
/* Cart Styling */
.woocommerce-cart table.cart input {
	background: #3c2415;
	color: white;
	border:none;
    -moz-appearance: textfield;
}
.woocommerce a.remove {
	color: #3c2415 !important;
}
.woocommerce a.remove:hover{
color: #FFF !important;
background: #3c2415 none repeat scroll 0% 0%;
}
.payment_methods {
	display: none;
}
#order_review_heading{
	text-align: left;
	font-size:1.3em;
}
.woocommerce-checkout #payment {
	background: transparent;
}
.woocommerce button.button.cartupdate {
	background-color:transparent;
	border:none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	text-align: right;
}
.cart_totals h2 {
	display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
	display: inline-block;
}
.place-order #place_order:hover {
	background:transparent;
}
.woocommerce-page table.cart .cartupdate img,.wc-backward img, .woocommerce-page .wc-proceed-to-checkout img,.place-order #place_order img,.woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
	width: 150px;
}
.woocommerce-checkout-review-order table.shop_table {
	border: none;
	width: auto;
}
.woocommerce table.shop_table{
	border:none;
}
.woocommerce-checkout-review-order table.shop_table th,.woocommerce-checkout-review-order table.shop_table td{
	padding: 0px 25px 0px 0px;
	border:none;
}
.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{
	border:none;
}
.coupon, .woocommerce-info,.woocommerce .create-account{
	display: none;
}
#customer_details {
	text-align: left;
}
label {
	font-weight: 400;
	margin:0px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
	width: 100%;
}
#ship-to-different-address {
	position: relative;
	font-size: 1.3em;
}
#ship-to-different-address label {
	margin: 0px;
}
#ship-to-different-address-checkbox {
	position: absolute;
	right: -25px;
	top: 3px;
}
.woocommerce form input {
	padding: 8px;
}
.woocommerce .quantity .qty{
	background: #3c2415;
	color: white;
	border:none;
}
.woocommerce .bacs_details{
	text-align: center;
}
.shop_table.order_details .product-total, .shop_table.order_details tfoot td{
	text-align: right;
}
.shop_table.order_details .order_item td{
	border:none;
}
.order_details {
	text-align: center;
}
.woocommerce .order_details li{
	float: none;
	display: inline-block;
}
.shop_table.shop_table_responsive.customer_details tr td{
	text-align: right;
	border:none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	border:none;
}
.addresses .col-1{
	text-align: left;
}
.addresses .col-2{
	text-align: right;
}
.page-id-10 h2 {

}
.woocommerce a {
	color: #8b5e3c;
}
.woocommerce .bacs_details li{
	float: none;
}
#shipping_method li input[type="radio"]{
	float:left;
}
.cart_totals table{
	width:100%;
	text-align:right;
}
.cart_totals table tbody{
	float:right;
}
.woocommerce ul#shipping_method{
	width:200px;
}

#rural_field .checkbox{
	width:100%;
}
#rural_field .checkbox input{
	position:relative;
	margin:0;
	padding:0;
}
.gift-wrap-container{
	float:left;
}
.main-image{
	border:1px solid;
}
.gift-wrap-image-container{
	display:none;
	width:550px !important;
	height:100% !important;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -45%);
	z-index:999999;
}
.gift-wrap-image-container .gift-wrap-text{
	z-index:999999;
	background-color:#fff;
	box-sizing:border-box;
	padding:0 10px 10px 10px;
	border-radius:0 0 5px 5px;
	color:#3c2415;
}
.close-wrap{
	width:100%;
	background-color:#fff;
	box-sizing:border-box;
	padding:5px 10px 0 0;
	text-align:right;
	border-radius: 5px 5px 0 0;
	height:20px;
}
.close-wrap img{
	cursor:pointer;
	width:15px !important;
	height:15px !important;
}
.close-wrap span{
	float:right;
}
.full-screen-grey-bg{
	background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.7;
    position: fixed;
    right: 0;
    top: 0;
    width:100% !important;
    height:100% !important;
}
.cart_totals tr.shipping{
	display:none;
}
.woocommerce-checkout-review-order-table tr.shipping{
	display:none;
}
.entry a{
	color:#3c2415;
}
.gallery-container{
	width:60%;
	margin:0 auto;
	padding-top:20px;
	height:100%;
}

.left-gallery-content{
	width:60%;
	float:left;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	padding-top:20px;
	min-height:100%;
	over-flow:scroll-y;
}
.right-gallery-content{
	width:35%;
	float:right;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	padding:20px 10px;
	min-height:100%;
	over-flow:scroll-y;
	box-sizing:border-box;
}
.right-gallery-content h1{
	font-family: headings;
}
.right-gallery-content h3{
	font-family:body,sans-serif;
	font-style: italic;
	font-size:15px;
	text-decoration:underline;
}
.right-gallery-content .events {
	padding: 15px 0px;
}
.events p {
	font-family: body,sans-serif;
	font-style: italic;
	font-size: 15px;
	margin:0px;
}
.events p a {
	color: #333;
}
.right-gallery-content .widget_text{
	list-style-type:none;
	margin-top:25px;
}
.right-gallery-content .widget_text p{
	line-height:22px;
}
.right-gallery-content .widget_text a{
	color:#333;
	text-decoration:underline;
}
.page-id-249 .header .header-logo{
	text-align:left;
	min-height:0;
	height:0;
	background:none;
}
.post-item{
	background-color:#fff;
	padding:10px;
	box-sizing:border-box;
	margin-bottom:20px;
}
.leftside .popups a{
	color:rgb(51,51,51);
	text-decoration:underline;
	font-weight:700;
}
.groupproducts{
	margin:30px 0 60px 0;
}
.groupproducts .col-md-4{
	text-align:left;
}
.groupproducts .col-md-4 p{
	margin:10px 0 0px 0;
	font-size:12px;
	font-weight:700;
}
.groupproducts .col-md-4 a{
	margin:0px 0 35px 0;
	color:rgb(51,51,51);
	display:block;
	text-decoration:underline;
	font-size:12px;
}
.page-id-366 .entry-title{
	text-decoration:none;
	font-size:30px;
	border:none;
}
.page-id-366 .container{
	position:relative;
}
a.sizing-back{
	position:absolute;
	top:50px;
	left:15px;
	color:rgb(51,51,51);
	font-size:26px;
	text-decoration:underline;
}
.page-id-366 h1.entry-title{
	margin:50px 0;
}
.leftside form{
	padding:0 0 0 10%;
	box-sizing:border-box;
}
.leftside .popups{
	padding:0 0 0 10%;
	box-sizing:border-box;
}

.swiper-container {
        width: 100%;
        height: auto;
        margin: 20px auto;
        position: absolute;
        bottom: 32px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
       /* background: #fff;*/
       /* width: 60%;*/
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-slide {
        width: 50%;
    }
    .swiper-slide img {
		width:100%;
    }
    .swiperinside {
    	position:relative;
    	width:90%;
    }
    .swiper-slide .productdetails {
		position: absolute;
		bottom: 9%;
		right: -13%;
		width: 38%;
		text-align: left;
    }
    span h4, .productdetails h4 {
    	transform:translateY(30px);
    	-webkit-transform:translateY(30px);
    	transition:all .5s ease .2s;
    	-webkit-transition:all .5s ease .2s;
    	opacity: 0;
    	font-family: headings;
    	font-size: 1.3em;
    	text-align: left;
    	margin: 2px 0px;
    }
    span h4 a:hover, .productdetails h4 a:hover {
    	color: white;
		outline: none;
    }
    span h4 a, .productdetails h4 a{
    	color: #333;

    }
    span p, .productdetails p{
    	text-align: left;
    	padding: 0px;
    	margin-bottom: 2px;
    	font-size: 12px;
    	font-style: italic;
    	transform:translateY(30px);
    	-webkit-transform:translateY(30px);
    	transition:all .5s ease .4s;
    	-webkit-transition:all .5s ease .4s;
    	opacity: 0;
    }
    .logo img {
    	width: 25%;
		margin-left: 11.5%;
    }
    .productdetails .button{
    	transform:translateY(30px);
    	-webkit-transform:translateY(30px);
    	transition:all .5s ease .4s;
    	-webkit-transition:all .5s ease .4s;
    	opacity: 0;
    	margin-top: 10px;
    	display: block;
    }
    .swiper-slide-active p, .swiper-slide-active h4,  .swiper-slide-active .button,.swiper-slide-active .feather{
    	opacity: 1;
    	transform:translateY(0);
    	-webkit-transform:translateY(0);
    }
    .productdetails .amount{
    	font-weight: 700;
    	font-size: 12px;
    	color: #333;
    }
    .productdetails span{
    	color: rgba(60,36,21,.8);
    }
    .productdetails img {
    	width: 50%;
    }
    .filter {
    	position: absolute;
    	left: 40px;
    	bottom: 10px;
    	z-index: 999;
    	font-size: .9em;
    }
    .filter a {
    	color: #3c2415;
    	margin: 0px 5px;
    	font-style: italic;
    }
    .filter a.current {
    	color: white;
    }
    .leftbutton {
    	display: none;
		height: 60px;
		width: 60px;
		background-image:url(https://www.flowergirl.co.nz/wp-content/themes/twentyfifteen/images/buttons/left.png);
		background-size: cover;
		background-position: center;
	    position: absolute;
    	top: 50%;
    	left: 3%;
    	z-index: 999;
    }
    .rightbutton {
    	display: none;
		height: 60px;
		width: 60px;
		background-image:url(https://www.flowergirl.co.nz/wp-content/themes/twentyfifteen/images/buttons/right.png);
		background-size: cover;
		background-position: center;
	    position: absolute;
    	top: 50%;
    	right: 3%;
    	z-index: 999;
    }
    .rightbutton.showbutton,.leftbutton.showbutton {
    	display: inline-block;
    }
    .rightbutton span, .leftbutton span{
    	display: none;
/*		    display: block;
		    padding: 50%;
		    margin: -3em -50% 0;
		    position: relative;
		    top: 1.5em;
		    border: 1em solid transparent;
		    white-space: nowrap;*/
    }
/*    .rightbutton {
    	position: absolute;
    	top: 50%;
    	right: 3%;
    	color: #3c2415;
    	font-size: 2.5em;
    	z-index: 999;
    	cursor: pointer;
		line-height: 1em;
		border-radius: 50%;
		background: white none repeat scroll 0% 0%;
		padding: 5px 15px;
		border: 2px solid rgb(60, 36, 21);
    }*/
    .glow {
    	background:url(https://www.flowergirl.co.nz/wp-content/themes/twentyfifteen/images/glow.png);
    	background-size: cover;
    	position: absolute;
    	top: 0px;
    	left: 25%;
    	width: 50%;
    	height: 100%;
    }
    .absoluteimage {
    	position: absolute;
    	left: 0px;
    	top: 0px;
    	width: 100%;
    	height: 100%;
    	opacity: 0;
    	z-index: -1;
    	transition: all .5s ease .3s;
    	-webkit-transition: all .5s ease .3s;
    }
    .swiper-slide-active .absoluteimage {
    	opacity: .7;
    }
    .swiper-slide-active.smallcat .absoluteimage{
    	opacity: .6;
    }
    .swiper-slide-active.mediumcat .absoluteimage {
    	opacity: .5;
    }

    .glow {
    	display: none;
    }
	.swiper-pagination{
    	display: none;
    }
/*    .feather {
    	position: relative;
	    transform:translateY(30px);
    	-webkit-transform:translateY(30px);
    	transition:all .5s ease .4s;
    	-webkit-transition:all .5s ease .4s;
    	opacity: 0;
    }*/
    .productdetails:before{
 		content: '';
		opacity: 0;
		transition:all .5s ease .5s;
    	-webkit-transition:all .5s ease .5s;
		position: absolute;
		top: -25%;
		left: -20%;
		width: 130%;
		height: 125%;
    	background: url(https://www.flowergirl.co.nz/wp-content/themes/twentyfifteen/images/feather2.png);
    	background-size: 100% 100%;
    	background-position: center;   	
    }
    .swiper-slide-active .productdetails:before{
		opacity: .7;
    }
    .yourphotoslide.swiper-slide .productdetails {
    	right: auto;
		left: 95%;
    }
    .leftside .popups a {
    	display: block;
    	margin: 5px 0px;
    }
    .sizingbox {
    	border:solid 3px;
    	padding:30px;
    }
    .sizingbox .row {
    	margin: 0px;
    }
    .row p {
    	width: 13%;
    	text-align: left;
    	display: inline-block;
    	margin:0;
    }
    .sizingbox .row:nth-child(1){
    	margin-bottom:10px;
    }
    .sizingbox .row.footer{
    	margin-top:10px;
    }
    .row.footer p{
    	font-size:12px;
    }
    .row p.cost{
    	width:10%;
    }
    .groupproducts img {
    	width: 100%;
    }
    @media screen and (max-width: 700px){
    	.page-id-31 {
    		background-position: center -55px;
    	}
	    .logo img {
		    width: 50%;
		    margin-left: 25%;
		}
		.productdetails:before{
			display: none;
		}
	    .swiperinside {
	    	position:relative;
	    	width:100%;
	    }
	    .swiper-container {
			bottom: 0px;
			padding-bottom: 50px;
	    }
	    .swiper-slide .productdetails {
			position: absolute;
			text-align: left;
			max-width: 100%;
			bottom: 20px;
			padding-bottom: 10px;
			right: 2%;
	    }
	    .swiper-slide .productdetails img {
	    	width: 90px;
	    }
	    .productdetails .amount {
	    	display: none;
	    }
	    .swiper-slide .productdetails p{
	    	/*display: none;*/
			position: absolute;
			top: 110%;
			font-size: 10px;
			color: #FFF;
			text-align: center;
			width: 97vw;
			right: 0px;
	    }
	    .swiper-slide .productdetails p:nth-child(3){
	    	text-align: left;
	    	top: 90%;
	    	width: 94vw;
	    	color:#fff;
	    }
	    body{
	    	height:96%;
	    }
	    .swiper-slide span h4 {
			font-size: 1.3em;
			float: right;
	    }
	    .productdetails .button{
	    	float: right;
			clear: both;
	    }
	    .glow {
	    	display: none;
	    }
	    .swiper-pagination{
	    	display: none;
	    }
	    .filter {
			position: absolute;
			left: 2%;
			z-index: 999;
			font-size: 0.9em;
			bottom: 100px;
			text-align: center;

	    }
	    .filter a {
	    	display: block;
	    	font-size: 11px;
	    	text-align: left;
	    }
	    .rightbutton,.leftbutton {
	    	top:0px;
	    	height: 40px;
	    	width: 40px;
	    }
    }


@media (min-width: 992px){
	.container{
		width: 800px;
		margin:auto;
		text-align: center;
	}

	.container img{
		max-width: 600px;
		height: auto;
	}

	.logo img{
		max-width: 450px;
	}

}


@media (max-width: 991px){
	.classic-container ul li h3, .limited-container ul li h3{
		font-size:10px;
	}
	.classic-container ul li, .limited-container ul li{
		width:40%;
	}
	a.sizing-back{
		font-size:18px;
	}
	.overlay.made .made, .overlay.flower .flower{
		padding:60px 45px;
	}
	.leftside span label{
		font-size:0.7em;
	}
	#btn-sizing-filter{
		width:100px;
	}
	.img-view-by{
		width:100px;
	}
	.row p{
		width:30%;
	}
	.overlay div{
		width:90%;
	}
	.classic-container, .limited-container{
		width:65%;
		padding-bottom:175px;
		float:right;
	}
	.page-id-235 .leftside{
		width:35% !important;
	}
	.page-id-24{
		background-position: 80%;
	}
	.container{
		text-align: center;
	}
	.container img{
		max-width: 100%;
		height: auto;
	}

	.logo img{
		max-width: 60%;
	}

	.logos img{
		margin-left: 0px !important;
	}
	.backto{
		position: static;
		display: block;
		margin-bottom: 10px; 
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		text-align: center;
	}

	.backto a{
		display: inline-block;
	}
	.logo img{
		width: 100%;
		margin: 0px;
	}
	.page-id-31 .logo{
		display: inline-block;
	}
	.navigation {
		padding: 5px;
	}
	.staticcontainer {
		width: 100%;
		left: 0%;
		position: static;
		padding-top: 20px;
		height: auto;
		padding-bottom: 50px;

	}
	.staticcontainer .container{
		top: 20px;
		transform:none;
		-webkit-transform:none;
		position: static;
	}
	.facebook{
		top: 66%;
		width:25px;
		height:25px;
		right:5px;
	}
	.instagram{
		top: 66%;
		width:25px;
		height:25px;
		right:40px;
	}
	.facebook a img, .instagram a img{
		width:25px;
	}
	.page-id-24 .logo img, .page-id-27 .logo img{
		margin-left:0;
	}
	.header .header-logo img{
		width:60%;
		
		margin-top:20px;
	}
	.classic-container ul li .price, .limited-container ul li .price{
		float:left;
		clear:left;
	}
	.page-id-249 .header .header-logo{
		height:auto;
		position:relative;
	}
	.page-id-249 .header-logo::before{
		position:relative;
	}
	.gallery-container{
		width:100%;
	}
	.right-gallery-content h1{
		font-size:18px;
	}
	.right-gallery-content h3{
		font-size:12px;
	}
	.post p {
		font-size: 12px;
	}
	.menu-main-container ul li {
		margin: 0px 15px;
	}
	.menu-main-container ul li a {
		font-size: 18px;
	}
	.menu-item-22 {
		position: static;
		transform:none;
		-webkit-transform:none;
	}
	.header img {
		width: 50%;
	}
	article .entry-content {
		width:80%;
	}
	.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions{
		text-align: right;
	}
	.woocommerce table.cart td.actions{
		padding: 6px 0px;
	}
	.sizingchart p {
		width: 100%;
	}
	.product-remove{
		display: none;
	}
	.woocommerce-page table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button{
		max-width: 100%;
		width: auto;
	}
	.woocommerce table.shop_table td,.woocommerce table.shop_table th {padding: 4px 8px;}
	
}




.inv-recaptcha-holder {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}