.h-flex {
	display: -ms-flexbox;
	display: flex;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{line-height: 1.4!important;}
.btn-danger{background:#f23b43!important;}
@media only screen and (min-width: 992px) {
	.h-flex-md {
		display: -ms-flexbox;
		display: flex;
	}
}
/* Typography */
h1, h2, h3, h4, h5, h6, figure {
	color: #000000;
	font-weight: 400;
	margin: 0 0 20px 0;
}
h1 {
	font-size: 60px;
	font-family: 'Playball', cursive;
}
h2 {
	font-size: 50px;
	font-family: 'Playball', cursive;
}
h3 {
	font-size: 30px;
}
a {
	color: #000;
	transition: all 0.5s ease;
}
a:hover, a:active, a:focus {
	color: #000;
	outline: none;
	text-decoration: none;
}
p {
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1rem;
	text-rendering: optimizeLegibility;
}
::-webkit-selection {
	color: #FFFFFF;
	background: #000;
}
::-moz-selection {
	color: #FFFFFF;
	background: #000;
}
::selection {
	color: #FFFFFF;
	background: #000;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ccc;
}

::-webkit-scrollbar-thumb {
  background-color: #ff4061;
}
/* Body */
body {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #767878;
	background: #FFFFFF;
}
body.offcanvas {
	overflow: hidden;
}
/* List */
ul,
ol,
dl {
	line-height: 1.6;
	margin-bottom: 1rem;
	list-style-position: outside;
}
li {
	/* stylelint-disable-next-line sh-waqar/declaration-use-variable */
	font-size: inherit;
}
ul {
	list-style-type: disc;
	margin-left: 0rem;
}
ol {
	margin-left: 0rem;
}
ul ul,
ol ul, ul
ol,
ol
ol {
	margin-left: 1.25rem;
	margin-bottom: 0;
}
/* Common */
.main {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}
.main.offcanvas {
	overflow: hidden;
	position: absolute;
}
.main.offcanvas:after {
	transition: all 2s ease;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
	content: "";
}
.section {
	padding: 3em 0;
	clear: both;
}
@media only screen and (min-width: 768px) {
	.section {
		padding: 7em 0;
	}
}
.section-sm {
	padding: 3.5em 0;
}
.section-gray {
	background: #e9e9e9;
}
.bg {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center center;
	width: 100%;
}
.heading {
	margin-bottom: 4.9em;
}
.heading.heading-sm {
	margin-bottom: 2em;
}
.heading h2 {
	margin-bottom: 10px;
	line-height: 1.5;
	color: #000;
	margin-top: 10px;
}
.bg .heading h2, .bg .heading p{color:#fff;}
.heading p {
	font-size: 18px;
	line-height: 1.5;
}
@media only screen and (min-width: 768px) {
	.heading p {
		margin-left: auto;
		margin-right: auto;
	}
}
.heading span {
	text-transform: uppercase;
	font-size: 23px;
	letter-spacing: 2px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.4);
}
.loader {
	color: #f23b43;
	position: fixed;
	box-sizing: border-box;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: 1010;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.loader:after {
	content: '';
	position: fixed;
	width: 48px;
	height: 48px;
	border: solid 8px #f23b43;
	border-left-color: transparent;
	border-radius: 50%;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	animation: rotate 1s linear infinite;
}
.overlay {
	z-index: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
}
.display-t,
.display-tc {
	height: 100vh;
	display: table;
	width: 100%;
}
.display-tc {
	display: table-cell !important;
	vertical-align: bottom;
	padding-bottom: 180px;
}
.display-tc h1, .display-tc h2 {
	margin: 0;
	padding: 0;
	color: white;
}
.display-tc h1 {
	margin-bottom: 0px;
	line-height: 1.3;
	font-family: "Amatic SC", cursive;
	font-weight: 700;
	font-size: 50px;
}
@media only screen and (min-width: 768px) {
	.display-tc h1 {
		font-size: 150px;
	}
}
.display-tc h2 {
	font-size: 16px;
	line-height: 1.5;
	margin: 30px;
	font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 768px) {
	.display-tc h2 {
		font-size: 20px;
	}
}
.display-tc .btn {
	padding: 15px 20px;
	background: #FFFFFF !important;
	color: #000;
	border: none !important;
	font-size: 14px;
	text-transform: uppercase;
}
.display-tc .btn:hover {
	background: #FFFFFF !important;
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
.banner-text {
	color: #FFFFFF;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	justify-content: center;
}
.banner-text span {
	padding: 0 15px;
	line-height: 21px;
}
span.banner-text_names {
	font-family: 'Playball', cursive;
	font-size: 45px;
	line-height: 48px;
	position: relative;
}
span.banner-text_date{
	font-size: 25px;
	line-height: 28px;
	color: #fff;
	margin-top: 10px;
    display: block;
}
@media only screen and (max-width: 600px) {
	span.banner-text_names {font-size: 38px;}
}
@media only screen and (max-width: 500px) {
	span.banner-text_names {font-size: 33px;}
}
@media only screen and (max-width: 450px) {
	span.banner-text_names {font-size: 28px;}
	.couple-wrap h3{font-size: 30px;}
	span.banner-text_date{font-size: 20px;}
}
@media only screen and (max-width: 400px) {
	/*span.banner-text_names {font-size: 24px;}*/
}
@media only screen and (max-width: 350px) {
	span.banner-text_names {font-size: 22px;}
}
/*span.banner-text_names:before, span.banner-text_names:after {*/
/*	content: '';*/
/*	display: block;*/
/*	position: absolute;*/
/*	width: 2px;*/
/*	height: 100%;*/
/*	top: 0;*/
/*	background-color: #FFFFFF;*/
/*}*/
span.banner-text_names:before {
	left: -1px;
}
span.banner-text_names:after {
	right: -1px;
}
.js .animate-box {
	opacity: 0;
}
img {
	max-width: 100%;
}
.clearfix::before, .clearfix::after {
	content: ' ';
	display: table;
	clear: both;
}
.rotate {
	animation: rotate 1s;
	animation-timing-function: ease-in;
	animation-iteration-count: infinite !important;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Navigation */
.navbar {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 1001;
	border-radius: 0;
	transform: translateZ(0);
}
.navbar.affix {
	position: fixed;
	background: white;
	transition: all 0.5s ease;
	border-bottom: 1px solid #ccc;
}
.navbar.affix a {
	color: #000000;
}
.navbar.affix a:hover {
	color: #000000;
}
.navbar.affix .active > a {
	color: #000000 !important;
}
.navbar.affix .active > a:after {
	background: #000000;
}
.navbar.affix .has-dropdown:after {
	color: #000000;
}
.navbar #logo {
	display: -ms-flexbox;
	display: flex;
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	font-family: 'Playball', cursive;
	min-width: 110px;
}
.navbar #logo i{
	color:#f23b43;
	margin: 0 5px 0 13px;
}
.navbar #logo a{padding: 5px 0;}
.navbar a {
	padding: 5px 10px;
	color: #FFFFFF;
}
.navbar .menu-1, .navbar .menu-2 {
	display: none;
}
@media only screen and (min-width: 768px) {
	.navbar .menu-1, .navbar .menu-2 {
		display: block;
	}
}
.navbar .navbar-toggle {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9;
}
.navbar .navbar-toggle .icon-bar {
	background-color: #e9e9e9;
}
.navbar ul {
	padding: 0;
	margin: 2px 0 0 0;
}
.navbar ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
.navbar ul li a {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: all 0.5s ease;
	font-weight: 600;
}
.navbar ul li a:after {
	opacity: 0;
	content: '';
}
.navbar ul li a:hover, .navbar ul li a:focus, .navbar ul li a:active {
	/*color: white;*/
	background: none;
}
.navbar ul li a:hover {
	margin-top: -3px;
}
.navbar ul li.has-dropdown {
	position: relative;
}
.navbar ul li.has-dropdown:after {
	content: "\e921";
	position: absolute;
	top: 14px;
	right: -5px;
	font-family: 'icomoon';
	color: #FFFFFF;
}
.navbar ul li.has-dropdown .dropdown {
	width: 200px;
	box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 46px;
	right: -20px;
	text-align: left;
	background: #FFFFFF;
	padding: 20px;
	border-radius: 4px;
	transition: all 0s ease;
}
.navbar ul li.has-dropdown .dropdown:before {
	bottom: 100%;
	right: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #FFFFFF;
	border-width: 8px;
	margin-left: -8px;
}
.navbar ul li.has-dropdown .dropdown li {
	display: block;
	margin-bottom: 7px;
}
.navbar ul li.has-dropdown .dropdown li:last-child {
	margin-bottom: 0;
}
.navbar ul li.has-dropdown .dropdown li a {
	padding: 2px 0;
	display: block;
	color: #999999;
	line-height: 1.2;
	text-transform: none;
	font-size: 15px;
}
.navbar ul li.has-dropdown .dropdown li a:hover {
	color: #000000;
}
.navbar ul li.has-dropdown a:hover {
	margin-top: 0;
}
.navbar ul li.active > a {
	color: #FFFFFF !important;
	position: relative;
}
.navbar ul li.active > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	transition: all 0.5s ease;
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
#offcanvas {
	position: fixed;
	z-index: 1901;
	width: 100%;
	background: black;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 45px 40px 40px 40px;
	overflow-y: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	align-items: center;
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: all 0.5s ease;
}
.offcanvas #offcanvas {
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
#offcanvas a {
	color: rgba(255, 255, 255, 0.5);
}
#offcanvas a:hover {
	color: rgba(255, 255, 255, 0.8);
}
#offcanvas ul {
	padding: 0;
	margin: 0;
	font-size: 25px;
}
#offcanvas ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#offcanvas ul li > ul {
	padding-left: 20px;
}
#offcanvas ul li.offcanvas-has-dropdown > a {
	display: block;
	position: relative;
}
#offcanvas ul li.offcanvas-has-dropdown > a:after {
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 40px;
	color: rgba(255, 255, 255, 0.2);
	transition: all 0.5s ease;
}
#offcanvas ul li.offcanvas-has-dropdown.active a:after {
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.nav-toggle {
	position: fixed;
	right: 0px;
	top: 10px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 44px;
	z-index: 2001;
	border-bottom: none !important;
	display: block;
	cursor: pointer;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	.nav-toggle {
		display: none;
	}
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
	background: #444;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	color: #252525;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #252525;
	transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
	content: '';
	width: 25px;
	height: 2px;
	background: #252525;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
}
.nav-toggle.nav-white > i {
	color: #f23b43;
	background: #f23b43;
}
.nav-toggle.nav-white > i::before, .nav-toggle.nav-white > i::after {
	background: #f23b43;
}
.nav-toggle i::before {
	top: -7px;
}
.nav-toggle i::after {
	bottom: -7px;
}
.nav-toggle:hover i::before {
	top: -10px;
}
.nav-toggle:hover i::after {
	bottom: -10px;
}
.nav-toggle.active i {
	background: transparent;
}
.nav-toggle.active i::before {
	top: 0;
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
}
.nav-toggle.active i::after {
	bottom: 0;
	-ms-transform: rotate(-45deg);
	transform: rotateZ(-45deg);
}
/* Header section */
.cover {
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
}
.cover > .container {
	position: relative;
	z-index: 10;
}
.cover .display-tc {
	opacity: 0;
}
/* About-us */
.couple-wrap {
	/*width: 90%;*/
	margin: 0 auto;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.couple-wrap {
		width: 100%;
	}
}
.couple-wrap h3 {
	font-size: 35px;
	color: #000;
	font-weight: bold;
}
@media only screen and (max-width: 450px) {
	.couple-wrap h3{font-size: 30px;}
}
.couple-wrap .groom-wrap {
	margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
	.couple-wrap .groom-wrap {
		margin-bottom: 0;
		padding-right: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.couple-wrap .bride-wrap {
		padding-left: 30px;
	}
}
.heart {
	position: absolute;
	top: 10em;
	left: 0;
	right: 0;
	z-index: 99;
	animation: pulse 1s ease infinite;
	display: none;
}
.heart i {
	font-size: 74px;
	padding: 20px;
	color: #f23b43;
}
@media only screen and (min-width: 992px) {
	.heart {
		display: block;
	}
}
.groom, .bride {
	width: 400px;
	height: 400px;
	margin: 0 auto 20px;
	border-radius: 50%;
}



  .couple-wrap .social ul{
	list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
  }
  .couple-wrap .social ul li{
	font-size: 30px;
	margin-right: 14px;
	}
  .couple-wrap .social-link a {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #2f2f2f;
  }

  .couple-wrap .social a:hover {
	color: #b19a56;
	cursor: pointer;
  }
@media only screen and (min-width: 768px) {

}
.groom img, .bride img {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	border: 5px solid #f23b43;
    padding: 5px;
    object-fit: cover;
}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 768px) {

}
.desc-groom {
	text-align: center;
}
@media only screen and (min-width: 768px) {

}
.desc-bride {
	text-align: center;
}
@media only screen and (min-width: 768px) {

}
/* Events */
.event-list{
	justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.event-item{
	text-align: center;
	margin-bottom: 20px;
}
.event-item-box{
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	padding-bottom: 20px;
}
.event-item_details{margin: 20px 10px 0;}
.event-item_details h4{font-size:16px;line-height: 1.5;margin-bottom: 5px;}
.event-item_details h4+h4{margin-bottom:20px;}
.events-accordion h3 {
	font-size: 18px;
    font-weight: bold;
}
.events-accordion #accordion-img {
	margin-top: -20px;
	margin-bottom: 20px;
	max-height: 400px;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.events-accordion #accordion-img {
		margin-bottom: 0;
		max-height: inherit;
	}
}
@media only screen and (min-width: 992px) {
	.events-accordion #accordion-img {
		max-height: 485px;
	}
}
.events-accordion .panel-default,
.events-accordion .panel-default > .panel-heading,
.events-accordion .panel-group .panel-heading + .panel-collapse > .list-group,
.events-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none;
}
.events-accordion .panel-default > .panel-heading {
	background-color: #e9e9e9;
}
.events-accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
	padding: 0 15px 5px;
}
.events-accordion .panel-default {
	box-shadow: none;
}
.events-accordion .panel-title > a {
	display: inline-block;
	width: 100%;
}
.events-accordion .panel-title > a:hover, .events-accordion .panel-title > a[aria-expanded="true"] {
	color: #000000;
	font-weight: 600;
}
.events-accordion .panel-place {
	padding: 5px 15px 0;
}
/* Our story */
/* Timeline */
.timeline {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.timeline:before {
	top: 50px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 2px;
	height: 65%;
	background-color: #ccc;
	left: 30px;
}
ul.timeline > li > .timeline-panel{
	background-color: white;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%)
}
@media only screen and (min-width: 640px) {
	.timeline:before {
		left: 80px;
	}
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:last-child {
	margin-bottom: 0;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline .timeline-badge {
	left: 0;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 16px;
	z-index: 100;
}
.timeline .timeline-badge img {
	border-radius: 50%;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

@media only screen and (min-width: 640px) {

}
.timeline .timeline-panel {
	width: 75%;
	float: right;
	border: 1px solid #ccc;
	padding: 30px;
	position: relative;
	border-radius: 4px;
}
.timeline .timeline-panel:before {
	left: -15px;
	right: auto;
	position: absolute;
	top: 30px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 0 solid #ccc;
	border-right: 15px solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline .timeline-panel:after {
	left: -14px;
	right: auto;
	position: absolute;
	top: 31px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 0 solid #FFFFFF;
	border-right: 14px solid #FFFFFF;
	border-bottom: 14px solid transparent;
	content: " ";
}
@media only screen and (min-width: 640px) {
	.timeline .timeline-panel {
		width: calc(100% - 200px);
	}
	.timeline .timeline-panel:before {
		top: 80px;
	}
	.timeline .timeline-panel:after {
		top: 81px;
	}
}
.timeline .timeline-item:nth-child(2n) .timeline-panel {
	float: right;
}
.timeline .timeline-title {
	margin-top: 0;
	font-size: 24px;
	color: #f23b43;
}
.timeline .date {
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
	margin-bottom: 0;
}
.timeline .timeline-body > p + p {
	margin-top: 5px;
}
.timeline-readmore {
	display: inline-block;
	margin-top: 5px;
	color: #000000;
	text-decoration: underline;
}
.section-gray .timeline .timeline-panel:after {
	border-left-color: white;
	border-right-color: white;
}
@media only screen and (min-width: 992px) {
	ul.timeline:before {
		left: 50%;
	}
	ul.timeline > li > .timeline-panel {
		width: 38%;
		float: left;
	}
	ul.timeline > li > .timeline-badge {
		left: 50%;
		transform: translateX(-50%);
		display: flex;
	}
	ul.timeline > li > .timeline-panel:before {
		right: -15px;
		left: auto;
		border-right-width: 0;
		border-left-width: 15px;
	}
	ul.timeline > li > .timeline-panel:after {
		right: -14px;
		left: auto;
		border-left-width: 14px;
		border-right-width: 0;
	}
}
/* Gallery */
.gallery .grid--margin {
	margin-bottom: 50px;
}
.grid-item {
	border: 10px solid rgba(0, 0, 0, 0);
}
.grid-item a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 80;
	transition: all 0.5s ease;
	background: rgba(51, 51, 51, 0);
}
.grid-item a:hover:before {
	background: rgba(51, 51, 51, 0.2);
}
.grid-item,
.grid-sizer {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.grid-item,
	.grid-sizer {
		width: 33.333333%;;
	}
}
.grid-item--width2 {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.grid-item--width2 {
		width: 50%;
	}
}
.filters-button-group {
	text-align: center;
	border-bottom: 1px solid;
	margin: 0 10px 50px;
}
.filters-button-group .button {
	border: none;
	background: none;
	padding: 0 10px 10px;
	border-bottom: 2px solid transparent;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
}
.filters-button-group .is-checked {
	border-bottom: 2px solid #000;
}
.gallery-list {
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0 -10px 0;
	width: 100%;
}
.gallery-list li {
	display: block;
	padding: 0 5px;
	margin: 0 0 10px 0;
	list-style: none;
	min-height: 400px;
	position: relative;
	overflow: hidden;
	border-radius: 7px;
}
.gallery-list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 7px;
	position: absolute;
	top: 0;
	left: 0;
}
.gallery-list li a {
	min-height: 400px;
	padding: 2em;
	position: relative;
	width: 100%;
	display: block;
}
.gallery-list li a:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 80;
	transition: all 0.5s ease;
	border-radius: 7px;
	background: rgba(0, 0, 0, 0.2);
}
.gallery-list li a:hover .gallery-item_info span,
.gallery-list li a:hover .gallery-item_info h3 {
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.gallery-list li a:hover:before {
	background: rgba(0, 0, 0, 0.5);
}
.gallery-list .gallery-item_info {
	width: auto;
	bottom: 1em;
	left: 1em;
	right: 1em;
	position: absolute;
	z-index: 100;
}
@media only screen and (min-width: 768px) {
	.gallery-list .gallery-item_info {
		bottom: 2em;
		left: 2em;
		right: 2em;
	}
}
.gallery-list .gallery-item_info span {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
	display: block;
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.5s ease;
	opacity: 0;
}
.gallery-list .gallery-item_info h3 {
	color: #FFFFFF;
	margin-bottom: 0;
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
	transition: all 0.5s ease;
	font-size: 20px;
}
/* Counter */
.counter {
	text-align: center;
	height: auto;
	background-repeat: no-repeat;
}

.counter .counter-value {
	font-size: 50px;
	line-height: 1;
	color: #FFFFFF;
	font-weight: 100;
	display: block;
	margin-bottom: 15px;
}
.counter .counter-label {
	margin-bottom: 0;
	text-transform: lowercase;
	color: #FFFFFF;
	font-family: 'Playball', cursive;
	font-size: 30px;
}
.counter .feature-center {
	text-align: center;
	margin-bottom: 40px;
	padding: 0 20px;
	width: 100%;
}
@media only screen and (min-width: 992px) {
	.counter .feature-center {
		margin-bottom: 0;
	}
}
.counter .icon {
	width: 90px;
	height: 90px;
	border: 2px solid #e9e9e9;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	border-radius: 50%;
}
.counter .icon i {
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
	line-height: 40px;
	color: #000;
}
/* Groomsmen-bridesmaid */
.groomsmen-bridesmaid {
	text-align: center;
	padding-bottom: 0;
	/*background-color: #e9e9e9;*/
	padding-top: 7em;
  }
  .groomsmen-bridesmaid .social ul{
	list-style: none;
    display: flex;
    justify-content: start;
    margin:0;
    padding:0;
  }
  .groomsmen-bridesmaid .social ul li{
	margin-right: 14px;
	}
	.groomsmen-bridesmaid .social ul li i{
		font-size: 18px;
	}
  .groomsmen-bridesmaid .social-link a {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #2f2f2f;
  }

  .groomsmen-bridesmaid .social a:hover {
	color: #b19a56;
	cursor: pointer;
  }
  .groomsmen-bridesmaid-grids{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }

  .groomsmen-bridesmaid-grids .grid{
	border-radius: 30px;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  }
  .groomsmen-bridesmaid-grids .grid .img-holder,
  .groomsmen-bridesmaid-grids .grid .img-holder img{
	border-top-left-radius: 30px;
	width: 100%;
	background-color: white;
  }

  .groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
	margin-bottom: 60px;
	height: unset !important;
	display: flex;
	overflow: hidden;
  }

  @media (max-width: 991px) {
	.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
	}
	.navbar #logo{font-size:25px;}
  }

  @media (max-width: 767px) {
	.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
	  margin: 0 7.5px 60px;
	}
  }

  @media (max-width: 500px) {
	.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
	  float: none;
	  margin-left: auto;
	  margin-right: auto;
	  flex-wrap:wrap;
	}

	.groomsmen-bridesmaid .details{
		padding: 25px 25px 15px;
	}
  }

  .groomsmen-bridesmaid .details {
	padding: 45px 28px 15px;
	margin-top: -20px;
	background-color: white;
	width: 550px;
	text-align: left;
  }

  @media (max-width: 767px) {
	  .groomsmen-bridesmaid .details {
	    padding: 45px 25px 15px;
	  }
	}

  .groomsmen-bridesmaid .details p{
  	border-bottom: 1px solid #e8ebfa;padding-bottom: 0.6em;
  	margin-bottom: 15px;
  }

  .groomsmen-bridesmaid h4 {
	font-size: 18px!important;
	font-size: 2.125rem;
	font-weight: bold;
	margin: 0 0 0.2em;
	color: #f23b43;
  }

  .groomsmen-bridesmaid ul a {
	color: #2f2f2f;
  }

  .groomsmen-bridesmaid ul a:hover {
	color: #b19a56;
  }
