@charset "UTF-8";
/*
Theme Name: Varnindradham
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. varnindradham is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: varnindradham
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
	 body {
	 	margin: 0 auto;
	 	color: #443621 ;
	 	position: relative;
	 	font-family: 'Urbanist', sans-serif;
	 	font-size: 16px;
	 	line-height: 1.3;
	 	letter-spacing: 0.8px;
	 }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
	 h1 {
	 	font-size: 2em;
	 	margin: 0.67em 0;
	 }
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
	 hr {
	 	box-sizing: content-box; /* 1 */
	 	height: 0; /* 1 */
	 	overflow: visible; /* 2 */
	 }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
	 pre {
	 	font-family: monospace, monospace; /* 1 */
	 	font-size: 1em; /* 2 */
	 }
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
	 a {
	 	background-color: transparent;
	 }
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
	 abbr[title] {
	 	border-bottom: none; /* 1 */
	 	text-decoration: underline; /* 2 */
	 	text-decoration: underline dotted; /* 2 */
	 }
	 :focus {
	 	outline: none;
	 }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
	 b,
	 strong {
	 	font-weight: 700;
	 	color: #443621;
	 }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
	 code,
	 kbd,
	 samp {
	 	font-family: monospace, monospace; /* 1 */
	 	font-size: 1em; /* 2 */
	 }
/**
 * Add the correct font size in all browsers.
 */
	 small {
	 	font-size: 80%;
	 }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
	 sub,
	 sup {
	 	font-size: 75%;
	 	line-height: 0;
	 	position: relative;
	 	vertical-align: baseline;
	 }
	 sub {
	 	bottom: -0.25em;
	 }
	 sup {
	 	top: -0.5em;
	 }
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
	 img {
	 	border-style: none;
	 }
	 p {
	 	font-size: 16px;
	 	font-weight: 400;
	 	line-height: 1.3;
	 }
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
	 button,
	 input,
	 optgroup,
	 select,
	 textarea {
	 	font-family: inherit; /* 1 */
	 	font-size: 100%; /* 1 */
	 	line-height: 1.15; /* 1 */
	 	margin: 0; /* 2 */
	 }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
	 button,
	 input { /* 1 */
	 	overflow: visible;
	 }
	 button[disabled], html input[disabled] {
	 	cursor: no-drop;
	 }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
	 button,
	 select { /* 1 */
	 	text-transform: none;
	 }
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
	 button,
	 [type="button"],
	 [type="reset"],
	 [type="submit"] {
	 	-webkit-appearance: button;
	 }
/**
 * Remove the inner border and padding in Firefox.
 */
	 button::-moz-focus-inner,
	 [type="button"]::-moz-focus-inner,
	 [type="reset"]::-moz-focus-inner,
	 [type="submit"]::-moz-focus-inner {
	 	border-style: none;
	 	padding: 0;
	 }
/**
 * Restore the focus styles unset by the previous rule.
 */
	 button:-moz-focusring,
	 [type="button"]:-moz-focusring,
	 [type="reset"]:-moz-focusring,
	 [type="submit"]:-moz-focusring {
	 	outline: 1px dotted ButtonText;
	 }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
	 progress {
	 	vertical-align: baseline;
	 }
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
	 textarea {
	 	overflow: auto;
	 }
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
	 [type="checkbox"],
	 [type="radio"] {
	 	box-sizing: border-box; /* 1 */
	 	padding: 0; /* 2 */
	 }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
	 [type="number"]::-webkit-inner-spin-button,
	 [type="number"]::-webkit-outer-spin-button {
	 	height: auto;
	 }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
	 [type="search"] {
	 	-webkit-appearance: textfield; /* 1 */
	 	outline-offset: -2px; /* 2 */
	 }
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
	 [type="search"]::-webkit-search-decoration {
	 	-webkit-appearance: none;
	 }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
	 ::-webkit-file-upload-button {
	 	-webkit-appearance: button; /* 1 */
	 	font: inherit; /* 2 */
	 }
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
	 details {
	 	display: block;
	 }
/*
 * Add the correct display in all browsers.
 */
	 summary {
	 	display: list-item;
	 }
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
	 template {
	 	display: none;
	 }
/**
 * Add the correct display in IE 10.
 */
	 [hidden] {
	 	display: none;
	 }
	 #page ::-webkit-scrollbar,
	 .select2-results__options::-webkit-scrollbar {
	 	width: 5px;
	 }
	 #page ::-webkit-scrollbar-track,
	 .select2-results__options::-webkit-scrollbar-track {
	 	background: #D9D9D9; 
	 }
	 #page ::-webkit-scrollbar-thumb,
	 .select2-results__options::-webkit-scrollbar-thumb {
	 	background: #E0A018; 
	 }
	 #page ::-webkit-scrollbar-thumb:hover,
	 .select2-results__options::-webkit-scrollbar-thumb:hover {
	 	background: #000; 
	 }
	 .error-404.not-found {
	 	text-align: center;
	 }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h2 {
	font-size: 1.643em;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 28px;
	margin-bottom: 14px;
}
.h1, h1 {
	font-size: 35px;
	font-weight: 900;
	line-height: 1.3;
	font-family: 'Frank Ruhl Libre', serif;
}
ul {
	padding: 0;
}
dfn, cite, em, i {
	font-style: italic;
	font-size: 14px;
}
li{
	list-style: none;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 0 0 10px 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

.vd_red{
	color: #C52F33;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #E0A018;
	font-size: 16px;
	padding: 14px 28px;
	font-family: 'Urbanist', sans-serif;
	background: #E0A018;
	color: #fff;
	text-transform: capitalize;
	font-weight: 700;
	border-radius: 7px;
	line-height: 1;
	transition: .5s ease-in-out;
}
label{
	font-weight: normal;
}
button:hover,
.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #fff;
	color: #E0A018;
}
.btn:active,
.btn:focus,
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus{
	background-color: #fff;
	color: #E0A018;
	outline: none;
	box-shadow: none;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #E0A018;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #443621;
	border: 1px solid #b2b2b2;
	border-radius: 0;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #443621;
}
select {
	border: 2px solid #ccc;
	border-radius: 0;
	padding: 5px 10px;
}
input[type=text], input[type=email], input[type=password], input[type=url], 
input[type=tel], input[type=date], textarea {
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
	height: 42px;
	border: 2px solid #b2b2b2;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: none;
	vertical-align: middle;
	font-size: 16px;
	color: #443621;
}
textarea {
	width: 100%;
	padding: 10px;
	min-height: 130px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #443621;
}
a:hover, a:focus, a:active {
	color: #E0A018;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 32px;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# JS Builder
--------------------------------------------------------------*/
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner{
	padding-top: 0 !important
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.post{
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
h1.entry-title {
	font-size: 28px;
	margin-top: 0;
	color: #443621;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 16px;
	text-transform: capitalize;
}
h3#reply-title {
	margin-top: 0;
	color: #333;
	font-weight: 600;
}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 4px;
	margin: 0 auto;
}
footer#colophon .gallery-item a {
	padding: 0;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## revolution Slider arrow
--------------------------------------------------------------*/
.vd-home-slider{
	position: relative;
}
.vd-home-slider:before{
	content: '';
	background: url(./img/banner-overlay.png) no-repeat center top;
	bottom: 0;
	height: 69px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
}

/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.home .vd_breadcrumb{
	display: none;
}
.vd_breadcrumb {
	width: 100%;
	margin: -115px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('./img/breadcrumb_bg.jpg');	
	background-size: cover;
	padding-top: 130px;
	padding-bottom: 40px;
}
.vd_breadcrumb_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.page-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto;
	text-transform: capitalize;

}
#crumbs {
	font-size: 17px;
	line-height: 1.9;
	font-weight: 500;
	margin: 10px auto 0;
}
#crumbs a {
	color: #A82327;
}

@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 991px) {
	.vd_breadcrumb {
		margin: 0px auto;
		padding: 30px 0;
	}
	.page-title {
		font-size: 28px;
	}
	#crumbs {
		font-size: 15px;
		margin: 5px auto 0;
	}
}
@media only screen and (max-width: 767px) {
	.vd_breadcrumb {
		padding: 15px 0;
	}
	.page-title {
		font-size: 24px;
	}
}
@media only screen and (max-width: 599px) {
	#crumbs {
		font-size: 14px;
		line-height: 1.3;
	}
	.page-title {
		font-size: 22px;
	}
}
@media only screen and (max-width: 479px) {
}

/*--------------------------------------------------------------
## content
--------------------------------------------------------------*/
.home #content {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
#content {
	display: block;
	width: 100%;
	overflow: hidden;
	min-height: auto;
	margin-top: 20px;
	padding-bottom: 30px;
}
#vd-container,.vd-container,.vd-container.vc_row {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	width: 1140px;
	float: none;
}
@media (max-width:767px){
	#vd-container,.vd-container,.vd-container.vc_row,.container{width:100%;}
}
@media (min-width:768px){
	#vd-container,.vd-container,.vd-container.vc_row,.container{width:738px}
}
@media (min-width:992px){
	#vd-container,.vd-container,.vd-container.vc_row,.container{width:962px}
}
@media (min-width:1200px){
	#vd-container,.vd-container,.vd-container.vc_row,.container{width:1140px;}
}
@media (min-width:1400px){
	#vd-container,.vd-container,.vd-container.vc_row{width:1300px;}
}
@media (min-width:1500px){
	#vd-container,.vd-container,.vd-container.vc_row{width:1400px;}
}
@media (min-width:1700px){
	#vd-container,.vd-container,.vd-container.vc_row{width:1650px;}
}
#vd-row,.vd-row.vc_row {
	margin-left: -30px;
	margin-right: -30px;
}

