/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Pretty - HTML Responsive Wedding Template
Version:        2.0.1
Author:         themexshaper
URL:            http://themeforest.net/user/themexshaper
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	wedding-date
#0.7	couple-section
#0.8	love-sotry-section
#0.9	wedding-location-section
#1.0	wishes-section
#1.1	groomsmen-bridesmaid
#1.2	gallery-section
#1.3	rsvp-section
#1.4	gift-registry-section 


--------------------------------------------------------------
	blog page
--------------------------------------------------------------
#2.1	blog-pg-section


--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------
#2.1	blog-single-section



----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Great+Vibes|Muli:400,400i,600,700&display=swap");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
	font-size: 16px;
}

body {
	font-family: "Muli", sans-serif;
	background-color: #fff;
	font-size: 16px;
	font-size: 1rem;
	color: #818492;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
}

p {
	color: #818492;
	line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2f2f2f;
}

ul {
	padding-left: 0;
	margin: 0;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
	position: relative;
	overflow: hidden;
}

.wow {
	visibility: hidden;
}

.fi:before {
	margin: 0;
}

.section-padding {
	padding: 120px 0;
}

@media (max-width: 991px) {
	.section-padding {
		padding: 90px 0;
	}
}

@media (max-width: 767px) {
	.section-padding {
		padding: 80px 0;
	}
}

.p-t-0 {
	padding-top: 0;
}

/*** validate rsvp form ***/
.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;
	margin-top: 10px;
}

.validate-rsvp-form #loader i {
	font-size: 30px;
	font-size: 1.875rem;
	color: #b19a56;
	display: inline-block;
	-webkit-animation: rotating linear 2s infinite;
	animation: rotating linear 2s infinite;
}

.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;
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 5s alternate infinite;
	animation: rotating 5s alternate infinite;
}

