/* PRINT -------------------------------------------------------------------------------------*/

@media print {
nav, audio, video, embed, object, form, menu, menu-wrap, toggleMobile, mobileMenu, .menudiv, { display:none }
nav.breadcrumbs, img.illustration { display:block }
article, figure { max-width:100% !important; page-break-inside:avoid; display:block; width:500px; float:left; }
article img { width:auto; }
.print-header:before { content:''; display:inline-block; } 
.print-header:after { content:'www.coconutgreetings.com'; display:inline-block; font-size:22pt }
body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18pt; line-height:1.7em }
* { background:transparent !important; color:#000 !important; text-shadow:none !important; filter:none !important }
h1 { font-size:22pt }
.titlecoco { font-size:25pt }
h2, h3, h4, h5, h6 { font-size:18pt }
/*article { display:block; width:auto !important; max-width:none !important }*/
a, a:link, a:visited { color:#06c !important; text-decoration:none }
a[href]:after { content:" <"attr(href)">"; font-size:15pt }
a[href^="/"]:after { content:" <https://www.coconutgreetings.com" attr(href)">" }
a[href^="javascript:"]:after, a[href^="#"]:after { content:"" }
.page-break { display:block; page-break-before:always }

}

body {
	background-color: #FFF;
	background-image: url(image/pageback.png);
	margin: 1em 2em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}


h1 {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
}


.pagetitle {
	font-weight: bold;
	font-size: 1.75em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #000;	
	font-style: normal;
}

h2 {
	font-weight: normal;
	font-size: 1.35em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	color: #000;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 1.25em;
	color: #523612;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.bodybox {
	max-width: 90%;
	width:auto;
	border: 0px solid #0B233E;
	background-color: #FFF;
	-moz-box-shadow: 0 0 35px #3F2417;
	-webkit-box-shadow: 0 0 35px #3F2417;
	box-shadow: 0 0 35px #3F2417;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
}

.dottedbox {
	margin: auto;
	display: block;
	text align: center;
	width: 80%;
	font-size: 1em;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding: 8px;
	color: #000;
	background-color: #fcba03;
	border: medium dashed #000;
	line-height:1.5em;
	clear: both;
}

.small {
	font-size: .75em;
	color: #523612;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

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

.imgleftplacement{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
	float:left;
	max-width: 100%;

}
.imgrightplacement{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 25px;
	float:right;
	max-width: 100%;

}

.imgleftplacement-w-outline{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 25px;
	float:left;	
	border: 1px solid #999;
	max-width: 100%;

}
.imgrightplacement-w-outline{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 25px;
	float:right;	
	border: 1px solid #999;
	max-width: 100%;

}

.padfloatcenter {
	margin: auto;
	display:inline-block;
	max-width: 100%;
	height: auto;
	width: auto;
	border: 1px solid #999;
} 

/* Center image between margins */ 
.center { 
	width: 100%; 
	text-align: center;
	 margin: 0 auto;
	 display: block; 
	 margin-left: auto; 
	 margin-right: auto; 
 	}
	

.tdvertline {
	margin: 0px;
	padding: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;

}

.tdvertline {
	margin: 0px;
	padding: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #362121;
	}	
	

.greytext {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
}

.greytextsmallctr {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-style: italic;
	font-weight: lighter;
	word-spacing: .1em;
	text-align: center;
}

/* START NAVIGATION */ 

#menu,
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;

}

#menu {
  width: 99%;
  margin: 10px auto 5 px auto;
  border: 1px solid #1c5da7;
  background: #111;
  background: linear-gradient(#1c5da7, #091c32);
  border-radius: 6px;
  box-shadow: 0 2px 2px #ccc;
  line-height: .55em;


}

#menu:before,
#menu:after {
  content: "";
  display: block;
}

#menu:after { clear: both; }

#menu li {
  float: left;
  position: relative;
}
#menudiv {
    margin: auto;
    width: 100%;
	display: block;
	 text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

#menu a {
	float: left;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font: bold;
	font-family: 'Open Sans', Verdana, Geneva, sans-serif;
	font-size: 1em;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}

#menu ul {
  margin: 20px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 1;
  background: linear-gradient(#1c5da7, #091c32);
  box-shadow: 0 -1px 0 rgba(255,255,255,.3);
  border-radius: 3px;
  transition: all .2s ease-in-out;
}

#menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

#menu ul ul {
  top: 0;
  left: 150px;
  margin: 0 0 0 20px;
  box-shadow: 0 -1px 0 rgba(255,255,255,.3);
}

#menu ul a {
  padding: 10px;
  width: 300px;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

#menu ul a:hover { background: linear-gradient(#1c5da7, #091c32); }