@media (max-width:767px){
	img.d-md-none {display: none;}
	img.d-lg-none {display: block;}	
}
@media (min-width:768px){
	img.d-md-none {display: block;}
	img.d-lg-none {display: none;}	
}
/*--------------------------------------------------------------
## Header top
--------------------------------------------------------------*/
.container {
	position: relative;
}
@media (min-width:1400px) {
	.container {
		width:1300px;
		position: relative;
	}
}
@media (min-width:1500px) {
	.container {
		width:1400px;
		position: relative;
	}
}
.header-container>.row {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-top {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.81) 32.33%, rgba(255, 240, 227, 0.22) 116.92%);
	background-image: url('./img/header_bg.png');	
	background-size: cover;
	padding: 20px 0;
	position: relative;
	background-color: #fff;
}
.header-top-widget, .header-top-widget>* {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.vd_registration .button,
.vd_donate .button  {
	display: flex;
	align-items: center;
	border-radius: 20px;
}
.vd_registration .button:hover,
.vd_donate .button:hover {
	background: #fff;
	border-color: #E0A018;
	color: #E0A018;
}
.vd_registration .button:hover img,
.vd_donate .button:hover img{
	filter: unset;
}
.vd_donate .button {
    margin-left: 15px;
}
.vd_donate .button img,
.vd_registration .button img {
	margin-right: 8px;
	transition: .5s ease-in-out;
	    max-height: 21px;
	    filter: brightness(0) invert(1);
	width: 23px;
}
#closePopup {
	display: none;
}
/*
@media only screen and (min-width: 768px) {
	#closePopup{display: none;}

}
@media only screen and (max-width: 767px) {
	#closePopup{
		display: block;
		position: absolute;
		padding: 0;
		border-radius: 100%;
		line-height: 1;
		height: 24px;
		width: 24px;
		font-size: 14px;
	}

}*/


.header-bottom {
	position: relative;
	display: block;
	padding: 20px 0;
}
.home .header-bottom {
	padding: 0;
	padding-top: 30px;
	background: none;
}
header#masthead {
	display:block;
	width: 100%;
	position: relative;
	padding: 0;
	z-index: 9;
}

.header-content {
	position: relative;
	width: 100%;
	float: left;
	padding: 0;
}
.header-top-left {
	position: inherit;
}
.header-top-right{
}
.header-container .header-top-right>.row {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

/*-------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin: 0 auto;
	background: #FFFFFF99;
	border-radius: 13px;
}
.header-menu-full {
	background: #fff;
}
.main-navigation a,.dropdown-menu > li > a {
	text-transform: capitalize;
	padding: 0;
	position: relative;
	z-index: 1;
	font-weight: 500;
	font-size: 16px;
	display: block;
	font-family: 'Frank Ruhl Libre', serif;
	transition: .5s ease-in-out;
}
.main-navigation ul.menu > li > a::before {
	content: "";
	position: relative;
	margin-right: 8px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	    filter: brightness(0) invert(1);
	transition: .3s ease-in-out;
}
.main-navigation ul.menu > li.registration > a::before {
	background-image: url(./img/registration.svg);
}
.main-navigation ul.menu > li.donate > a::before {
	background-image: url(./img/donate.png);
}
.main-navigation ul.menu > li.dropdown > a::after {
	content: "\f107";
	position: relative;
	font-family: 'FontAwesome';
	color: inherit;
	font-size: 12px;
	font-weight: 400;
	margin-left: 5px;
}
.main-navigation ul.menu > li > a {
	display: flex;
	align-items: center;
	white-space: break-spaces;
	border: 1px solid #E0A018;
    font-size: 16px;
    padding: 15px 25px;
    font-family: 'Urbanist', sans-serif;
    background: #E0A018;
    color: #fff;
    border-radius: 20px;
}
.main-navigation a iconify-icon {
	font-size: 22px;
	margin-right: 5px;
}
.main-navigation li.current-menu-item > a, 
.main-navigation ul li:hover > a, 
.main-navigation li.current-menu-parent > a {
	color: #E0A018;
	transition: .5s ease-in-out;
}
.main-navigation ul li:hover > a{
	    background: #fff;
}
.main-navigation ul.menu > li:hover > a::before {
    filter: unset;
}
.main-navigation ul ul li a{
}
.main-navigation ul ul li a:hover{
	color: #E0A018;
}
#main-menu {
	text-align: center;
	justify-content: flex-end;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 992px) {
	.main-navigation ul.menu > li {
		padding: 0;
		position: relative;
		display: flex;
		justify-content: center;
		cursor: pointer;
        border: none;
        background: transparent;
        border-radius: 0;
	}
	.main-navigation ul.menu > li:not(:first-child) {
		margin-left:15px;
	}
	.main-navigation ul.menu > li:hover a {
		opacity: 1;
	}
	.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0;
		position: relative;
		text-align: center;
	}
	.main-navigation ul ul {
		float: left;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 99999;
		padding: 0;
		width: 200px;
		border-radius: 7px;
		border: none;
		flex-direction: column;
		background: none;
		box-shadow: 0px 4px 11px 0px #00000021;
		display: flex;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
		-webkit-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
		overflow: hidden;
	}
	.main-navigation ul ul li{
		display: block;
		float: left;
		position: relative;
		z-index: 100;
		text-align: left;
	}
	.main-navigation ul ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}
	.main-navigation ul ul a {
		display: block;
		padding: 10px 15px;
		width: 100%;
		white-space: normal;
		font-size: 16px;
		background: #fff !important;
		border: none;
		border-radius: 0;
	}
	.main-navigation ul ul li:not(last-child) a{
		border-bottom: 1px solid #E5E5E5 ;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		opacity: 2;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	.main-navigation li {
		position: relative;
	}
	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
	.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover,
	.dropdown-menu > .active > a,
	.main-navigation a:hover {
		color: #E0A018;;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.main-navigation ul.menu > li {
		min-width: 135px;
	}

}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 992px) {
	.menu-toggle,.menu-icon,.social-toggle{
		display: none;
	}
	.main-navigation  div >  ul,#social-menu-items{
		display: flex !important;
	}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-main .post-navigation{
	display: none;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## home page
--------------------------------------------------------------*/
.home header .entry-title{
	display: none;
}
/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/
.vd_slider{
	position: relative;
}
.sr7-bullet.selected, .sr7-bullet.sr7-touchhover {
	background: #FF1C47 !important;
}
#SR7_1_1 .hermes .sr7-bullet.selected:after {
	background: none;
}
/*--------------------------------------------------------------
## About Us
--------------------------------------------------------------*/
#vd-about-us #vd-row .wpb_wrapper>*:not(:last-child) {
	margin-bottom: 30px;
}
#vd-about-us #vd-row .wpb_wrapper .vd-about-heading {
	margin-bottom: 15px;
	    font-family: 'Urbanist', sans-serif;
    color: #763d35;
    font-size: 50px;
}
#vd-about-us #vd-row .wpb_wrapper>*:last-child {
	margin-bottom: 0;
}
.vd-about-us {
	text-align: center;
	padding: 7% 0;
	background-size: cover;
	    background-position-y: bottom;
}
.vd-about-us-content.vc_column_container>.vc_column-inner>.wpb_wrapper {
    max-width: 75%;
    margin: 0 auto;
    background: #ffffff9e;
    padding: 40px;
    border-radius: 20px;
}
.vd-about-title p {
	font-size: 21px;
	font-weight: 600;
	color: #000;
}
.vd-about-desc p {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.3;
	color: #000;
}
.vd-about-btn a {
	font-size: 21px;
	font-family: 'Frank Ruhl Libre', serif;
	color: #BA1B39;
	font-weight: 700;
	position: relative;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}
.vd-about-btn a:after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M10.159 10.72a.75.75 0 1 0 1.06 1.06l3.25-3.25L15 8l-.53-.53l-3.25-3.25a.75.75 0 0 0-1.061 1.06l1.97 1.97H1.75a.75.75 0 1 0 0 1.5h10.379z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	margin-left: 8px;
	transition: all .3s;
}
.vd-about-btn a:hover:after {
	margin-left: 17px;
}

@media only screen and (max-width: 1399px) {
	.vd-about-us {
		padding: 5% 0;
	}
	.vd-about-desc p {
		font-size: 16px;
		line-height: 1.8;
	}
	#vd-about-us #vd-row .wpb_wrapper .vd-about-heading {
    font-size: 40px;
}
	.vd-about-title p {
    font-size: 18px;
}
}
@media only screen and (max-width: 1199px) {
	.vd-about-us {
		padding: 5% 0;
	}
	.vd-about-desc p {
		font-size: 16px;
		line-height: 1.8;
	}
	    #vd-about-us #vd-row .wpb_wrapper .vd-about-heading {
        font-size: 36px;
        margin-bottom: 10px;
    }
	#vd-about-us #vd-row .wpb_wrapper>*:not(:last-child) {
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 991px) {
	#vd-about-us #vd-row .wpb_wrapper>*:not(:last-child) {
		margin-bottom: 20px;
	}
	.vd-about-us-content.vc_column_container>.vc_column-inner>.wpb_wrapper {
    max-width: 80%;
    padding: 25px;
}
	    #vd-about-us #vd-row .wpb_wrapper .vd-about-heading {
        font-size: 30px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
		#vd-about-us #vd-row .wpb_wrapper>*:not(:last-child) {
		margin-bottom: 15px;
	}
	#vd-about-us #vd-row .wpb_wrapper .vd-about-heading {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.vd-about-title p {
		font-size: 18px;
	}
	.vd-about-desc p {
		line-height: 1.5;
	}
	.vd-about-btn a {
		font-size: 18px;
	}
	   .vd-about-us-content.vc_column_container>.vc_column-inner>.wpb_wrapper {
        max-width: 90%;
        padding: 20px;
    }
}
@media only screen and (max-width: 599px) {
	#vd-about-us #vd-row .wpb_wrapper .vd-about-heading {
		font-size: 26px;
		line-height: 1;
	}
	.vd-about-title p {
		font-size: 17px;
	}
	.vd-about-desc p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 479px) {
	#vd-about-us #vd-row .wpb_wrapper .vd-about-heading {
		font-size: 24px;
		line-height: 1.2;
	}
	 .vd-about-us-content.vc_column_container>.vc_column-inner>.wpb_wrapper {
        max-width: 100%;
        padding: 10px;
    }
