@font-face {
	font-family: 'Avenir';
	src: url('../fonts/avenir_heavy-webfont.woff2') format('woff2'),
	url('../fonts/avenir_heavy-webfont.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/avenir-roman-webfont.woff2') format('woff2'),
	url('../fonts/avenir-roman-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/avenir_medium-webfont.woff2') format('woff2'),
	url('../fonts/avenir_medium-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

/* ------------------------------------------------------------ *\
	Section rf search bar styles
\* ------------------------------------------------------------ */


section.rf-search-bar {
	background: #e1ebed;
	font-size: 1rem;
	line-height: 1.5;
	color: #404040;
}

section.rf-search-bar .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: Nunito,Helvetica,Arial,sans-serif;
}

@media only screen and (min-width: 768px) {
    section.rf-search-bar .inner {
        flex-direction: row;
    }
}

section.rf-search-bar .inner h5 {
    font-family: Nunito,Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 0;
    margin-block-start: 1.67em;
    margin-block-end: 1.67em;
}

section.rf-search-bar .inner h5 br {
    display: none;
}

@media only screen and (min-width: 768px) {
    section.rf-search-bar .inner h5 {
        margin-right:20px;
    }

    section.rf-search-bar .inner h5 br {
        display: block;
    }
}

section.rf-search-bar .inner .search-registry-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 2%;
}

