
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

/**** FOR EMAIL ******************
*	remove telephone blue link
**********************************

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
*/

body {
	/* font-family:Gotham, Arial, san-serif, Helvetica Neue, Helvetica; */
	font-family: 'Open Sans', sans-serif;
	background: repeating-linear-gradient( -45deg, #efe1d5 2px, #f7ece2 3px, #f7ece2 4px, #efe1d5 7px); 
	margin: 0px;
	padding: 0px;
	color: #7e7e7e;
}
a {
	text-decoration: none;
	color: inherit;
}
a:visited {
	color: inherit;
	text-decoration: none;
}
.col-100 { width: 100%; }
.col-95 {width: 95%; margin: 0 auto;}
.col-90 {width: 90%; margin:0 auto; }
.col-50 { width: 50%; }
.col-32 { width: 32%; }
.col-25 { width: 25%; }

#wrap {
	max-width: 700px;
	background-color:#830C0C;
	margin: 0 auto;
}

.contact-div {
	font-size: 12px;
	color: #636363;
	text-align: right;
	background-color: #e0e0e0;
	padding: 10px 0px;
}

.contact {
	width: 98%;
}

.contact a {
	text-decoration: none;
	color: #636363;
}

.share-icon a {
	overflow:hidden;
	float: right;
	height: 16px;
	padding:0px 2px;
}
.share-icon a:hover img{
	margin-top: -16px;
}
.top_live_chat {
	text-align: right;
}

/* .logo_area {
	display: inline-flex;
	width:100%;
} */
.logo_container {
	background-color: #fef8f2;
}
.logo_area {
	margin-bottom: -2%;
	width: 100%;
}
#bday-logo-div {
	display: inline;
	float: right;
	width: 50%;
	text-align: right;
}
#bday-logo-div img {
	padding-top:8px;
	width:55%;
}
.bday-banner-div img {
	width:100%;
}
#back-btn {
	font-weight: bold;
	font-size: 10px;
}
.intro {
	padding-top:10px;
	font-size: 20px;
	padding-bottom: 30px;
	color: #EDD2AB;
	text-align: center;
	font-weight:bold;
	letter-spacing: 0.5px;
}

@media screen and (max-width: 600px) {
	.logo_container .col-100 {
		width: 100%;
	}
	.responsive-img {
		width: 100%;	
	}
	.contact {
		padding-bottom: 8px;
	}
	.back-btn-div {
		padding-bottom: 10px;
	}
	#bday-logo-div img {
		width:86%;
		padding-top: 3px;
	}
	#logo {
		width: 65%;
	}
}
/***************** NAV *****************/
.topnav {
	overflow: hidden;
	text-align: center;
	padding:5px;
}
.topnav a span {
	padding: 0px 10px;
}
.topnav a {
	text-decoration: none;
	color: #636363;
	text-align:center;
	font-size: 15px;
}
.topnav a::after {
	content: "|";
}

.topnav a:nth-child(5)::after,
.topnav a:last-child::after {
	content:"";
}

.topnav .icon {
	display: none;
}

@media screen and (max-width: 600px) {
	.topnav a {display: none;}
	.topnav a.icon {
		float: right;
		display: block;
		padding-right: 7px;
	}
	.topnav a::after {
		content: "";
	}
}
@media screen and (max-width: 600px) {
	.topnav {
		background-color: #f7f7f7;
	}
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	padding:5px 12px 5px 5px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	padding: 5px 0px;
  }
}

/***************** PDF BUTTON *****************/
.pdf-btn {
	text-align: center;
}
.pdf-btn img {
	width:185px;
	padding:0px 6px;
}



/***************** FORM *****************/

.form_wrap {
	background-color: #830C0C;
	color: #fff;
}
.star{
	color: #fff;
}
.form-row {
	padding: 7px 0px;
}

/*** BDAY ***/
#bdayField .btn-div {
	text-align: right;
}
.error {
	width:75%;
	color: #ff9800;
	font-size:13px;
}