.vd-about-title p {
        font-size: 15px;
    }
}
/*--------------------------------------------------------------
## Vd Explore
--------------------------------------------------------------*/
.vd-explore{
	padding: 64px 0;
}
.vd-explore-content .slick-list {
	overflow: visible;
	max-width: 1470px;
}
.vd-explore-content .slick-slide {
	overflow: hidden;
}
.vd-explore-content .vc-hoverbox-inner {
	min-height: 600px !important;
	display: flex;
	position: relative;
	cursor: pointer;
}
.vd-explore-content .vc-hoverbox-wrapper{
	display: flex !important;
	padding: 0 10px 0 0;
}
.vd-explore-content .vc-hoverbox-block.vc-hoverbox-front:before  {
	content: '';
	background: linear-gradient(180deg, rgba(29, 17, 1, 0) 26.87%, #150F00 100%);
	width: 100%;
	height: 100%;
	position: absolute;
}
.vd-explore-content  .vc-hoverbox-block {
	justify-content: flex-end;
	transition: .5s ease-in-out;
	transform: none !important;
	color: #fff;
	text-align: left;
}
.vd-explore-content  .vc-hoverbox-block>* {
	padding: 50px 45px;
}
.vd-explore-content .vc-hoverbox-block.vc-hoverbox-back{
	bottom: 0;
	top: auto;
}
.vd-explore-content .vc-hoverbox:hover .vc-hoverbox-back {
	bottom: 0;
}
.vd-explore-content .vc-hoverbox-block.vc-hoverbox-front .vc-hoverbox-front-inner{
	position: relative;
	display: none;
}
.vd-explore-content .vc-hoverbox:hover .vc-hoverbox-front .vc-hoverbox-front-inner {
	bottom: -100%;
}
.vd-explore-content  h2 {
	font-size: 30px;
	font-family: 'Frank Ruhl Libre', serif;
	font-weight: 900;
	line-height: 1.3;
	margin: 0 auto;
	margin-bottom: 15px;
}
.vd-explore-content p {
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 26px;
}
.vd-explore-content .vc-hoverbox-back a {
	font-size: 18px;
	font-family: 'Frank Ruhl Libre', serif;
	color: #FFB71E;
	font-weight: 500;
	position: relative;
	display: flex;
	margin: 0 auto;
	align-items: center;
	width: 100%;
	line-height: 1.2;
}
.vd-explore-content .vc-hoverbox-back a:after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M10.159 10.72a.75.75 0 1 0 1.06 1.06l3.25-3.25L15 8l-.53-.53l-3.25-3.25a.75.75 0 0 0-1.061 1.06l1.97 1.97H1.75a.75.75 0 1 0 0 1.5h10.379z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	margin-left: 8px;
	transition: all .3s;
}
.vd-explore-content .vc-hoverbox-back a:hover:after {
	margin-left: 17px;
}

@media only screen and (max-width: 1399px) {

}
@media only screen and (max-width: 1199px) {
	.vd-explore-content .vc-hoverbox-inner {
		min-height: 400px !important;
	}
	.vd-explore-content .vc-hoverbox-block>* {
		padding: 40px 20px;
	}
	.vd-explore-content .vc-hoverbox-back .vc-hoverbox-block {
		padding: 40px 20px 20px;
	}
	.vd-explore-content h2 {
		font-size: 24px;
	}
	.vd-explore-content p {
		font-weight: 400;
		line-height: 1.2;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 991px) {
	.vd-explore-content .vc-hoverbox-inner {
		min-height: 500px !important;
	}
	.vd-explore {
    padding: 40px 0;
}
}
@media only screen and (max-width: 767px) {
	.vd-explore {
		padding: 50px 0;
	}
	.vd-explore-content .vc-hoverbox-inner {
		min-height: 400px !important;
	}
	    .vd-explore-content .vc-hoverbox-block>* {
        padding: 25px 20px;
    }
}
@media only screen and (max-width: 599px) {
	.vd-explore {
		padding: 40px 0;
	}
	    .vd-explore-content h2 {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 479px) {
	.vd-explore {
		padding: 30px 0;
	}
}


/*--------------------------------------------------------------
## Section Heading
--------------------------------------------------------------*/
.vd_sec_heading {
	display: flex;
	align-items: center;
	padding: 0;
}
.vd_sec_heading .h1 {
	margin: 0 auto 13px;
}
.vd_sec_heading p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
}
@media only screen and (max-width: 1399px) {
	.vd_sec_heading p {
		font-size: 18px;
	}
}
@media only screen and (max-width: 1199px) {
	.vd_sec_heading .h1 {
		margin: 0 auto 10px;
		font-size: 30px;
	}
	.vd_sec_heading p {
		font-size: 18px;
	}
}
@media only screen and (max-width: 991px) {
	.vd_sec_heading .h1 {
		font-size: 28px;
	}
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 599px) {
	.vd_sec_heading .h1 {
		margin: 0px auto 5px;
		font-size: 24px;
	}
	.vd_sec_heading p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 479px) {
}

/*---------------------------------------------------------
## Donat Section
--------------------------------------------------------------*/
.vd_donate_section{
    background-color: #FDF3E6;
    background-size: cover;
    border-radius: 50px;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
	    margin-top: 70px;
}
.vd_bottom_donate {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vd_bottom_donate h1 {
    font-family: 'Urbanist', sans-serif;
    color: #614304;
    font-size: 50px;
	    font-weight: 700;
	    margin-top: 0;
	    text-align: center;
}
.vd_donate_section .wpb_content_element{
    margin-bottom: 0;
}


.vd_bottom_donate img {
    margin-right: 8px;
    transition: .5sease-in-out;
    max-height: 21px;
    filter: brightness(0) invert(1);
    width: 23px;
}
.vd_bottom_donate .button {
    display: flex;
    align-items: center;
    border-radius: 20px;
}
.vd_bottom_donate .button:hover img{
	filter: unset;
}

@media only screen and (max-width: 1199px) {
	.vd_bottom_donate h1 {
    font-size: 40px;
}
}
@media only screen and (max-width: 991px) {
.vd_donate_section {
    padding: 30px 0;
    margin-top: 50px;
	        border-radius: 20px;
}
}
@media only screen and (max-width: 767px) {
    .vd-container.vd_donate_section {
        width: auto;
        margin: 35px 15px 0;
    }
	    .vd_bottom_donate h1 {
        font-size: 30px;
        line-height: 1;
    }
}
@media only screen and (max-width: 599px) {
}
@media only screen and (max-width: 479px) {
	    .vd_bottom_donate h1 {
        font-size: 22px;
    }
}
/*---------------------------------------------------------
## Social Media Section
--------------------------------------------------------------*/
#vd-container.vd-social-media {
	padding: 50px 15px 40px;
	margin-top: 70px;
	margin-bottom: 70px;
	display: flex;
	justify-content: flex-end;
	min-height: 360px;
	border-radius: 56px;
	background-size: cover;
}
.vd_social_media_inner.vc_col-sm-12 {
	width: 60%;
}
.wpb_content_element.vd_social_media_img{
	background: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
	align-items: center;
	border-radius: 10px;
	width: 110px;
	height: 110px;
	transition: 0.7s ease-out;
}

.wpb_content_element.vd_social_media_img:hover{
	border-radius: 20%;
	box-shadow: 0 10px 15px rgba(0,0,0,0.3);
	transition: 0.3s ease-in;
}
.wpb_content_element.vd_social_media_img{
	margin-bottom: 10px;
}
.wpb_content_element.vd_social_media_img:not(:last-child){
	margin-right: 17px;
}
.wpb_content_element.vd_social_media_img a img {
	max-height: 30px;
}
.vd_social_media_block .wpb_wrapper{
	display: flex;
	align-items: flex-start;
}
.vd_social_media_block figure.wpb_wrapper {
	align-items: center;
	min-height: 33px;
	display: flex;
}
.vd_social_media_img h2 {
	font-size: 14px;
	margin: 0 auto;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 10px;
}
.vd-social-title {
	background: linear-gradient(90deg, rgba(255, 174, 45, 0.6) 0%, rgba(249, 183, 15, 0) 100%);
	width: max-content;
	font-size: 20px;
	color: #553A06;
	font-weight: 700;
	padding: 7px 10% 7px 20px;
}
.vd-social-media-top .vd_sec_heading {
	margin-bottom: 20px ;
}
.vd-social-media-top .vd_sec_heading .h1 {
	margin: 6px auto 0;
	color: #614304;
	font-size: 45px;
	line-height: 1.3;
	font-weight: 700;
}
.vd-social-media-top .vd_sec_heading p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: #382804;

}

@media only screen and (max-width: 1399px) {
	#vd-container.vd-social-media {
		background-position: center center !important;
	}

}
@media only screen and (max-width: 1199px) {
	.vd-social-media-top .vd_sec_heading .h1 {
		font-size: 34px;
	}
	.vd-social-media-top .vd_sec_heading p {
		font-size: 18px;
	}
	#vd-container.vd-social-media {
		padding: 40px 15px;
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 991px) {
	#vd-container.vd-social-media {
		min-height: max-content;
	}
	.vd_social_media_inner.vc_col-sm-12 {
		width: 75%;
	}
	.vd-social-title {
		font-size: 16px;
	}
	.vd-social-media-top .vd_sec_heading .h1 {
		font-size: 30px;
	}
	.vd-social-media-top .vd_sec_heading p {
		font-size: 16px;
	}
	.wpb_content_element.vd_social_media_img {
		height: 100px;
	}
}
@media only screen and (max-width: 767px) {
	#vd-container.vd-social-media {
		border-radius: 30px;
	}
	#vd-container.vd-social-media {
		padding: 40px 15px;
		margin: 50px 15px;
		width: auto;
	}
	.vd_social_media_inner.vc_col-sm-12 {
		width: 85%;
	}
	.vd-social-media-top .vd_sec_heading .h1 {
		font-size: 26px;
	}
	.vd-social-media-top .vd_sec_heading p {
		font-size: 14px;
	}
	.wpb_content_element.vd_social_media_img:not(:last-child) {
		margin-right: 10px;
	}
	.wpb_content_element.vd_social_media_img {
		height: 80px;
		padding: 5px;
	}
}
@media only screen and (max-width: 599px) {
	#vd-container.vd-social-media {
		padding: 30px 0;
		margin: 35px 15px;
	}
	.vd_social_media_inner.vc_col-sm-12 {
		width: 100%;
	}
	.vd_social_media_block .wpb_wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
	.wpb_content_element.vd_social_media_img {
		flex-basis: 25%;
	}
}
@media only screen and (max-width: 479px) {
	.vd-social-title {
		font-size: 14px;
	}
	.vd-social-media-top .vd_sec_heading .h1 {
		font-size: 22px;
	}
	.vd_social_media_img h2 {
		font-size: 12px;
		margin-top: 5px;
	}
	.wpb_content_element.vd_social_media_img {
		height: 70px;
		flex-basis: unset;
		width: 70px;
	}
	.vd_social_media_img .vc_figure img {
		width: 30px;
		height: 30px;
	}
}