@media only screen and (min-width: 768px) {
    section.rf-search-bar .inner .search-registry-form {
        padding:30px 0 30px 2%;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 768px) {
	section.rf-search-bar .inner .search-registry-form input[type="radio"] {
		transform: translateY(1px);
	}
}

section.rf-search-bar .inner .search-registry-form label {
    margin-right: 11px;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    section.rf-search-bar .inner .search-registry-form label {
        margin-left:10px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 359px) {
	section.rf-search-bar .inner .search-registry-.search-registry-form label {
		font-size: 13px;
	}
}

section.rf-search-bar .inner .search-registry-form input[type=button] {
    display: block;
    margin: 20px auto;
    min-width: 120px;
    background: #416679;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    border: 0;
    padding: 10px 20px;
    transition: all .2s;
    cursor: pointer;
    line-height: 1;
    outline: transparent;
}

@media only screen and (min-width: 768px) {
    section.rf-search-bar .inner .search-registry-form input[type=button] {
        display:inline-block;
        margin-left: 20px;
        min-width: inherit;
    }
}

section.rf-search-bar .inner .search-registry-form input[type=text] {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: #666;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 0;
}

@media only screen and (min-width: 768px) {
    section.rf-search-bar .inner .search-registry-form input[type=text] {
        width:auto;
        margin-bottom: 0;
        text-align: left;
	    max-width: 180px;
    }

    section.rf-search-bar .inner .search-registry-form input[type=text]:first-child {
        margin-left: 10px;
    }
}

section.rf-search-bar .inner .search-registry-form .search-type {
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    section.rf-search-bar .inner .search-registry-form .search-type {
        padding:0;
    }
}

/* ------------------------------------------------------------ *\
	Section wedding register
\* ------------------------------------------------------------ */

.section-wedding-register {
	border-top: 1px solid  #C0BFBF;
	padding: 38px 0 29px;
}

.section-wedding-register .section__content {
	text-align: center;
	font-family: 'Avenir', sans-serif;
	font-size: 20px;
	max-width: 960px;
	margin: 0 auto;
}

.section-wedding-register .section__content h1 {
	color: #376B7F;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.14;
	margin-bottom: 23px;
}

.section-wedding-register .section__content h1 span {
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	color: #E8DAEC;
}

.section-wedding-register .section__content h2 {
	color: #376B7F;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 28px;
}

.section-wedding-register .section__content h5 {
	font-weight: 500;
	font-size: 21px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 9px;
}

.section-wedding-register .section__content p {
	margin-bottom: 19px;
}

.section-wedding-register .section__content p br {
	display: none;
}

.section-wedding-register .section__content p:last-child {
	margin-bottom: 0;
}

@media(max-width: 768px){
	.section-wedding-register {
		border-top: 0;
		padding-bottom: 24px;
	}

	.section-wedding-register .section__content {
		font-size: 16px;
		line-height: 1.35;
	}

	.section-wedding-register .section__content h5 {
		font-size: 15px;
		margin-bottom: 25px;
	}

	.section-wedding-register .section__content h1 {
		font-size: 40px;
		margin-bottom: 16px;
	}

	.section-wedding-register .section__content h1 span {
		line-height: 0.8;
	}

	.section-wedding-register .section__content h2 {
		font-size: 22px;
		line-height: 1.37;
	}

	.section-wedding-register .section__content p {
		max-width: 78%;
		margin: 0 auto 26px;
	}

	.section-wedding-register .section__content p br {
		display: block;
	}
}

/* ------------------------------------------------------------ *\
	Section book travel
\* ------------------------------------------------------------ */

.section-book-travel {
	padding: 24px 0 33px;
	background: #FAFAFA;
}

.section-book-travel .section__head {
	margin-bottom: 16px;
}

.section-book-travel .section__head h2 {
	text-align: center;
	color: #376B7F;
	font-family: 'Avenir', sans-serif;
	font-size: 32px;
	font-weight: 800;
}

.section-book-travel .section__head h2 br {
	display: none;
}

.section-book-travel .section__book-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	margin: 0 -10px;
    justify-content: center;
    align-items: center;
    gap: 20px; }

.section-book-travel .section__book-item {
	flex: 1;
	padding: 0 10px;
}

.section-book-travel .section__book-item--1of3 {
	flex: 0 0 33.33%;
}

.section-book-travel .section__book-item--full-width {
	flex: 0 0 100%;
}

@media (max-width: 600px) {
	.section-book-travel .section__book-items {
		grid-template-columns: 1fr;
		gap: 20px 0;
	}

	.section-book-travel .section__book-items {
		max-width: 100%;
		width: 100%;
	}
}
@media(max-width: 1024px){
	.section-book-travel .section__book-items {
		margin: 0 -20px;
	}

	.section-book-travel .section__book-item {
		padding: 0 5px;
	}
}

@media(min-width: 768px){
	.section-book-travel .section__book-item > div {
		width: 100% !important;
		max-width: 300px;
	}
}

@media(max-width: 767px){
	.section-book-travel {
		padding-bottom: 39px;
	}

	.section-book-travel .section__head {
		margin-bottom: 21px;
	}

	.section-book-travel .section__head h2 {
		font-size: 20px;
	}

	.section-book-travel .section__head h2 br {
		display: block;
	}

	.section-book-travel .section__book-items {
		margin: 0 -5px;
		justify-content: center;
		max-width: 100%;
		width: 100%;
	}

	.section-book-travel .section__book-item .wedding {
		display: none;
	}

	.section-book-travel .section__book-item.visible-xs-block {
		display: block;
	}

	.section-book-travel .section__book-item--1of3 .baby {
		display: flex;
	}

	.section-book-travel .section__book-item > div {
		margin: 0 auto;
	}

}

/* ------------------------------------------------------------ *\
	Section features
\* ------------------------------------------------------------ */

.section-features .section__features {
	padding: 20px 11px 0 10px;
	margin-bottom: 22px;
}

.section-features .section__text {
	font-family: 'Avenir', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}

@media(max-width: 768px){
	.section-features {
		padding: 35px 0 23px;
	}

	.section-features .section__features {
		padding: 0 21px;
		margin-bottom: 30px;
	}

	.section-features .section__text {
		font-size: 12px;
	}
}

/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
*:after {
	padding: 0;
	margin: auto;
	outline: 0;
	box-sizing: border-box;
}
.features {}

.features .features__items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18.5px -37px;
}

.features .features__item {
	flex: 1;
	padding: 0 18.5px;
	margin-bottom: 37px;
}

.features .features__item--1of3 {
/*	flex: 0 0 33.33%;*/
}

@media(max-width: 1024px){
	.features .features__items {
		margin: 0 -10px -30px;
	}

	.features .features__item {
		margin-bottom: 30px;
		padding: 0 10px;
	}
}

@media(max-width: 768px){
	.features .features__item--1of3 {
		flex: 0 0 100%;
	}
}

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */

.feature {
	height: 100%;
	border: 1px solid #D9D9D9;
	border-radius: 25px;
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	text-align: center;
	padding: 42px 20px 33px;
	transition: border-color .4s;
}

.feature:hover {
	border-color: #376B7F;
}

.feature .feature__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.feature .feature__icon {
	flex: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
}

.feature .feature__content {}