input[type=text], input[type=email], textarea {
    width: 95%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

select {
	width: 100%;
	padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
   /*  padding: 12px 12px 12px 0; */
    padding: 5px 12px 5px 0;
    display: inline-block;
	font-size: 13px;
}

.btn-div {
	float: right;
	width: 75%;
	text-align: center;
}
input[type=submit] {
    background-color: #ebd5c2;
    color: #9b1b1b;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	-webkit-appearance: none;
    /* float: right; */
}
input[type=submit]:hover {
    background-color: #f7ece2;
	-webkit-appearance: none;
	color: #a12928;
}

input[type=button] {
	background-color: #8a8a8a;
	color: white;
	padding: 12px 40px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	/* float: right; */
	margin-left: 10px;
	-webkit-appearance: none;
}
input[type=button]:hover {
	background-color: #969696;
	-webkit-appearance: none;
}

.title-radio {
	/* padding:12px 12px 12px 0px; */
	padding:5px 12px 5px 0px;
}
.container {
    padding: 20px;
	padding-top:0px;
	padding-bottom: 50px;
	margin-bottom: 0px;
	color: #fff;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-24 {
	float: left;
	width: 24%;
	margin-top: 6px;
}
.col-50 {
	float: left;
	width:50%;
	margin-top: 6px;
}
.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.logo-container .col-95 {
		width: 92%;
	}
	.container{
		padding: 10px 5px;
		border-bottom: 0px;
	}
    .col-24, .col-25, .col-50, .col-75 {
        width: 100%;
        margin-top: 0;
    }
	input[type=submit], input[type=button]  {
		width: 100%;
		margin-top:0;
	}
	input[type=text], input[type=email], textarea {
		width: 91%;
	}
	select {
		width: 98%;
	}
	.btn-div {
		width: 95%;
		float: none;
	}
	.btn-div span {
		width: 50%;
		float: left;
	}
	.form-row {
		padding: 10px 0px;
	}
	#bdayField .btn-div span {
		width:100%;
	}
	#bdayField .btn-div input[type=button]{
		width:100%;
		margin:0px;
	}
}

/***************** TNC *****************/
.tnc-title {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	letter-spacing:0.3px;
}
.tnc-table{
	font-size:10px;
	color:#fff;
}
.tnc-table tr td.tnc-icon {
	width:2%;
	font-size:10px;
	padding:5px;
	vertical-align:top;
}
.tnc-table tr td.tnc-item {
	width:48%;
	vertical-align:top;
	padding:5px;
}
.tnc-table tr td div {
	line-height: 12px;
}
/***************** OTHER-SERVICES *****************/
.service-title {
	font-size: 26px;
	color: #21756e;
	padding-bottom: 23px;
	width: 100%;
	margin: 0 auto;
}
.service-title span {
	border-bottom: 0.5px solid #82b8bd;
	padding-bottom: 3px;
}
/*
.service-title:after {
	content:"";
	position: absolute;
	border-bottom: 1px solid;
}
*/
.service-div-container {
	background-color: #fff;
}
.service-div {
	padding-top: 20px;
	padding-bottom: 14px;
	background-color: #fff;
	text-align: center;
	width: 80%;
	margin:0 auto;
}
.service-div a {
	text-decoration: none;
	color: #6d6d6d;
}
.service-item {
	display: inline-block;
	text-align: center;
	vertical-align:top;
}

.service-item img {
	max-width:70px;
	/* padding-bottom: 10px; */
}
.service-item div {
	padding-top: 3px;
}
@media screen and (max-width:600px) {
	.service-div {
		font-size: 14px;
		width:100%;
	}
	.service-title {
		font-size: 18px;
	}
}

/***************** TOP-FOOTER *****************/
.top-footer {
	display: inline-block; 
	text-align:center;	
	
}

.top-footer-title {
	text-decoration: underline;
	padding-bottom:3px;
}

.top-footer-list ul {
	list-style-type: square;
	font-size: 10px;
	text-align:left;
	margin-left: 36px;
}