.vd_gs_form_top{
	padding-top: 0;
	position: relative;
}
.vd_gs_section{
	margin-bottom: 30px;
}
.vd_gs_form_section {
	position: relative;
	    padding: 0 15px;
}
.vc_do_custom_heading.vd_gs_form_heading {
	display: flex;
	justify-content: center;
	margin-bottom: 42px;
	margin-top: 0;
	align-items: center;
	z-index: 1;
	position: relative;
}
.vd_gs_form_heading:before,.vd_gs_form_heading:after {
	content: '';
	background-image: url(./img/title_divider.png);
	background-size: contain;
	position: relative;
	background-repeat: no-repeat;
	width: 74px;
	margin: 0 13px;
	height: 30px;
}
.vd_gs_form_heading:after {
	transform:scaleX(-1);
}
.vc_row.vd_gs_form_section:before {
	content: '';
	background-image: url(./img/form_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	margin: auto calc(50% - 50vw);
	transform: translateX(calc(50vw - 50%));
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	display: block;
	height: 110%;
	width: 128%;
}
.vd_gs_form_section .vc_row.vd_gs_form_content{
	position: relative;
}
.vd_gs_form_section .vd_gs_form_content .wpb_wrapper:has(.wpb_wrapper){
	max-width: 1130px;
	margin: 0 auto;
	box-shadow: 0px 10px 28px 0px #0000001A;
	background: #fff;
	border-radius: 25px;
	padding: 3.6%;
	z-index: 1;
	position: relative;
}
.vd_gs_form_section .vd_gs_form_content:before {
	content: '';
	background-image: url(./img/form_corner.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 500px;
	position: absolute;
	left: auto;
	right: 7%;
	top: -8%;
	height: 100%;
	z-index: 0;
}
.wpb_content_element.vd_gs_form_top {
	margin-bottom: 28px;
}
.vd_gs_form_section .vd_gs_required {
	margin-bottom: 0;
}
.vd_gs_form_section .vd_gs_required p{
	font-size: 16px;
	font-weight: 600;
}
.vd_gs_form_section .vd_gs_required strong{
	color: #BA1B39;
	padding: 0 5px;
}
div.wpforms-container-full:not(:empty) {
	margin: 0px auto;
}


.vd_gs_section  .vc_tta.vc_tta-accordion .vc_tta-tabs-container, 
.vd_gs_section  .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
	display: block;
}
.vd_gs_section .vc_tta-container {
	margin-bottom: 0;
}
.vd_gs_section .vc_tta-tabs-container {
	margin: 0 auto 40px !important;
}
.vd_gs_section .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
	display: none !important;
}
.vd_gs_section .vc_tta-tabs-list {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0 auto !important;
}
.vd_gs_section .vc_tta.vc_general .vc_tta-tab>a{
	padding: 15px 15px;
	color:#443621;
	font-weight: 600;
	background: #FAF6EE;
	border: 1px solid #E3CFA7;
	font-family: 'Frank Ruhl Libre', serif;
	border-radius: 7px !important;
	text-align: center;
}
.vd_gs_section .vc_tta.vc_general .vc_tta-tab.vc_active>a::after, 
.vd_gs_section .vc_tta.vc_general .vc_tta-tab.vc_active>a::before {
	content: none;
}
.vd_gs_section .vc_tta.vc_general .vc_tta-tab.vc_active a,
.vd_gs_section .vc_tta.vc_general .vc_tta-tab a:hover {
	border: 1px solid #E0A018;
	background: #E0A018;
	color: #fff;
}
.vd_gs_section .vc_tta-tab:not(:last-child) {
	margin-right: 15px !important;
}


.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
	padding: 14px 0;
}
.wpforms-container .wpforms-field.wpforms-field-number {
    width: 33.333%;
    float: left;
    clear: unset;
	    padding-right: 5px;
}
.wpforms-container .wpforms-layout-column .wpforms-field{
	padding: 0;
}
div.wpforms-container-full .wpforms-field-label,
.vd_gs_form_section div.wpforms-container .wpforms-form .wpforms-field-layout>.wpforms-field-label{
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	color: #443621;
	font-family: 'Frank Ruhl Libre', serif;
	margin-bottom: 8px;
}
.vd_gs_form_section div.wpforms-container .wpforms-form .wpforms-field-layout>.wpforms-field-label {
    padding: 0;
    margin-top: 0;
    border: none;
	margin: 0;
}
.vd_gs_form_section div.wpforms-container-full .wpforms-form .wpforms-field-layout:not(:first-child)>.wpforms-field-label:not(.wpforms-label-hide):before {
    content: none;
}
div.wpforms-container-full .wpforms-required-label{
	font-weight: 900;
	color: #BA1B39;
	font-size: 16px;
	line-height: 0;
}
.wpforms-container input.wpforms-field-medium, 
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium, 
.wp-core-ui div.wpforms-container input.wpforms-field-medium, 
.wp-core-ui div.wpforms-container select.wpforms-field-medium, 
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
	max-width: 100%;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
	border-color:  #D6D2CB;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 500;
	padding: 0 22px;
}
div.wpforms-container-full input, div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full input, .wp-core-ui div.wpforms-container-full select {
	height: 52px;
}
div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error:focus, div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid:focus, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error:focus, div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid:focus, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error:focus, div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid:focus,
div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid {
	border-color: #E0A018;
}
div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
	font-weight: 500;
	margin-top: 5px;
	color: #FF2C2C;
	letter-spacing: 0.8px;
}

div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button,div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active){
	padding: 16px 15px;
	min-width: 275px;
	border: 1px solid #E0A018;
	background: #E0A018;
	color: #fff;
	font-family: 'Frank Ruhl Libre', serif;
	border-radius: 8px;
	height: 52px;
	font-weight: 700;
}
div.wpforms-container-full input[type=submit]:hover, div.wpforms-container-full input[type=submit]:active, div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full .wpforms-page-button:hover, div.wpforms-container-full .wpforms-page-button:active, .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .wp-core-ui div.wpforms-container-full input[type=submit]:active, .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .wp-core-ui div.wpforms-container-full button[type=submit]:active, .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
	background: #fff !important;
	color: #E0A018;
}
div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after, .wp-core-ui div.wpforms-container-full input[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full button[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
	content: none;
}
div.wpforms-container-full input[type=date]:focus:invalid, div.wpforms-container-full input[type=datetime]:focus:invalid, div.wpforms-container-full input[type=datetime-local]:focus:invalid, div.wpforms-container-full input[type=email]:focus:invalid, div.wpforms-container-full input[type=month]:focus:invalid, div.wpforms-container-full input[type=number]:focus:invalid, div.wpforms-container-full input[type=password]:focus:invalid, div.wpforms-container-full input[type=range]:focus:invalid, div.wpforms-container-full input[type=search]:focus:invalid, div.wpforms-container-full input[type=tel]:focus:invalid, div.wpforms-container-full input[type=text]:focus:invalid, div.wpforms-container-full input[type=time]:focus:invalid, div.wpforms-container-full input[type=url]:focus:invalid, div.wpforms-container-full input[type=week]:focus:invalid, div.wpforms-container-full select:focus:invalid, div.wpforms-container-full textarea:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=date]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=datetime]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=email]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=month]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=number]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=password]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=range]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=search]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=tel]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=text]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=time]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=url]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=week]:focus:invalid, .wp-core-ui div.wpforms-container-full select:focus:invalid, .wp-core-ui div.wpforms-container-full textarea:focus:invalid {
	box-shadow: unset;
	border-color: #E0A018;
	outline: none;
}