.video-player {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.spirit-header {
	position: relative;
	z-index: 100;
}

.ripple {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

/** for popup image ***/
.mfp-wrap {
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

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

.fancybox-wrap {
	z-index: 99999 !important;
}

.section-title,
.section-title-s2 {
	text-align: center;
	margin-bottom: 45px;
}

@media (max-width: 767px) {
	.section-title,
	.section-title-s2 {
		margin-bottom: 40px;
	}
}

.section-title h2,
.section-title-s2 h2 {
	font-family: "Great Vibes", cursive;
	font-size: 48px;
	font-size: 3rem;
	color: #2f2f2f;
	margin: 0;
	padding-top: 1.1em;
	text-transform: capitalize;
	position: relative;
}

@media (max-width: 991px) {
	.section-title h2,
	.section-title-s2 h2 {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

@media (max-width: 767px) {
	.section-title h2,
	.section-title-s2 h2 {
		font-size: 36px;
		font-size: 2.25rem;
	}
}

.section-title h2:before,
.section-title-s2 h2:before {
	content: "";
	background: url("../images/sec-title-flower.png") center center/cover no-repeat local;
	position: absolute;
	left: calc(50% - 47px);
	top: 0;
	width: 93px;
	height: 42px;
}

.section-title-s2 h2 {
	margin-bottom: 0.4em;
}

.section-title-s2 p {
	margin-bottom: 0;
}

.see-location-btn {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 12px 25px;
	border: 2px solid #b19a56;
	color: #818492;
	border-radius: 60px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.see-location-btn {
		padding: 8px 15px;
		font-size: 12px;
		text-transform: capitalize;
	}
}

.see-location-btn:hover {
	background-color: #b19a56;
	color: #fff;
}

.theme-btn {
	background-color: #b19a56;
	color: #fff;
	font-weight: bold;
	padding: 12px 30px;
	border: 0;
	outline: 0;
	display: inline-block;
	border-radius: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
}

.theme-btn:hover {
	background-color: #917d43;
}

@media (max-width: 767px) {
	.theme-btn {
		font-size: 14px;
	}
}

.form input,
.form textarea,
.form select {
	border-color: #bfbfbf;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
	border-color: #b19a56;
	-webkit-box-shadow: 0 0 5px 0 #c1af79;
	-moz-box-shadow: 0 0 5px 0 #c1af79;
	-o-box-shadow: 0 0 5px 0 #c1af79;
	-ms-box-shadow: 0 0 5px 0 #c1af79;
	box-shadow: 0 0 5px 0 #c1af79;
}

.form ::-webkit-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form :-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form ::-moz-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form :-ms-input-placeholder {
	font-style: 14px;
	font-style: italic;
	color: #595959;
}

.form select {
	font-style: italic;
	background: url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	cursor: pointer;
}

.form select::-ms-expand {
	/* for IE 11 */
	display: none;
}

/******************************
	#page title
******************************/
.page-title {
	background: url("../images/page-title.jpg") center center/cover no-repeat local;
	width: 100%;
	height: 430px;
	position: relative;
	text-align: center;
}

@media (max-width: 991px) {
	.page-title {
		height: 300px;
	}
}

.page-title:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.page-title .container {
	height: 100%;
	display: table;
}

.page-title .container > .row {
	vertical-align: middle;
	display: table-cell;
}

.page-title h2 {
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0.3em;
	text-transform: capitalize;
}

@media (max-width: 991px) {
	.page-title h2 {
		font-size: 45px;
		font-size: 2.8125rem;
	}
}

@media (max-width: 767px) {
	.page-title h2 {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

.preloader {
	background: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
}

.preloader .middle {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .middle .fi {
	float: left;
	margin-right: 8px;
}

.preloader .middle .fi:last-child {
	margin-right: 0;
}

.preloader .middle .fi:before {
	color: #b19a56;
	font-size: 22px;
}

.preloader .middle i:first-child {
	-webkit-animation: preloaderAnimation 0.6s infinite alternate;
	animation: preloaderAnimation 0.6s infinite alternate;
}

.preloader .middle i:nth-child(2) {
	-webkit-animation: preloaderAnimation 0.6s 0.3s infinite alternate;
	animation: preloaderAnimation 0.6s 0.3s infinite alternate;
}

.preloader .middle i:nth-child(3) {
	-webkit-animation: preloaderAnimation 0.6s 0.6s infinite alternate;
	animation: preloaderAnimation 0.6s 0.6s infinite alternate;
}

.preloader .middle i:last-child {
	-webkit-animation: preloaderAnimation 0.6s 0.9s infinite alternate;
	animation: preloaderAnimation 0.6s 0.9s infinite alternate;
}

@-webkit-keyframes preloaderAnimation {
	from {
		opacity: 1;
	}
	to {
		opacity: 0.3;
	}
}

@keyframes preloaderAnimation {
	from {
		opacity: 1;
	}
	to {
		opacity: 0.3;
	}
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
	/*** search-widget ***/
	/*** about-widget ***/
	/*** category-widget ***/
	/*** recent-post-widget ***/
	/*** tag-widget ***/
}

@media screen and (min-width: 992px) {
	.blog-sidebar {
		padding-left: 45px;
	}
}

@media (max-width: 991px) {
	.blog-sidebar {
		margin-top: 80px;
		max-width: 400px;
	}
}

@media (max-width: 767px) {
	.blog-sidebar {
		margin-top: 60px;
		max-width: 400px;
	}
}

.blog-sidebar .widget {
	padding: 35px 28px;
	border-radius: 5px;
	border: 2px solid #f7f5ee;
}

.blog-sidebar .widget h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0 0 1.3em;
	position: relative;
	text-transform: capitalize;
}

.blog-sidebar > .widget + .widget {
	margin-top: 65px;
}

.blog-sidebar .search-widget form div {
	position: relative;
}

.blog-sidebar .search-widget input {
	background-color: rgba(177, 154, 86, 0.05);
	height: 50px;
	font-size: 16px;
	font-size: 1rem;
	padding: 6px 50px 6px 20px;
	border: 0;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
	background-color: rgba(177, 154, 86, 0.1);
}

.blog-sidebar .search-widget form button {
	background: transparent;
	font-size: 20px;
	font-size: 1.25rem;
	color: #b19a56;
	border: 0;
	outline: 0;
	position: absolute;
	right: 10px;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-sidebar .about-widget {
	text-align: center;
}

.blog-sidebar .about-widget .img-holder {
	margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
	border-radius: 50%;
}

.blog-sidebar .about-widget p {
	font-size: 15px;
	font-size: 0.9375rem;
	margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
	font-size: 14px;
	font-size: 0.875rem;
	color: #2f2f2f;
	text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
	color: #b19a56;
}

.blog-sidebar .category-widget ul {
	list-style: none;
}

.blog-sidebar .category-widget ul li {
	font-size: 15px;
	font-size: 0.9375rem;
	position: relative;
}

@media (max-width: 767px) {
	.blog-sidebar .category-widget ul li {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.blog-sidebar .category-widget ul li span {
	position: absolute;
	right: 0;
}

.blog-sidebar .category-widget ul > li + li {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #f7f3f3;
}

.blog-sidebar .category-widget ul a {
	display: block;
	color: #818492;
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
	color: #b19a56;
}

.blog-sidebar .recent-post-widget .post {
	overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dashed #e4e4e4;
}

.blog-sidebar .recent-post-widget .post .img-holder {
	width: 68px;
	float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
	border-radius: 50%;
}

.blog-sidebar .recent-post-widget .post .details {
	width: calc(100% - 68px);
	float: left;
	padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 0.3em;
}

@media (max-width: 1199px) {
	.blog-sidebar .recent-post-widget .post h4 {
		margin: 0;
	}
}

.blog-sidebar .recent-post-widget .post h4 a {
	display: inline-block;
	color: #2f2f2f;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
	color: #b19a56;
}

.blog-sidebar .recent-post-widget .post .details .date {
	font-size: 13px;
	font-size: 0.8125rem;
	color: #818492;
}

.blog-sidebar .recent-post-widget .post .details .date i {
	display: inline-block;
	padding-right: 7px;
}

.blog-sidebar .tag-widget ul {
	overflow: hidden;
	list-style: none;
}

.blog-sidebar .tag-widget ul li {
	float: left;
	margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
	font-size: 13px;
	font-size: 0.8125rem;
	display: inline-block;
	padding: 5px 14px;
	color: #818492;
	border: 2px solid rgba(177, 154, 86, 0.1);
	border-radius: 60px;
}

.blog-sidebar .tag-widget ul li a:hover {
	background: #b19a56;
	color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
	text-align: center;
	margin-top: 60px;
}

@media (max-width: 991px) {
	.pagination-wrapper {
		text-align: left;
		margin-top: 40px;
	}
}

.pagination-wrapper .pg-pagination {
	display: inline-block;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
}

.pagination-wrapper .pg-pagination li {
	float: left;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.pagination-wrapper .pg-pagination li {
		margin-right: 5px;
	}
}

.pagination-wrapper .pg-pagination li:last-child {
	margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
	background-color: transparent;
	width: 50px;
	height: 50px;
	line-height: 47px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	color: #a9b8c4;
	border: 2px solid #c9cfd4;
	display: block;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.pagination-wrapper .pg-pagination li a {
		width: 40px;
		height: 40px;
		line-height: 37px;
		font-size: 15px;
		font-size: 0.9375rem;
	}
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
	background: #b19a56;
	border-color: #b19a56;
	color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
	font-size: 15px;
	font-size: 0.9375rem;
}

.pagination-wrapper-left {
	text-align: left;
}

.pagination-wrapper-right {
	text-align: right;
}

@media screen and (min-width: 1200px) {
	.pagination-wrapper-right {
		padding-right: 50px;
	}
}

@media (max-width: 991px) {
	.pagination-wrapper-right {
		margin-top: 45px;
		text-align: left;
	}
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
	/* navigation open and close btn hide for width screen */
	/* style for navigation less than 992px */
	/*navbar collaps less then 992px*/
}

.site-header .navigation {
	background-color: #fff;
	margin-bottom: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px 35.77px 13.23px rgba(202, 202, 220, 0.16);
	box-shadow: 0px 0px 35.77px 13.23px rgba(202, 202, 220, 0.16);
}

.site-header .navigation > .container {
	position: relative;
}

.site-header #navbar {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	/*** mega-menu style ***/
}

.site-header #navbar ul {
	list-style: none;
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li.current-menu-item a {
	text-decoration: none;
	color: #b19a56 !important;
}

@media screen and (min-width: 992px) {
	.site-header #navbar {
		/*** hover effect ***/
	}
	.site-header #navbar li {
		position: relative;
	}
	.site-header #navbar > ul > li > a {
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		text-transform: uppercase;
		color: #2f2f2f;
		padding: 40px 17px;
	}
	.site-header #navbar > ul .sub-menu {
		background-color: #fff;
		width: 220px;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
		-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	}
	.site-header #navbar > ul > li .sub-menu li {
		border-bottom: 1px solid #f5f5f5;
	}
	.site-header #navbar > ul > li .sub-menu a {
		font-size: 14px;
		font-size: 0.875rem;
		display: block;
		padding: 10px 20px;
		color: #2f2f2f;
	}
	.site-header #navbar > ul > li > .sub-menu .sub-menu {
		left: 100%;
		top: 0;
	}
	.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
		position: relative;
	}
	.site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
		font-family: "themify";
		content: "\e649";
		font-size: 11px;
		font-size: 0.6875rem;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.site-header #navbar > ul > li:hover > .sub-menu {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
	.site-header #navbar .sub-menu > li:hover > .sub-menu {
		left: 100%;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 991px) {
	.site-header #navbar > ul > li a {
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
	}
	.site-header #navbar > ul > li .sub-menu li {
		border-bottom: 1px solid #e6e6e6;
	}
	.site-header #navbar > ul .sub-menu > li:last-child {
		border-bottom: 0;
	}
	.site-header #navbar > ul > li > .sub-menu a {
		padding: 8px 15px 8px 45px;
	}
	.site-header #navbar > ul > li > .sub-menu .sub-menu a {
		padding: 8px 15px 8px 65px;
	}
	.site-header #navbar > ul .menu-item-has-children > a {
		position: relative;
	}
	.site-header #navbar > ul .menu-item-has-children > a:before {
		font-family: "themify";
		content: "\e61a";
		font-size: 11px;
		font-size: 0.6875rem;
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media screen and (min-width: 992px) {
	.site-header #navbar {
		/*** hover effect ***/
	}
	.site-header #navbar .has-mega-menu {
		position: static;
	}
	.site-header #navbar .mega-menu,
	.site-header #navbar .half-mega-menu {
		background-color: #fff;
		padding: 20px;
		border-top: 2px solid #b19a56;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 10;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}
	.site-header #navbar .mega-menu {
		width: 1140px;
		right: 15px;
	}
	.site-header #navbar .half-mega-menu {
		width: 585px;
	}
	.site-header #navbar .mega-menu-box-title {
		font-size: 14px;
		font-size: 0.875rem;
		text-transform: uppercase;
		font-weight: bold;
		display: block;
		padding-bottom: 7px;
		margin-bottom: 7px;
		border-bottom: 1px solid #e6e6e6;
	}
	.site-header #navbar .mega-menu-list-holder li a {
		font-size: 14px;
		font-size: 0.875rem;
		display: block;
		padding: 7px 8px;
		margin-left: -8px;
	}
	.site-header #navbar .has-mega-menu:hover > ul {
		top: 100%;
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 1199px) {
	.site-header #navbar > ul .mega-menu {
		width: 950px;
		right: 15px;
	}
	.site-header #navbar > ul .half-mega-menu {
		width: 485px;
	}
}

