@import url("https://use.typekit.net/hek8uat.css");

@font-face {
	font-family: 'BonVivant';
	src: url("../fonts/BonVivant.woff2") format("woff2"),
		 url("../fonts/BonVivant.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BonVivantSerif';
	src: url("../fonts/BonVivantSerif.woff2") format("woff2"),
		 url("../fonts/BonVivantSerif.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BonVivantSerif';
	src: url("../fonts/BonVivantSerifBold.woff2") format("woff2"),
		 url("../fonts/BonVivantSerifBold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

body {
	font-family: 'brandon-grotesque';
	background-color: #E9D9BF;
}

.image-caption {
	position: relative;
}

.image-caption .wp-caption {
	border: 0;
}

.image-caption .wp-caption a {
	display: inline-block;
	width: 100%;
}

.image-caption .wp-caption .widget-image-caption,
.image-caption .wp-caption .widget-image-text {
	position: absolute;
	top: 45px;
	width: 76%;
	left: 12%;
	right: 12px;
}

.title-label {
	font-family: 'BonVivantSerif';
	font-size: 50px;
}

.form-group {
	margin-bottom: 30px;
}

.form-group .form-label {
	font-weight: 500;
	letter-spacing: 3px;
	font-size: 15px;
	margin-bottom: 20px;
}

.form-group .form-field {
	border: 0;
	border-bottom: 1px solid #000;
	background-color: transparent;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
}

.radio-box {
	display: inline-block;
	width: 100%;
}

.radio-box br {
	display: none;
}

.radio-box .wpcf7-form-control-wrap {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 3px;
	float: right;
}

.btn-register {
	border: 2px solid #868368;
	border-radius: 0;
	padding: 15px 20px 15px 20px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 3px;
	color: #000;
}

.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #868368;
}

.btn-register:disabled,
.btn-register[disabled] {
	border-color: #ddd;
	color: #fff;
	background-color: #ddd;
}

.acceptance-box {
	margin-bottom: 30px;
}

.acceptance-box .wpcf7-list-item-label {
	font-size: 15px;
	line-height: 1.25;
}

/* custom checkbox styling for contact form 7 checkbox */
span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.wpcf7-acceptance label {
	position: relative;
	cursor: pointer;
}

.wpcf7-acceptance input[type=checkbox] {
	/*position: relative;*/
	position: absolute;
	visibility: hidden;
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
}

.wpcf7-acceptance input[type=checkbox] + span {
	/* border: 3px solid red; */
}

.wpcf7-acceptance input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 0;
	height: 33px;
	width: 33px;
	top: 0px;
	left: 0px;
	border: 1px solid #000;
	border-radius: 100%;
}

.wpcf7-acceptance input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	content: "\2713";
	height: 33px;
	width: 33px;
	top: 0;
	left: 0;
	visibility: hidden;
	font-size: 18px;
	text-align: center;
	line-height: 33px;
}

.wpcf7-acceptance input[type=checkbox]:checked + span:before {
	background: transparent;
}

.wpcf7-acceptance input[type=checkbox]:checked + span:after {
	visibility: visible;
}

.wpcf7-list-item-label {
	margin-left: 30px;
	display: inline-block;
}

.acceptance-box .wpcf7-list-item-label {
	margin-left: 50px;
}

.wpcf7-form .wpcf7-radio {
  
}

.wpcf7-form .wpcf7-radio label {
	position: relative;
	cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
	position: relative;
	visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span {
	/*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 33px;
	width: 33px;
	top: -3px;
	border: 1px solid #222;
	left: 0;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 1px;
	left: 4px;
	visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
	background: transparent;
	/*     border-color: red; */
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
	background: #222;
	visibility: visible;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item.first .wpcf7-list-item-label {
	margin-right: 20px;
}

.select-box select {
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0 1em 0 0.25em;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	z-index: 1;
	outline: none;
}
 
.select-box select::-ms-expand {
	display: none;
}

.select-box .wpcf7-form-control-wrap {
	display: grid;
	grid-template-areas: "select";
	align-items: center;
	position: relative;
	cursor: pointer;
}

.select-box .wpcf7-form-control-wrap select, 
.select-box .wpcf7-form-control-wrap::after {
	grid-area: select;
}

.select-box .wpcf7-form-control-wrap:not(.select--multiple)::after {
	content: "";
	justify-self: end;
	width: 0.8em;
	height: 0.5em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: cover;
}

.select-box .wpcf7-form-control-wrap select:focus + .focus {
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border: 2px solid #000;
	border-radius: inherit;
}

.wpcf7-form .wpcf7-spinner {
	position: absolute;
}

.navbar-expand-sm .navbar-nav {
	margin-left: auto;
}

.page-header {
	margin-bottom: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
}

.navbar-nav li {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-left: 20px;
}

.navbar-nav li a {
	color: #000;
}

.btn-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #35391d;
    color: white;
    cursor: pointer;
    width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	padding: 5px;
}

.btn-to-top::hover {
    background-color: #555;
}

.btn-to-top svg {
	width: 20px;
}

.btn-to-top svg path {
	fill: #fff;
}

.bdt-lightbox {
	background: rgba(233,217,191,0.5);
}

.animated.animated-slow {
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
}

@media (max-width:767px) {
	.radio-box .wpcf7-form-control-wrap {
		float: left;
	}
}