@media only screen and (max-width: 1199px) {
	.vd_gs_form_top {
		padding-top: 80px;
		position: relative;
	}
}
@media only screen and (max-width: 991px) {
	.vc_do_custom_heading.vd_gs_form_heading {
		margin-bottom: 20px;
		font-size: 28px;
	}
	.vd_gs_form_section .vd_gs_required{
		margin-bottom: 10px;
	}
	.vd_gs_form_content .wpb_text_column.wpb_content_element {
		margin-bottom: 20px;
	}
	.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
		padding: 10px 0;
	}

}
@media only screen and (max-width: 767px) {
	div.wpforms-container-full input, div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full input, .wp-core-ui div.wpforms-container-full select {
		height: 44px;
	}
	.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
		padding: 7px 0;
	}
	.vc_do_custom_heading.vd_gs_form_heading {
		margin-bottom: 20px;
		font-size: 26px;
	}
	.vd_gs_form_heading:before, .vd_gs_form_heading:after {
		width: 55px;
	}
	.vd_gs_form_heading:before {
		margin-left: 0;
	}
	.vd_gs_form_heading:after {
		margin-right: 0;
	}
	.vd_gs_form_top {
		padding-top: 20px;
	}
	.vd_gs_section .vc_tta-tabs-container {
		margin: 0 auto 30px !important;
	}

}
@media only screen and (max-width: 600px) {
	.vc_do_custom_heading.vd_gs_form_heading {
		font-size: 22px;
	}
	div#wpforms-235-field_12-container {
		padding: 0;
	}
	.wpforms-container .wpforms-layout-column .wpforms-field {
		padding: 7px 0;
	}
	div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
		font-size: 14px;
		padding: 0 15px;
	}
	div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button, div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active), .wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
		min-width: auto;
		height: auto;
		padding: 15px;
		font-weight: 600;
		font-size: 16px;
        min-width: 150px;
	}
	.vd_gs_form_section .vd_gs_required p {
		margin-bottom: 5px;
	}
	.vd_gs_form_section .vd_gs_required p{
		font-size: 14px;
	}
	.vd_gs_section .vc_tta-tabs-list {
		justify-content: flex-start;
	}
}
@media only screen and (max-width: 479px) {
	div.wpforms-container-full input, div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full input, .wp-core-ui div.wpforms-container-full select {
		height: 38px;
	}
	.vc_do_custom_heading.vd_gs_form_heading {
		font-size: 18px;
	}
	.vd_gs_form_section .vd_gs_required {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.vd_gs_section .vc_tta.vc_general .vc_tta-tab>a {
		padding: 12px 10px;
	}
	.vd_gs_form_section .vd_gs_form_content .wpb_wrapper:has(.wpb_wrapper) {
		padding: 15px;
	}
	.vd_gs_form_heading:before, .vd_gs_form_heading:after {
		width: 50px;
	}
}



/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/
footer#colophon {
	background-image: url(./img/footer_bg.png);
	background-color: #1A0D10;
	background-size: cover;
	background-position-x: right;
}
.footer-top{
	color: #fff;
	display: flex;
	width: 100%;
	padding: 134px 0 30px;
	display: none;
}
#colophon .widget .widget-title,
#colophon .widget h2 {
	color: #fff;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 32px;
	border: none;
	margin-top: 0;
	text-transform: capitalize;
	font-size: 28px;
	font-family: 'Frank Ruhl Libre', serif;
	font-weight: 500;
	line-height: 1.3;
}
.footer-dropdown {
	display: flex;
	flex-direction: column;
}
.footer-address {
	display: flex;
	flex-direction: row;
}
@media only screen and (min-width: 992px){
	.footer-dropdown {
		display: flex !important;
	}
}
.bottom.widget {
	width: auto;
	float: left;
	margin: 0 auto;
}
.footer-top>.widget {
	margin: 0 0 11px;
	position: relative;
	padding-right: 15px;
	padding-left: 0;
	flex: 1;
}
.first.col-12.widget, .second.col-12.widget {
	flex: 0 0 30%;
}
.footer-top>.widget p {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 20px;
}
.footer-top>.widget p strong {
	color: #fff;
}
footer.site-footer li {
	width: 100%;
	margin-bottom: 19px;
}
footer.site-footer a {
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	line-height: 1.9;
	transition: .5s ease-in-out;
}
footer.site-footer a:hover {
	color: #E0A018;
}
footer.site-footer iconify-icon{
	width: 20px;
	height: 20px;
	font-size: 22px;
	margin-right: 10px;
	color: #FFDAA4;
}
li.footer-social-li a i {
	width: 20px;
	height: 20px;
	font-size: 14px;
	margin-right: 10px;
	background: #FFDAA4;
	border-radius: 100%;
	color: #000;
	padding: 3px 4px;
}
.vd-footer-address .widget{
	margin: 0 auto;
}
.footer-bottom{
	display: flex;
	    flex-direction: column;
	color: #fff;
	border: 1px solid #FFFFFF26;
	border-left: none;
	border-right: none;
	padding: 20px 0;
	justify-content: space-between;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 2.1;
}
.footer-bottom>* {
	flex: 1;
}
.footer-bottom>* .widget{
	margin: 0 auto;
}
.footer-bottom .footer-dropdown {
	flex-direction: row;
	margin-bottom: 0;
	justify-content: flex-end;
}
footer .footer-bottom a {
	font-size: 15px;
	line-height: 2.1;
	font-weight: 500;
}
footer .footer-bottom .vd-footer-menu a {
	color: #D8A029;
	text-decoration: underline;
	position: relative;
}
footer .footer-bottom .vd-footer-menu li a:hover {
	color: #fff;
}
footer .footer-bottom .vd-footer-menu li:not(:last-child) a {
	padding-right: 13px;
	margin-right: 13px;
}
footer .footer-bottom .vd-footer-menu li:not(:last-child) a:after {
	content: '';
	height: 14px;
	width: 2px;
	position: absolute;
	right: 0;
	background-color: #D8A029;
	top: 13%;
}
footer#colophon .footer-bottom li {
	width: auto;
	margin-bottom: 0;
}
.vd-powerby {
	padding: 0;
}
/*--------------------------------------------------------------
## Contact Page 
--------------------------------------------------------------*/
.wpforms-container.wpforms-container-full.vd_contact_form {
	border: 2px dashed #E0A018;
	margin: 0 auto;
	box-shadow: 0px 10px 28px 0px #0000001A;
	background: #fff;
	border-radius: 25px;
	padding: 30px;
	z-index: 1;
	margin-bottom: 30px;
	position: relative;
}
ul.contact-list-items {
	max-width: 100%;
}
li.contact-list-item {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-bottom: 15px;
}
span.contact-list-icon i {
	color: #E0A018;
	font-size: 26px;
}
span.contact-list-icon {
	margin-right: 15px;
	min-width: 30px;
}
span.contact-list-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}
@media only screen and (max-width: 991px) {
	.vd-contact .vc_column_container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
}

/*--------------------------------------------------------------
## Social Media Popup
--------------------------------------------------------------*/
.pum-theme-default-theme .pum-container, .pum-container {
	margin: 0 auto !important;
	left: 0  !important;
	right: 0  !important;
	top: 0 !important;
	max-width: 890px;
	position: relative;
}
.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
	align-content: center;
	position: fixed;
	top: 0;
	bottom: 0;

	padding: 80px 20px;
}
.vd-social-media-popup .vd-social-popup-title {
	text-align: center;
}

.vd-social-media-popup .vd-social-popup-title .vd_sec_heading {
	width: 100%;
	justify-content: center;
}

