/* Page layout */
/* Smartphone stylesheet */

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ms+Madi&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&display=swap');


body
{

	color:#fff;
	padding-left:0px;
	padding-right:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-top:0px;
	 -webkit-text-size-adjust: 100%; /* prevents iphone making text bigger when rotate handset */

}
.pageTop
{
	display:none;
}
.pageSides
{

}
.header
{
	        background-color: #323232;
        text-align: center;
        height: 162px;
}



.adminpage .socialLinks, .adminpage #boxes, .adminpage #telephone, .adminpage #location { display:none;}
.socialLinks 
{ 
margin: 0px auto;
    position: relative;
    top: 83px;
    height: 0px;
    /* left: 145px; */
    text-align: center;
    /* z-index: 20; */
}
.socialLinks.footer { margin:5px 0 0 0; position:static; top:0px; left:0;}
.socialLinks .fa {  color:#000; margin:0 5px 0 0;}
.socialLinks .social 
{ 
    color: #000;
    display: inline-block;
    padding: 8px 0 8px 6px;
    text-align: center;
    width: 30px;
    font-size: 20px;
    margin: 0 2px 10px 0;
    border-radius: 10px 10px;
}
.socialLinks .social .fa { margin:0 auto;}
.socialLinks .social:hover .fa { color:#737373;}
.socialLinks.footer .social .fa { color:#737373;}
.socialLinks.footer .social:hover .fa { color:#507b89;}

#telephone 
{ 
    position: absolute;
    top: 125px;
    left: 13px;
    color: #000;
    font-size: 11pt;
    /* font-weight: bold; */
    z-index: 20;
}
#location 
{ 
position: absolute;
        top: 125px;
        right: 14px;
        color: #fff;
        font-size: 11pt;
        text-align: right;
        z-index: 20;
    
}
#telephone .fa,#location .fa {         
        margin-right: 3px;
        color: #d9b785;
        font-size: 29px;
        line-height: 34px;}
#telephone a{color:#fff; text-decoration: none;}

/* HOME SLIDES */


.homeSlides img
{ 
    height: 162px !important;
    position: relative;
    right: 5px;
width: 102% !important;
}
mobile
.homeSlides a .text 
{     
width: 102% !important;
    /* font-family: 'Cantata One', serif; */
    position: absolute;
    bottom: -26px;
    /* left: 44%; */
    margin-left: -6px;
    background-color: rgb(238, 0, 142);
    color: #fff;
    padding: 14px 0px;
    text-align: center;
    /* text-transform: uppercase; */
    /* letter-spacing: 2px; */
    font-size: 12pt !important;
    /* border: solid 2px #fff;*/
}

.homeSlides a .text:hover
{
background-color: #000;

}

.weddingTable
{
Width: 100%;
Height: 350px;
}

.weddingTableTextLeft
{
float: left;

margin-right: 20px;
text-align: right;
}

.weddingTableTextRight
{
float: left;


}


.page
{
	 background-color: #323232;
         margin-top:-20px
}

.column1of1
{
	padding-left:5px;
	padding-right:5px;
}

.bannerRight
{
	float:right;
	text-align:right;
	padding-right:10px;
}


.clearBoth
{
	clear:both;
}
.clearLeft
{
	clear:left;
}
.pageBottom
{

	height: 20px;
	clear: both;
	background-color:white; /* Same as body */

}


.mobileButton
{
	background-image: url(../../_global/Images/smartphoneButton.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#8A8A8A;
	margin-bottom: 5px;
	margin-top: 5px;
	color: Black;
	border-bottom:#353535 1px solid;
	border-top: #E9E9E9 1px solid;
}

.mobileButton a
{
	display: block;
	height:30px;
	padding-top:10px;
	padding-left:10px;
	color:black;
	padding-right:25px;
	text-decoration:none;
}
.mobileButton a:visited
{
	color:black;
}
.mobileButtonHighlight
{
	background-image: url(../../_global/Images/smartphoneButtonHighlight.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color:#007900;
	margin-bottom: 5px;
	margin-top: 5px;
	color: white;
	border-bottom:#353535 1px solid;
	border-top: #E9E9E9 1px solid;
}

.mobileButtonHighlight a
{
	display: block;
	height:30px;
	padding-top:10px;
	padding-left:10px;
	color:white;
	padding-right:25px;
	text-decoration:none;
}
.mobileButtonHighlight a:visited
{
	color:white;
}

.dropDown
{
	font-size:100%;
}




/* Mobile Nav Bar */

.navBar
{
width: 100%;
    background-image: url(../Images/smartphoneMenuBack.png);
    background-repeat: repeat-x;
    height: 38px;
    padding-top: 4px;
    margin-bottom: 0px;
    background-color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
}
.navBarHome
{
	float:left;
	width:33%;
	padding-top:10px;
	padding-left:5px;
}
.navBarHome a
{
	width:100%;
	height:30px;
	color:black;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;

}
.navBarHome a:visited
{
	color:black;
}
.navBarBasket
{
	float:left;
	width:33%;
	padding-top:10px;
	color:black;
}
.navBarBasket a
{
	color:black;
	text-decoration:none;
}
.navBarBasket a:visited
{
	color:black;
}
.navBarCall
{
	padding-top:10px;
	text-align:right;
	padding-right:5px;
	color:black;
}
.navBarCall a
{
	width:100%;
	height:30px;
	color:black;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration:none;
}
.navBarCall a:visited
{
	color:black;
}




/* Shop Product Page */
.products a
{
	text-decoration:none;
}

.productSummary
{
	width: 100%;
	background-image: url(../../_global/Images/smartphoneProductSumaryBack.png);
	background-repeat: repeat-x;
	background-position:right;
	height: 82px;

}
.productSummaryFeatured
{
	width:100%;
	background-image: url(../../_global/Images/smartphoneProductSumaryBack.png);
	background-repeat:repeat-x;
	background-position:right;
	height: 82px;

}
.productSummaryImage
{
	margin-top:1px;
	float:left;
	margin-right:10px;
	padding-left:0px;
}

.productSummary a
{
	display: block;
}
.productSummary a:visited
{

}
.productSummaryName
{
	padding-top:10px;
	color: #fff;
	overflow:hidden;
	height:40px;
	line-height:20px;
	margin-right:0px;
	padding-right:20px;
}
.productSummaryName a
{
	padding-top:20px;
}

.productSummaryPrice
{
	padding-top:5px;
	color: #8b652b;
}

.productSummaryButtons
{
	float:right;
	height:81px;
}
.productSummaryMore
{
}

/* General Style */
a
{
	text-decoration:underline;
	color: #8b652b;
}
a:visited
{
	text-decoration:none;
	color:black;
}
.linkButton
{
	text-decoration:underline;
}

p
{
	padding-top:0px;
	margin-top:0px;
}
h1
{
	margin-top:0px;
	padding-top:25px;
	font-size:20pt;
	color:#1a1718 
font-weight:100;
 font-family: 'PT Sans', sans-serif;
    text-align: center;

}
h2
{
	margin-top:0px;
	padding-top:0px;
	font-size:17pt;
	color: #8b652b;
font-weight:100;
 font-family: 'PT Sans', sans-serif;
    text-align: center;

}
h3
{
	margin-top:0px;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	color:#000;
	font-size:100%;

}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
hr
{
	color:Green;
}
.faint
{
	color:gray;
}
.footerText
{
	    margin-top: 10px;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    border-top: #000 1px solid;
   color:#fff;

}
.footerText a
{
	text-decoration:none;
	 color: #8b652b;

}


.footerText a:hover
{
	text-decoration:underline;
	 color: #fff;

}



.floristWindowLogo
{
	float:right;
	height:56px;
	padding-bottom:5px;
}


.floatRight
{
	float:right;
}
.floatLeft
{
	float:left;
}

.errorMessage
{
	background-color:#FFFF40;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}
.confirmationMessage
{
	background-color:#99E791;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}


/* Top Menu */

.mobileMenuHeader
{
	display:block;
	padding-top:10px;
	color:black;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom: black 1px solid;
}

.menu
{
	width:100%;
text-align:left;
}
.menuDividers
{
    display:none;
}


.menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index:10;
}
.menu ul li
{
    	width:100%;
	background-image: url(../../_global/Images/smartphoneArrow.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 0px;
	margin-top: 0px;
	color: Black;
	border-bottom: black 1px solid;
}
.menu ul li a
{
	padding-top:10px;
	display:block;
	padding-left: 10px;
	color:black;
	text-decoration:none;
	height:30px;
}
.menu ul li a:hover
{
    text-decoration:underline;
}
.menu ul li a:visited
{
	color:black;
	text-decoration:none;
}
.menuSelected
{
	color: black;
	text-decoration:none;
}
.menuDisplayFull
{
	display:block;
	padding-top:5px;
	padding-bottom:15px;
	padding-left:10px;
}





/* Product Menu */

.productMenuTitle
{
	padding-top:10px;
	color:Black;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:10px;
}
.productMenu
{

}
.productMenuTopSection
{
	display:none;
}
.productMenuSearchTitle
{
	display:none;
}
.productMenuSearchBox
{
	display:none;
}
.productMenuSearchButton
{
	display:none;
}
.productMenuSearchDropDown
{
	display:none;

}
.productMenu ul
{
	list-style-type: none;
	width:100%;
	padding-left: 0px;
	margin-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.productMenuCategory
{
	display:block;
	color:black;
	height: 22px;
	font-weight: bold;
	padding-top: 20px;
	margin-left:0px;
	padding-left:10px;
	border-bottom:#333 1px solid;

}
.productMenuSubCategory
{
	width:100%;
	
}

.productMenuSubCategory a
{
	display:block;
	color:black;
	text-decoration:none;
	height:30px;
	padding-left: 10px;
	padding-top:10px;
	background-image: url(../../_global/Images/smartphoneArrow.png);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: #333 1px solid;
}
.productMenuSubCategory a:hover
{
	text-decoration:none;

}
.productMenuBottom
{
	display:none;
}




/* Product Details Page */

.productDetails
{
}
.productDetailsCol1
{
}
.productDetails h1
{
}

.productDetailsImageWrapper
{
	
}
.productDetailsImage
{
		width:180px;

}

.productDetailsCol2
{
	margin-left:0px;

}

.productDetailsFeatures
{
}
.productDetailsPrices
{
	color:#666666;
}

.productDetailsBuy
{
	margin-top:20px;
}
.productDetailsDescription
{
	clear:left;
}
.productDetailsModifierList
{
	font-size:large;
}
.productDetailsBack
{
	padding-top:15px;
	text-decoration:underline;
}
.productDetailsNote
{
	clear:right;
	margin-top:20px;
}
.productDetailsNote a
{
	color:Gray;
}
.productDetailsProductModifiersTable
{
}
.productDetailsProductModifiersTable td
{
	padding-bottom:10px;
}

.productDetailsLinkedProducts
{
	
}
.productDetailsLinkedProducts h1
{
}

/* checkout page */





/* Checkout Billing */
.checkoutHeader
{
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#E6E4E4;
	color:Black;
}
.checkoutPrompt
{
	width:180px;
	float:left;
	text-align:right;
	padding-right:5px;
}
.checkoutTextBox
{
	width:200px;
}
.checkoutPaymentDropDown
{
		width:171px;
}
.checkoutPaymentTextBox
{
	width:167px;
}
.checkoutPaymentShortTextBox
{
	width:77px;

}
.checkoutPaymentSecurityCodeHelp
{
	margin-left:275px;
}
.checkoutInset
{
	margin-left:180px;
}


/* Contact Form */

.contactFormPrompt
{

}
.contactFormField
{
	width:200px;
}
.contactFormMessageBox
{
	width:200px;
}
.contactFormButton
{
	
}




/* Site Map Page */
.siteMap
{
}
.siteMapPages
{
}

.siteMapProducts
{
	
}
.siteMapProducts ul
{
	text-indent:0px;
	margin-left:0px;
	padding-left:0px;
}
.siteMapCategory
{
	font-size:smaller;

}
.siteMapPage
{
	 text-decoration:none;
}
.siteMapPage a:hover
{
	text-decoration:underline;
}
.siteMapSubCategory
{
	font-size:smaller;
	text-indent: 10px;
	text-decoration: none;
}
.siteMapSubCategory a:hover
{
	text-decoration:underline;
}
.siteMapProduct
{
	 font-size:smaller;
	text-decoration:none;
	text-indent: 20px;
	overflow:hidden;
	display:block;
	height:20px;
}
.siteMapProduct a:hover
{
	text-decoration:underline;
}



/* Captcha */
.captch
{
 vertical-align:top;
 }




 /* Gallery */
 
.gallery
{
	background-color:White;
}
 
.dng_photo1
{
}





/* Website Specific */

.homePageLinks
{
background-image: url(../Images/smartphoneHomePage.jpg);
background-size:100% 100%;
background-repeat:no-repeat;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
margin-botton:15px;
height: 150px;
}

.homePageLinks a
{
color:white;
font-weight:strong;
font-size:10pt;
text-decoration:none;
background-color:black;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:5px;
display:block;
width:200px;
border-top: black 2px solid;
border-bottom: black 2px solid;
border-left: black 2px solid;
border-right: black 2px solid;
}
.homePageLinks a:visited
{
color:white;
font-weight:strong;
text-decoration:none;
}
.homePageLinks a:hover
{
color:black;
font-weight:strong;
background-color:#fff;
}



/* Typography */
h1 {
    font-family: 'Century gothic', Arial;
    color:#8b652b;
font-weight:100;
}

/* Reset and base styles */
.mobile-main-content * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Header */
.mobile-header {
    width: 100%;
    height: 280px;
    color: white;
    text-align: center;
    background: #323232 url(/Websites/1330/Images/upload/image/topBoxLeft.jpg?ver=1450);
    position: relative;
    margin-top:-10px;
}

    .mobile-header h1
 {
position: absolute;
        top: 50px;
        left: 0;
        right: 0;
        font-family: "Century Gothic", Arial;
        font-size: 57px;
        background: white;
        padding-top: 0 !important;
        backdrop-filter: blur(0.5px);
        background-color: rgba(255, 255, 255, 0.5);
    }

.mobile-header-button {
    display: inline-block;
    padding: 10px 20px;
    color: white!important;
    text-decoration: none;
    font-family: 'Century gothic', Arial;
    font-weight: normal;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #8b652b;
    border: 1px solid #323232;
    transition: all 0.3s ease;
}
  



.mobile-header-button:hover {
    background-color: #323232;
    color: white;
    border-color: #8b652b; 
    
}

/* Main content container */
.mobile-main-content {
    width: 95%;
    padding: 15px;
}

/* Content blocks */
.mobile-content-block {
    width: 100%;
    margin-bottom: 35px;
    position: relative;
}

/* Text section with dark background */
.mobile-block-large .mobile-image-container {
    background-color: #323232;
    height: auto;
    padding: 20px;
}

/* Image containers */
.mobile-image-container {
    width: 94%;
    height: 200px;
    background-color: #76B947; /* Green color from image */
    background-position: center;
    background-size: cover;
}

/* Beautiful Bouquets section background */
section:nth-of-type(2) .mobile-image-container {
    background-image: url('/Websites/1330/Images/upload/image/slide1KDM.jpg');
    border-right: 1px solid #8b652b;
    border-bottom: 1px solid #8b652b;
    padding: 6px;
    background-origin: content-box;
    background-clip: content-box;
}

/* Wedding Flowers section background */
section:nth-of-type(3) .mobile-image-container {
    background-image: url('/Websites/1330/Images/upload/image/slide2KDM2.jpg');
    border-left: 1px solid #8b652b;
    border-bottom: 1px solid #8b652b;
    padding: 6px;
    background-origin: content-box;
    background-clip: content-box;
}

/* Funeral Flowers section background */
section:nth-of-type(4) .mobile-image-container {
    background-image: url('/Websites/1330/Images/upload/image/slide3KDM.jpg');
    border-right: 1px solid #8b652b;
    border-bottom: 1px solid #8b652b;
    padding: 6px;
    background-origin: content-box;
    background-clip: content-box;
}

.mobile-main-content p {
    padding: 15px;
    margin: 0;
    color: white;
}

/* Adjust heights for different blocks 
.mobile-block-small .mobile-image-container {
    height: 100px;
}

.mobile-block-large .mobile-image-container {
    height: 300px;
}*/

/* Call to action buttons */
.mobile-cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #8b652b;
    color: white;
    text-decoration: none;
    font-family: 'Century gothic', Arial;
    position: absolute;
    transform: translateY(-50%);
    border: 1px solid #323232;
    transition: all 0.3s ease;
}

.mobile-cta-button:hover {
    background-color: #323232;
    color: white;
    border-color: #8b652b;
}

/* Button positioning */
.mobile-button-right {
    right: 20px;
}

.mobile-button-left {
    left: -12px;
}


    .mobile-cta-button {
        background-color: #8b652b !important;
        color: white !important;
        border: 1px solid #323232 !important;
    }
    .mobile-cta-button:hover {
        background-color: #323232 !important;
        color: white !important;
        border-color: #8b652b !important;
    }


/* Overlapping Boxes Section */
.overlap-section {
    position: relative;
    margin: 40px 20px 120px 20px;
    padding-bottom: 200px;
}

.text-box {
    position: relative;
    z-index: 2;
     background-color: rgba(50, 50, 50, 0.8);
    color: white;
    padding: 30px;
    border-right: 1px solid #8b652b;
    border-bottom: 1px solid #8b652b;
    margin: 0px auto -150px auto;
    width: 90%;
}

.text-box h1 {
    font-family: 'Century gothic', Arial;
    margin-bottom: 15px;
    font-size: 24px;
}

.text-box p {
    line-height: 1.6;
    font-family: times new roman, sans-serif;
}

.image-box {
    position: relative;
    z-index: 1;
    height: 300px;
    overflow: hidden;
    float:right;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-button-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Spacing between sections */
.mobile-content-block + .mobile-content-block {
    margin-top: 15px;
}

    .footerText h2 a[name=call]:before {
        content: "Any questions please call us";
        visibility: visible;
        font-weight: normal;
        font-family: century gothic;
        color: #8b652b;
    }


.navBarSmartphoneDropMenu {padding-bottom:30px;}

    .footerText .mobileButton:hover {
        background-color: #323232;
    }

#pnlContact {padding-left:20px}

.productDetailsImageWrapperWrapper {
    position: relative;
    left: -5px;
    width: calc(100% + 10px);
    margin-left: 0px;
    height: auto;
    max-width: 424px;
    aspect-ratio: 1/1;
    padding-top: 20px;
}