@media (max-width: 991px) {
	.site-header #navbar > ul .mega-menu,
	.site-header #navbar > ul .half-mega-menu {
		width: auto;
	}
	.site-header #navbar > ul .mega-menu .row,
	.site-header #navbar > ul .half-mega-menu .row {
		margin: 0;
	}
	.site-header #navbar .mega-menu-content > .row > .col {
		margin-bottom: 25px;
	}
}

@media (max-width: 991px) {
	.site-header #navbar .mega-menu .mega-menu-list-holder a {
		padding: 5px 15px 5px 40px;
	}
	.site-header #navbar .mega-menu .mega-menu-box-title {
		font-size: 14px;
		font-size: 0.875rem;
		text-transform: uppercase;
		display: block;
		border-bottom: 1px dotted #b3b3b3;
		padding: 0 0 4px 5px;
		margin: 0 25px 8px 25px;
	}
}

@media screen and (min-width: 992px) {
	.site-header .navbar-header .open-btn {
		display: none;
	}
	.site-header #navbar .close-navbar {
		display: none;
	}
}

@media (max-width: 991px) {
	.site-header {
		/* class for show hide navigation */
	}
	.site-header .container {
		width: 100%;
	}
	.site-header .navbar-header button {
		background-color: #b19a56;
		width: 40px;
		height: 40px;
		border: 0;
		padding: 5px 10px;
		outline: 0;
		position: absolute;
		right: 15px;
		top: 18px;
		z-index: 20;
		border-radius: 50%;
	}
	.site-header .navbar-header button span {
		background-color: #fff;
		display: block;
		height: 2px;
		margin-bottom: 5px;
	}
	.site-header .navbar-header button span:last-child {
		margin: 0;
	}
	.site-header #navbar {
		background: #fff;
		display: block !important;
		width: 280px;
		height: 100% !important;
		margin: 0;
		padding: 0;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		position: fixed;
		right: -330px;
		top: 0;
		z-index: 100;
	}
	.site-header #navbar ul a {
		color: #000;
	}
	.site-header #navbar ul a:hover,
	.site-header #navbar ul li.current a {
		color: #b19a56;
	}
	.site-header #navbar .navbar-nav {
		height: 100%;
		overflow: auto;
	}
	.site-header #navbar .close-navbar {
		background-color: #fff;
		width: 40px;
		height: 40px;
		color: #000;
		border: 0;
		outline: none;
		position: absolute;
		left: -41px;
		top: 90px;
		z-index: 20;
	}
	.site-header #navbar .close-navbar .ti-close {
		position: relative;
		top: 1px;
	}
	.site-header #navbar > ul > li {
		border-bottom: 1px solid #f2f2f2;
	}
	.site-header #navbar > ul > li > a {
		padding: 10px 15px 10px 35px;
	}
	.site-header .slideInn {
		right: 0 !important;
	}
}

@media (max-width: 767px) {
	.site-header .navbar-header .navbar-brand {
		font-size: 24px;
	}
	.site-header #navbar .navbar-nav {
		margin: 0;
	}
}

@media (max-width: 991px) {
	.site-header .navbar-collapse.collapse {
		display: none;
	}
	.site-header .navbar-collapse.collapse.in {
		display: block;
	}
	.site-header .navbar-header .collapse,
	.site-header .navbar-toggle {
		display: block;
	}
	.site-header .navbar-header {
		float: none;
	}
	.site-header .navbar-right {
		float: none;
	}
	.site-header .navbar-nav {
		float: none;
	}
	.site-header .navbar-nav > li {
		float: none;
	}
}

@media (max-width: 991px) {
	.page-wrapper {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}
	.body-overlay:before {
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.9);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}
}

/*----------------------------------------------------------
	header style 1
-----------------------------------------------------------*/
.header-style-1 .navbar-brand,
.header-style-2 .navbar-brand {
	font-family: "Great Vibes", cursive;
	font-size: 30px;
	font-size: 1.875rem;
	color: #2f2f2f;
	margin-top: 25px;
}

@media (max-width: 991px) {
	.header-style-1 .navbar-brand,
	.header-style-2 .navbar-brand {
		margin-top: 12px;
		margin-bottom: 13px;
	}
}

/*----------------------------------------------------------
	header style 2
-----------------------------------------------------------*/
/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero-slider {
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

@media (max-width: 991px) {
	.hero-slider {
		height: 600px;
	}
}

@media (max-width: 767px) {
	.hero-slider {
		height: 500px;
	}
}

.hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
}

.hero-slider .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.hero-slider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
	background: rgba(255, 255, 255, 0.3);
	width: 55px;
	height: 55px;
	line-height: 55px;
	margin-top: -30px;
	text-align: center;
	border-radius: 60px;
	border: 2px solid #fff;
	z-index: 10;
	opacity: 0.5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
	opacity: 1;
}

@media (max-width: 991px) {
	.hero-slider .swiper-button-prev,
	.hero-slider .swiper-button-next {
		display: none;
	}
}

.hero-slider .swiper-button-prev {
	left: 25px;
}

.hero-slider .swiper-button-prev:before {
	font-family: "themify";
	content: "\e629";
	font-size: 15px;
	color: #fff;
}

.hero-slider .swiper-button-next {
	right: 25px;
}

.hero-slider .swiper-button-next:before {
	font-family: "themify";
	content: "\e628";
	font-size: 15px;
	color: #fff;
}

.hero-slider .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	text-align: center;
	line-height: 12px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
	display: none;
}

.hero-slider .swiper-pagination-bullet-active {
	color: #fff;
	background: #b19a56;
}

.hero-style-1,
.hero-static {
	height: calc(100vh - 100px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
}

@media (max-width: 991px) {
	.hero-style-1,
	.hero-static {
		height: 100vh;
	}
}

@media (max-width: 767px) {
	.hero-style-1,
	.hero-static {
		height: 100vh;
	}
}

.hero-style-1:before,
.hero-static:before {
	content: "";
	background: url("../images/slider/slide-top-arrow.png") center center/cover no-repeat local;
	width: 140px;
	height: 140px;
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 10;
}

@media (max-width: 991px) {
	.hero-style-1:before,
	.hero-static:before {
		width: 80px;
		height: 80px;
		left: 20px;
		top: 20px;
	}
}

@media (max-width: 767px) {
	.hero-style-1:before,
	.hero-static:before {
		width: 50px;
		height: 50px;
		left: 20px;
		top: 20px;
	}
}

.hero-style-1:after,
.hero-static:after {
	content: "";
	background: url("../images/slider/slide-bottom-arrow.png") center center/cover no-repeat local;
	width: 140px;
	height: 140px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 10;
}

@media (max-width: 991px) {
	.hero-style-1:after,
	.hero-static:after {
		width: 80px;
		height: 80px;
		right: 20px;
		bottom: 20px;
	}
}

@media (max-width: 767px) {
	.hero-style-1:after,
	.hero-static:after {
		width: 50px;
		height: 50px;
		right: 20px;
		bottom: 20px;
	}
}

.hero-style-1 .wedding-announcement,
.hero-static .wedding-announcement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	text-align: center;
	display: table;
}

@media screen and (min-width: 992px) {
	.hero-style-1 .wedding-announcement,
	.hero-static .wedding-announcement {
		width: 80%;
		left: 10%;
	}
}