.vd-social-media-popup .vd-social-pop-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	color: #553A06;
	margin-bottom: 5px;

}
.vd-social-media-popup .vd_sec_heading .h1{
	font-size: 35px;
	font-weight: 700;
	margin: 0 auto;
}
.vd-social-media-popup .vd_sec_heading p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.vd-social-popup-social {
	margin-bottom: 20px;
}
.vd-social-popup-social .wpb_wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -8px;
	width: auto;
}
.wpb_content_element.vd_social_media_pop_img a {
	background: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
	align-items: center;
	border-radius: 10px;
	width: 108px;
	height: 102px;
	border: 2px solid #E2E2E2;
	padding: 5px;
	transition: 0.5s ease-out;
}
.wpb_content_element.vd_social_media_pop_img.social_facebook a:hover{
	background:#3b5998;
	border-color:#3b5998;
}
.wpb_content_element.vd_social_media_pop_img.social_instagram a:hover{
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
	border-color: #b95da6;
}
.wpb_content_element.vd_social_media_pop_img.social_twitter a:hover{
	background:#1da1f2;
	border-color:#1da1f2;
}
.wpb_content_element.vd_social_media_pop_img.social_youtube a:hover{
	background:#ff0000;
	border-color:#ff0000;
}
.wpb_content_element.vd_social_media_pop_img.social_whatsapp a:hover{
	background:#25d366;
	border-color:#25d366;
}
.wpb_content_element.vd_social_media_pop_img.social_telegram a:hover{
	background:#0088cc;
	border-color:#0088cc;
}
.wpb_content_element.vd_social_media_pop_img a:hover h2{
	color: #fff;
}
.wpb_content_element.vd_social_media_pop_img a:hover img{
	filter: brightness(100) sepia(0) hue-rotate(0deg) saturate(0);
}
.wpb_content_element.vd_social_media_pop_img a:hover img[title="twitter"]{
	filter: invert(110%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.wpb_content_element.vd_social_media_pop_img{
	margin-bottom: 12px;
}
.wpb_content_element.vd_social_media_pop_img{
	padding: 0 8px;
}
.wpb_content_element.vd_social_media_pop_img a img {
	max-height: 30px;
}

.vd_social_media_pop_img h2 {
	font-size: 14px;
	margin: 0 auto;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 10px;
}

/* Popup Review */
.vd-social-pop-review .wp-gr {
	padding-bottom: 0 !important;
}
.vd-social-pop-review .wp-google-list {
	border: 2px solid #E2E2E2 !important;
	padding: 8px !important;
	border-radius: 10px !important;
}

.vd-social-pop-review .wp-gr .wp-google-right {
	display: flex !important;
	width: 100% !important;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.vd-social-pop-review .wp-gr.wpac .wp-google-name {
	border-bottom: 1px solid #E2E2E2 !important;
	padding: 0 !important;
	flex: 100%;
}
.vd-social-pop-review .wp-gr.wpac .wp-google-name a{
	padding: 10px 15px !important;
	display: flex;
}
.vd-social-pop-review .wp-gr .wp-google-right .wp-google-name a span{
	font-size: 19px !important;
	font-weight: 700 !important;
	margin-top: 0 !important;
	font-family: 'Frank Ruhl Libre' !important;
	color: #000 !important;
}
.vd-social-pop-review .wp-gr .wp-google-right>* {
	margin: 0 !important;
}
.vd-social-pop-review .wp-google-right div:nth-child(2){
	flex-direction: column;
	padding: 10px 15px !important;
}
.vd-social-pop-review  .wp-gr .wp-google-powered {
	color: #000 !important;
	margin: 0 0 5px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
}
.vd-social-pop-review .wp-gr .wp-google-right .wp-google-wr {
	display: block;
	align-content: center;
}
.vd-social-pop-review  .wp-gr .wp-google-powered ~ .wp-google-powered{
	display:none !important;
}
.vd-social-pop-review  .wp-gr .wp-google-wr a {
	font-size: 0 !important;
	display: flex;
	align-items: center;
	background: #E0A018 !important;
	border-color: #E0A018 !important;
	color: #fff !important;
	border-radius: 7px !important;
	box-shadow: 0px 4px 4px 0px #0000001C !important;
	padding: 13px 20px !important;
	text-shadow: none !important;
}
.vd-social-pop-review  .wp-gr .wp-google-wr a:hover {
	background: #E0A018 !important;
}
.vd-social-pop-review  .wp-gr .wp-google-wr a svg {
	display: none !important;
}
.vd-social-pop-review  .wp-gr .wp-google-wr a:after {
	content: 'Leave a Review';
	font-size: 16px;
	font-weight: 500;
	font-family: 'Frank Ruhl Libre';
}

/* Brochure */
.popup_brochure_block a {
	display: flex;
	flex-direction: row;
	padding: 20px 27px;
	background: linear-gradient(90deg, #EF3C3F 0%, #FF7A58 100%);
	color: #fff;
	border-radius: 10px;
}
.popup_brochure_block a:hover {
	background: linear-gradient(-90deg, #EF3C3F 0%, #FF7A58 100%);

}
.popup_brochure_block a span {
	font-size: 19px;
	font-weight: 700;
	margin-top: 0;
	font-family: 'Frank Ruhl Libre';
}
.popup_brochure_block a p {
	font-size: 15px;
	font-weight: 500;
	margin: 0 auto;
	color: #FFE3E4;

}
.popup_brochure_block a>* {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.popup_brochure_block a .popup_brochure_img {
	margin-right: 20px;
}
.popup_brochure_block a img {
	max-width: 33px;
	height: fit-content;
}


/* Location */
.popup_location_section .popup_location_block {
	margin-bottom: 0;
}
.popup_location_block a {
	display: flex;
	flex-direction: row;
	color: #21201F;
	border-radius: 10px;
}
.popup_location_block a span {
	position: absolute;
	top: -20%;
	left: 50%;
	display: block;
	width: 40px;
	height: 15px;
	background: #ff5454;
	border-radius: 50%;
	transform: translate(-50%, 400%);

}
.popup_location_block a p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
	margin-bottom: 0;
	text-transform: capitalize;

}
.popup_location_block a>* {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	position: relative;
}
.popup_location_block a .popup_location_img {
	margin-right: 10px;
	width: 80px;
	height: 68px;
}
.popup_location_block a img {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 40px;
	-webkit-animation: hover 2s infinite ease-in;
	animation: hover 2s infinite ease-in;
}


.popup_location_block a span::before, .popup_location_block a span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background: #ff5454;
	border-radius: 50%;
	opacity: 0.5;
	transform: translate(-50%, -50%) scale(1);
	animation: ripple 1.0s infinite ease-in;
}
@keyframes ripple {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.5;
	}
	100% {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}
}

@keyframes hover {
	0% {
		margin-top: 0px;
	}
	50% {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 991px) {
	.pum-theme-default-theme .pum-container, .pum-container {
		padding: 25px !important;
		border-radius: 25px !important;
	}
	.wpb_content_element.vd_social_media_pop_img a {
		width: 90px;
		height: 90px;
	}
	.pum-theme-64 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
		right: 20px !important;
		top: 15px !important;
	}
}
@media only screen and (max-width: 767px) {
	.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
		padding: 40px 20px;
	}
	.wpb_content_element.vd_social_media_pop_img a {
		width: 75px;
		height: 75px;
	}
	.wpb_content_element.vd_social_media_pop_img {
		padding: 0 4px;
	}
	.vd-social-popup-social .wpb_wrapper {
		margin: 0 -4px;
	}
	.vd-social-popup-social {
		margin-bottom: 0;
	}
	.vd_social_media_pop_img h2 {
		font-size: 12px;
		margin-top: 5px;
	}
	.wpb_content_element.vd_social_media_pop_img a img {
		max-height: 25px;
	}
	.vd-social-pop-review .wp-gr .wp-google-right .wp-google-name a span {
		font-size: 17px !important;
	}
	.vd-social-media-popup .wpb_content_element{
		margin-bottom: 20px;
	}
	.vd-social-media-popup .vd-social-pop-title {
		font-size: 18px;
	}
	.vd-social-media-popup .vd_sec_heading .h1 {
		font-size: 30px;
	}
	.vd-social-media-popup .vd_sec_heading p {
		font-size: 14px;
	}
	.vd-social-pop-review .wp-gr.wpac .wp-google-name a {
		padding: 10px 10px !important;
	}
	.vd-social-pop-review .wp-google-right div:nth-child(2) {
		padding: 10px 10px !important;
	}
	.popup_location_block a span {
		font-size: 20px;
	}
	.popup_location_block a p {
		font-size: 16px;
		line-height: 1.3;
	}
	.popup_location_block a .popup_location_img {
		margin-right: 25px;
	}
	.wpb_content_element.popup_location_block {
		margin-bottom: 0;
	}
	.popup_brochure_block a {
		padding: 15px 20px;
	}
	.popup_brochure_block a span {
		font-size: 16px;
	}
	.popup_brochure_block a p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 599px) {
	.pum-theme-default-theme .pum-container, .pum-container {
		padding: 15px !important;
	}
	.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
		padding: 20px 15px;
	}
	.vd-social-media-popup .wpb_content_element {
		margin-bottom: 15px;
	}
	.vd-social-media-popup .vd-social-pop-title {
		font-size: 16px;
		line-height: 1.2;
	}
	.vd-social-media-popup .vd_sec_heading .h1 {
		font-size: 26px;
	}
	.pum-theme-64 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
		right: 15px !important;
		top: 10px !important;
		padding: 4px !important;
		font-size: 18px !important;
		line-height: 18px !important;
	}
	.vd_social_media_pop_img h2 {
		display: none;
	}
	.wpb_content_element.vd_social_media_pop_img a {
		width: 50px;
		height: 50px;
	}
	.wpb_content_element.vd_social_media_pop_img a img {
		max-height: 22px;
	}
	.vd-social-pop-review .wp-gr.wpac .wp-google-name a,
	.vd-social-pop-review .wp-google-right div:nth-child(2) {
		padding: 10px 0 !important;
	}
	.wpb_content_element.vd_social_media_pop_img {
		padding: 0 3px;
	}
}
@media only screen and (max-width: 479px) {
	.vd-social-media-popup .vd_sec_heading .h1 {
		font-size: 22px;
	}
	.vd-social-media-popup .wpb_content_element.vd_social_media_pop_img {
		margin-bottom: 10px;
	}
	.vd-social-pop-review .wp-gr .wp-google-powered {
		font-size: 14px !important;
		font-weight: 400 !important;
	}
	.vd-social-pop-review .wp-gr .wp-google-right .wp-google-name a span {
		font-size: 16px !important;
	}
	.vd-social-pop-review .wp-gr.wpac .wp-google-name a, .vd-social-pop-review .wp-google-right div:nth-child(2) {
		padding: 6px 0 !important;
	}
	.vd-social-pop-review .wp-gr .wp-google-wr a {
		padding: 10px 15px !important;
		margin-top: 10px !important;
	}
	.wpb_content_element.vd_social_media_pop_img a {
		width: 44px;
		height: 44px;
	}
	.wpb_content_element.vd_social_media_pop_img a img {
		max-height: 22px;
	}
}



/*--------------------------------------------------------------
## Single-Post page
--------------------------------------------------------------*/
.post-desc .wpb_button,.post-desc .wpb_content_element,.post-desc ul.wpb_thumbnails-fluid>li {
	margin-bottom: 15px;
}
.vd-post {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.blog_inner>* {
	height: 100%;
}
.blog_inner .entry-content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.blog_inner .entry-content .posted-on {
	order: 1;
	margin-bottom: 10px;

}
.blog_inner .entry-content .entry-header {
	order: 2;
}
span.posted-on {
	width: 100%;
	display: block;
	font-weight: 600;
}
span.posted-on a {
	color: #E0A018;
	pointer-events: none;
}

.blog article.post.type-post, .category article.post.type-post{
	margin-bottom: 15px;
	display: flex;
	width: 25%;
	padding: 15px 15px;
}

.blog_img figure.post-thumbnail {
	margin: 0 auto;
}
.blog_inner {
	flex: 1;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
	border-radius: 15px;
	overflow: hidden;
}
.blog_inner .blog_desc {
	background: #fff;
	padding: 15px;
}
.blog_inner h2.entry-title a {
	color: #443621;
	margin-top: 0;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
}
.blog_inner h2.entry-title {
	margin-bottom: 0;
}
.single article.post.type-post{
	padding: 0;
	width: 100%;
	flex-direction: column;
	border: none;
	display: flex;
	margin-top: 20px;
}
.post_img {
	padding: 0;
}

@media only screen and (max-width: 1399px) {
	.blog article.post.type-post, .category article.post.type-post {
		width: 33.3333%;
	}

}
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
	.blog article.post.type-post, .category article.post.type-post {
		width: 50%;
	}
}
@media only screen and (max-width: 599px) {
}
@media only screen and (max-width: 479px) {
	.blog article.post.type-post, .category article.post.type-post {
		width: 100%;
	}
}

.navigation-post .col-xs-6 a{
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
}
h2.entry-title{
	margin-top: 0;
	line-height: 22px;
}
h2.entry-title a{
	color: #E0A018;
	margin-top: 8px;
	padding-left: 0;
	text-transform: capitalize;
	font-size: 25px;
	font-style: normal;
	line-height: 26px;
	display: block;
}
.single-blog{margin-bottom: 30px;}
section.related.products {
	display: none;
}
#comments {
	flex-basis: 65%;
	max-width: 65%;
}
#review_form_wrapper {
	flex-basis: 35%;
	max-width: 35%;
}
.single.single-post header.entry-header {
	display: none;
}
.post-img,.post-desc{
	margin-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}
