@charset "utf-8";
/* CSS Document */

body {
	background:  #b1abd4;;
	background-image: url(/images/wood_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	background-attachment: fixed;

}
a:hover {
    color: white;
}
.gc_banner {
	position:fixed;
	width: 100%;
	height: auto;
	z-index:-20;
}

.gc_banner_imgs {
	width: 100%;
	position: relative;
	max-width:1500px; 
	margin:0 auto;
}

.gc_banner_imgs img {
	position: absolute;
	width: 100%;
	left: 0;
	
}
	
.gc_page_wrap {
	width: 90%;
	max-width: 1250px;
  margin: 37% auto;

	
}
.acknowledgement {
    padding: 15px;
    text-transform: uppercase;
    max-width: 800px;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 1.5px;
    border-top: 1px solid #d0d0d0;
    font-size: 13px;
    /* background: whitesmoke; */
}
.gc_black_subheader {
	min-height: 60px;
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	background: #191919;
	overflow:hidden;
}

.gc_white_bg {
	width: 100%;
	background: white;
	border-radius: 5px; 
	border-bottom: 20px solid #191919;
  box-shadow: -1px 5px 10px 4px #00000082;	
  -webkit-box-shadow: -1px 5px 10px 4px #00000082;
	
}
	
.gc_title_bar {
    display: inline-block;
    float: left;
    padding: 15px 20px 0px;
    text-transform: uppercase;
    line-height: 48px;
}
.gc_title_bar h3 {
	font-weight: 500;
	letter-spacing: 2px;
}
.gc_select {
    display: inline-block;
    float: right;
    padding: 0px 5%;
    margin-top: 15px;
}	
.gc_select select {
    background: #3c3c3c;
    border-radius: 4px;
    margin-left: 5px;
    color: white;
    border: #5f5f5f ridge 1px;
    padding:6px 10px;
    font-size: 12px;
    /* text-transform: uppercase; */
    /* font-style: italic; */
    outline: none;
}
	
	
.gc_wrap, .gc_form_wrap, .gc_confirm_wrap {
	width: 100%;
	margin: 20px auto;
	padding: 5% 4% 20%;
	color:black;
	
}	
	
.gc_item_cont {
    width: 33.33%;
    min-width: 240px;
    max-width:300px; 
    margin: 20px;
    display: inline-block;

}

@media screen and (max-width:400px) {
    .gc_item_cont {
        width: 100%;
        min-width: 230px;
        max-width:240px; 
        margin: 10px auto;
 
    
    }
}

.gc_item_pic {
	cursor:pointer;
	display: inline-block;


}
.gc_item_pic img {

    filter: grayscale(0%) drop-shadow(0px 1px 1px #00000099);
 	  -webkit-filter: grayscale(0%) drop-shadow(0px 1px 1px #00000099);
    -webkit-transition: .2s ease-in-out;
  	-moz-filter: grayscale(0%); 
  	-moz-transition: .2s ease-in-out;
  	-o-filter: grayscale(0%); 
  	-o-transition: .2s ease-in-out;    
}



.gc_item_pic img:hover {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .2s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .2s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .2s ease-in-out;
} 

.gc_wrap hr, .gc_form_wrap hr, .gc_confirm_wrap hr {
    margin: 5px 0px;
    border-top: 1px solid #c7c7c7;
}

.step_one, .step_two, .step_three {
    text-align: left;
    font-weight: bolder;
    letter-spacing: 1px;
}

.step_one span, .step_two span, .step_three span {
    font-weight: 100;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}




/*popup select css*/
.gc_popup_back, .gc_popup_back2 {
	width: 100%;
	height: 100%;
	position: fixed;
	background: black;
	opacity: .7;
	top: 0;
	z-index: 9999;
}

.gc_popup, .gc_popup2 {
    position: fixed;
    width: 90%;
		z-index: 10000;	
    max-width: 500px;
    top: 12%;
    background: white;
    border-radius: 15px;
    box-shadow: 0px 2px 5px black;
		padding: 20px 2%;
    color: black;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size:16px; 
}
.message {
    font-size: 14px;
    padding: 20px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: bold;
    color: #424242;
}
.gc_yes {
    background: #0099b3;
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 20px 10px 0px;
    border-radius: 5px;
    display: block;
    box-shadow: 0px 1px 3px black;
    padding: 10px;
    cursor: pointer;
}
.gc_continue {
    display: inline-block !important;
    width: 120px;
    background: #4fb796;
    border-radius: 5px;
    padding: 6px 12px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
    cursor:pointer;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.59);
    margin: 5px;
    display:block;
}
.gc_cancel {
    display: inline-block !important;
    width: 120px;
    background: #da3d52;
    border-radius: 5px;
    padding: 6px 12px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 14px;
    cursor:pointer;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.59);
    margin: 5px;    
    display:block;
}
.gc_continue:hover, .gc_cancel:hover {
	opacity: .5;
}
	

.gc_yes:hover {
	background: #00b9b9;
}

.gc_no {
	background: #e25959;
	color: white;
	font-weight: bold;
	font-size: 18px; 
	text-align:center;
	margin: 10px; 
	border-radius: 5px; 
	box-shadow: 0px 1px 3px black;
	padding: 10px; 
    cursor: pointer; 
    display:block;	
}
.gc_no:hover {
	background: #ff8c8c;
}
.gc_hide {
	display: none;
}
.gc_show {
	display: block;
}





/*---------------end------------------*/

form.gc_form {
    text-align: left;
    padding: 20px;
}
.gc_form h4 {
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #484848;
}
.gc_form_p1, .gc_form_p2, .gc_form_p3, .gc_form_p4 {
    width: 50%;
    display: inline-block;
    min-width: 300px;
    margin-bottom: 20px;
    height: 400px;
}
.gc_form_p1, .gc_form_p3 {
    float: left;
}
.gc_form_text {
    border: none;
    border-bottom: 1px solid black;
    width: 80%;
    padding-top: 40px;
    margin-top: 15px;
    outline:none;
}
textarea.gc_form_text {
	border: 1px solid black;
	margin-top: 50px;
	padding: 10px 10px 20px ;
}
.gc_form_p2 img {
	margin-top: 50px; 
	width: 80%;
	}
.gc_amounts {
	margin-top: 50px; 
}	
.gc_amt {
    border: 5px solid black;
    padding: 8px;
    width: 34%;
    display: inline-block;
    margin: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

.gc_amt:hover {
	background: #3e3e3e;
	color: white;
}

.gc_amt_active {
	background: #3e3e3e;
	color: white;
}

.gc_form_submit {
    padding: 15px 20px;
    border: none;
    border-radius: 4px;
    background: #212121;
    color: white;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    float: right;
}

span.clear {
	clear:left;
	display:block;
	height: 40px
}

.gc_form_submit:hover {
	background: gray;
}

.gc_email {
    background: #e2e2e2;
    margin: 40px auto;
    max-width: 800px;
}
.gc_email_logo img {
    width: 100%;
    max-width: 350px;
    padding: 40px;
}
.gc_email_head {
    background: #b598b5;


}
.gc_preview_area {
    background: #f5f5f5;
    padding: 60px 30px 80px;
    width: 100%;

}
.gc_preview_img {
    width: 50%;
    display: inline-block;
    float: left;
    font-weight: bold;
    color: #8a6188;
    font-size: 18px;
    min-width: 300px;
}
.gc_preview_message {
    display: inline-block;
    width: 50%;
    min-height: 300px;
    padding: 20px;
    text-align: left;
    min-width: 300px;     
}
.gc_email_footer {
	width: 100%;
  padding: 20px;
}
.gc_instructions {
    text-align: left;
    font-weight: bold;
    width: 50%;
    display: inline-block;
    float: left;
    padding: 20px;
}
.gc_barcode {
    width: 50%;
    display: inline-block;
}
.gc_fineprint {
    padding: 20px 5px 10px;
    font-size: 12px;
    text-align: left;
    clear: both;
}
.gc_to_name, .gc_from_name, .gc_message, .gc_card_amt, .gc_expires {
	font-size: 14px; 
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 10px; 
	color:#3a3a3a;
}
.gc_preview_message span {
    font-size: 16px;
    margin-left: 10px;
    text-transform: uppercase;
    color:black;

}

#giftCardInfo {
    width: 90%;
    max-width: 500px;
    margin: 50px auto;	
    background: white;
    border-radius: 4px; 
    box-shadow: 0px 1px 4px black;

    color: black;
    
  }
  
.gc_title {
    float: none;
    margin-bottom: 30px;
    padding: 30px;
    background: lightgray;
    width: 100%;
    border-radius: 4px 4px 0px 0px;
    font-weight: bold;
    font-size: 16px;
    color: #313131;
}

.gc_header {
    float: left;
    width: 100%;
    height: 50px;
    

}

input#gift_card_id {
	  width: 80%;
    margin: 0 auto;
    height: 30px;
    border-radius: 4px; 
    border: 1px ridge;
    background: #f1f1f1;
}
button#gc_lookup {
    width: 35%;
    height: 50px;
   	margin: 30px auto;
   	background: #329490;
   	font-weight: bold;
   	color: white;
   	border: none;
   	border-radius: 10px; 
   	cursor: pointer;
}
button#gc_lookup:hover {
	background: teal;
}