.hero-style-1 .couple-text,
.hero-static .couple-text {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.hero-style-1 #curve-text,
.hero-static #curve-text {
	font-size: 24px;
	font-size: 1.5rem;
	color: #fff;
	margin: 0 0 3.5em;
	text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.35);
}

.hero-style-1 .couple-name,
.hero-static .couple-name {
	font-family: "Great Vibes", cursive;
	font-size: 90px;
	font-size: 5.625rem;
	color: #fff;
	text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.35);
}

@media (max-width: 991px) {
	.hero-style-1 .couple-name,
	.hero-static .couple-name {
		font-size: 70px;
		font-size: 4.375rem;
	}
}

@media (max-width: 767px) {
	.hero-style-1 .couple-name,
	.hero-static .couple-name {
		font-size: 50px;
		font-size: 3.125rem;
	}
}

/*--------------------------------------------------------------
#0.5	footer-section
--------------------------------------------------------------*/
.footer-section {
	text-align: center;
	padding: 100px 0;
}

@media (max-width: 767px) {
	.footer-section {
		padding: 0 0 80px 0;
	}
}

.footer-section .couple-name {
	background: url("../images/footer-couple-name-frame.png") center center/cover no-repeat local;
	width: 415px;
	height: 483px;
	margin: 0 auto 120px;
	padding-left: 45px;
	display: table;
	text-align: center;
}

@media (max-width: 767px) {
	.footer-section .couple-name {
		width: 300px;
		height: 349px;
		margin: 0 auto 80px;
		padding-left: 45px;
	}
}

.footer-section .couple-name h2 {
	font-family: "Great Vibes", cursive;
	font-size: 48px;
	font-size: 3rem;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
}

@media (max-width: 767px) {
	.footer-section .couple-name h2 {
		font-size: 38px;
		font-size: 2.375rem;
	}
}

.footer-section h3 {
	font-family: "Great Vibes", cursive;
	font-size: 48px;
	font-size: 3rem;
	margin: 0 0 0.2em;
}

@media (max-width: 767px) {
	.footer-section h3 {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

.footer-section p {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0;
}

.footer-section a {
	color: #b19a56;
}

.sticky {
	width: 100%;
	position: fixed;
	left: 0;
	top: -200px;
	z-index: 999;
	opacity: 0;
}

.sticky-2 {
	width: 100%;
	position: fixed;
	left: 0;
	top: -100px;
	z-index: 9999;
	opacity: 0;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	-ms-transition: all 0.7s;
	transition: all 0.7s;
}

.sticky-on {
	opacity: 1;
	top: 0;
}

/*--------------------------------------------------------------
#0.6	wedding-date
--------------------------------------------------------------*/
.wedding-date {
	text-align: center;
	padding-bottom: 115px;
}

@media (max-width: 991px) {
	.wedding-date {
		padding-bottom: 85px;
	}
}

@media (max-width: 767px) {
	.wedding-date {
		padding-bottom: 65px;
	}
}

.wedding-date h3 {
	font-size: 30px;
	font-size: 1.875pxrem;
	margin: 0;
	font-style: italic;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.wedding-date h3 {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

@media (max-width: 767px) {
	.wedding-date h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.wedding-date h3:before,
.wedding-date h3:after {
	content: "";
	background-color: #b19a56;
	width: 40px;
	height: 1px;
	position: absolute;
	left: -55px;
	top: 50%;
}

.wedding-date h3:after {
	left: auto;
	right: -55px;
}

.wedding-date #clock {
	overflow: hidden;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
}

.wedding-date #clock > div {
	width: 176px;
	height: 179px;
	background: url("../images/clock-bg.png") center center/cover no-repeat local;
	float: left;
	display: table;
}

@media (max-width: 991px) {
	.wedding-date #clock > div {
		width: 130px;
		height: 132px;
	}
}

@media (max-width: 767px) {
	.wedding-date #clock > div {
		background: none;
		border: 2px solid #b19a56;
		width: calc(50% - 20px);
		height: 50%;
		margin: 10px;
		padding-bottom: 15px;
	}
}

.wedding-date #clock > div > div {
	display: table-cell;
	vertical-align: middle;
}

.wedding-date #clock > div + div {
	margin-left: 30px;
}

@media (max-width: 991px) {
	.wedding-date #clock > div + div {
		margin-left: 20px;
	}
}

@media (max-width: 767px) {
	.wedding-date #clock > div + div {
		margin-left: 10px;
	}
}

.wedding-date #clock .time {
	font-family: "Great Vibes", cursive;
	font-size: 54px;
	font-size: 3.375rem;
	line-height: 1em;
	padding-top: 15px;
}

@media (max-width: 991px) {
	.wedding-date #clock .time {
		font-size: 40px;
		font-size: 2.5rem;
	}
}

/*--------------------------------------------------------------
#0.7	couple-section
--------------------------------------------------------------*/
.couple-section {
	background-color: #fffdf6;
}

.couple-section .couple-area > div {
	float: left;
}

@media (max-width: 991px) {
	.couple-section .couple-area > div {
		float: none;
	}
}

.couple-section .middle-couple-pic {
	width: 42%;
}

.couple-section .middle-couple-pic img {
	border: 5px solid #e1d9bf;
}

@media (max-width: 991px) {
	.couple-section .middle-couple-pic {
		width: 100%;
		margin: 50px 0;
	}
}

.couple-section .text-grid {
	width: 29%;
	padding: 115px 40px 40px;
}

@media (max-width: 1199px) {
	.couple-section .text-grid {
		padding: 45px 40px 40px;
	}
}

@media (max-width: 991px) {
	.couple-section .text-grid {
		width: 100%;
		padding: 0;
	}
}

.couple-section .text-grid h3 {
	font-size: 22px;
	font-size: 1.375rem;
	margin: 0 0 0.8em;
	text-transform: uppercase;
}

.couple-section .bride {
	padding-left: 0;
	text-align: right;
}

@media (max-width: 991px) {
	.couple-section .bride {
		text-align: left;
	}
}

.couple-section .bride .social {
	float: right;
}

@media (max-width: 991px) {
	.couple-section .bride .social {
		float: none;
	}
}

.couple-section .groom {
	padding-right: 0;
}

.couple-section ul {
	list-style: none;
	overflow: hidden;
	padding-top: 15px;
}

@media (max-width: 991px) {
	.couple-section ul {
		padding-top: 10px;
	}
}

.couple-section ul li {
	float: left;
}

.couple-section ul > li + li {
	margin-left: 10px;
}