.comment-list {
	padding: 0;
	margin: 0 auto;
	margin-top: 25px;
}
.entry-footer span svg {
	float: left;
	margin-right: 5px;
	width: 18px;
	height: 20px;
	color: #443621;
}
.entry-footer span {
	float: left;
	text-transform: capitalize;
}
.entry-footer > span {
	margin-right: 10px;
	margin-bottom: 5px;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea{
	display: block;
	width: 350px;
	padding: 9px 15px;
	border: 1px solid #e9e7e8;
	border-radius: 0;
	font-size: 14px;
	background: #fff;
	margin-bottom: 15px;
}
#commentform textarea{width: 350px !important;height: 130px;}
#commentform .required {
	color: red;
	font-size: 16px;
	display: inline-block;
}
span.edit-link {
	display: inline-block;
}
.edit-link svg.svg-icon {
	float: left;
}
.comment-metadata time {
	font-weight: 700;
}
.comment-author.vcard {
	float: left;
	display: inline-block;
	width: 100px;
	text-align: left;
	margin-right: 15px;
}
.comment-author.vcard .fn{
	float: left;
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	color: #443621;
	text-transform: capitalize;
	word-break: break-all;
}
.comment-metadata {
	float: left;
	width: calc(100% - 115px);
}
#review_form {
	border: 2px dashed #E0A018;
	padding: 20px;
	background: #fff;
}
li.comment {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
#commentform input[type="checkbox"]{
	margin: 0 10px 0 0;
	float: left;
}
.comment-form-cookies-consent {
	margin: 10px 0 15px 0;
	float: left;
	width: 100%;
	display: flex;
}
.comment-form-cookies-consent label{
	float: left;
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}
#commentform input[type="submit"] {
	display: block;
}
/*--------------------------------------------------------------
## Back TO Top
--------------------------------------------------------------*/
/*.backtotop {
	height: 40px;
	width: 40px;
	right: 15px;
	bottom: 20px;
	display: none;
	position: fixed;
	z-index: 999;
	font-size: 30px;
	padding: 0;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	color: #E0A018;
#E0A018;
	border: 3px solid #E0A018;
#E0A018;
	border-radius: 10px;
}
.backtotop.fixed {
	display: block;
}
.backtotop:hover{
	background: #E0A018;
	color: #fff;
}*/
.content-left > .row{margin-right: 0;}
.content-right > .row{margin-left: 0;}
.page_content_title p{
	font-size: 20px;
	color: #444;
}
.page_content {
	margin-bottom: 20px;
}
.page_content p {
	color: #444;
}
.page_content ul{
	padding: 0 10px;
	margin: 10px 0;
}
.page_content ul li{
	padding: 5px 0;
}
button.slick-arrow {
	position: absolute;
	width: 52px;
	height: 52px;
	top: -52px;
	font-size: 0;
	background: transparent;
	z-index: 1;
	display: flex;
	align-items: center;
	border: 2px solid #AEABA4;
	color: #AEABA4;
	border-radius: 100%;
	justify-content: center;
}
button.slick-arrow:before {
	content: "";
	position: absolute;
	opacity: 1 !important;
	color: #AEABA4;	
	height: 24px;
	width: 24px;
}
button.slick-next.slick-arrow:before {
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M10.159 10.72a.75.75 0 1 0 1.06 1.06l3.25-3.25L15 8l-.53-.53l-3.25-3.25a.75.75 0 0 0-1.061 1.06l1.97 1.97H1.75a.75.75 0 1 0 0 1.5h10.379z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
button.slick-prev.slick-arrow:before {
	--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M10.159 10.72a.75.75 0 1 0 1.06 1.06l3.25-3.25L15 8l-.53-.53l-3.25-3.25a.75.75 0 0 0-1.061 1.06l1.97 1.97H1.75a.75.75 0 1 0 0 1.5h10.379z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-color: currentColor;
	-webkit-mask-image: var(--svg);
	mask-image: var(--svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	transform: rotate(180deg);
}
button.slick-arrow:hover{
	border-color: #E0A018;
}
button.slick-arrow:hover:before{
	color: #E0A018;
}
button.slick-next.slick-arrow {
	left: auto;
	right: 0;
}
button.slick-prev.slick-arrow{
	left: auto;
	right: 62px;
}
ul.products button.slick-arrow {
	top: 48%;
	width: 30px;
	height: 30px;
}

@media only screen and (max-width: 767px) {
	button.slick-arrow {
		top: 50%;
		width: 42px;
		height: 42px;
	}
	button.slick-prev.slick-arrow {
		left: 0;
		right: auto;
	}
}
@media only screen and (max-width: 599px) {
}
@media only screen and (max-width: 479px) {
}

.mr-25 {
	margin-bottom: 25px;
}
.mr-30 {
	margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
	.mr-25 {
		margin-bottom: 15px;
	}
	.mr-30 {
		margin-bottom: 20px;
	}
}
/*#page-overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 999999999999;
}
#page-overlay .load_img {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 999999999999;
	background: #fff url("./img/loader.gif") no-repeat scroll 50% 50%;
	pointer-events: none;
	overflow: hidden;
	background-size: 100px;
}
*/
/** LIGHTBOX MARKUP **/
.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 3em;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
}
/* Unhide the lightbox when it's the target */
.lightbox:target {
	display: flex;
	justify-content: center;
	align-items: center;
}
.lightbox img {
	max-width: 600px;
}  
@media only screen and (min-width: 768px){
	.vd_desktop{
		display: block;
	}
	.vd_responsive{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.vd_desktop{
		display: none;
	}
	.vd_responsive{
		display: block;
	}
}
/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1399px) {
	.first.col-12.widget, .second.col-12.widget {
		flex: 0 0 27%;
	}
}
@media only screen and (max-width: 1199px) {
	#top-menu.menu li a,
	.main-navigation a, .dropdown-menu > li > a {
		font-size: 14px;
	}
	h1.vd_category_heading {
		font-size: 40px;
		margin-top: 40px;
		margin-bottom: 40px;
		line-height: 40px;
	}
	h1.entry-title {
		font-size: 24px;
	}
	p{
		font-size: 16px;
	}
	#reviews li.comment, #reviews li.review {
		flex-basis: 33.333%;
		padding-left: 25px;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	#reply-title {
		font-size: 14px;
	}
	.footer-top {
		padding: 50px 0 30px;
		flex-wrap: wrap;
	}
	.first.col-12.widget {
		width: 100%;
		flex: 0 0 100%;
		padding: 0 15px;
	}
	.second.col-12.widget {
		flex: 1;
	}
	.first.col-12.widget .widget,
	.first.col-12.widget .wp-block-image img {
		margin: 0 auto;
	}
	.first.col-12.widget .wp-block-image {
		text-align: center;
	}
}
@media only screen and (max-width: 991px) {
	body {
		font-size: 14px;
	}
	header#masthead,header#masthead.exhibition-header {
		position: sticky !important;
		min-height: auto;
		top: 0;
		box-shadow: 0px 10px 17px -7px #999999;
	}
	.header-top .header-container.container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.header-top {
		padding: 15px 0;
	}
	.home #content {
		margin: 0 auto;
	}
	.header-container>.row:before,
	.header-container>.row:after {
		content: none;
	}
	.header-top .header-container>.row {
		justify-content: space-between;
	}
	.header-top-left {
		display: flex;
	}
	.header-top-right {
		display: flex;
        justify-content: flex-end;
	}
	.header-top-middel{
		display: flex;
		order: 1;
		justify-content: center;
		align-items: center;
		position: absolute;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		left: 0;
		right: 0;
	}	
	.vd_donate .button img, .vd_registration .button img {
		margin-right: 0;
	}
	.vd_registration  .button,.vd_donate .button {
		padding: 10px 10px;
		min-height: auto;
		font-size: 0;
		width: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-direction: column;
		z-index: 9;
		position: relative;
	}
	.vd_donate .button {
		margin-left: 10px;
	}
	.col-xs-12.header-bottom-menu {
		width: auto;
		float: none;
		margin: 10px auto;
		display: inline-block;
	}
	.header-bottom .header-container{
		width: auto;
	}
	.header-bottom .header-container>.row {
		justify-content: flex-start;
	}
	.header-bottom,
	.home .header-bottom {
		padding: 0 15px;
		position: absolute;
		bottom: 16px;
	}
	.header-middle {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.main-navigation {
		width: auto;
		float: left;
		margin: 0;
		background: transparent;
	}
	.header-top-menu {display: none;}
	.main-navigation a,#top-menu a{
		font-size: 16px;
	}
	.header-top-left button.menu-toggle {
		padding:  0;
	}
	.menu-main-navigation-container{position: relative;width: 100%;margin: 0 auto;}
	.main-navigation #main-menu{
		background: #fff6e5 none repeat scroll 0 0;
		height: 100vh;
		left: -100%;
		right: 0;
		margin-left: 0;
		overflow: auto;
		padding: 20px;
		position: fixed;
		width: 270px;
		z-index: 99999;
		text-align: center;
		display: flex;
		flex-direction: column;
		top: 0;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		justify-content: flex-start;
		padding-top: 40px;
		border: 1px solid #E0A018;
		border-left: 0;
		box-shadow: 4px 0 15px 0px #a3a3a3;
	}
	.main-navigation #main-menu.active {
		left: 0;
	}
/*	body.active {
		height: 100%;
		overflow: hidden;
		position: relative;
		width: 100%;
	}*/