/*==================== Easter Promo ======================== */
.bonusamt {
	display: block;
	clear: both; 
	text-align:center;
	font-weight: bold;
	color: red; 
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px; 
}

/*==================== Easter Promo ======================== */


@media screen and (max-width: 789px) {
	.gc_form_p1, .gc_form_p3, .gc_form_p4 {
		height: 250px; 
		margin-top: 40px; 
	}
	.gc_form_text {
		padding-top: 20px;
	}
	.gc_form_p2 {
		height: 250px; 
	}
	.gc_form_p4 {
		margin-bottom: 100px; 
	}
	.gc_form_p1, .gc_form_p2, .gc_form_p3, .gc_form_p4 {
		float: none;
		display: block;
		margin: 20px auto;
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 814px) {
	.gc_preview_message, .gc_preview_img, .gc_instructions, .gc_barcode{
		width: 100%;
		padding: 20px; 
		height: auto;
		display: block;
		margin: 0 auto;
		float: none;
		min-height: auto;
	}
}
@media screen and (max-width: 601px) {
	.gc_title_bar {
		width: 100%;
	}
	.gc_title_bar h3 {
		font-size: 16px;
		padding-top:5px;
	}
	.gc_select {
		font-size: 12px;
    width: 100%;
    margin-bottom: 15px;
  }
  .gc_page_wrap {
  	margin: 41% auto;
  }
  .gc_preview_img { 
  	min-width: 250px;
  }
}

/* Promo css */

img#memorialbanner {
    top: -250px;
}
.memorial_ad {
    width: 100%;
    margin: 0 auto;
    background: #630f16;
}
.memorial_ad img {
    max-width: 700px;
}
@media screen and (max-width: 950px) {
	img#memorialbanner {
	top: -50px; 
	}
}