#menu ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #091c32;
}

#menu ul ul li:first-child > a:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #1c5da7;
  border-bottom: 6px solid transparent;
}


#menu-trigger { /* Hide Initially */ display: none; }
 @media(max-width: 800px) {
.bodybox {
	max-width: 95%;
	width:auto;
	border: 0px solid #0B233E;
	background-color: #FFF;
	-moz-box-shadow: 0 0 35px #3F2417;
	-webkit-box-shadow: 0 0 35px #3F2417;
	box-shadow: 0 0 35px #3F2417;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#menu-wrap { position: relative; }

#menu-wrap * { box-sizing: border-box; }

#menu-trigger {
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 0 0 35px;
  border: 1px solid #1c5da7;
  color: #fff;
  font-weight: bold;
  background-color: #111;
  background: no-repeat 10px center, linear-gradient(#1c5da7, #091c32);
  border-radius: 6px;
  text-align: center;
}

#menu {
  margin: 0;
  padding: 10px;
  position: absolute;
    line-height: 1.5em;
  top: 40px;
  width: 100%;
  z-index: 1;
  display: none;
  box-shadow: none;
}

#menu:after {
  content: '';
  position: absolute;
  left: 25px;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #1c5da7;
}

#menu ul {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0;
  background: none;
  box-shadow: none;
}

#menu ul ul {
  margin: 0 0 0 20px;
  box-shadow: none;
}

#menu li {
  position: static;
  display: block;
  float: none;
  border: 0;
  margin: 5px;
  box-shadow: none;
  background: none !important;
}

#menu ul li {
  margin-left: 20px;
  box-shadow: none;
}

#menu a {
  display: block;
  float: none;
  padding: 0;
  color: #fff;
}

#menu a:hover { color: #fafafa; }

#menu ul a {
  padding: 0;
  width: auto;
}

#menu ul a { background: none !important; }

body {
	background-color: #FFF;
	margin: 1em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
}
.bodybox {
	width:auto;
		border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;

}
}



/* SKIPLINK ---------------------------------------------------------------*/
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 725px)
{  

.img {
    max-width: 100%;
    height: auto;
}
#toplogo {
	display:none;}

.imgleftplacement{
	float:left;
	max-width: 100%;
    height: auto;
}
.imgrightplacement{
    max-width: 100%;
    height: auto;
	float:right;
}

.imgleftplacement-w-outline{
	float:left;	
	border: 1px solid #999;
    max-width: 100%;
    height: auto;
}
.imgrightplacement-w-outline{
	float:right;	
	border: 1px solid #999;
	max-width: 100%;
}

 
        header
        {
            margin-top: 80px;
            text-align: center;
        }        
     
        .four_columns, .footer_columns, .one_column
        {
                width:auto;

        }
     
    
				.four_columns_store .img-item
        {
	width: 300px;
                float:none;
                margin: 25px auto 25px auto;

        }
		.four_columns .img-item
        {
	width: 300px;
                float:none;
                margin: 25px auto 25px auto;

        }
        .four_columns h2
        {
                margin: 0 30px;
        }
		
  
		 .box
        {
                height:auto;
                width:auto;
        }

        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }

        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
        .toggleMobile
        {
                position: fixed;
                top: 10px;
                left: 10px;
                display: block;
                width: 40px;
                height: 36px;
                cursor: pointer;
                z-index: 999;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
                display: block;
                position: absolute;
                width: 40px;
                height: 8px;
                left: 0;
                background: #EDA28C;
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 14px;
        }
        .toggleMobile span.menu3
        {
                top: 28px;
        }
        .toggleMobile.active span.menu1
        {
                top: 14px;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu2
        {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        .toggleMobile.active span.menu3
        {
                opacity: 0;
                -webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
                transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
        }
        header nav
        {
                display:none;
        }
}

@media all and (max-width: 655px)
{   

   		#footerdiv { 
      display:none;
   }

   	body {font-size: 1.15em; }
   	h1 {font-size: 1.25em; }
	.pagetitle {font-size: 1.25em; }

#toplogo {display:none;}

}
@media all and (max-width: 525px)
{   

   		#footerdiv { 
      display:none;
   }

.imgrightplacement-w-outline {
float: none;
margin: auto;}

.imgrightplacement {
float: none;
margin: auto;}

   	body {font-size: 1.15em; }

#toplogo {
	display:none;}
	}
/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}

.red {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-style: oblique;
	line-height: 2em;
	color: #F00;
}
.re {
	font-size: 1.0em;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	font-size: 1.35em;
	font-family: 'Cherry Cream Soda', Verdana, Geneva, sans-serif;


}