/*		body::before {
		background: #000 none repeat scroll 0 0;
		content: "";
		height: 100%;
		left: 0;
		opacity: 0;
		-khtml-opacity: 0;
		-webkit-opacity: 0;
		-moz-opacity: 0;
		position: absolute;
		top: 0;
		z-index: -1;
		right: 0;
		transition: all 0.5s ease 0s;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
	}
	body.active::before {
		left: 300px;
		opacity: .7;
		-khtml-opacity: .7;
		-webkit-opacity: .7;
		-moz-opacity: .7;

		z-index: 999;
	}
*/

	.main-navigation #main-menu .menu-icon {
		background: #fff;
		border: 1px solid #E0A018;
		border-radius: 100%;
		position: absolute;
		left: auto;
		right: 10px;
		top: 10px;
		color: #E0A018;
		height: 30px;
		width: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 30px;
	}
	.main-navigation #main-menu .menu-icon i{
		font-size: 18px;
	}
	.main-navigation ul.menu > li.site-logo {
		display: none;
	}
	.main-navigation a:hover,
	.main-navigation li{
		float: left;
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	button.menu-toggle {
		background: transparent;
		box-shadow: none;
		padding: 5px 0;
		line-height: 30px;
		text-transform: uppercase;
		border: none;
	}
	button.menu-toggle i {
		color: #E0A018;
		font-size: 32px;
		float: left;
	}
	button.menu-toggle i:hover {
		color: #E0A018;
	}
	.main-navigation a,
	.main-navigation .menu-item.current-menu-item > a, 
	.main-navigation .menu-item:hover a, 
	.main-navigation .menu-item.current-menu-parent > a{
	}
	.main-navigation button.menu-toggle i {
		color: #E0A018;
	}
	.main-navigation button.menu-toggle i:hover {
		color: #E0A018;
	}
	.main-navigation #main-menu > li > a {
		padding: 15px 0;
		border-bottom: 1px solid #CCC7AC;
		cursor: pointer;
	}
	.main-navigation #main-menu > li > a.dropdown-toggle {
		display: flex;
		justify-content: space-between;
	}
	.main-navigation #main-menu > li:not(:last-child) > a {
		border-bottom: 1px solid #CCC7AC;
	}
	.main-navigation ul.menu > li:first-child {padding-left: 0;}
	.main-navigation ul.menu > li .dropdown-menu{
		padding: 0;
		padding-left: 10px;
		margin: 0;
		position: relative;
		background: transparent;
		border: none;
		box-shadow: none;
		border-radius: 0;
		width: 100%;
		top: auto;
	}
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
		color: #333;
		background-color: transparent;
	}
	.main-navigation ul.menu > li.dropdown > a::after {
		content: "\f107";
		position: relative;
		font-family: 'FontAwesome';
		top: 0;
		left: auto;
		right: 0;
		color: inherit;
		font-size: 16px;
		font-weight: 400;
		float: right;
	}
	.dropdown-backdrop {
		display: none;
	}
	.main-navigation ul.menu > li.dropdown.open > a::after {content: "\f106";}
	.main-navigation ul.menu > li {
		padding: 0;
		height: auto;
	}
	.main-navigation .dropdown-menu > li > a {
		padding: 10px 15px;
		font-size: 14px;
		border-bottom: 1px solid #d9d9d9;
	}
	.page_content {margin-bottom: 0;}
	h1.entry-title {font-size: 20px;}
	#comments {
		flex-basis: 55%;
		max-width: 55%;
	}
	#review_form_wrapper {
		flex-basis: 45%;
		max-width: 45%;
	}
	p{
		font-size: 14px;
		font-weight: 400;
	}
	#reviews li:nth-child(4n-4) {
		border-right: 1px solid #d9d9d9;
	}
	#reviews li:nth-child(3n-3) {
		border: none;
	}
	button, .btn, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px;
	}
	.footer-top>.widget {
		margin: 0 0 15px;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
	.footer-top>.widget>.widget,.footer-top .social>.widget,.footer-top .payment>.widget {
		margin: 0 auto;
	}
	.footer-top {
		display: flex;
		padding: 30px 0 30px;
		flex-direction: column;
	}
	.footer-dropdown {
		display: none;
		float: left;
		width: 100%;
		margin: 0 auto;
		padding-top: 10px;
	}
	span.footer-title {
		display: block;
	}
	#colophon .widget .widget-title, #colophon .widget h2 {
		position: relative;
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
		margin-top: 0;
		font-size: 20px;
		line-height: 30px;
		width: 100%;
		display: inline-block;
	}
	.widget-title-res {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		top: 0;
		z-index: 99;
	}
	.widget-title-res::before {
		content: "\f107";
		color: #fff;
		position: absolute;
		right: 0;
		left: auto;
		font-family: 'FontAwesome';
		top: 0;
		font-size: 24px;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
	}
	.widget-title-res.active::before {
		content: "\f106";
	}
	.footer-bottom a {
		color: #fff;
		font-size: 14px;
		line-height: 30px;
	}
	.first.col-12.widget .footer-dropdown,
	.footer-bottom .footer-dropdown {
		display: flex !important;
	}
	.footer-bottom .footer-dropdown {
		padding-top: 0;
	}
	.footer-top>.widget p,
	footer#colophon li.footer-social-li {
		margin-bottom: 5px;
	}
	.first.col-12.widget .wp-block-image img {
		max-width: 290px;
	}
	.footer-bottom {
		flex-direction: column;
		padding: 15px 0 5px;
	}
	li.footer-social-li a {
		font-size: 0 !important;
	}
	li.footer-social-li a i,
	footer.site-footer .footer-social-ul iconify-icon {
		width: 40px;
		height: 40px;
		font-size: 40px;
	}
	li.footer-social-li a i {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 24px;
	}
	footer#colophon li.footer-social-li {
		width: auto;
	}
	.vd-newsletter {
		padding: 20px;
		flex-wrap: wrap;
	}
	.vd-newsletter>* {
		flex: 0 0 100%;
	}
	.vd-news-content {
		margin-bottom: 15px;
	}
	h1.vd-news-title {
		font-size: 30px;
	}
	.vd-news-form-inner {
		width: 100%;
	}

}
@media only screen and (max-width: 767px) {
	header#masthead {
		min-height: auto;
	}
	.row {margin-right: 0; margin-left: 0;}
	#vd-row, .vd-row.vc_row{margin-right: -15px; margin-left: -15px;}
	#vd-container,.container,.header-top .header-container.container {width: 100%; padding: 0 15px;}
	h2.entry-title {line-height: 20px;}
	h2.entry-title a {font-size: 18px;margin: 0;}
	.site-info .pull-left,.site-info .pull-right{
		width: 100%;
		text-align: center;
	}
	.header-bottom, .home .header-bottom {
		padding-left: 0;
		padding-right: 0;
	}
	.header-top-left,.header-top-right {
		padding-left: 0;
		padding-right: 0;
	}
	.content-left,.content-right  {
		padding: 0;
	}
	h1.entry-title {font-size: 22px;}
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 5px;
		margin-bottom: 14px;
	}
/*	.h1, h1 {
		font-size: 20px;
	}
	.h2, h2 {
		font-size: 18px;
	}
	.h3, h3 {
		font-size: 16px;
	}*/
	
	p{
		font-size: 14px;
	}
	ul#menu-footer-menu {
		display: inline-block;
	}
	#comments, #review_form_wrapper {
		flex-basis: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 30px;
	}
	#reviews {
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
	}
	#reviews li.comment, #reviews li.review {
		flex-basis: 50%;
		padding-left: 25px;
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	#reviews li:nth-child(3n-3) {
		border-right: 1px solid #d9d9d9;
	}
	#reviews li:nth-child(2n-2) {
		border: none;
	}
	#reviews li:nth-child(2n+1) {
		padding-left: 0;
	}
	.footer-top>.widget {
		padding-right: 0;
		padding-left: 0;
	}
	#reviews li.comment .avatar, #reviews li.review .avatar {
		max-height: 34px;
		margin-right: 10px;
	}
	#reviews ol.commentlist .description p {
		font-size: 12px;
	}
	.comment_container .star-rating {
		margin-bottom: 3px;
	}
	.lightbox {
		padding: 1em;
	}
	.footer-newsletter {
		margin-top: -90px;
	}
	.footer-bottom {
		padding: 15px 0 15px;
	}
	.vd-news-form input[type="email"] {
		padding-left: 15px;
		height: 46px;
	}
	.vd-news-form input[type="submit"] {
		padding: 14px 20px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 599px) {
	.contact-content {
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	.header-top {
		padding: 15px 0;
	}
	article.post.type-post {
		width: 100%;
	}
	.header-top-widget .vd_time {
		display: none;
	}
	.blog_img,.blog_desc{
		padding: 0;
	}
	.footer-newsletter {
		margin-top: -97px;
	}
	h1.vd-news-title {
		font-size: 26px;
	}
	.footer-top {
		padding: 30px 0 15px;
	}
	.footer-bottom {
		line-height: 1.5;
		text-align: center;
		font-size: 14px;
	}
}
@media only screen and (max-width: 479px) {
	img.custom-logo {
		height: 45px;
	}
	.header-bottom, .home .header-bottom {
		bottom: 13px;
	}
	.vd_donate .button {
		margin-left: 5px;
	}
	#reviews li.comment .avatar, #reviews li.review .avatar {
		max-height: 35px;
	}
	article.post.type-post {
		margin-bottom: 15px;
		padding: 0 0 15px 0;
	}
	.widget-title-res::before {
		font-size: 18px;
	}
	#top-menu {
		width: fit-content;
	}
	h1.entry-title {
		font-size: 16px;
	}
	#reviews li.comment, #reviews li.review {
		padding-left: 15px;
	}
	#reviews li:nth-child(2n+1) {
		padding-left: 0;
	}
	input[type=text], input[type=email], input[type=password], input[type=url], input[type=tel], input[type=date], textarea {
		height: 48px;
		font-size: 14px;
	}
	button, .btn, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size: 14px;
	}

	.vd-news-form input[type="submit"] {
		padding: 15px 15px;
	}
	.vd-news-form input[type="email"] {
		height: 48px;
	}
	.first.col-12.widget .wp-block-image img {
		max-width: 260px;
	}
	footer.site-footer a {
		font-size: 15px;
		line-height: 1.5;
	}
	.footer-top>.widget p {
		font-size: 15px;
	}
	.vd-news-form input[type="submit"] {
		font-size: 14px;
	}
}


@media only screen and (min-width: 768px) {
	.desktop{display: block;}
	.mobile{display: none;}

}
@media only screen and (max-width: 767px) {
	.desktop{display: none;}
	.mobile{display: block;}

}