
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: 'Open Sans', sans-serif;
	background-color: #e0e0e0; 
	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:#fff;
	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_area {
	text-align:center;
	padding-bottom: 10px;
}
#logo{
	max-width: 201px;
}
#tenyearslogo {
	max-width:142px;
}

#back-btn {
	font-weight: bold;
	font-size: 10px;
}
.intro{
	font-size: 13px;
	padding-bottom: 30px;
}

.main-header-title {
	font-weight:bold;
	color:#fff;
	text-align:center;
	font-size:28px;
	letter-spacing:0.5px;
	padding:5px 0px;
	padding-bottom:20px;
}
.main-header-title-mobile {
	display:none;
}

.main-header-title img {
	vertical-align: bottom;
	width: 50px;
}
@media screen and (max-width: 600px) {
	.responsive-img {
		width: 100%;	
	}
	.contact {
		padding-bottom: 8px;
	}
	.back-btn-div {
		padding-bottom: 10px;
	}
	.main-header-title {
		display: none;
	}
	.main-header-title-mobile{
		font-size:20px;
		font-weight:bold;
		color:#fff;
		text-align:center;
		letter-spacing:0.5px;
		padding:5px 0px;
		display: block;
		padding-bottom:10px;
	}
	.main-header-title-mobile img {
		vertical-align: bottom;
		width:26px;
	}
}
/***************** 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;
  }
}

/***************** VIDEO IFRAME *****************/
iframe {
	width:100%;
	height: 394px;
}
@media screen and (max-width: 600px) {
	iframe { height: auto; }
}
/***************** FORM *****************/
.form-header-title {
	text-align: center;
	font-size: 20px;
	letter-spacing:0.5px;
	padding-bottom:15px;
}
.form-header-title-mobile {
	display: none;
}
.star{
	color: #8b0000;
}
.form-row {
	padding: 7px 0px;
	text-align: center;
}
input[type=text], input[type=email], input[type=tel], textarea {
    /* width: 78%; */
    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: 100%;
	text-align: center;
	padding-right: 11px;
}
input[type=submit] {
    background-color: #d85356;
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	-webkit-appearance: none;
    /* float: right; */
}
input[type=submit]:hover {
    background-color: #bc0000;
	-webkit-appearance: none;
}

input[type=button] {
	background-color: #686868;
	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: #bc0000;
	-webkit-appearance: none;
}

.title-radio {
	/* padding:12px 12px 12px 0px; */
	padding:5px 12px 5px 0px;
}
.container {
    background-color: #911a1c;
	color: #fff;
	padding: 30px 20px;
	margin-bottom: 0px;
}
.col-4 {
	float: left;
	width:4%;
	margin-top: 6px;
}
.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

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

input[type="checkbox"] {
   /* line-height: 2.1ex; */
   -webkit-appearance: none;
   position: absolute;
   left: -999em;
}
input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
input[type="checkbox"] + label::before {
   content: "";
   display: inline-block;
   vertical-align: -25%;
   height: 12px;
   width: 12px;
   background-color: white;
   border: 1px solid #a0a1a1;
   border-radius: 2px;
   margin-right: 0.5em;
   -webkit-appearance: none;
}
.checkbox-div {
	position:relative;
	width:100%;
	top:2px;
	left:6px;
}
.checkbox-div span {
	color:#fff;
	font-size:11px;
	display: inline-block;
	vertical-align: middle;
}

.checkbox-div label {
	cursor: pointer;
	position: absolute;
	width:9px;
	height:13px;
	top:-7px;
	left: 0px;
	background: #911a1c;
	border: 1px solid #911a1c;
	border-radius: 2px;
}
input[type="checkbox"]:checked + label::after {
   content: '';
   position: absolute;
   width: 7px;
   height: 4px;
   background: rgba(0, 0, 0, 0);
   /* top: 2px; */
   top: 0.9em;
   left: 2px;
   border: 3px solid #8f1c20;
   border-top: none;
   border-right: none;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
   -webkit-appearance: none;
}
@media screen and (max-width:600px) {
	.form-header-title-mobile {
		text-align: center;
		font-size: 16px;
		letter-spacing:0.5px;
		padding-bottom:15px;
		display: block;
	}
	.form-header-title {
		display:none;
	}
	.checkbox-div label {
		width: 1px;
		left:-3px;
	}
	.col-4 {
		margin: 0px;
	}
	.col-96 {
		width: 94%;
		padding-left:6px;
		margin:0px;
	}
	.mobile-form-row .form-row {
		padding-top: 0px;
		padding-bottom: 21px;
	}
}

/* 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) {
	.container{
		padding: 20px 5px;
		border-bottom: 0px;
	}
    .col-24, .col-25, .col-50, .col-33, .col-75 {
        width: 100%;
        margin-top: 0;
    }
	.col-33 {
		padding:15px 0px;
	}
	input[type=submit], input[type=button]  {
		width: 100%;
		margin-top:0;
	}
	input[type=tel]{
		width:98%;
		padding:12px 12px;
	}
	input[type=text], input[type=email], textarea {
		width: 91%;
		padding:12px 12px;
	}
	select {
		width: 98%;
	}
	.btn-div {
		width: 95%;
		float: none;
	}
	.btn-div span {
		width: 50%;
		float: left;
	}
	.form-row {
		padding: 10px 0px;
	}
	
	.intl-tel-input {
		width:100%;
	}
	.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel]{
		width:99%;
	}
}

/***************** 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: 10px 0px;
}
.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: 12px;
	}
	/* .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: 40px 0px;
}
.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: 10px 0px;
}

.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: 10px;
	color: #ccc;
	display: inline;
	float: left;
	padding: 15px 0px;
}
.unsubscribe {
	display: inline;
	float: right;
	padding: 11px 0px;
}
.unsubscribe a{
	font-size:10px;
	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;
	} 
}



/***************** THANK YOU *****************/
.close-btn-div {
	text-align:right;
	font-family: Gotham, Arial, san-serif;
	font-size: 10px;
	line-height:15px;
	padding-bottom:10px;
}

.close-btn-div a {
	color:#000;
	text-decoration: none;
}

.thanks-title {
	font-family: Gotham, Arial, san-serif;
	color: #7e7e7e;
	font-size:14.4px;
	font-weight:700;
}

.thanks-content p {
	font-size: 12px;
	font-family: Gotham, Arial, san-serif;
	color: #7e7e7e;
}

.thanks-content p a {
	color: #ff6666;
	text-decoration: none;
}