.feature .feature__content h4 {
	color: #376B7F;
	font-size: 22px;
	font-family: 'Avenir', sans-serif;
	font-weight: 800;
}

@media(max-width: 768px){
	.feature {
		min-height: 189px;
		justify-content: center;
	}

	.feature .feature__icon {
		flex: unset;
	}
}

/* ------------------------------------------------------------ *\
	List actions
\* ------------------------------------------------------------ */

.list-actions {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 19px 4px;
	font-size: 14px;
	color: #376B7F;
}

.list-actions li {
	flex: 0 1 auto;
	padding: 0 19px;
	margin-bottom: 31px;
}

.list-actions a {
	display: inline-flex;
	align-items: center;
	color: #376B7F;
	text-decoration: none;
}

.list-actions a:hover span {
	text-decoration: none;
}

.list-actions a svg {
	margin-right: 9px;
}

.list-actions a span {
	text-decoration: underline;
}

@media(max-width: 1024px){
	.list-actions {
		margin: 0 0 9px;
	}
}

@media(max-width: 768px){
	.list-actions {
		display: block;
		margin-bottom: 28px;
	}
}

/* ------------------------------------------------------------ *\
	Slider logos
\* ------------------------------------------------------------ */

.slider-logos {
	max-width: 590px;
	margin: 0 auto;
}

.slider-logos .slider__slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -31px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}

.slider-logos .slider__image {
	padding: 0 31px;
	flex: 1;
}

.slider-logos .slider__image-inner {
	border: 1px solid  #C0BFBF;
	background: #fff;
	padding: 11px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	height: 100%;
	position: relative;
	width: 282px;
}

.slider-logos .slider__image-inner img, .slider-logos .slider__image-inner div {
	transition: opacity .9s .1s;
}

.slider-logos .slider__image-inner a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #c063d7;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	z-index: 5;
	text-decoration: none;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	transition: opacity .9s, visibility .9s;
}

.slider-logos .slider__image-inner:hover img, .slider-logos .slider__image-inner:hover div {
	opacity: .1;
	transition: opacity .9s, visibility .9s;
}

.slider-logos .slider__image-inner:hover a {
	opacity: 1;
	visibility: visible;
	transition: opacity .9s .1s, visibility .9s .1s;
}

.slider-logos .slick-dots {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 0;
	margin: 7px -9px 0;
}

.slider-logos .slick-dots li {
	padding: 0 9px;
}

.slider-logos .slick-dots li.slick-active button {
	background: #4B697A;
}

.slider-logos .slick-dots button {
	background: #A3B3BC;
	border: 0;
	border-radius: 50%;
	appearance: none;
	transition: background .4s;
	width: 8px;
	height: 8px;
	font-size: 0;
}

.slider-logos .slick-dots button:hover {
	background: #4B697A;
}

@media(max-width: 768px){
	.slider-logos {
		padding: 0 33px;
	}

	.slider-logos .slider__slide {
		display: block;
		margin-bottom: -19px;
		padding-bottom: 20px;
	}

	.slider-logos .slider__image {
		margin-bottom: 19px;
	}

	.slider-logos .slider__image-inner {
		min-height: 153px;
		width: auto;
	}
	/* dots displaying vertical */
	.slider-logos .slick-dots {
		position: absolute;
		top: 43%;
		transform: translateY(-50%);
		right: 2%;
		float: right;
		display: block;
		font-size: 16px;
	}
}

@media(max-width: 575px){
	.slider-logos .slider__image-inner a {
		font-size: 20px;
	}
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {
	margin-top: 0;
}

.footer .footer__copy {
	float: right;
}

@media(max-width: 1023px){
	.footer .footer__copy {
		float: none;
	}
}

@media(max-width: 479px) {
	.footer {
		background-color: transparent;
		padding: 0;
	}

	.footer .footer__copy {
		background-color: #356b7f;
		padding: 20px 15px;
		margin: 0 -15px;
	}

	.footer .footer-nav {
		display: block;
		overflow: visible;
		visibility: visible;
		opacity: 1;
		max-height: unset;
		color: #87A6B2;
		font-size: 22px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 0;
	}

	.footer .footer-nav li {
		padding: 10px 0;
	}

	.footer .footer-nav li + li {
		margin-left: 0;
		border-top: 1px solid #C0BFBF;
	}

	.footer .footer-nav li a {
		letter-spacing: 0;
	}
}