.mobile-footer {
	text-align: center;
	padding-bottom:30px;
	background-color: #fff;
}
.mobile-footer .col-25 {
	width:24%;
	float: none;
	display: inline-block;
}
.mobile-footer-menu {
	text-align: center;
	padding: 15px 10px;
	border-right: 1px solid #ccc;
	color: #5c392a;
}
.last-item-footer-menu {
	border:0px;
}

.mobile-footer-menu a {
	text-decoration: none;
	color: #5c392a;
}


@media screen and (max-width: 600px) {
	.top-footer{
		font-size: 10px;
	}
	.top-footer-list ul{
		margin-left:-17px;
	}
	.top-footer-list ul li {
		font-size:8px;
	}
	/* .last-item-footer-menu {
		border-right: 1px solid #e6e6e6;
	} */
	.mobile-footer .col-25 {
		width: 49%;
		font-size: 13px;
	}
	/* .mobile-bottom-line {
		border-bottom: 1px dotted #ccc;
	} */
	
	.mobile-footer-menu {
		border-right:1px solid #e6e6e6;
	}
	.mobile-bottom-line-left {  
		position: relative;
		z-index : 1;
	}
	.mobile-bottom-line-left::before {
		content : "";
		position: absolute;
		left    : 15px;
		bottom  : 0;
		height  : 1px;
		width   : 75%;  /* or 100px */
		border-bottom:1px solid #e6e6e6;
	}
	.mobile-bottom-line-right {  
		position: relative;
		z-index : 1;
	}
	.mobile-bottom-line-right::before {
		content : "";
		position: absolute;
		right    : 18px;
		bottom  : 0;
		height  : 1px;
		width   : 75%;  /* or 100px */
		border-bottom:1px solid #e6e6e6;
	}
	.mobile-right-line {
		border-right: 0px;
	}
}

/***************** BOTTOM-FOOTER *****************/
.bottom-footer{
	background-color: #424242;
	width:100%;
}
.rsvp-btn-div {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 30px;
}
.rsvp-btn a {
	padding:15px 50px;
	border: 1px solid #ffdf7c;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	border-radius: 3px;
	color: #ffdf7c;
}
.rsvp-btn a:hover {
	border: 1px solid #424242;
	background-color: #ffdf7c;
	color: #424242;
}

.social-icon-div {
	text-align: center;
	width: 100%;
	padding-top:35px;
	padding-bottom: 15px;
}

.social-icon {
	display: inline;
	padding:0px 15px;
	text-align: center;
}
.social-icon i {
	font-size:23px;
	color: #fff;
}
.social-icon a i{
	font-size:23px;
	color: #fff;
}
.footer-contact-div {
	text-align:center;
	color: #f5d495;
	padding: 10px 0px;
}
.footer-contact {
	display: inline;
	text-align: center;
	padding: 0px 15px;
}
.footer-contact a {
	text-decoration: none;
	color: #f5d495;
}

.address-div {
	text-align:center;
	font-size: 12px;
	color: #ccc;
	padding: 10px 0px;
	line-height: 16px;
}

.address-div a {
	color: #ccc;
	text-decoration: none;
}

.copyright-div {
	width:90%;
	border-top: 1px solid grey;
	margin: 0 auto;
}

.copyright {
	font-size: 12px;
	color: #ccc;
	display: inline;
	float: left;
	padding: 15px 0px;
}

.copyright a {
	color: #ccc;
	text-decoration: none;
}
.unsubscribe {
	display: inline;
	float: right;
	padding: 11px 0px;
}
.unsubscribe a{
	font-size:12px;
	color: #ccc;
	text-decoration: none;
}
@media screen and (max-width: 600px) {
	.social-icon {
		padding: 10px 5px;
	}
	.social-icon i {
		font-size: 20px;
	}
	
	.social-icon a i{
		font-size:20px;
		color: #fff;
	}
	
	.footer-contact {
		font-size: 12px;
		padding: 0px 4px;
	}
	
	.copyright {
		width: 65%;
		font-size: 10px;
	}
	.address-div {
		width: 95%;
		text-align: center;
		font-size: 10px;
		margin: 0 auto;
		line-height: 13px;
	} 
}