.couple-section ul li a {
	display: block;
	background-color: #818492;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}

@media (max-width: 991px) {
	.couple-section ul li a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
}

.couple-section ul li a:hover {
	background-color: #b19a56;
}

/*--------------------------------------------------------------
#0.8	love-sotry-section
--------------------------------------------------------------*/
.love-sotry-section {
	text-align: center;
	background: url("../images/story-bg.png") center center/cover no-repeat local;
}

.love-sotry-section .story-grids {
	background-color: #fff;
	max-width: 770px;
	margin: 0 auto;
	padding: 65px;
	-webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(177, 154, 86, 0.09);
	box-shadow: 0px 14px 36.21px 14.79px rgba(177, 154, 86, 0.09);
	border-radius: 10px;
	position: relative;
}

@media (max-width: 767px) {
	.love-sotry-section .story-grids {
		padding: 65px 25px;
	}
}

.love-sotry-section .story-grids:before {
	content: "";
	background: url("../images/story-left-flower.png") center center/cover no-repeat local;
	width: 394px;
	height: 311px;
	position: absolute;
	left: -290px;
	top: 20%;
	z-index: -10;
}

.love-sotry-section .story-grids:after {
	content: "";
	background: url("../images/story-right-flower.png") center center/cover no-repeat local;
	width: 355px;
	height: 339px;
	position: absolute;
	right: -190px;
	top: 50%;
	z-index: -10;
}

.love-sotry-section h3 {
	font-family: "Great Vibes", cursive;
	font-size: 33px;
	font-size: 2.0625rem;
	margin: 0 0 0.4em;
}

@media (max-width: 991px) {
	.love-sotry-section h3 {
		font-size: 28px;
		font-size: 1.75rem;
	}
}

.love-sotry-section .story-grids .grid {
	position: relative;
	padding-bottom: 95px;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
	.love-sotry-section .story-grids .grid {
		padding-bottom: 75px;
		margin-bottom: 60px;
	}
}

.love-sotry-section .story-grids .grid:after {
	font-family: "themify";
	content: "\e634";
	position: absolute;
	left: calc(50% - 7px);
	bottom: 0;
}

.love-sotry-section .story-grids .grid:before {
	content: "";
	background: #d0d5e9;
	width: 1px;
	height: 45px;
	position: absolute;
	left: 50%;
	bottom: 25px;
}

@media (max-width: 767px) {
	.love-sotry-section .story-grids .grid:before {
		height: 25px;
		bottom: 15px;
	}
}

.love-sotry-section .story-grids .grid:nth-child(4) {
	padding-bottom: 55px;
	margin-bottom: 0;
}

.love-sotry-section .story-grids .grid:nth-child(4):before,
.love-sotry-section .story-grids .grid:nth-child(4):after {
	display: none;
}

/*--------------------------------------------------------------
#0.9	wedding-location-section
--------------------------------------------------------------*/
.wedding-location-section {
	padding-bottom: 33px;
}

@media (max-width: 991px) {
	.wedding-location-section {
		padding-bottom: 0;
	}
}

.wedding-location-section .location-grids {
	margin: 0 -15px;
}

.wedding-location-section .location-grids .grid {
	width: calc(50% - 30px);
	float: left;
	margin: 0 15px 100px;
}

@media (max-width: 650px) {
	.wedding-location-section .location-grids .grid {
		width: 100%;
		float: none;
	}
}

.wedding-location-section .img-holder {
	position: relative;
}

.wedding-location-section .img-holder:before {
	content: "";
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	left: 15px;
	top: 15px;
	border: 2px solid rgba(255, 255, 255, 0.5);
}

.wedding-location-section h3 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	margin: 2em 0 1em;
}

@media (max-width: 991px) {
	.wedding-location-section h3 {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

.wedding-location-section ul {
	list-style: none;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 15px;
}

.wedding-location-section ul > li + li {
	margin-top: 8px;
}

.wedding-location-section ul i {
	display: inline-block;
	color: #b19a56;
	padding-right: 5px;
}

.wedding-location-section p {
	margin-bottom: 2.5em;
}

/*--------------------------------------------------------------
#1.0	wishes-section
--------------------------------------------------------------*/
.wishes-section {
	background: url("../images/custom/wide1.jpg") center center/cover no-repeat local;
	text-align: center;
	padding: 120px 0;
	position: relative;
}

.wishes-section:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.wishes-section p {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
	color: #fff;
	margin-bottom: 2em;
	line-height: 1.5em;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

.wishes-section h5 {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0 0 0.3em;
	color: #fff;
}

.wishes-section h5 + span {
	color: #fff;
}

/*--------------------------------------------------------------
#1.1	groomsmen-bridesmaid
--------------------------------------------------------------*/
.groomsmen-bridesmaid {
	text-align: center;
	padding-bottom: 0;
}

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids {
	margin: 0 -15px;
}

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

.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
	width: calc(25% - 30px);
	margin: 0 15px 60px;
	float: left;
}

@media (max-width: 991px) {
	.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
		width: calc(50% - 30px);
	}
}

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

@media (max-width: 500px) {
	.groomsmen-bridesmaid .groomsmen-bridesmaid-grids .grid {
		width: calc(100% - 30px);
		float: none;
	}
}

.groomsmen-bridesmaid .img-holder img {
	border-radius: 50%;
	/* force square */
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 250px;
	max-height: 250px;
	aspect-ratio: 1/1;
}

.groomsmen-bridesmaid .details {
	padding: 45px 45px 15px;
	-webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(177, 154, 86, 0.09);
	box-shadow: 0px 14px 36.21px 14.79px rgba(177, 154, 86, 0.09);
	border-radius: 10px;
	margin-top: -20px;
}

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

.groomsmen-bridesmaid h4 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0 0 0.2em;
}

@media (max-width: 1199px) {
	.groomsmen-bridesmaid h4 {
		font-size: 16px;
		font-size: 1rem;
	}
}

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