/* Testimonials */
.testimonials .wrap-testimony {
	position: relative;
}
.testimonials .testimony-slide {
	text-align: center;
}
.testimonials .testimony-slide span {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	display: block;
}
.testimonials .testimony-slide figure {
	margin-bottom: 10px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 250px;
	height: 250px;
}
.testimonials .testimony-slide figure img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
}
.testimonials .testimony-slide blockquote {
	border: none;
	margin: 16px auto;
	width: 100%;
	position: relative;
	border-radius: 4px;
}
@media only screen and (min-width: 992px) {
	.testimonials .testimony-slide blockquote {
		width: 50%;
	}
}
.testimonials .testimony-slide blockquote p {
	font-style: italic;
	color: #8f989f;
	font-size: 20px;
	line-height: 1.6em;
}
.testimonials .testimony-slide.active {
	display: block;
}
/* Invitation */
.invitation_heading {
	font-size: 18px;
}
.invitation .send-button {
	margin-top: 10px;
}
.invitation .send-button:hover {
    box-shadow: 0 0 0 2px #fff inset, 0 0 0 2px #f23b43!important;
    -webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 2px #f23b43!important;
}

.invitation .form-wrapper {
	background: #FFFFFF;
	padding: 20px 35px 30px;
	margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
	.invitation .form-wrapper {
		margin-bottom: 0;
	}
}
.invitation h3 {
	margin: 10px 0;
}
.invitation .video {
	height: 450px;
	overflow: hidden;
	border-radius: 0;
	background-image: url(../img/video-bg.jpg);
}
.invitation .video:hover .overlay {
	opacity: 0.5;
}
.invitation .video a {
	z-index: 1001;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: table;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
}
.invitation .video a i {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.invitation .video .overlay {
	transition: all 0.5s ease;
}
/* Banner */
.banner h1,
.banner h2 {
	color: #FFFFFF;
}
.banner p {
	color: #FFFFFF;
	margin-bottom: 0;
}
.banner_top {
	background-image: url(../img/header-bg.jpg);
}
.banner_bottom {
	padding: 10em 0 3em;
	/*background-image: url(../img/banner-bottom.jpg);*/
}
.banner_bottom h2 {
	margin: 0;
	font-size: 60px;
	color: #FFFFFF;
}
.banner_bottom a {
	color: #FFFFFF;
}
.banner_bottom .heading {
	margin-bottom: 0;
}
.banner_bottom .copyright {
	margin-top: 7em;
}
.pt_blog .navbar {
	position: relative;
}
.pt_blog .nav-toggle {
	position: absolute;
}
@media only screen and (max-width: 767px) {
	.pt_blog .primary-block {
		margin-bottom: 60px;
	}
}
.blog-item {
	margin-bottom: 50px;
}
.blog-item_texst p {
	margin-bottom: 5px;
}
.blog-item_title {
	margin-top: 30px;
	font-size: 20px;
	margin-bottom: 12px;
}
.blog-item_meta {
	margin-bottom: 7px;
	font-size: 0.85em;
}
.blog-item_meta span {
	padding-right: 5px;
}
.blog-item_meta span i {
	padding-right: 3px;
}
.single-post_banner {
	margin-bottom: 40px;
}
.single-post_title {
	margin-bottom: 40px;
}
.post-content blockquote {
	text-align: center;
	border: none;
	font-style: italic;
	font-weight: 600;
}
.post-content blockquote:after, .post-content blockquote:before {
	content: '"';
}
.post-hightlight {
	border: 4px solid #e9e9e9;
	padding: 30px;
	margin: 10px 0 20px;
	font-size: 20px;
	font-weight: 600;
}
.post-hightlight::before, .post-hightlight::after {
	content: ' ';
	display: table;
	clear: both;
}
@media only screen and (min-width: 992px) {
	.post-hightlight {
		width: 33%;
		float: right;
	}
}
.post-hightlight:before {
	content: 'HIGHLIGHT';
	display: block;
	font-size: 14px;
	font-weight: 300;
}
@media only screen and (min-width: 992px) {
	.post-hightlight--before {
		width: 64%;
		float: left;
	}
}
.post-tags a {
	padding: 0 5px;
}
.widget {
	margin-bottom: 50px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget_title {
	font-family: 'Playball', cursive;
}
.widget_latest-posts .post {
	margin-bottom: 20px;
}
.widget_latest-posts .post::before, .widget_latest-posts .post::after {
	content: ' ';
	display: table;
	clear: both;
}
.widget_latest-posts .post_image {
	float: left;
	margin-right: 20px;
}
.widget_categories ul {
	list-style: none;
	padding-left: 0;
}
.widget_categories li {
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.widget_categories a {
	color: inherit;
}
.widget_categories span {
	float: right;
}
/* Footer */
footer {
	padding: 5em 0;
}
footer .copyright .block {
	display: block;
}
/* Buttons */
.btn {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 20px;
	color: #000000;
	text-transform: uppercase;
	border-radius: 0;
	transition: all 0.5s ease;
}
.btn.btn-md {
	padding: 8px 20px;
}
.btn.btn-lg {
	padding: 14px 43px;
}
.btn:hover, .btn:active, .btn:focus {
	box-shadow: none !important;
	outline: none !important;
}
.btn-primary {
	background: #000;
	color: #FFFFFF;
	border: 2px solid #000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #0d0d0d !important;
	border-color: #0d0d0d !important;
}
.btn-primary.btn-outline {
	background: transparent;
	color: #000;
	border: 2px solid #000;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
	background: #000;
	color: #FFFFFF;
}
.btn-success {
	background: #4CAF50;
	color: #FFFFFF;
	border: 2px solid #4CAF50;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
	background: #449d48 !important;
	border-color: #449d48 !important;
}
.btn-success.btn-outline {
	background: transparent;
	color: #4CAF50;
	border: 2px solid #4CAF50;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
	background: #4CAF50;
	color: #FFFFFF;
}
.btn-info {
	background: #03A9F4;
	color: #FFFFFF;
	border: 2px solid #03A9F4;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
	background: #0398db !important;
	border-color: #0398db !important;
}
.btn-info.btn-outline {
	background: transparent;
	color: #03A9F4;
	border: 2px solid #03A9F4;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
	background: #03A9F4;
	color: #FFFFFF;
}
.btn-warning {
	background: #FF9800;
	color: #FFFFFF;
	border: 2px solid #FF9800;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background: #e68900 !important;
	border-color: #e68900 !important;
}
.btn-warning.btn-outline {
	background: transparent;
	color: #FF9800;
	border: 2px solid #FF9800;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
	background: #FF9800;
	color: #FFFFFF;
}
.btn-danger {
	background: #F44336;
	color: #FFFFFF;
	border: 2px solid #F44336;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
	background: #f32c1e !important;
	border-color: #f32c1e !important;
}
.btn-danger.btn-outline {
	background: transparent;
	color: #F44336;
	border: 2px solid #F44336;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
	background: #F44336;
	color: #FFFFFF;
}
.btn-outline {
	background: none;
	border: 1px solid #000000;
	font-size: 16px;
	transition: all 0.3s ease;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
	box-shadow: none;
}
.btn-outline-black {
	background: #000000;
	box-shadow: 0px 0px 0px 2px #FFFFFF inset;
	color: #FFFFFF;
}
.btn.with-arrow {
	position: relative;
	transition: all 0.3s ease;
}
.btn.with-arrow i {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
	transition: all 0.2s ease;
}
.btn.with-arrow:hover {
	padding-right: 50px;
}
.btn.with-arrow:hover i {
	color: #FFFFFF;
	right: 18px;
	visibility: visible;
	opacity: 1;
}
/* Forms */
.form-field {
	position: relative;
	margin: 17px 0;
}
.form-field label.control-label {
	padding: 0;
	line-height: 1;
	position: absolute;
	top: 18px;
	left: 30px;
	transition: all 0.3s ease;
	font-weight: 300;
}
.form-field label.control-label.filled {
	top: -20px;
}
.form-field .add-button {
	width: 100%;
	height: 50px;
	border: 1px solid #000000;
	border-radius: 0;
	background: none;
}
.form-field .remove_field {
	position: absolute;
	top: 10px;
	right: 0;
	border-left: 1px solid #000000;
	padding: 0 10px;
}
.form-control {
	box-shadow: none;
	/*background: transparent;*/
	border: 1px solid #dddddd;
	border-radius: 0;
	height: 50px;
	font-size: 18px;
	font-weight: 300;
}
.form-control:active, .form-control:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #dddddd;
}
.guest-list {
	margin: 0;
}
.guest-list > div {
	margin: 17px 0 24px;
	position: relative;
}
.switch-field {
	position: relative;
	height: 50px;
}
.switch-field .switch {
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 50px;
	text-align: center;
	transition: all 0.2s ease;
}
.switch-field .switch span {
	display: none;
	position: absolute;
	width: 20px;
	height: 4px;
	top: 50%;
	left: 50%;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: all 0.2s ease;
}
.switch-field .switch span:after {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	transition: all 0.2s ease;
}
.switch-field input[type=radio] {
	display: none;
}
.switch-field .switch label {
	cursor: pointer;
	color: #000000;
	width: calc(50% - 15px);
	line-height: 50px;
	transition: all 0.2s ease;
	border: 1px solid #000000;
	border-radius: 0;
	position: absolute;
}
.switch-field label[for=yes] {
	left: 0px;
}
.switch-field label[for=no] {
	right: 0px;
}
.switch-field #yes:checked ~ .switch label[for=yes] {
	border-color: #4CAF50;
	color: #4CAF50;
}
.switch-field #yes:checked ~ .switch span {
	background: #4CAF50;
	margin: -2px 0px 0px -4px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.switch-field #yes:checked ~ .switch span:after {
	background: #4CAF50;
	margin-top: -8px;
	width: 4px;
	height: 12px;
}
.switch-field #no:checked ~ .switch label[for=no] {
	border-color: #F44336;
	color: #F44336;
}
.switch-field #no:checked ~ .switch span {
	background: #F44336;
	margin-left: -8px;
}
.switch-field #no:checked ~ .switch span:after {
	background: #F44336;
	height: 20px;
	margin-top: -8px;
	margin-left: 8px;
}
.input-group .btn {
	border: 2px solid rgba(0, 0, 0, 0.1);
	padding: 12px 20px;
	background-color: #000;
	color: #FFFFFF;
}
.message-success {
	background: url(../img/accept.png) no-repeat;
	width: 464px;
	height: 337px;
	margin: 0 auto;
}
/* Countdown */
.countdown.section {
	background-repeat: no-repeat;
}
.countdown .heading {
	margin-bottom: 2em;
}
.countdown .heading h2 {
	font-size: 33px;
}
@media only screen and (min-width: 768px) {
	.countdown .heading h2 {
		font-size: 50px;
	}
}
.countdown .heading h2, .countdown .heading p {
	color: #FFFFFF;
}
/*.timer{justify-content: center;}*/
@media only screen and (min-width: 768px) {
	.timer {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: center;
	}
}
.timer .timer-item_digits {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}
.timer .timer-item_text {
	color: #FFFFFF;
	font-family: 'Playball', cursive;
	font-size: 34px;
}
.timer .timer-item {
	/* coutndown blocks */
	position: relative;
}
.timer .timer-item > div {
	/* countdown block inner div */
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	width: 100px;
}
.timer .timer-item .smalltext,
.timer .timer-item .digit {
	display: block;
	color: #FFFFFF;
}
.timer .timer-item .digit {
	font-size: 47px;
	line-height: 40px;
}
.timer .timer-item .smalltext {
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	font-size: 14px;
}