@media (max-width: 1199px) {
	.groomsmen-bridesmaid p {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.groomsmen-bridesmaid ul {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	display: inline-block;
}

.groomsmen-bridesmaid ul li {
	float: left;
}

.groomsmen-bridesmaid ul a {
	font-size: 14px;
	font-size: 0.875rem;
	color: #2f2f2f;
}

.groomsmen-bridesmaid ul a:hover {
	color: #b19a56;
}

.groomsmen-bridesmaid ul > li + li {
	margin-left: 18px;
}

/*--------------------------------------------------------------
#1.2	gallery-section
--------------------------------------------------------------*/
.gallery-section {
	padding-top: 60px;
	padding-bottom: 0;
}

@media (max-width: 991px) {
	.gallery-section {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.gallery-section {
		padding-top: 20px;
	}
}

.gallery-section .gallery-grids {
	margin: 0 -7.5px;
}

@media (max-width: 767px) {
	.gallery-section .gallery-grids {
		margin: 0 -7.5px;
	}
}

.gallery-section .gallery-grids .grid {
	width: calc(25% - 15px);
	margin: 0 7.5px 15px;
	float: left;
	overflow: hidden;
	position: relative;
}

@media (max-width: 991px) {
	.gallery-section .gallery-grids .grid {
		width: calc(33.33% - 15px);
	}
}

@media (max-width: 767px) {
	.gallery-section .gallery-grids .grid {
		width: calc(50% - 15px);
		margin: 0 7.5px 15px;
	}
}

.gallery-section .grid img {
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	filter: grayscale(50%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.gallery-section .grid:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transform: scale(1.2) rotate(-3deg);
	-moz-transform: scale(1.2) rotate(-3deg);
	-o-transform: scale(1.2) rotate(-3deg);
	-ms-transform: scale(1.2) rotate(-3deg);
	transform: scale(1.2) rotate(-3deg);
}

.gallery-section .video-play-btn i {
	width: 45px;
	height: 45px;
	background: #b19a56;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	color: white;
	font-size: 18px;
	position: absolute;
	left: calc(50% - 22.5px);
	top: calc(50% - 22.5px);
}

/*--------------------------------------------------------------
#1.3	rsvp-section
--------------------------------------------------------------*/
.rsvp-section {
	padding-top: 105px;
}

@media (max-width: 991px) {
	.rsvp-section {
		padding-top: 75px;
	}
}

@media (max-width: 767px) {
	.rsvp-section {
		padding-top: 65px;
	}
}

.rsvp-section .rspv-form {
	background-color: #fff;
	max-width: 570px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(134, 134, 134, 0.09);
	box-shadow: 0px 14px 36.21px 14.79px rgba(134, 134, 134, 0.09);
	text-align: center;
	position: relative;
	padding: 65px 80px;
}

@media (max-width: 767px) {
	.rsvp-section .rspv-form {
		padding: 45px 50px;
	}
}

.rsvp-section .rspv-form:before {
	content: "";
	width: calc(100% - 24px);
	height: calc(100% - 24px);
	position: absolute;
	left: 12px;
	top: 12px;
	background-color: white;
	opacity: 0.541;
	-webkit-box-shadow: 0px 14px 36.21px 14.79px rgba(134, 134, 134, 0.09);
	box-shadow: 0px 14px 36.21px 14.79px rgba(134, 134, 134, 0.09);
}

.rsvp-section .rspv-form .left-flower,
.rsvp-section .rspv-form .right-flower {
	background: url("../images/rsvp-left-flower.png") center center/cover no-repeat local;
	width: 491px;
	height: 546px;
	position: absolute;
	left: -150px;
	top: 20%;
	z-index: -10;
}

.rsvp-section .rspv-form .right-flower {
	background: url("../images/rsvp-right-flower.png") center center/cover no-repeat local;
	left: auto;
	right: -150px;
}

.rsvp-section h3,
.rsvp-section p {
	position: relative;
}

.rsvp-section h3 {
	font-family: "Great Vibes", cursive;
	font-size: 48px;
	font-size: 3rem;
	margin: 0;
}

@media (max-width: 767px) {
	.rsvp-section h3 {
		font-size: 35px;
		font-size: 2.1875rem;
	}
}

.rsvp-section p {
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
	margin: 0;
}

.rsvp-section form {
	position: relative;
	margin-top: 50px;
}

.rsvp-section form ::-webkit-input-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #adb0bd;
}

.rsvp-section form :-moz-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #adb0bd;
}

.rsvp-section form ::-moz-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #adb0bd;
}

.rsvp-section form :-ms-input-placeholder {
	font-style: 16px;
	font-style: normal;
	color: #adb0bd;
}

.rsvp-section form > div {
	text-align: left;
}

.rsvp-section form > div + div {
	margin-top: 40px;
}

.rsvp-section form .submit-btn {
	text-align: center;
}

.rsvp-section form input,
.rsvp-section form select,
.rsvp-section form textarea {
	border: 0;
	border-bottom: 1px solid #e9ebf2;
	border-radius: 0;
}

.rsvp-section form input:focus,
.rsvp-section form select:focus,
.rsvp-section form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.rsvp-section form select {
	color: #adb0bd;
	font-style: normal;
}

.rsvp-section form textarea {
	height: 120px;
}

/*--------------------------------------------------------------
#1.4	gift-registry-section 
--------------------------------------------------------------*/
.gift-registry-section {
	padding-bottom: 0;
}

.gift-registry-section .grid {
	width: 25%;
	float: left;
	text-align: center;
	border: 1px solid #eeeeee;
	margin: -1px 0 0 -1px;
	padding: 25px;
}

@media (max-width: 767px) {
	.gift-registry-section .grid {
		width: 50%;
	}
}

.gift-registry-section img {
	display: inline-block;
}

/*--------------------------------------------------------------
	blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	blog-pg-section
--------------------------------------------------------------*/
.blog-pg-section {
	padding-bottom: 0;
	/*** format-standard ***/
	/*** format-gallery ***/
	/*** format-quote ***/
	/*** format-video ***/
}

.blog-pg-section .blog-content .post {
	margin-bottom: 100px;
}

@media (max-width: 991px) {
	.blog-pg-section .blog-content .post {
		margin-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.blog-pg-section .blog-content .post {
		margin-bottom: 60px;
	}
}

.blog-pg-section .entry-meta {
	list-style: none;
	overflow: hidden;
	margin: 35px 0;
}

@media screen and (min-width: 1200px) {
	.blog-pg-section .entry-meta {
		padding-left: 60px;
		position: relative;
	}
	.blog-pg-section .entry-meta:before {
		content: "";
		background-color: #a7a9c0;
		width: 40px;
		height: 1px;
		position: absolute;
		left: 0;
		top: 8px;
	}
}

@media (max-width: 767px) {
	.blog-pg-section .entry-meta {
		margin: 25px 0;
	}
}

.blog-pg-section .entry-meta li {
	font-weight: 500;
	font-size: 14px;
	font-size: 0.875rem;
	float: left;
}

@media (max-width: 767px) {
	.blog-pg-section .entry-meta li {
		font-size: 12px;
		font-size: 0.75rem;
	}
}

@media (max-width: 600px) {
	.blog-pg-section .entry-meta li {
		float: none;
		display: block;
		margin-bottom: 5px;
	}
}

.blog-pg-section .entry-meta li i {
	font-size: 16px;
	font-size: 1rem;
	display: inline-block;
	padding-right: 5px;
}

@media (max-width: 767px) {
	.blog-pg-section .entry-meta li i {
		font-size: 12px;
		font-size: 0.75rem;
	}
}

.blog-pg-section .entry-meta > li + li {
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
}

@media (max-width: 600px) {
	.blog-pg-section .entry-meta > li + li {
		margin-left: 0;
		padding-left: 0;
	}
}

.blog-pg-section .entry-meta li a {
	color: #636893;
}

.blog-pg-section .entry-meta li a:hover {
	color: #b19a56;
}

.blog-pg-section .entry-meta li:last-child i {
	position: relative;
	top: 3px;
}

.blog-pg-section .post h3 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.2em;
	font-weight: bold;
	margin: -0.27em 0 0.7em;
}

@media (max-width: 991px) {
	.blog-pg-section .post h3 {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

@media (max-width: 767px) {
	.blog-pg-section .post h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

.blog-pg-section .post h3 a {
	color: #2f2f2f;
}

.blog-pg-section .post h3 a:hover {
	color: #b19a56;
}

.blog-pg-section .post p {
	margin-bottom: 1.9em;
}

@media (max-width: 991px) {
	.blog-pg-section .post p {
		font-size: 16px;
		font-size: 1rem;
	}
}

.blog-pg-section .format-standard,
.blog-pg-section .format-quote {
	background-color: #f8f6f0;
	padding: 25px 35px 45px;
}

@media (max-width: 767px) {
	.blog-pg-section .format-standard,
	.blog-pg-section .format-quote {
		padding: 25px 20px 45px;
	}
}

.blog-pg-section .format-gallery {
	position: relative;
}

.blog-pg-section .format-gallery .owl-controls {
	width: 100%;
	margin: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*="owl-"]:hover {
	background: #b19a56;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*="owl-"] {
	background: rgba(133, 133, 133, 0.5);
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
	left: 15px;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
	right: 15px;
}

.blog-pg-section .format-quote {
	text-align: center;
	padding: 80px 60px;
	position: relative;
}

@media (max-width: 767px) {
	.blog-pg-section .format-quote {
		padding: 40px 20px;
	}
}

.blog-pg-section .format-quote p {
	margin-bottom: 0;
}

.blog-pg-section .format-quote:before {
	font-family: "Flaticon";
	content: "\f105";
	font-size: 250px;
	font-size: 15.625rem;
	color: #f0eeec;
	margin-left: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blog-pg-section .format-quote h3,
.blog-pg-section .format-quote p {
	position: relative;
}

.blog-pg-section .format-video .video-holder {
	position: relative;
	text-align: center;
}

.blog-pg-section .format-video .video-holder:before {
	content: "";
	background-color: #b19a56;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.5;
}

.blog-pg-section .format-video .video-holder:hover:before {
	opacity: 0.7;
}

.blog-pg-section .format-video .video-holder a {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blog-pg-section .format-video .video-holder .fi:before {
	font-size: 80px;
	font-size: 5rem;
	color: #fff;
}

@media (max-width: 767px) {
	.blog-pg-section .format-video .video-holder .fi:before {
		font-size: 60px;
		font-size: 3.75rem;
	}
}

/*--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	blog-single-section
--------------------------------------------------------------*/
.blog-single-section {
	padding-bottom: 0;
	/*** tag-share ***/
	/*** author-box ***/
	/*** more-posts ***/
	/*** comments area ***/
	/*** comment-respond ***/
}

.blog-single-section .entry-meta {
	list-style: none;
	overflow: hidden;
	margin: 35px 0;
}

@media screen and (min-width: 1200px) {
	.blog-single-section .entry-meta {
		padding-left: 60px;
		position: relative;
	}
	.blog-single-section .entry-meta:before {
		content: "";
		background-color: #a7a9c0;
		width: 40px;
		height: 1px;
		position: absolute;
		left: 0;
		top: 8px;
	}
}

@media (max-width: 767px) {
	.blog-single-section .entry-meta {
		margin: 25px 0;
	}
}

.blog-single-section .entry-meta li {
	font-weight: 500;
	font-size: 14px;
	font-size: 0.875rem;
	float: left;
}

@media (max-width: 767px) {
	.blog-single-section .entry-meta li {
		font-size: 12px;
		font-size: 0.75rem;
	}
}

@media (max-width: 600px) {
	.blog-single-section .entry-meta li {
		float: none;
		display: block;
		margin-bottom: 5px;
	}
}

.blog-single-section .entry-meta li i {
	font-size: 16px;
	font-size: 1rem;
	display: inline-block;
	padding-right: 5px;
}

@media (max-width: 767px) {
	.blog-single-section .entry-meta li i {
		font-size: 12px;
		font-size: 0.75rem;
	}
}

.blog-single-section .entry-meta > li + li {
	margin-left: 20px;
	padding-left: 20px;
	position: relative;
}

@media (max-width: 600px) {
	.blog-single-section .entry-meta > li + li {
		margin-left: 0;
		padding-left: 0;
	}
}

.blog-single-section .entry-meta li a {
	color: #636893;
}

.blog-single-section .entry-meta li a:hover {
	color: #b19a56;
}

.blog-single-section .entry-meta li:last-child i {
	position: relative;
	top: 3px;
}

.blog-single-section .post h2 {
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: bold;
	margin: -0.22em 0 0.7em;
	line-height: 1.3em;
}

@media (max-width: 991px) {
	.blog-single-section .post h2 {
		font-size: 30px;
		font-size: 1.875rem;
	}
}

@media (max-width: 767px) {
	.blog-single-section .post h2 {
		font-size: 25px;
		font-size: 1.5625rem;
	}
}

.blog-single-section .post p {
	margin-bottom: 1.5em;
}

.blog-single-section .post h3 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.3em;
	margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
	.blog-single-section .post h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}
}

@media (max-width: 767px) {
	.blog-single-section .post h3 {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.blog-single-section .post blockquote {
	background-color: #b19a56;
	color: #fff;
	line-height: 1.6em;
	padding: 120px 45px 50px;
	margin-top: 60px;
	border: 0;
	text-align: center;
	position: relative;
}

@media (max-width: 767px) {
	.blog-single-section .post blockquote {
		padding: 55px 25px;
	}
}

.blog-single-section .post blockquote:before {
	font-family: "Flaticon";
	content: "\f105";
	font-size: 60px;
	font-size: 3.75rem;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	left: 50%;
	top: 50px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media (max-width: 767px) {
	.blog-single-section .post blockquote:before {
		display: none;
	}
}

.blog-single-section .post blockquote .quoter {
	font-size: 14px;
	font-size: 0.875rem;
	display: block;
	margin-top: 15px;
}

.blog-single-section .tag-share {
	border-top: 1px solid #f7f5ee;
	border-bottom: 1px solid #f7f5ee;
	margin: 75px 0 0;
	padding: 30px 0;
	color: #2f2f2f;
}

.blog-single-section .tag-share ul {
	list-style: none;
	display: inline-block;
	overflow: hidden;
}

.blog-single-section .tag-share ul li {
	float: left;
}

@media (max-width: 767px) {
	.blog-single-section .tag-share ul li {
		margin: 2px;
	}
}

.blog-single-section .tag-share ul > li + li {
	margin-left: 10px;
}

@media (max-width: 767px) {
	.blog-single-section .tag-share ul > li + li {
		margin: 2px;
	}
}

.blog-single-section .tag-share .tag {
	float: left;
}

.blog-single-section .tag-share .tag > span {
	color: #2f2f2f;
	font-weight: bold;
	display: inline-block;
	padding-right: 8px;
}

.blog-single-section .tag-share .tag ul {
	list-style: none;
	position: relative;
	top: 5px;
}

.blog-single-section .tag-share .tag li {
	position: relative;
}

.blog-single-section .tag-share .tag li:after {
	content: ",";
	position: absolute;
	right: -4px;
	bottom: 0;
}

.blog-single-section .tag-share .tag a {
	font-size: 14px;
	font-size: 0.875rem;
	color: #2f2f2f;
}

@media (max-width: 767px) {
	.blog-single-section .tag-share .tag a {
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

.blog-single-section .tag-share .tag a:hover {
	color: #b19a56;
}

.blog-single-section .tag-share .share {
	float: right;
	position: relative;
	top: -15px;
}

.blog-single-section .tag-share .share > span {
	color: #2f2f2f;
	font-weight: 600;
	display: inline-block;
	padding-right: 8px;
}

.blog-single-section .tag-share .share ul {
	position: relative;
	top: 15px;
}

.blog-single-section .tag-share .share ul > li + li {
	margin-left: 10px;
}

@media (max-width: 767px) {
	.blog-single-section .tag-share .share ul > li + li {
		margin-left: 8px;
	}
}

@media (max-width: 767px) {
	.blog-single-section .tag-share .share ul > li {
		margin: 5px;
	}
}

.blog-single-section .tag-share .share a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #eae6e6;
	border-radius: 50%;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	color: #627381;
}

@media (max-width: 767px) {
	.blog-single-section .tag-share .share a {
		font-size: 13px;
		font-size: 0.8125rem;
	}
}

.blog-single-section .tag-share .share a:hover {
	background: #b19a56;
	border-color: #b19a56;
	color: #fff !important;
}

.blog-single-section .tag-share .share ul > li:first-child a {
	color: #3c5ba4;
}

.blog-single-section .tag-share .share ul > li:nth-child(2) a {
	color: #47a0d9;
}

.blog-single-section .tag-share .share ul > li:nth-child(3) a {
	color: #0073b1;
}

.blog-single-section .tag-share .share ul > li:nth-child(4) a {
	color: #933f94;
}

.blog-single-section .author-box {
	padding: 35px 40px 25px;
	margin: 70px 0;
	-webkit-box-shadow: 0px 0px 21.17px 7.83px rgba(8, 106, 216, 0.04);
	box-shadow: 0px 0px 21.17px 7.83px rgba(8, 106, 216, 0.04);
}

@media (max-width: 991px) {
	.blog-single-section .author-box {
		padding: 35px 40px;
	}
}

@media (max-width: 767px) {
	.blog-single-section .author-box {
		padding: 25px;
	}
}

.blog-single-section .author-box .author-avatar {
	float: left;
}

@media (max-width: 767px) {
	.blog-single-section .author-box .author-avatar {
		float: none;
	}
}

.blog-single-section .author-box .author-avatar img {
	border-radius: 50%;
}

.blog-single-section .author-box .author-content {
	display: block;
	overflow: hidden;
	padding-left: 25px;
}

@media (max-width: 767px) {
	.blog-single-section .author-box .author-content {
		padding: 0;
		margin: 15px 0 0 0;
	}
}

.blog-single-section .author-box .author-content p {
	margin-bottom: 20px;
}

.blog-single-section .author-box .author-name {
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 10px;
	color: #2f2f2f;
}

.blog-single-section .author-box .social-link {
	display: inline-block;
	list-style: none;
}

.blog-single-section .author-box .social-link li {
	float: left;
	margin-right: 12px;
}

.blog-single-section .author-box .social-link a {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #2f2f2f;
}

.blog-single-section .author-box .social-link a:hover {
	color: #b19a56;
}

.blog-single-section .more-posts {
	overflow: hidden;
	border: 1px solid #efe5c7;
	padding: 0 25px;
}

.blog-single-section .more-posts > div {
	width: 50%;
	float: left;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts > div {
		width: 100%;
		float: none;
	}
}

.blog-single-section .more-posts > div > a {
	display: inline-block;
}

.blog-single-section .more-posts .previous-post,
.blog-single-section .more-posts .next-post {
	padding: 40px 0;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts .previous-post,
	.blog-single-section .more-posts .next-post {
		padding: 25px 15px !important;
	}
}

.blog-single-section .more-posts .next-post {
	text-align: right;
	border-left: 1px solid #efe5c7;
	padding-left: 15px;
	padding-right: 5px;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts .next-post {
		border-left: 0;
		text-align: left;
		border-top: 1px solid #dae9f9;
	}
}

.blog-single-section .more-posts .next-post .post-control-link {
	padding-right: 25px;
	position: relative;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts .next-post .post-control-link {
		padding-right: 0;
	}
}

.blog-single-section .more-posts .next-post .post-control-link:before {
	font-family: "Flaticon";
	content: "\f104";
	position: absolute;
	right: 0;
	top: 0;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts .next-post .post-control-link:before {
		display: none;
	}
}

.blog-single-section .more-posts .previous-post {
	padding-right: 15px;
	padding-left: 5px;
}

.blog-single-section .more-posts .previous-post .post-control-link {
	padding-left: 25px;
	position: relative;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts .previous-post .post-control-link {
		padding-left: 0;
	}
}

.blog-single-section .more-posts .previous-post .post-control-link:before {
	font-family: "Flaticon";
	content: "\f103";
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 767px) {
	.blog-single-section .more-posts .previous-post .post-control-link:before {
		display: none;
	}
}

.blog-single-section .more-posts .previous-post > a > span,
.blog-single-section .more-posts .next-post > a > span {
	display: block;
}

.blog-single-section .more-posts .post-control-link {
	font-size: 14px;
	font-size: 0.875rem;
	color: #818492;
}

.blog-single-section .more-posts .post-name {
	font-size: 17px;
	font-size: 1.0625rem;
	font-weight: bold;
	color: #2f2f2f;
	margin: 0.7em 0 0;
}

@media (max-width: 991px) {
	.blog-single-section .more-posts .post-name {
		font-size: 16px;
		font-size: 1rem;
	}
}

.blog-single-section .more-posts a:hover .post-control-link {
	color: #b19a56;
}

.blog-single-section .comments-area {
	margin-top: 70px;
}

.blog-single-section .comments-area .comments {
	border: 2px solid #f7f5ee;
}

.blog-single-section .comments-area li > div {
	border-bottom: 1px solid #f7f5ee;
	padding: 35px;
}

@media (max-width: 991px) {
	.blog-single-section .comments-area li > div {
		padding: 35px 25px;
	}
}

.blog-single-section .comments-area ol {
	list-style-type: none;
	padding-left: 0;
}

.blog-single-section .comments-area ol ul {
	padding-left: 30px;
	list-style-type: none;
}

.blog-single-section .comments-area ol > li:last-child div {
	border-bottom: 0;
}

.blog-single-section .comments-area .comments-title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	margin: 0 0 1.5em;
}

@media (max-width: 991px) {
	.blog-single-section .comments-area .comments-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.blog-single-section .comments-area li > div {
	position: relative;
}

.blog-single-section .comments-area .comment-theme {
	position: absolute;
	left: 35px;
}

@media (max-width: 767px) {
	.blog-single-section .comments-area .comment-theme {
		position: static;
	}
}

.blog-single-section .comments-area .comment-theme img {
	border-radius: 50%;
}

.blog-single-section .comments-area .comment-main-area {
	padding-left: 100px;
}

@media (max-width: 767px) {
	.blog-single-section .comments-area .comment-main-area {
		padding-left: 0;
		margin-top: 25px;
	}
}

.blog-single-section .comments-area .comment-main-area p {
	margin-bottom: 20px;
}

.blog-single-section .comments-area .comments-meta h4 {
	font-size: 16px;
	font-size: 1rem;
	color: #2f2f2f;
	font-weight: bold;
	margin: 0 0 1em;
}

.blog-single-section .comments-area .comments-meta h4 span {
	font-size: 13px;
	font-size: 0.8125rem;
	color: #818492;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	display: inline-block;
	padding-left: 5px;
}

@media (max-width: 767px) {
	.blog-single-section .comments-area .comments-meta h4 span {
		padding-left: 0;
	}
}

.blog-single-section .comments-area .comment-reply-link {
	background: #c9b98a;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
}

.blog-single-section .comments-area .comment-reply-link:hover {
	background-color: #b19a56;
}

.blog-single-section .comment-respond {
	margin-top: 70px;
}

.blog-single-section .comment-respond .comment-reply-title {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	margin: 0 0 1.5em;
}

@media (max-width: 991px) {
	.blog-single-section .comment-respond .comment-reply-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
	background-color: #fff;
	width: 100%;
	height: 50px;
	border: 2px solid #f7f5ee;
	padding: 6px 15px;
	margin-bottom: 15px;
	outline: 0;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.blog-single-section .comment-respond form input:focus,
.blog-single-section .comment-respond form textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #b19a56;
}

@media (max-width: 991px) {
	.blog-single-section .comment-respond form input,
	.blog-single-section .comment-respond form textarea {
		height: 40px;
	}
}

.blog-single-section .comment-respond form textarea {
	height: 220px;
	padding: 15px;
}

@media (max-width: 991px) {
	.blog-single-section .comment-respond form textarea {
		height: 150px;
	}
}

.blog-single-section .comment-respond .form-inputs {
	overflow: hidden;
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
	width: 49%;
	float: left;
}

@media (max-width: 767px) {
	.blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
		width: 100%;
		float: none;
	}
}

.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
	width: 49%;
	float: right;
}

@media (max-width: 767px) {
	.blog-single-section .comment-respond .form-inputs > input:nth-child(3) {
		width: 100%;
		float: none;
	}
}

.blog-single-section .comment-respond .form-submit input {
	max-width: 180px;
	background-color: #b19a56;
	color: #fff;
	margin-bottom: 0;
	border: 0;
	outline: 0;
	text-transform: capitalize;
	border-radius: 70px;
	font-weight: 500;
}

.blog-single-section .comment-respond .form-submit input:hover {
	background-color: #313131;
}

/*# sourceMappingURL=style.css.map */
.masonry {
	column-count: 4;
	column-gap: 16px;
}

.masonry-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 16px;
	break-inside: avoid; /* prevents items splitting across columns */
}

.masonry-item img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.masonry-item a {
	display: block;
}

/* Responsive column counts */
@media (max-width: 1200px) {
	.masonry {
		column-count: 3;
	}
}

@media (max-width: 768px) {
	.masonry {
		column-count: 2;
	}
}

@media (max-width: 480px) {
	.masonry {
		column-count: 1;
	}
}