@media only screen and (max-width: 450px) {
	.timer .timer-item > div {height: 85px;width: 85px;}
	.timer .timer-item_text {
		font-size: 30px;
	}
}
/* Carousel */
.owl-carousel .owl-controls .owl-dot.active span {
	background: transparent;
	border: 2px solid #000;
}
/* Social icons */
.social-icons {
	margin-top: 10px;
	padding: 0;
}
.social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.social-icons li a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.social-icons li a i {
	font-size: 20px;
}
/* Timeline */
.timeline {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
.timeline:before {
	top: 100px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 1px;
	height: 75%;
	background-color: #ccc;
	left: 30px;
}
@media only screen and (min-width: 640px) {
	.timeline:before {
		left: 80px;
	}
}
.timeline > li {
	margin-bottom: 70px;
	position: relative;
}
.timeline > li:last-child {
	margin-bottom: 0;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline .timeline-badge {
	left: 0;
	width: 220px;
	height: 220px;
	position: absolute;
	top: 16px;
	z-index: 100;
}
.timeline .timeline-badge img {
	border-radius: 50%;
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
	.timeline .timeline-badge {
		width: 180px;
		height: 180px;
		margin-left: 0;
	}
	.timeline:before{
		left: 90px;
	}
}
@media only screen and (max-width: 639px){
	.groom, .bride{
		width: 100%;
    	height: auto;
	}
	.groom img, .bride img{
		width: 350px;
    	height: 350px;
        object-fit: cover;
	}
	.timeline > li{
		display: flex;
		justify-content: center;
		margin-top: 270px;
	}
	.timeline .timeline-badge{
		left: 50%;
    	transform: translateX(-50%);
		top: -220px;
	}
	.timeline:before{
		display: none;
	}
	#couple-story>.container>.row>.heading{
		margin-bottom: 0;
	}
}
.timeline .timeline-panel {
	width: 75%;
	float: right;
	border: 1px solid #ccc;
	padding: 30px;
	position: relative;
	border-radius: 4px;
}
.timeline .timeline-panel:before {
	left: -15px;
	right: auto;
	position: absolute;
	top: 30px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 0 solid #ccc;
	border-right: 15px solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline .timeline-panel:after {
	left: -14px;
	right: auto;
	position: absolute;
	top: 31px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 0 solid #FFFFFF;
	border-right: 14px solid #FFFFFF;
	border-bottom: 14px solid transparent;
	content: " ";
}
@media only screen and (min-width: 640px) {
	.timeline .timeline-panel {
		width: calc(100% - 200px);
	}
	.timeline .timeline-panel:before {
		top: 80px;
	}
	.timeline .timeline-panel:after {
		top: 81px;
	}
}
@media only screen and (max-width: 639px){
	.timeline .timeline-panel{margin-top: 20px;width:100%;}
	.timeline .timeline-panel:before{
		left: calc(50% - 15px);
	    top: -15px;
	    position: absolute;
	    display: inline-block;
	    border-left: 15px solid transparent;
	    border-top: 0 solid #ccc;
	    border-bottom: 15px solid #ccc;
	    border-right: 15px solid transparent;
	    content: " ";
	}
	.timeline .timeline-panel:after{
		left: calc(50% - 14px);
	    top: -14px;
	    position: absolute;
	    display: inline-block;
	    border-right: 14px solid transparent;
	    border-top: 0 solid #FFFFFF;
	    border-bottom: 14px solid #FFFFFF;
	    border-left: 14px solid transparent;
	    content: " ";
	}
	.section-gray .timeline .timeline-panel:after{
		border-top-color: white;
    	border-bottom-color: white;
    	border-left-color: transparent;
    	border-right-color: transparent;
	}
	.timeline .timeline-item:nth-child(2n) .timeline-panel:before{
		border-top-width: 0;
	    border-bottom-width: 15px;
	    top: -15px;
	    bottom: auto;
	}
}
.timeline .timeline-item:nth-child(2n) .timeline-panel {
	float: right;
}

@media only screen and (min-width: 640px) {
	.timeline .timeline-item:nth-child(2n) .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}
	.timeline .timeline-item:nth-child(2n) .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
}
.timeline .timeline-title {
	margin-top: 0;
	font-size: 24px;
}
.timeline .date {
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
	margin-bottom: 0;
}
.timeline .timeline-body > p + p {
	margin-top: 5px;
}
.timeline-readmore {
	display: inline-block;
	margin-top: 5px;
	color: #000000;
	text-decoration: underline;
}

@media only screen and (min-width: 992px) {
	ul.timeline:before {
		left: 50%;
	}
	ul.timeline > li > .timeline-panel {
		width: 38%;
		float: left;
	}
	ul.timeline > li > .timeline-badge {
		left: 50%;
		transform: translateX(-50%);
		display: flex;
	}
	ul.timeline > li > .timeline-panel:before {
		right: -15px;
		left: auto;
		border-right-width: 0;
		border-left-width: 15px;
	}
	ul.timeline > li > .timeline-panel:after {
		right: -14px;
		left: auto;
		border-left-width: 14px;
		border-right-width: 0;
	}
}
.wish-box{overflow-y: auto;height: 390px;background-color: rgb(255 255 255 / 70%);margin: 0.5rem 0;border: 5px solid #f23b43;color: #333;}
.wish-box::-webkit-scrollbar {width: 8px;}
.wish-box::-webkit-scrollbar-thumb {background-color: #999;-webkit-border-radius: 0;-moz-border-radius: 0;-o-border-radius: 0;-ms-border-radius: 0;border-radius: 0;}
.wish-box .wish-box-item{padding: 10px;}
.wish-box .wish-box-item p{color: #333;margin:.5rem 0;}
.wish-box .wish-box-item.bg{background-color: #fff0f1;}
.wish-box-form h3 {color:#fff;}
.wish-box-form textarea {height: 150px;padding-top: 10px;}
.validate-rsvp-form .success-error-message {
  margin: 15px 0 0;
}

.validate-rsvp-form label.error {
  color: red;
  margin: 5px 0 0 0;
}

.validate-rsvp-form #loader {
  display: none;
}

.validate-rsvp-form #loader i {
  font-size: 20px;
  color: #fff;
}

.validate-rsvp-form #success,
.validate-rsvp-form #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .validate-rsvp-form #success,
  .validate-rsvp-form #error {
    font-size: 15px;
  }
}

.validate-rsvp-form #success {
  background-color: green;
  margin-bottom: 5px;
}

.validate-rsvp-form #error {
  background-color: red;
}
.donate-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    padding-bottom: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.5);
}
.donate-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
	max-width: 750px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetopfordonatemodal;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetopfordonatemodal;
    animation-duration: 0.4s
}
@-webkit-keyframes animatetopfordonatemodal {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
@keyframes animatetopfordonatemodal {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
.donate-modal strong, .donate-modal h3{font-family:inherit!important;}
.donate-modal-close {color: white;float: right;font-size: 28px;font-weight: bold;text-decoration: none;cursor: pointer;}
.donate-modal-header {padding: 8px 16px;background-color: #f23b43;color: #fff;font-size:30px;text-align:center;line-height: 40px;}
.donate-modal-header strong{display:flex;align-items:center;justify-content: center;flex-wrap: wrap;color:#fff;}

.donate-modal-header strong span{margin-left:10px;}
.donate-modal-body {padding: 0 15px;}
.donate-box{display: flex;justify-content: space-evenly;flex-wrap: wrap;}
.donate-box .donate-card{width: calc(50% - 40px);margin: 20px;padding: 20px;border: 3px solid #f23b43;border-radius: 10px;}
.donate-box .donate-card:hover{box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);}
.donate-box .donate-card h3{padding:0;margin:0;margin-bottom: 20px;font-weight: bold;font-size: 18px;line-height: 30px;}
.donate-box .donate-card p {margin: 10px 0!important;font-size: 16px;}
.donate-box .donate-card p:last-child {margin-bottom:0!important;}
@media (max-width: 699px) {
  .donate-box .donate-card{width:100%;margin: 20px 5px;}
}
.donate-box .donate-card {position:relative;}
.donate-box .donate-card .qr-code-image{max-width: 150px;border: 1px solid #ccc;padding: 3px;margin: auto;display: block;}
.donate-box .cryptos-box {border-top: 1px solid #f23b43;margin-top: 25px;}
.donate-box .cryptos-box h4 {margin: 0;margin-top: 20px;text-align: center;}
.donate-box .cryptos-box .cryptos-items {display: flex;flex-wrap: wrap;justify-content: center;margin-right: -10px;margin-left: -10px;margin-top: 10px;}
.donate-box .cryptos-box .cryptos-items .crypto-item {padding:10px 10px 0;}
.donate-box .cryptos-box .cryptos-items .crypto-item img {width:50px;max-width:100%;min-width:35px;cursor:pointer;}
.donate-box .cryptos-box-view {display:none;position: absolute;top: 0;left: 0;background: #ffffff;width: 100%;height: 100%;border-radius: 7px;padding:10px;text-align: center;}
.donate-box .cryptos-box-view h5 {font-weight: bold;font-size: 18px;display: flex;align-items: center;justify-content: center;margin-bottom: 15px;}
.donate-box .cryptos-box-view h5 img{width:25px;}
.donate-box .cryptos-box-view h5 .coin-img {margin-right: 5px;}
.donate-box .cryptos-box-view h5 .coin-id {margin-left: 5px;}
.donate-box .cryptos-box-view .coin-address {display: block;padding: 10px;background: #ffe2e4;margin-bottom: 15px;word-break: break-word;color: #201f1f;}
.donate-box .cryptos-box-view .cryptos-box-view-close {margin-top: 15px;background: #f23b43;color: #fff;padding: 5px 15px;border-radius: 5px;border: 1px solid #e3252d;}
.donate-box .cryptos-box-view .cryptos-box-view-close:hover{background: #e3252d;}
.section-accessibilities{background: #ffe2e5;padding:0;}
.section-accessibilities .btn-container{margin-top: 20px;margin-bottom: 30px;}
.section-accessibilities .button-accessibilities .accessibility-btn{padding: 15px 20px!important;min-width: 220px!important;margin: 10px 5px 0!important;font-size: 1.4rem!important;text-transform: uppercase;}
.section-accessibilities .button-accessibilities .accessibility-btn .content-button{display: flex;align-items: center;justify-content: center;}
.section-accessibilities .button-accessibilities .accessibility-btn .content-button svg{margin-right:5px;}
.section-accessibilities .button-accessibilities .accessibility-btn:after{content:""!important;}
@media (max-width: 500px) {
.section-accessibilities .button-accessibilities .accessibility-btn{width: 100%!important;margin: 10px 0!important;}
}

.calendar-button .atcb-button-wrapper{padding:0!important;width: 80%!important;margin: auto!important;display: block!important;}
.calendar-button .atcb-button{width:100%!important;margin-bottom: 10px!important;border-radius:0!important;box-shadow: none!important;font-size: 16px!important;font-family: inherit!important;padding:8px 20px;margin:0;}
.atcb-list-item .atcb-icon > span{display:initial!important;}
.video-btn {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    margin-top: 16px;
    position: relative;
}

.video-play-btn {
    line-height: 75px;
    font-size: 2rem;
    background: rgba(200, 157, 156, 0.3);
    border: 3px solid rgb(175 115 114);
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 1px;
    color: rgb(255, 255, 255);
    text-align: center;
}

/*** for fancybox video ***/
.fancybox-overlay {
background: rgba(0, 0, 0, 0.9);
z-index: 9999 !important;
}

.fancybox-wrap {
z-index: 99999 !important;
}
/*parent info*/
.parent-infos{margin-bottom:0.8rem;}
.parent-info .parent-name{font-weight:600;text-transform:uppercase;}

