@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.eot');
    src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Georgia.woff2') format('woff2'),
        url('../fonts/Georgia.woff') format('woff'),
        url('../fonts/Georgia.ttf') format('truetype'),
        url('../fonts/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Georgia';
	src: url('../fonts/Georgia-Bold.woff2') format('woff2'),
		url('../fonts/Georgia-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}


/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}
input[type="file"] {
	cursor:pointer; 
}
input::-moz-focus-inner{border:0;outline:none;}
button::-moz-focus-inner{border:0;outline:none;}
select::-moz-focus-inner{border:0;outline:none;}
option::-moz-focus-inner{border:0;outline:none;}
a::-moz-focus-inner{border:0;outline:none;}
button,a{border:0;outline:none;}
button:focus,
select:focus,
option:focus,
button:active,
select:active,
option:active,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner {
    outline: none;
    border: none;
}
html body{
    font-family: 'Poppins', sans-serif;
	margin:0;
	overflow-x:hidden;
	padding-top:248px;
	background:url(../images/body-bg.png)repeat;
}
html #grve-main-content {
	background-color: rgba(0, 0, 0, 0);
}
*::-moz-selection {
	color: #fff;
	background:#FFB342;
}
*::-webkit-selection {
	color: #fff;
	background:#FFB342;
}
*::-webkit-input-placeholder { 
	color: #333333;
	opacity:1;
}
*:-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*::-moz-placeholder { 
	color: #333333;
	opacity:1;
}
*:-ms-input-placeholder { 
	color: #333333;
	opacity:1;
}
a,div a:hover, div a:active, div a:focus, button {
	text-decoration: none;
	-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;
	transition:all 0.5s ease 0s; 
}
a, span,div a:hover, div a:active, button {
	text-decoration: none;
}
*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body a {
	outline: none;
	color:#ffb342;
}
body a:hover {
	color:#4E0500;
}
body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}
body .clearfix{
	height:auto;
}
*{
	outline:none!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr:after, 
ul:after, 
.clearfix:after, 
li:after,
.grve-container:after {
	clear:both;
	display:block;
	content:"";
}
div input, div select, div textarea, div button{
    font-family: 'Poppins', sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: 'Georgia';
	line-height:120%;
	color:#4E0500!important;
	font-weight: normal;
	margin:0 0 15px;
}
body h1 { font-size: 55px;}
body h2 { font-size: 46px;}
body h3 { font-size: 38px;}
body h4 { font-size: 25px;}
body h5 { font-size: 20px;}
body h6 { font-size: 18px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
	margin-bottom:0;
}
div select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div select option {
	font-size: 13px;
	color:#333;
	padding: 2px 5px;
}
img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
}
body p {
	color: #1b1004;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 170%;
	margin: 0 0 15px;
	padding: 0;
	text-align: justify;
}
body p:empty{
	margin:0;
	line-height:0;
}
body p:last-child{
	margin-bottom:0;
}
p strong {
	font-weight: bold;
}
.color-white p{
	color:#fff;
}
.a-left p{
	text-align:left;
}
.a-right p{
	text-align:right;
}
.a-left{
	text-align:left;
}
.a-right{
	text-align:right;
}
.a-center{
	text-align:center;
}
.a-center p{
	text-align:center;
}
label em ,
label .required{
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	font-weight:normal;
	vertical-align: top;
	margin-left:5px;
}
.hidden{
	display:none!important;
}
iframe{
	display:block;
	width:100%;
}
.gm-style img {
	max-height: inherit;
	max-width: none;
}
*{
	 -webkit-tap-highlight-color: rgba(0,0,0,0);
	 -webkit-tap-highlight-color: transparent; 
	 -moz-tap-highlight-color: rgba(0,0,0,0);
	 -moz-tap-highlight-color: transparent; 
	 -ms-tap-highlight-color: rgba(0,0,0,0);
	 -ms-tap-highlight-color: transparent; 
	 -o-tap-highlight-color: rgba(0,0,0,0);
	 -o-tap-highlight-color: transparent; 
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
body .container,
body .grve-container{
	width:100%;
	max-width:1330px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}
@media only screen and (min-width: 1200px){
body .container,
body .grve-container{
	width:100%;
	max-width:1400px;
	padding-left:50px;
	padding-right:50px;
	margin:0 auto;
	position:relative;
	float:none;
}
}
body .container .container{
	padding-left:0;
	padding-right:0;
}
/*scroll Hide*/
html.menu-open,
html.video-popup-open,
html.no-scroll{
	overflow: hidden;
}
html.menu-open body ,
html.video-popup-open body ,
html.no-scroll body {
	overflow: hidden;
	height:100%;
}
html.video-popup-open{
	height:100%;
}
/*Default-CSS close*/
/*Gapping*/
body .grve-container .grve-section,
body #grve-main-content .grve-container.grve-right-sidebar {
	padding-bottom: 60px;
	padding-top: 60px;
	position:relative;
	margin-bottom:0;
}
body.home #grve-main-content .grve-container.grve-right-sidebar{
	padding-top:0;
}
body .grve-container .grve-section.home-banner{
	padding-top:0;
	padding-bottom:0;
}
body .grve-container .grve-section.gapping-bottom-none{
	padding-bottom:0;
}
body .grve-container .grve-section.gapping-top-none{
	padding-top:0;
}
body .grve-container .grve-section.main-title-section{
	padding-bottom:0;
}
body .grve-container .grve-section.main-title-section + .grve-section{
	padding-top:0;
}
/*Gapping close*/
/*wpadminbar*/
html[lang] { 
	margin-top: 0 !important; 
} 
body #wpadminbar { 
	display: none; 
}
/*wpadminbar*/
/*Home page*/
body .wpb_content_element,
body .grve-element{
	margin-bottom:28px;
}
body .wpb_button:last-child, 
body .wpb_content_element:last-child, 
body ul.wpb_thumbnails-fluid > li:last-child,
body .grve-element:last-child{
	margin-bottom:0;
}
body #grve-main-content .grve-container {
	padding-bottom: 0;
	padding-top: 0;
}
body .widget, 
body .widgets {
	margin-bottom: 0;
}
/*main-title*/
body .main-title,
body #grve-page-title .grve-title ,
body #grve-post-title .grve-title {
	color: #4E0500 !important;
	font-weight: normal;
	line-height: 100%;
	font-size: 46px;	
	font-family: 'Georgia';
	margin:-4px 0 24px !important;
	letter-spacing:normal;
	text-transform:none;
	position: relative;
	text-align:center;
	z-index:1;
}
body #grve-page-title .grve-title,
body #grve-post-title .grve-title{
	text-align:center;
}
body .main-title.title-white{
	color:#fff!important;
}
body .main-title.white-title{
	color: #ffffff !important;
}
body .main-title.align-left {
	text-align: left;
}

/*
body .main-title::before,
body #grve-page-title .grve-title:before ,
body #grve-post-title .grve-title:before {
	background: #66ae24;
	bottom: 0;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: auto;
	width: 80px;
}
body .main-title b,
body #grve-page-title .grve-title b,
body #grve-post-title .grve-title b {
	color: #66ae24;
	display: inline-block;
	vertical-align: top;
}
body .main-title.title-white:before{
	background:#fff;
}
body .main-title.grve-align-center:before{
	margin:auto;
}
body .main-title.grve-align-right:before{
	margin:0;
	left:auto;
}
body #grve-page-title .grve-title:before,
body #grve-post-title .grve-title:before{
	margin:auto;
	left:0;
	right:0;
}
*/
/*main-title*/
/*Home page*/
html #grve-header {
	background: #fff;
	left: 0;
	padding:0;
	position: fixed;
	-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;
	transition: all 0.5s ease 0s;
	right: 0;
	top: 0;
}
html .sticky_header #grve-header {
	
}
header .grve-logo{
	float:left;
}
header .grve-logo > *{
	display:none;
}
header .grve-logo .grve-default{
	display:inline-block;
	vertical-align:top;
	-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;
	transition: all 0.5s ease 0s;
	max-width:100%;
}
#grve-main-content{
	clear:both;
}
html #grve-header #grve-inner-header {
	height: auto!important;
	line-height: 100%!important;
}
html #grve-header #grve-header-wrapper {
	height: auto;
}
html #grve-header #grve-main-menu > ul > li {
	display: block;
	float: left;
	margin: 0 0 0 75px;
	padding: 0 !important;
}
html #grve-header #grve-main-menu > ul > li:first-child{
	margin-left:0;
}
html #grve-header #grve-main-menu > ul > li > a {
	color: #333 !important;
	display: block;
	font-family:'Poppins', sans-serif ;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 40px;
	text-transform: none;
}
html #grve-header #grve-main-menu > ul > li > a:hover,
html #grve-header #grve-main-menu > ul > li > a.active{
	color:#FD1501!important;
}
header #grve-top-bar {
	background-color: #1c1004;
	border: 0 none !important;
	color: #ffffff;
	line-height: 63px;
	padding:10px 0px;
}
.grve-bar-content {
	border: 0 none !important;
}
.grve-social > li > a {
	background: #ffffff;
	border: 0!important;
	border-radius: 5px;
	font-size: 36px;
	color:#000!important;
	height: 42px;
	line-height: 42px;
	padding: 0 !important;
	text-align: center;
	width: 42px;
	margin-right:13px;
}
.grve-social > li > a:hover{
	background: #ffb342;
    color: #4e0500 !important;
}
.grve-social > li:last-child > a{
	margin-right:0px;
}
header #grve-top-bar ul.grve-bar-content > li {
	border: 0 none;
}
header #grve-top-bar ul.grve-bar-content > li.search .grve-search {
	max-width: 240px;
	line-height:normal;
}
header .grve-search input[type="text"] {
	background: #ffffff;
	border-radius: 5px !important;
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	height: 42px;
	padding: 0 43px 0 10px;
	width: 100%;
	line-height:normal;
}
#grve-body button.grve-search-btn {
	border: 0 none;
}
#grve-body button.grve-search-btn > i {
	color: #000000;
	font-size: 23px;
	font-weight: 900;
}
#grve-body button.grve-search-btn:hover > i {
	color: #ffb342;
}
.custom-head {
	padding: 30px 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.logo h1::after {
	clear: both;
	content: "";
	display: block;
}
.logo {
	display: block;
	margin: 0 auto;
	max-width: 920px;
	width: 100%;
}
.logo span {
	padding: 0 10px;
}
.logo .name {
	color: #4e0500;
	display: block;
	float: left;
	font-family: 'Georgia';
	font-size: 53px;
	font-weight: 400;
	line-height: 120%;
	margin-top: 2px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.logo .lead_in {
	color: #4e0500;
	display: block;
	font-family: 'Georgia';
	font-size: 16px;
	font-weight: 400;
	float:left;
	line-height: 150%;
	text-align:right;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.grve-menu-options {
	display: none;
}
#grve-inner-header > nav {
	background: #ffb342;
	float: none;
	width: 100%;
}
.grve-container > nav#grve-main-menu {
	clear: both;
	display: block;
	width: 100%;
}
.grve-container #grve-main-menu > ul{
	display: table;
	width: 100%;
}
#grve-main-menu ul.grve-menu {
	display: block;
	text-align:center;
	line-height: normal !important;
}
#grve-main-menu ul.grve-menu > li {
	display: inline-block;
	float: none;
	line-height: 54px;
	margin-right: 65px;
	text-align: center;
	vertical-align: top;
}
#grve-main-menu ul.grve-menu > li:last-child {
	margin-right: 0px;
}
#grve-main-menu ul.grve-menu > li > a {
	color: #1c1004;
	display: inline-block;
	font-size: 20px;
	vertical-align: top;
	line-height: 52px;
	cursor: pointer;
	padding-top: 2px;
	font-family: 'Georgia';
}
#grve-main-menu ul.grve-menu > li:hover > a {
	color: #ffffff;
}
#grve-main-menu ul.grve-menu > li.menu-item-has-children > a::after {
	content: "\f107";
	display: inline-block;
	font-family: fontawesome;
	margin-left: 7px;
	vertical-align: middle;
}
.sub-menu {
	display: block !important;
	min-width: 240px !important;
	-webkit-transform: scaleY(0.7) scale(0.8);
	-moz-transform:scaleY(0.7) scale(0.8);
	-ms-transform: scaleY(0.7) scale(0.8);
	-o-transform: scaleY(0.7) scale(0.8);
	transform: scaleY(0.7) scale(0.8);
	transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;    
	visibility: hidden;
}
#grve-header #grve-main-menu ul li.menu-item-has-children:hover > ul {
	transform: scaleY(1) scale(1);
	-moz-transform:  scaleY(1) scale(1);
	-webkit-transform: scaleY(1) scale(1);
	-ms-transform:scaleY(1) scale(1);
	-o-transform: scaleY(1) scale(1);
	opacity: 1;    
	visibility: visible;
}
#grve-header #grve-main-menu ul li > ul.sub-menu {
	background: #4e0500;
	padding: 22px 22px 0px;
	max-height: 60vh;
    overflow: auto;
}
#grve-header #grve-main-menu ul li > ul.sub-menu::-webkit-scrollbar {
	width: 7px;
}
/* Track */
#grve-header #grve-main-menu ul li > ul.sub-menu::-webkit-scrollbar-track {
	background: #fff;
	border-radius:10px; 
	margin:7px 0;
}
/* Handle */
#grve-header #grve-main-menu ul li > ul.sub-menu::-webkit-scrollbar-thumb {
	background: #FFB342; 
	border-radius:10px;
}

/* Handle on hover */
#grve-header #grve-main-menu ul li > ul.sub-menu::-webkit-scrollbar-thumb:hover {
	background: #1C1004; 
	border-radius:10px;
}
#grve-header #grve-main-menu ul li > ul.sub-menu::-moz-scrollbar {
	width: 7px;
}
/* Track */
#grve-header #grve-main-menu ul li > ul.sub-menu::-moz-scrollbar-track {
	background: #fff;
	border-radius:10px; 
	margin:7px 0;
}
/* Handle */
#grve-header #grve-main-menu ul li > ul.sub-menu::-moz-scrollbar-thumb {
	background: #FFB342; 
	border-radius:10px;
}

/* Handle on hover */
#grve-header #grve-main-menu ul li > ul.sub-menu::-moz-scrollbar-thumb:hover {
	background: #1C1004; 
	border-radius:10px;
}


#grve-header #grve-main-menu .sub-menu > li {
	line-height: normal;
	margin-bottom:12px;
}
#grve-header #grve-main-menu .sub-menu > li:last-child {
	margin-bottom:20px;
}
#grve-header #grve-main-menu .sub-menu > li > a {
	background: rgba(0, 0, 0, 0)!important;
	color: #ffffff !important;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	text-align: left;
	text-transform: none;
}
#grve-header #grve-main-menu .sub-menu > li > a:hover {
	color:#FFB342!important;
}
li.menu-item-has-children::before {
	border-bottom: 9px solid #4c0500;
	border-left: 9px solid rgba(0, 0, 0, 0);
	border-right: 9px solid rgba(0, 0, 0, 0);
	bottom: 0;
	content: "";
	display: block;
	left: 20px;
	opacity: 0;
	position: absolute;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
li.menu-item-has-children:hover::before{
	opacity:1;
}
/****sticky header***/
html .sticky_header #grve-header {
	top: -62px;
}
.sticky_header .custom-head {
	padding: 15px 0;
}
.sticky_header .logo .lead_in {
	line-height: 120%;
}
.sticky_header  .logo .name{
	margin-top: -8px;
}





/*****headr over***/
.btn-set {
	text-align: center;
}
.btn-set .btn{
	margin: 22px 0 0;
}
.btn {
	background: #3b3de9;
	border-radius: 50px;
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 50px;
	cursor:pointer;
	padding: 0 35px;
	-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;
	transition: all 0.5s ease 0s;
	vertical-align: top;
}
.btn:hover{
	color:#fff;
	background:#000;
}
body .grve-element.title-text {
	margin-bottom: 30px;
}
.title-text p {
	text-align: center;
}
html .tparrows {
	background: transparent;
	border: 3px solid #fff;
	color: #fff;
	font-size: 26px;
	box-shadow:0 0 8px 3px #333;
	font-weight: bold;
	height: 46px;
	-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;
	transition: all 0.5s ease 0s;
	line-height: 38px;
	opacity: 0.5;
	text-align: center;
	width: 52px;
}
html .tparrows:hover{
	background:#fff;
	opacity:1;
	color:#3B3DE9;
	border-color:#fff;
}
html .tparrows::before {
	color: inherit;
	display: block;
	font-size: inherit;
	line-height: inherit;
}
.tp-caption {
	text-shadow: 0 0 20px #000;
}

html.fancybox-margin{
	margin:0;
	overflow: hidden;
}
html .fancybox-overlay ,html.fancybox-lock .fancybox-overlay{
	background: rgba(16, 27, 71, 0.7);
	z-index:999999;
	overflow: hidden;
	overflow: auto;
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
html .fancybox-wrap{
	left: 50% !important;
	top: 50% !important;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
}
.fancybox-wrap img {
	max-height: 80vh;
}
.popup_gallery_image {
	height: 100%;
}
.fancybox-inner > div {
	height: 100%;
}
/*
html .fancybox-inner {
	max-width: 100%;
	height: auto !important;
	width: auto !important;
}
*/
html .fancybox-skin{
	background:#fff;
}
html .fancybox-nav span {
	display: none;
}
html .fancybox-nav {
	background: #ffb342;
	border: 2px solid #ffffff;
	border-radius: 50px;
	bottom: 0;
	color: #ffffff;
	font-size: 31px;
	height: 35px;
	line-height: 31px;
	margin: auto 5px;
	opacity: 1;
	position: absolute;
	text-align: center;
	text-indent: -3px;
	top: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	width: 35px;
}
html .fancybox-nav:hover {
	background: #4e0500;
	color: #ffffff;
	opacity: 1;
}
html .fancybox-nav::before {
	content: "\f104";
	display: block;
	font-family: FontAwesome;
}
html .fancybox-nav.fancybox-next {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	line-height: 29px;
}
html .fancybox-close {
	background: #ffb342;
	border-radius: 50%;
	box-shadow: 0 0 10px -3px #333333;
	color: #ffffff;
	font-family: fontawesome;
	font-size: 21px;
	height: 35px;
	line-height: 35px;
	margin: -15px;
	right: 0;
	text-align: center;
	top: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	width: 35px;
}
html .fancybox-close::before {
	content: "\f00d";
	display: block;
	font-family: FontAwesome;
}
html .fancybox-close:hover{
	color:#fff;
	background:#4E0500;
}
/*
.fancybox-outer, .fancybox-inner {
	position: relative;
}
html .fancybox-wrap {
	width: 800px !important;
	max-width:90%;
}
html .fancybox-inner {
	max-width: 100%;
}
html .fancybox-skin{
	background:#fff;
}
html .fancybox-nav span {
	display: none;
}
*/
.fancybox-inner {
	cursor: default !important;
}
html .fancybox-margin {
    margin-right: 0;
}
.fancybox-skin {
	border-radius: 0!important;
	padding: 14px !important;
}


/*****pagination***/
.pagination {
	margin-top: 10px;
	text-align: center;
}
.pagination > .page-numbers {
	background: rgba(0, 0, 0, 0);
	border-radius: 50px;
	color: #999999;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	height: 40px;
	line-height: 42px;
	margin-right:10px;
	text-align: center;
	vertical-align: top;
	width: 40px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.pagination > .page-numbers:last-child {
	margin-right: 0;
}
.pagination > .page-numbers.current,.pagination > .page-numbers:hover{
	background:#4E0500;
	color:#fff;
}
.pagination > .page-numbers.next, .pagination > .page-numbers.prev {
	background: rgba(0, 0, 0, 0)!important;
	border-radius: 0;
	width: auto;
}
.pagination > .page-numbers.next:hover, .pagination > .page-numbers.prev:hover{
	color:#4E0500;
}
/*Home page close*/
/*CMS page*/
.grve-section h3.grve-element, 
.grve-text h3 {
	color: #333 !important;
    font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 130%;
	margin-bottom: 12px;
}
body .grve-element{
	margin-bottom:20px;
}
body .grve-element.grve-image{
	margin-bottom:25px;
}
body .grve-element:last-child,
body .grve-element.grve-image:last-child{
	margin-bottom:0;
}
body .grve-hr.grve-element {
	border-top: 1px solid #ccc;
	margin: 52px 0 0;
	padding: 0 0 52px;
}
.grve-image img{
	display:block;
	margin:0 auto;
}
.grve-list ul li {
	color: #000;
    font-family: 'Poppins', sans-serif;
	font-size: 17px;
	line-height: 160%;
	margin: 0 0 8px;
	padding: 0 0 0 28px;
	position: relative;
}
.grve-list ul li:last-child{
	margin-bottom:0;
}
.grve-list ul li::before {
	background:url("../images/sprite-image.png") no-repeat -50px -460px;
	content: "";
	display: block;
	height: 19px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 16px;
}
.grve-video {
	border: 1px solid #ccc;
}
.inner_breadcumb {
	background: #f8f8f8;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}
.inner_breadcumb li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0 17px 0 0;
	position: relative;
}
.inner_breadcumb li:last-child{
	padding-right:0;
	margin-right:0;
}
.inner_breadcumb li::before {
	color: #c3c3c3;
	content: "ï„…";
	display: block;
	font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}
.inner_breadcumb li:last-child:before{
	display:none;
}
.inner_breadcumb li p, 
.inner_breadcumb li, 
.inner_breadcumb li a {
    font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color:#00263D;
	font-weight:bold;
	line-height: 25px;
	text-transform: uppercase;
}
.inner_breadcumb li a{
	color:#333333;
	display:block;
}
.inner_breadcumb li a:hover{
	color:#00263D;
}
html .vc_btn3-container{
	margin-top:40px;
	margin-bottom:30px;
}
html .vc_btn3-container:last-child{
	margin-bottom:0;
}
.owl-carousel {
	list-style: none;
	margin: 0;
}
html .owl-carousel .owl-item img {
	width: auto;
}
.owl-nav {
	text-align: center;
}
.owl-carousel .owl-nav div {
	background: rgba(0, 0, 0, 0);
	border: 2px solid #999999;
	border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	height: 26px;
	margin: auto 3px;
	position: static;
	vertical-align: top;
	color:#999999;
	width: 26px;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.owl-carousel .owl-nav div::before {
	background: url("../images/sprite.png") no-repeat -4px -340px;
	bottom: 0;
	content: "";
	display: block;
	height: 9px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
}
.owl-carousel .owl-nav .owl-prev{
	left:0;
}
.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.owl-carousel .owl-nav div:hover {
	background: #4e0500;
	border-color: #4e0500;
}
.events .owl-carousel .owl-nav div:hover{
	border-color:#fff;
	background: rgba(0, 0, 0, 0);
}
.events .owl-carousel .owl-nav div:hover::before {
	background-position: -4px -325px;
	height: 9px;
}

.wpcf7-form-control-wrap{
	display:block;
}
.form-list {
	list-style: none;
	margin: 0;
}
.form-list li{
	margin:0 0 14px;
}
.form-list li:last-child{
	margin-bottom:0;
}
.form-list li .form-field{
	float:left;
	width:50%;
	padding:0 7px;
}
.form-list li .form-field:nth-child(2n+1){
	clear:both;
	padding-left:0;
}
.form-list li .form-field:nth-child(2n+2){
	padding-right:0;
}
.form-list label {
	color: #333;
	display: block;
    font-family: 'Poppins', sans-serif;
	font-size: 16px !important;
	line-height: 120%;
	margin: 0 0 11px;
	text-transform: none;
}
.wpcf7-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]), 
.wpcf7-form select, 
.wpcf7-form textarea {
	border: 1px solid #ddd !important;
	background:#fff;
	border-radius: 4px !important;
	box-shadow: none;
	color: #333;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin: 0;
	padding-left: 18px;
	padding-right: 18px;
	resize: none;
	width: 100%;
}
.wpcf7-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"])::-webkit-input-placeholder, 
.wpcf7-form select::-webkit-input-placeholder, 
.wpcf7-form textarea::-webkit-input-placeholder { 
	color: #666;
	opacity:1;
}
.wpcf7-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"])::-moz-placeholder, 
.wpcf7-form select::-moz-placeholder, 
.wpcf7-form textarea::-moz-placeholder { 
	color: #666;
	opacity:1;
}
.wpcf7-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"])::-ms-input-placeholder , 
.wpcf7-form select::-ms-input-placeholder , 
.wpcf7-form textarea::-ms-input-placeholder { 
	color: #666;
	opacity:1;
}
.wpcf7-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"])::-o-input-placeholder, 
.wpcf7-form select::-o-input-placeholder, 
.wpcf7-form textarea::-o-input-placeholder { 
	color: #666;
	opacity:1;
}
.wpcf7-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]) ,
.wpcf7-form select{
	height:50px;
	padding-top:0;
	padding-bottom:0;
}
.wpcf7-form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]){
	line-height:normal;
}
.wpcf7-form select{
	line-height:50px;
}
.wpcf7-form textarea{
	height:120px;
	line-height:140%;
	padding-top:15px;
	padding-bottom:15px;
}
.wpcf7-form input.wpcf7-not-valid:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]):not([type="button"]), 
.wpcf7-form select.wpcf7-not-valid, 
.wpcf7-form textarea.wpcf7-not-valid {
	border-color:#ff0000!important;
}
body .wpcf7-not-valid-tip{
	display:none;
}
body .wpcf7-response-output {
	clear: both;
	margin: 20px 0 0 ;
	width: 100%;
	border: 1px solid #333;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	background: #fff;
	color: #333;
	line-height: 140%;
	font-size: 14px;
	padding:5px;
}
body .wpcf7-response-output.wpcf7-validation-errors,
body .wpcf7-response-output.wpcf7-mail-sent-ng,
body .wpcf7-response-output.wpcf7-spam-blocked{
	border-color: #ff0000;
	color: #ff0000;
}
body .wpcf7-response-output.wpcf7-mail-sent-ok{
	border-color: #008000;
	color: #008000;
}
body div.wpcf7 .ajax-loader {
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	box-shadow: 0 0 4px -1px #333;
	display: inline-block;
	height: 20px;
	margin: 16px -30px 0 10px;
	padding: 2px;
	position: relative;
	vertical-align: top;
	width: 20px;
}
.form-list .wpcf7-submit {
	background: #fd1902;
	border: 0 none;
	border-radius: 50px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4);
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 24px !important;
	font-weight: 500;
	height: 50px;
	letter-spacing: normal;
	line-height: normal;
	padding: 0 35px;
	text-transform: capitalize;
	-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;
	transition: all 0.5s ease 0s;
	vertical-align: top;
}
.form-list .wpcf7-submit:hover{
	background:#000;
	color:#fff;
}
.form-list .g-recaptcha > div {
	margin: 0 auto;
}
.form-list .g-recaptcha.error > div {
	border:1px solid #ff0000;
}
.submit-btn-wrap {
	text-align: center;
}
html .grve-top-btn {
	background: #4E0500;
	border: 3px solid transparent;
	border-radius: 50%;
	bottom: 0;
	box-shadow: 0 0 0 2px #fff inset;
	color: #fff;
	font-size: 18px !important;
	font-weight: bold;
	-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;
	transition: all 0.5s ease 0s;
	height: 46px;
	line-height: 38px;
	margin: 0 15px 75px 0;
	right: 0;
	width: 46px;
}
html .grve-top-btn:hover{
	background:#ffb342;
	color:#4E0500;
	
}




/*CMS page close*/
/*404 page*/
html body.error404{
	padding-top:0;
}
body.error404 {
	background:url("http://yoursmarthost.net/~stgeorgerosebay/wp-content/uploads/2019/01/latest-events-bg-min.jpg") no-repeat 0 0;
	background-size:cover;
}
body.error404 #grve-main-content {
	background: rgba(0, 0, 0, 0);
}
.error404-icon {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 170px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 100%;
	margin: -14px 0 22px;
	text-align: center;
	text-shadow: 4px 4px 0 #ffb342;
}
.error404 h2 {
	color:#fff!important;
	font-size: 32px;
	line-height: 120%;
	margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
	position: relative;
	text-align: center;
}
.error404 .grve-subtitle {
	font-size: 16px;
	text-align: center;
	padding:0px 8px;
	color:#fff;
}
body .grve-btn {
	background: #4e0500;
	border: 1px solid #ffffff;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-family: 'Poppins',sans-serif;
	font-size: 18px !important;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 28px;
	padding: 10px 28px;
	text-transform: none;
	vertical-align: top;
}
body .grve-btn:hover {
	background: #ffb342!important;
	border-color: #ffb342 !important;
	color: #4e0500 !important;
}
/*404 page close*/

body .grve-section.slider-section {
	padding-bottom: 0!important ;
	padding-top: 0!important ;
}
#grve-body .tparrows{
	background:url(../images/banner-arrow.png)no-repeat;
	background-size:100% 100%;
	transform: rotate(180deg) !important;
	-webkit-transform: rotate(180deg) !important;
	-moz-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
	-o-transform: rotate(180deg) !important;
	bottom: 0 !important;
	box-shadow: none;
	height: 40px;
	left: 0 !important;
	margin: auto !important;
	opacity: 1;
	right: auto !important;
	top: 0 !important;
	width: 48px;
	border:0;
}
#grve-body .tparrows.tp-rightarrow {
	left: auto !important;
	right: 0 !important;
	transform: none !important;
}
#grve-body .tparrows:hover{
	background-color:#FFB342;
}
#grve-body .tparrows::before {
	display: none;
}
body .grve-element {
	margin-bottom: 14px;
}
.about-section .main-title {
	text-align: left;
}
.grve-column-1-3.about-right img {
	margin-top: -9px;
}
.about-section .grve-element.grve-text > p {
	color: #1c1004;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	margin-bottom:11px;
}
.about-section .grve-element.grve-text > p:last-child {
	margin-bottom: 0;
	line-height: normal;
}
.about-section p > a {
	color: #4e0500;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	position: relative;
	vertical-align: top;
}
.about-section p > a:hover {
	color: #ffb342;
}
.about-section p > a::before {
	background: #4e0500;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.about-section p > a:hover:before{
	background: #ffb342;
}
.grve-column-1-3.about-right {
	width: 26.5%;
}
.grve-column-2-3.about-left {
	width: 73.4%;
	padding-right:30px;
}
.home-btn-wrap .wpb_wrapper > .grve-element {
	display: block;
	float: left;
	margin: 16px 10px 0 0;
}
.home-btn-wrap .wpb_wrapper > .grve-element:last-child {
	margin-right: 0;
}
.about-section .grve-btn {
	background: #4e0500;
	font-size: 17.86px !important;
	line-height: 48px;
	min-width: 170px;
	padding: 2px 5px 0;
	vertical-align: top;
	font-weight:400;
	border:0;
}
.about-section .grve-btn > span {
	display: inline-block;
	vertical-align: top;
}
.about-section .grve-btn > span::before {
	background: url("../images/sprite.png") no-repeat 0 0;
	content: "";
	display: inline-block;
	height: 25px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	width: 25px;
}
.about-section .grve-btn.faith > span::before {
	background-position: 0 -75px;
	height: 27px;
	width: 18px;
}
.about-section .grve-btn.gallery > span::before {
	background-position: 0 -145px;
	width: 28px;
}
.about-section .grve-btn.links > span::before {
	background-position: 0 -211px;
}
.about-section .grve-btn.faq > span::before {
	background-position: 0 -278px;
}
.about-section .grve-btn.gallery {
	margin: 0 !important;
}



.pages-section .grve-row {
	margin: 0;
}
.pages-section .grve-element.grve-text {
	margin-bottom: 0;
	padding: 0 20px;
}
.pages-section .grve-column-1-4 {
	background: #ffffff;
	border-radius: 9px;
	margin-right: 1.5%;
	padding: 0;
	padding: 0 0 29px;
	position: relative;
	width: 23.8%;
	margin-bottom:25px;
	min-height:515px;
}
.pages-section .grve-column-1-4:last-child {
	margin-right: 0;
}
.pages-section .grve-column-1-4 > .grve-image {
	height: 245px;
	position: relative;
	width: 100%;
	margin-bottom: 58px;
	border-radius: 9px 9px 0 0;
}
.pages-section .grve-column-1-4 > .grve-image > a > img {
	display: block;
	height: 245px;
	object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	border-radius: 9px 9px 0 0;
}
.pages-section .grve-column-1-4 > .grve-image::before {
	background:url(../images/sprite.png)no-repeat 0 0;
	background-color: #ffffff;
	border-radius: 50px;
	bottom: -45px;
	box-shadow: 0 3px 4px 0 rgba(204, 204, 204, 0.49);
	content: "";
	display: block;
	height: 90px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 90px;
	z-index:9;
}
.pages-section .grve-column-1-4 > .grve-image.ministries-icon::before {
	background-position: -43px -70px;
}
.pages-section .grve-column-1-4 > .grve-image.sermons-icon::before {
	background-position: -45px -158px;
}
.pages-section .grve-column-1-4 > .grve-image.booking-icon::before {
	background-position: -45px 23px;
}
.pages-section .grve-column-1-4 > .grve-image.opportunities-icon::before {
	background-position: -45px -240px;
}
body .grve-section .sub-title {
	color: #4e0500 !important;
	font-family: Georgia;
	font-size: 27px;
	font-weight: 400;
	text-align: center;
}
.pages-section .grve-element.grve-text > p {
	text-align: center;
}
#grve-body .pages-section .vc_icon_element {
	border:6px solid rgba(0, 0, 0, 0);
	border-radius: 50px;
	bottom: -26px;
	display: block;
	height: 50px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 50px;
}
#grve-body .pages-section .vc_icon_element::before {
	background: #e1b56c;
	border-radius: 50px 50px 0 0;
	content: "";
	display: block;
	height: 24px;
	left: -6px;
	position: absolute;
	right: -6px;
	top: -6px;
}
#grve-body .pages-section .vc_icon_element > .vc_icon_element-inner {
	border: 0 none;
	box-sizing: border-box;
	display: block;
	height: 100%;
	line-height: normal !important;
	width: 100%;
}
html #grve-body .pages-section .vc_icon_element-icon {
	display: none;
}
#grve-body .pages-section .vc_icon_element > .vc_icon_element-inner a {
	background: #4e0500;
	border-radius: 50px;
	display: block;
	position:relative;
}
#grve-body .pages-section .vc_icon_element > .vc_icon_element-inner a:hover {
	background: #000000;
}
#grve-body .pages-section .vc_icon_element > .vc_icon_element-inner a::before,
#grve-body .pages-section .vc_icon_element > .vc_icon_element-inner a::after{
	background: #ffffff;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
}
#grve-body .pages-section .vc_icon_element > .vc_icon_element-inner a::after {
	height: 16px;
	width: 2px;
}
.ministry-wrap .grve-column-1-4 > div.grve-image > a::before {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 7px 7px 0 0;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	opacity: 0;
	top: 0;
	z-index: 1;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.ministry-wrap .grve-column-1-4 > div.grve-image > a:hover::before {
	opacity: 1;
}





/*****event****/
.events-wrapper {
	background: #ffffff;
	padding: 15px;
}
body .events-section .main-title {
	margin-bottom: 44px !important;
}
.events-wrapper > a {
	display: block;
}
.events-section .grve-row {
	margin: 0 -35px;
}
.events-section .grve-column-1-2 {
	padding: 0 35px;
}
.events-wrapper .three-wrap {
    float: left;
    width: 100%;
    padding: 28px 0 30px 18px;
}
.events-wrapper > .event-images ~ .three-wrap {
    width: 57%;
}
.events-wrapper .no-event-image {
	display: none;
}
.events-wrapper > .no-event-image ~ .three-wrap {
    width: 100%;
}
.events-wrapper > a {
	float: left;
	width: 43%;
	height:310px;
	display:block;
	position:relative;
}
.events-wrapper > a::before {
	background: rgba(88, 25, 20, 0.2);
	bottom: 0;
	content: "";
	opacity:0;
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.events-wrapper > a:hover::before{
	opacity:1;
}
.events-wrapper > a  >div{
	height:100%;	
}
.events-wrapper > a > div::before {
	background: #ffb342;
	content: "";
	display: block;
	height: 66px;
	position: absolute;
	right: -3px;
	top: 12px;
	width: 6px;
	z-index: 1;
}
.events-list .featured_thumb > img {
	height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	width: 100%!important;
	
}
.event-title > h3 > a {
	color: #4e0500 !important;
	font-family: 'Georgia';
	font-size: 25px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
}
.event-title > h3 > a:hover {
	color: #ffb342!important;
}
.event-short-info > ul {
	list-style:none;
	margin: 0;
}
.event-short-info > ul > li {
	color: #1c1004;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	padding-left: 19px;
	position: relative;
	line-height: 160%;
	margin-bottom:8px;
}
.event-short-info > ul > li:last-child{
	margin-bottom:0;
}
.event-short-info > ul > li::before {
	color: #4e0500;
	content: "\f10c";
	font-family: fontawesome;
	font-size: 10px;
	left: 0;
	position: absolute;
}
.event-btn {
	color: #4e0500;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	line-height: 100%;
	vertical-align: top;
	margin-top:14px;
}
.event-btn::before {
	background: #3e042f;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	right: 0;
}
.event-btn:hover {
	color: #ffb342;
}
.event-btn:hover:before{
	background:#ffb342;
}
.event-title {
	margin-bottom: 17px;
}

.news .grve-element.grve-text > h3 {
	color: #4e0500 !important;
	font-family: 'Georgia';
	font-size: 24px;
	line-height: 100%;
	font-weight:400;
}

.news > .grve-element.grve-text {
	background: #ffffff;
	padding: 29px 15px 34px 36px;
	margin-bottom:20px;
	min-height: 160px;
}
.news .grve-element.grve-text > p:not(:last-child) {
	color: #1c1004;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 5px;
}
.events-list.owl-carousel .owl-nav div {
	bottom: 100%;
	margin: 0 0 54px;
	right: 10px;
	top: auto;
	position: absolute;
}
.events-list.owl-carousel .owl-nav .owl-prev {
	left: auto;
	right: 46px;
}
.events-section .grve-btn {
	margin-top: 10px;
}



/*-------footer--------*/
#grve-footer-area::before {
	background:url("../images/footer-bg-img.jpg") no-repeat;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
}
#grve-footer-area::after {
	background: rgba(0, 0, 0, 0.7);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#grve-footer-area .grve-widget-title {
	color: #ffffff!important;
	font-family: Georgia;
	font-size: 26px;
	font-weight: 400;
	margin-bottom:28px;
}
.footer-info > li {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
	list-style: outside none none;
	margin-bottom: 20px;
	padding-left: 35px;
	position: relative;
}
.footer-info > li::before {
	content: "\f041";
	display: block;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	color: #ffb342;
	top: 0;
	font-size:26px;
}
.footer-info > li > a {
	color: #ffffff;
}
.footer-info > li > a:hover {
	color:#FFB342;
}
.footer-info > li.footer-num::before {
	content: "\f095";
}
.footer-info > li.footer-email::before{
	content: "\f0e0";
	font-size: 22px;
}
.footer-info > li.footer-twitter::before{
	content: "\f099";
	font-size: 22px;
}
#grve-footer-area .grve-row {
	margin: 41px 0 0;
}
footer .grve-column-1-3 {
	background: rgba(255, 255, 255, 0.15);
	margin-right: 2.7%;
	padding: 25px 26px 37px;
	width: 31.5%;
	border-radius: 9px;
	min-height: 467px;
}
footer .grve-column-1-3:last-child {
	margin-right: 0;
}
.footer-info {
	margin: 0;
}
.footer_both_wrapper {
	margin-bottom: 39px;
}
.social-item {
	list-style:none;
	margin: 0;
}
.social-item > li > a {
	background: #4e0500;
	border: 1px solid #ffffff;
	border-radius: 6px;
	color: #ffffff;
	display: block;
	float: left;
	font-size: 22px;
	height: 37px;
	line-height: 36px;
	margin-right: 10px;
	text-align: center;
	width: 37px;
}
.social-item > li > a:hover {
	background: #ffb342;
	border-color: #ffb342;
	color: #4e0500;
}
.social-item > li.gplus > a i::before {
	content: "\e615";
	display: inline-block;
	font-family: osmosis;
	font-size: 32px;
	line-height: 37px;
}
.social-item > li {
	float: left;
}
.newsletter-text {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 150%;
}
footer .input_wrap > label {
	color: #ffffff;
	display: block;
	float: none;
	font-family: 'Poppins', sans-serif;
	font-size: 18px !important;
	font-weight: 300;
	line-height: normal;
	margin: 0;
	text-transform: none;
	width: auto;
	margin-bottom: 6px;
	position: absolute;
	top: 7px;
	left: 8px;
	padding: 2px 8px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
	-moz-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
	-ms-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
	-o-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
	transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
	z-index: 9;
	text-transform: none;
	pointer-events: none;
}
html form .input_focus label ,.booking-class label,.book .gfield_label,.gfield.total .gfield_label{
	-webkit-transform: scale(.75) translateY(-29px);
	-moz-transform: scale(.75) translateY(-29px);
	-ms-transform: scale(.75) translateY(-29px);
	-o-transform: scale(.75) translateY(-29px);
	transform: scale(.75) translateY(-29px);
	background: #ffffff;
	border-radius: 5px;
	color: #000000;
}
html form .value_focus label {
	-webkit-transform: scale(.75) translateY(-29px)!important;
	-moz-transform: scale(.75) translateY(-29px)!important;
	-ms-transform: scale(.75) translateY(-29px)!important;
	-o-transform: scale(.75) translateY(-29px)!important;
	transform: scale(.75) translateY(-29px)!important;
	background: #ffffff;
	color: #000000;
	border-radius:5px;
}
.loader_wrap {
	display: inline-block;
	margin: 15px 0 0 10px;
	vertical-align: top;
}
html .epicwin-subscription .loading {
  background: #ffffff;
  border-radius: 50px;
  display: inline-block;
  height: 20px;
  margin-right: -20px;
  max-width: 20px;
  padding: 2px;
  position: relative;
  right: 0;
  top: 0;
  vertical-align: top;
  width: 20px;
}
form > div.loading {
	display: none!important;
}
#grve-footer-area .input_wrap > input {
	background: rgba(255, 255, 255, 0.32);
	border: 0 none;
	border-radius: 2px !important;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	height:50px;
	padding:0px 15px;
	width: 100%;
}
#grve-footer-area .input_wrap > input::-webkit-input-placeholder { color: #fff;opacity:1;}
#grve-footer-area .input_wrap > input:-moz-placeholder { color: #fff;opacity:1;}
#grve-footer-area .input_wrap > input::-moz-placeholder { color: #fff;opacity:1;}
#grve-footer-area .input_wrap > input:-ms-input-placeholder { color: #fff;opacity:1;}
.input_wrap {
	clear: both;
	margin-bottom: 35px;
	margin-top: 35px;
	position: relative;
}
.input_wrap::after {
	clear: both;
	content: "";
	display: block;
}
#grve-body footer .sub_button {
	background: #4e0500;
	border: 1px solid #ffffff;
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-family: 'Poppins',sans-serif;
	font-size: 25px !important;
	font-weight: 400;
	letter-spacing: normal;
	line-height: normal;
	height:50px;
	padding: 0px 25px;
	text-transform: none;
	vertical-align: top;
	width: auto;
}
#grve-body footer .sub_button:hover {
	background: #ffb342;
    border-color: #ffb342;
    color: #4e0500;
}
#grve-footer-bar.grve-section {
	background: #ffb342;
	padding: 0;
}
#grve-footer #grve-footer-bar .grve-copyright {
	color: #1c1004;
	font-family: 'Poppins', sans-serif;
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 40px;
	padding: 10px 0;
	text-transform: none;
}
#grve-footer .grve-copyright > a{
	color: #1c1004!important;
}
#grve-footer .grve-copyright > a:hover{
	color: #fff!important;
}
#grve-top-bar .header_translation {
	line-height: normal;
	margin-left: 10px;
	vertical-align: top;
}
html .nice-select::after {
	border-top: 7px solid #000;
    border-right: 7px solid rgba(0,0,0,0);
    border-left: 7px solid rgba(0,0,0,0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	margin-top: -3px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	transform: none!important;
	-o-transform: none!important;
	-webkit-transform: none!important;
	-moz-transform: none!important;
	-ms-transform: none!important;
}
.header_translation .current, .header_translation .list > li {
	color: #1c1004;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400!important;
}
#grve-top-bar ul.list > li.option {
	display: block;
	float: none;
/*
	padding: 0 10px;
*/
	text-align: center;
}
#grve-top-bar .nice-select ul.list {
	left: 0;
	right: 0;
}
.header_translation .nice-select:hover .current,
.header_translation .nice-select.open > .current {
	color: #ffb342;
}

html .nice-select {
	padding-right: 29px;
}
.header_translation img {
	border: 0 none;
	border-radius: 3px;
	height: 17px;
	margin-right: 5px;
	margin-top: 11px;
	vertical-align: top;
	width: 24px;
}
.header_translation .current {
	color: #4E0500;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.header_translation .list > li.selected {
	color: #4E0500;
}
html .nice-select .list {
	box-shadow: 0 1px 10px 0 rgba(205, 205, 205, 0.7);
}
.header_translation .list > li.selected,
.header_translation .list > li:hover{
	background: #ffffff!important;
	color: #ffb342;
}


/****calendar****/
.fullcalendar .fc-header-toolbar {
	background: #4e0500;
	line-height: 70px;
	margin: 0 !important;
}
.fullcalendar .fc-header-toolbar button {
	border: 0 none;
	border-radius: 50px;
	height: 28px;
	margin: 20px 30px 0 !important;
	width: 28px;
}
.fullcalendar .fc-header-toolbar button span {
	display: none;
}
.fullcalendar .fc-header-toolbar button::before {
	content: "\f104";
	font-family: fontawesome;
}
.fullcalendar .fc-header-toolbar .fc-right button::before {
	content: "\f105";
	margin-left: 2px;
	text-indent: 0;
}
.fullcalendar .fc-header-toolbar button:hover {
	background: #ffb342;
	color: #4e0500;
}
.fullcalendar .fc-header-toolbar .fc-center > h2 {
	color: #ffffff !important;
	float: none;
	font-family: Georgia;
	font-size: 30px;
	font-weight: 400;
	line-height: 70px;
}
.fullcalendar .fc-header-toolbar.fc-toolbar .fc-center {
	display: inline-block;
	vertical-align: top;
}
.fullcalendar .fc-view-container > div > table {
	border:2px solid #ccc!important;
	margin-bottom:0;
	width:100%;
	border-top:0;
}
#grve-main-content .fullcalendar .fc-row .fc-bg table td {
	border: 2px solid #cccccc !important;
}
.fullcalendar .fc-view-container .fc-head {
	border-bottom: 2px solid #cccccc;
}
.fullcalendar .fc-head .fc-widget-header > table {
	margin-bottom: 0;
}
.fullcalendar .fc-head th > span {
	color: #1c1004;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	vertical-align: middle;
}
#grve-main-content .fullcalendar .fc-head th {
	background: #e0e0e0;
	border-right: 2px solid #cccccc !important;
	height: 60px;
	vertical-align: middle;
}
#grve-main-content .fullcalendar .fc-head th:last-child {
	border-right: 0 none !important;
}
#grve-main-content .fullcalendar .fc-head tr {
	background: #e0e0e0;
}
#grve-main-content .fullcalendar th,
#grve-main-content .fullcalendar td,
#grve-main-content .fullcalendar tr {
	border-color: rgba(0, 0, 0, 0) !important;
}
#grve-main-content .fullcalendar .fc-head {
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
}
.fullcalendar .fc-content-skeleton thead td > span {
	color: #333333;
	display: block;
	float: none !important;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	padding: 5px 0 0;
	font-weight: 600;
}
.fullcalendar .fc-body .fc-widget-content .fc-widget-content {
	height: 90px !important;
}
.fullcalendar .fc-widget-content .fc-day-grid-container {
	height: auto !important;
}
.fullcalendar .fc-bg .fc-today {
	background: #ffb342!important;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.25) inset;
}
.fc-content-skeleton .fc-event-container .fc-time {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color:#111111;
}
.fc-content-skeleton .fc-event-container .fc-title {
	display: block;
	color:#008000;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.fullcalendar .fc-event-container > a {
	background: rgba(0, 0, 0, 0);
	border: 0 none;
	display: block;
	margin: 0;
	padding: 0;
}
.fullcalendar .fc-event-container > a:hover .fc-title {
	color: #4e0500;
}
.fullcalendar .fc-widget-content .fc-day-grid-container {
	height: auto !important;
	overflow: hidden !important;
}
.calendar-section .grve-element.grve-text > p {
	color: #1a1004;
	font-size: 18px;
	text-align: center;
}
.fullcalendar {
	position: relative;
}
.fullcalendar::before {
	background:url(../images/calender-shadow.png)no-repeat;
	background-size:100% 100%;
	content: "";
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
}
.fullcalendar {
	margin-bottom: 44px;
	position: relative;
	padding-top:21px;
}

/****langusge****/
html[lang="el"] .logo{
    max-width: 940px;
}
html[lang="el"] #grve-main-menu ul.grve-menu > li{
	margin-right: 53px;
}
html[lang="el"] .about-section .grve-btn {
	min-width: 164px;
}
html[lang="el"] .pages-section .grve-column-1-4 {
	min-height: 545px;
}
html[lang="el"]  .news .grve-element.grve-text > h3 {
	font-size: 20px;
	line-height: 120%;
}
html[lang="el"] .news > .grve-element.grve-text {
	min-height: 172px;
	padding: 23px 13px 28px 30px;
}
html[lang="el"] .events-wrapper .three-wrap {
	padding: 21px 0 0 18px;
}

.header_translation > div > input {
	display: none;
}
.header_translation > * {
	font-size: 0 !important;
}

header .grve-search input.error[type="text"] {
	border: 2px solid #ff0000;
	margin-top:0;
}
html .error {
	background: #ffffff;
	border: 1px solid #ff0000;
	color: #ff0000 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-align:center;
	font-weight: 400;
	margin-top: 12px;
	padding: 5px;
}
html .success {
	background: #ffffff;
	border: 1px solid #008000;
	color: #008000;
	display: block;
	float: none;
	font-size: 14px;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	width: 100%;
}

.error-field {
	border: 1px solid #ff0000 !important;
}
/*****.breadcrumbs****/
.breadcrumbs {
	background: rgba(0, 0, 0, 0.75);
	border-top: 1px solid #ffb342;
	line-height: 50px;
	margin-top: -50px;
	z-index: 9;
	position: relative;
}
.breadcrumbs a{
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;	
}
.breadcrumbs .grve-container > span::before {
	bottom: 0;
	content: "\f101";
	display: block;
	font-family: fontawesome;
	font-size: 18px;
	margin: auto;
	position: absolute;
	right: 0;
	top: -1px;
}
.breadcrumbs .grve-container > span {
	display: inline-block;
	margin-right: 20px;
	padding-right: 30px;
	position: relative;
	vertical-align: top;
	color: #ffffff;
}
.breadcrumbs .grve-container > span:last-child {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin-right: 0;
	padding-right: 0;
}
.breadcrumbs .grve-container > span:last-child::before {
	display: none;
}
.breadcrumbs a:hover,.breadcrumbs .grve-container .current-item{
	color:#ffb342;
}


/*****FAQ Page******/
.faq-page .vc_tta-panels {
	margin: auto;
	max-width: 1000px;
	width:100%;
}
.faq-page .vc_tta-panels .vc_tta-panel {
	border: 1px solid #dddddd;
	border-radius: 5px;
	margin-bottom: 10px;
}
.faq-page .vc_tta-panels .vc_tta-panel > div {
	border: 0 none !important;
	border-radius: 5px !important;
	margin: 0 !important;
}
#grve-body .faq-page .vc_tta-panels .vc_tta-controls-icon {
	background: #4e0500;
	border-radius: 50px;
	color: #ffffff;
	float: right;
	height: 30px;
	left: auto;
	padding: 10px;
	right: 20px;
	width: 30px;
	cursor:pointer;
}
#grve-body .faq-page .vc_tta-panels .vc_tta-controls-icon::before,
#grve-body .faq-page .vc_tta-panels .vc_tta-controls-icon::after {
	border-color: #ffffff;
	margin: auto;
}
#grve-body .faq-page .vc_tta-panels .vc_tta-controls-icon::before {
	left: 8px;
	right: 8px;
}
#grve-body .faq-page .vc_tta-panels .vc_tta-controls-icon::after {
	top: 8px;
	bottom: 8px;
}
#grve-body .faq-page .vc_tta-panel-title > a {
	color: #111111;
	font-family: Georgia;
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
	padding:14px 40px 10px 60px !important;
}
#grve-body .faq-page .vc_tta-panel:hover .vc_tta-panel-title > a,
#grve-body .faq-page .vc_tta-panel.vc_active .vc_tta-panel-title > a {
	color: #4e0500;
}
#grve-body .faq-page .vc_tta-panel-body p {
	line-height: 180%;
}
#grve-body .faq-page .vc_tta-panel-body {
	padding: 0 70px 10px 58px;
	background: rgba(0, 0, 0, 0);
}
#grve-body .faq-page .vc_tta-panel-body::before{
	background:url(../images/sprite.png)no-repeat -39px -335px;
	content: "";
    display: block;
    height: 12px;
    left: 20px;
    position: absolute;
    top: 7px;
    width: 16px;
}
.vc_tta-panels{
  counter-reset: section;
}

.vc_tta-title-text::before {
	counter-increment: section;
	content: counter(section) ". ";
	left: 25px;
    position: absolute;
    top: 14px;
}
#grve-header #grve-main-menu .sub-menu > li.current-menu-item > a {
	color: #ffb342 !important;
}
#grve-main-menu ul.grve-menu > li.current-menu-parent > a {
	color: #ffffff;
}
#grve-main-menu-responsive #menu-header-menu > li.current-menu-parent > a {
	color: #ffffff;
}
#grve-body .faq-page .vc_tta-panels .vc_tta-controls-icon:hover {
	background: #ffb342;
}



/*****gallery page*****/
body:not(.home) .main-title {
	margin-bottom: 48px !important;
}
.main_gallery_post {
	margin: 0 -15px;
}
.main_gallery_post::after {
	clear: both;
	content: "";
	display: block;
}
.main_gallery_post .item {
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
	width: 33.33%;
	position:relative;
}
.main_gallery_post .item:before{
	background: url(../images/gallery-bottom-shadow.png)no-repeat;
	background-size:100% 100%;
    content: "";
    display: block;
    height: 6px;
    left: 15px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 100%;
}
.main_gallery_post .item:nth-child(3n+1) {
	clear: both;
}	
.main_gallery_post .item > .gallery_wrap {
	display: block;
	height: 300px;
	position: relative;
}	
.main_gallery_post .item > .gallery_wrap > img {
	display: block;
	height: 300px;
	object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
}
.main_gallery_post .item > .gallery_wrap::before {
	background: rgba(0, 0, 0, 0.75);
	border: 3px solid #ffb342;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	opacity:0;
	top: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	z-index:9;
}
.main_gallery_post .item > .gallery_wrap:hover::before{
	opacity:1;
}
.gallery_caption {
	border: 2px solid #FFB342;
	border-radius: 60px;
	bottom: 0;
	height: 52px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 52px;
	opacity:0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.gallery_caption::before,
.gallery_caption::after{
	background: #ffffff ;
	bottom: 0;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width:2px;
	height:20px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.gallery_caption::after{
	height:2px;
	width:20px;
}
.main_gallery_post  .item > .gallery_wrap:hover .gallery_caption{
	opacity:1;
}
.main_gallery_post  .item > .gallery_wrap .gallery_caption:hover {
	background: #FFB342;
}


/****list page***/
.links-page li > a {
	color: #4e0500;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
}
.links-page li > a:hover{
	color:#FFB342;
}
.links-page li {
	list-style: outside none none;
	padding-left: 18px;
	position: relative;
}
.links-page li::before {
	background: #4e0500;
	border-radius: 50px;
	content: "";
	display: block;
	height: 8px;
	left: 0;
	position: absolute;
	top: 11px;
	width: 8px;
}
.links-page > ul {
	margin: 0;
}
.links-page > h2 {
	color: #4e0500;
	font-family: georgia;
	font-size: 27px;
	font-weight: 400;
	margin: 30px 0 10px;
}
.links-page .grve-text > *:last-child {
	margin-bottom: 0;
}
.links-page .grve-text > h2 {
	color: #4e0500 !important;
	font-family: georgia;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 15px;
}
.links-page .grve-text > ul {
	list-style: outside none none;
	margin: 0 0 20px;
}
/****link page over****/

/*****event page****/
.event_slider .item {
	border: 1px solid #dddddd;
	margin-bottom: 30px;
}
.event_slider .item::after ,.event_slider .events-wrapper::after{
	clear: both;
	content: "";
	display: block;
}
.event_slider .events-wrapper {
	padding: 14px;
}
.event_slider .featured_thumb {
	float: left;
	height: 320px;
	position: relative;
	width: 22%;
}
.event_slider .featured_thumb > img {
	height: inherit;
	width: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
}
.event_slider .event-title > h3 {
	color: #4c0500 !important;
	font-family: georgia;
	font-size: 25px;
	font-weight: 400;
	line-height: 120%;
}
.event_slider .events-wrapper .three-wrap {
	float: none;
	overflow: hidden;
	padding: 27px 0 0 33px;
	width: auto;
}
.event_slider .event-title {
	margin-bottom: 21px;
}
.event_slider .event-short-info > ul > li {
	margin-bottom: 11px;
}
.event_slider .event-short-info > ul > li:last-child {
	margin-bottom: 0;
}
.event_slider .featured_thumb::before {
	background: #ffb342;
	content: "";
	display: block;
	height: 66px;
	position: absolute;
	right: -3px;
	top: 13px;
	width: 6px;
	z-index: 1;
}
.our-parish-page h4 {
	color: #4e0500!important;
	font-family: georgia;
	font-size: 20px;
	font-weight: 400;
	margin-top:50px;
}
.our-parish-page h4:first-child {
	margin-top: 0;
}
.our-parish-page li {
	color: #1b1004;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 170%;
}
.our-parish-page li > a {
	color: #FFB342;
}
.our-parish-page li > a:hover {
	color: #4E0500;
}
.our-parish-page ol, .our-parish-page ul {
	margin-bottom: 18px;
}
.newsletter-page .news {
	background: #ffffff;
	border: 1px solid #dddddd;
	color: #4e0500;
	font-family: georgia;
	font-size: 20px;
	font-weight: 400;
	margin: auto auto 20px;
	max-width: 810px;
	padding: 15px;
}
.newsletter-page .news :last-child{
	margin-bottom:0
}
.newsletter-page .news a {
	color: #ffb342;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
	vertical-align: top;
}
.newsletter-page .news p > a {
	margin-top: 0;
}
.newsletter-page .news a:hover {
	color: #1c1004;
}

/****fees***/

.fees-page table {
	border: 1px solid #dee2e8 !important;
	width:100%;
	position: relative;
}
.fees-page table td {
	border: 1px solid rgba(15, 42, 107, 0.1)!important;
	padding-left:44px;
	padding: 17px 10px 17px 44px;
}	
.fees-page table tr:first-child {
	background: #4e0500;
	color: #ffffff;
}
.fees-page table th {
	border-right-color: #ffb342 !important;
	font-family: georgia;
	font-size: 26px;
	font-weight: 400;
	line-height: 140%;
	padding: 13px 20px 13px 44px;
	text-align: left;
}
.fees-page table tr > td:first-child {
	background: #ffb342;
	color: #111111;
	font-family: georgia;
	font-size: 34px;
	font-weight: 500;
	line-height: 120%;
	text-align: left;
	vertical-align: top;
}
.fees-page table tr > td:nth-child(2) {
	color: #333333;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
}
.fees-page table tr > td:last-child {
	color: #111111;
	font-family: georgia;
	font-size: 18px;
	font-weight: 600;
	vertical-align: top;
	text-align: left;
}
.fees-page table::before {
	background:url("../images/calender-shadow.png") no-repeat;
	background-size:100% 100%;
	content: "";
	display: block;
	height: 25px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 100%;
}
.fees-page table + p {
	font-size: 18px;
	line-height: 120%;
	margin-top: 34px;
	text-align: center;
}

.fees-page .grve-column-1 .grve-element.grve-text {
	display: block;
	float: none;
	margin: auto;
	max-width: 1170px;
	width: 100%;
}
.fullcalendar .fc-content-skeleton thead td.fc-day-top > span {
	line-height: 100%;
	margin-bottom: -3px;
}
.fullcalendar .fc-content-skeleton thead td.fc-day-top {
	height: 41px;
	vertical-align: bottom;
}

/*----------booking Page----------*/
body .grve-section.book-form {
	padding-top: 5px !important;
}
.booking-wrap {
	margin: 0 -15px;
}
.booking-wrap > .step-one {
	float: left;
	padding: 0 15px;
	text-align: center;
	width: 33.33%;
}
.booking-wrap > .step-one > div {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(221, 221, 221);
  border-radius: 7px;
  min-height: 300px;
  padding: 73px 20px 30px;
  margin-top:60px;
  position: relative;
}
.booking-wrap > .step-one h3 {
	color: #4d0500 !important;
	font-family: georgia;
	font-size: 27px;
	font-weight: 400;
	line-height: 120%;
}
.step-one p.step-text {
    color: #1a1004;
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 0;
    text-align: center;
}
.step-one .note {
	color: #1a1004;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 130%;
	margin-top: 1px;
}
.booking-wrap > .step-one > div::before {
	background:url(../images/steps-icon.png)no-repeat 0 0;
	border-radius: 70px;
	box-shadow: 0 4px 5px 0 rgba(204, 204, 204, 0.41);
	content: "";
	height: 120px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -60px;
	width: 120px;
	background-color: rgb(255, 255, 255);
}
.booking-wrap > .step-one > div.book-step::before {
	background-position: 28px 25px;
}
.booking-wrap > .step-one > div.book-step-two::before {
	background-position: 28px -212px;
}
.booking-wrap > .step-one > div.book-step-three::before {
	background-position: 25px -88px;
}
body .grve-section.baptism-page {
	padding-bottom: 0 !important;
}
.booking-wrap::after {
	clear: both;
	content: "";
	display: block;
}
body .grve-section.booking-form-section {
	padding-top: 0 !important;
}
.booking-class > p {
	color: rgb(27, 16, 4);
	font-size: 18px;
}
.booking-class  p.booking-text {
	color: rgb(17, 17, 17);
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	margin-bottom: 8px;
}
.baptism-page p {
	text-align: center;
}
.baptism-page .booking-class {
	margin-bottom: 17px !important;
}
#grve-body form .gform_body .gfield input, 
#grve-body form .gform_body .gfield textarea {
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 5px!important ;
	box-shadow: none;
	height: 50px;
	max-width: 100%;
	padding: 0 20px !important;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #666666;
	width: 100% !important;
}
#grve-body form .gform_body .gfield.gfield_error input, 
#grve-body form .gform_body .gfield.gfield_error textarea {
	border-color:red!important;
}
html .gform_body label.gfield_label {
	color: #000000!important;
	font-family: 'Poppins', sans-serif;
	font-size: 18px !important;
	font-weight: 400;
	border:1px solid rgba(0,0,0,0);
	text-transform: none;
	float: none;
	left:12px;
	line-height: normal;
	margin: 0 0 6px!important;
	padding: 2px 8px;
	pointer-events: none;
	position: absolute;
	text-transform: none;
	top: 11px;
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: auto;
	z-index: 9;
}
html form .gform_body .input_focus label ,
.booking-class label ,.book .gfield_label ,
.gfield.total .gfield_label{
	border: 1px solid #dddddd;
}
html form .gfield.value_focus label,
html form .gform_body .value_focus label {
	border: 1px solid #dddddd;
}
#grve-body form .gform_body .gfield textarea  {
	height:110px;
	padding-top:12px!important;
}
#grve-body .gform_body li.gfield {
	margin-bottom:40px!important;
	margin-top:0;
	padding: 0;
	position: relative;
	border:0;
}
.ginput_container_select::after {
	clear: both;
	content: "";
	display: block;
}
.booking-form-section form {
	background: #ffffff;
	border: 1px solid #dddddd;
	margin-top:32px;
	padding: 35px;
}
.booking-enquiry::after {
	clear: both;
	content: "";
	display: block;
}
.booking-form-section li[class*="booking"]:not(.booking-enquiry) {
	clear: none;
	display: block;
	float: left;
	margin-right: 1.6% !important;
	width: 23.8%;
}
#grve-body .booking-form-section li.booking-phone {
	margin-right: 0 !important;
}
body .booking-form-section .gform_wrapper .ginput_container {
	margin-top: 0!important;
}
html form .gform_body .gfield_select {
	border: 1px solid #dddddd;
	border-radius: 5px;
	height: 50px;
	width: 100%;
}
.gform_body .nice-select .current {
	color: #666666;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 50px;
	overflow: hidden;
	padding-right: 21px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
html form .gform_body .gfield_select::before {
	border-left: 1px solid #dddddd;
	bottom: 0;
	color: #333333;
	content: "\f107";
	display: block;
	font-family: fontawesome;
	font-size: 20px;
	line-height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 50px;
}
html form .gform_body .gfield_select::after {
	display: none;
}
html form .gform_body .nice-select.open .list {
	border: 1px solid #dddddd;
	box-shadow: none;
	height: auto;
	max-height:110px;
	left: 0;
	margin: 0;
	overflow: auto;
	right: 0;
	z-index: 99;
}
html form .gform_body .nice-select.open .list > .option {
	border-bottom: 1px solid #dddddd;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 120%;
	min-height: 0;
	padding: 8px 10px;
}
html form .gform_body .nice-select.open .list > .option:last-child {
	border: 0 none;
}
html form .gform_body .nice-select.open .list > .option:hover,
html form .gform_body .nice-select.open .list > .option.selected  {
	background: #4e0500!important;
	color: #ffb342;
	border-color: #4e0500;
}
.gfield.booking-enquiry {
	line-height: normal;
}
.gform_footer input.gform_button[type="submit"] {
	background: #4e0500;
	border-radius: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: 25px !important;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 48px;
	margin: 0;
	padding: 2px 15px 0;
	text-transform: none;
}
.gform_footer input.gform_button[type="submit"]:hover{
	background:#FFB342;
	color:#4e0500;
}
body .gform_wrapper .gform_footer {
	margin-top: 0;
	padding: 0;
}
#grve-body .booking-form-section form .gfield.booking-enquiry {
	clear: both;
	float: none;
	line-height: normal;
	margin-bottom: 21px;
}
.gform_confirmation_message {
	border: 1px solid green;
	color: green;
	font-family: poppins;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}











/*-****contact****/
.contact-left p.contact-title{
	color: rgb(76, 5, 0);
	font-family: 'Georgia';
	font-size: 24px;
	padding: 0;
}
.contact-left p > a {
	color: rgb(51, 51, 51);
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	display: inline-block;
	line-height: 160%;
    vertical-align: top;
}
.contact-left p.hours > a {
	position: relative;
}
.contact-left p.hours > a::before {
	background: #333333;
	bottom: 2px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.contact-left p.hours > a:hover::before{
	background:#ffb342;
}
.contact-left p > a:hover{
	color:#ffb342;
}
.contact-left > P::before{	
	border: 1px solid #dddddd;
	border-radius: 7px;
	content: "";
	display: block;
	height: 50px;
	width: 50px;
	left: 0;
    position: absolute;
    top: 6px;
	background:url(../images/contact-icon.png)no-repeat;
	background-color: #ffffff;
}
.contact-left > P.abn::before {
	background-position: 11px 11px;
}
.contact-left > P.address::before {
	background-position: 14px -44px;
}
.contact-left > P.office::before {
	background-position: 11px -97px;
}
.contact-left > P.hours::before {
	background-position: 13px -150px;
}
.contact-left > P.email-contact::before {
	background-position: 11px -196px;
}
.contact-left > P.phone::before {
	background-position: 11px -244px;
}
.contact-left > P.fax::before {
	background-position: 11px -298px;
}
.contact-left > P.parish::before {
	background-position: 13px -349px;
}
.contact-left > P.contact-title::before {
	display: none;
}
.contact-left > p {
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 17px;
	padding-left: 66px;
	position: relative;
}
.contact-left > p > b {
	color: #4c0500;
	display: block;
	font-family: georgia;
	font-size: 22px;
	line-height: 160%;
}
.form-right .wpb_wrapper {
	border: 1px solid #dddddd;
	padding: 46px 40px 44px;
	background:#fff;
	position:relative;
	margin-bottom:25px;
}
body .form-right .contact-title {
	color: #4c0500 !important;
	font-family: georgia;
	font-size: 30px;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
	margin-bottom:46px;
}
.contact-wrap {
	list-style:none;
	background: #ffffff;
	margin: 0;
}
.contact-wrap li span.wpcf7-form-control-wrap::before {
	background:url(../images/contact-icon.png)no-repeat 0 0; 
	background-color: #ffffff;
	border-radius: 5px 0 0 5px;
	border-right: 1px solid #dddddd;
	bottom: 1px;
	content: "";
	left: 1px;
	pointer-events: none;
	position: absolute;
	top: 1px;
	width: 48px;
}
#grve-body .contact-wrap > li  span.wpcf7-form-control-wrap  input, 
#grve-body .contact-wrap > li  span.wpcf7-form-control-wrap  textarea {
	padding-left: 60px !important;
}
.contact-wrap label {
	color: #000000;
	font-family: 'Poppins', sans-serif;
	font-size: 18px !important;
	line-height: 100%;
	display: block;
	float: none;
	font-weight: 300;
	left: 53px;
	line-height: normal;
	margin: 0 0 6px;
	padding: 2px 8px;
	pointer-events: none;
	position: absolute;
	text-transform: none;
	top: 7px;
	transform-origin: 0 0 0;
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-o-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	-webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	-moz-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	-o-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	-ms-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 150ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
	width: auto;
	z-index: 9;
}
.contact-wrap > li {
	margin-bottom: 50px;
	position: relative;
}
.contact-wrap li span.cname::before {
	background-position: -35px -4px;
}
.contact-wrap li span.cemail::before {
	background-position: -34px -53px;
}
.contact-wrap li span.cphone::before {
	background-position: -35px -102px;
}
.contact-wrap li span.enquiry::before {
	background-position: -34px -145px;
}

#grve-body input.wpcf7-submit {
	background: #4e0500;
	border: 1px solid #ffffff;
	border-radius: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: 25px !important;
	font-weight: 400;
	height: 50px;
	letter-spacing: 0;
	line-height: normal;
	vertical-align: top;
	padding: 0px 16px;
	text-transform: none;
}
#grve-body input.wpcf7-submit:hover {
	background-color: #ffb342;
    color: #4e0500;
}
html .form-right form .input_focus label{
	border: 1px solid #dddddd;
}
.contact-wrap > li:nth-last-child(-n+2) {
	margin-bottom: 30px;
}
.contact-wrap > li:last-child {
	margin-bottom: 0;
}
.form-right .wpb_wrapper:before ,
.paypal-section .gform_wrapper:before,
.fund-section table:before{
	background:url("../images/calender-shadow.png") no-repeat;
	background-size:100% 100%;
	content: "";
	display: block;
	height: 17px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 100%;
}
body .grve-section.contact-map {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}
.contact-wrap span.error-field-form {
	color: #ff0000;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: normal;
	margin-top: 0;
	position: absolute;
	top: 100%;
}



/*---------contact page over-------*/

/*---------ladies-auxiliary--------*/

.ladies-section1 p, 
.ladies-section2-content p,
.ladies-section3 .grve-text > p,
.ladies-section4-content p{
	font-size: 18px;
	text-align: center;
	line-height: 180%;
}
.grve-section.ladies-section1 {
	padding-bottom: 0 !important;
}
.ladies-sectio2-image {
	padding-right: 25px;
}
.ladies-section2-content {
	padding-left: 25px;
}
.ladies-section2-content p{
	text-align:left;
}
.ladies-section3 table tr > td:first-child {
	background: #ffb342;
	color: #111111;
	font-family: georgia;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
}
.ladies-section3 table tr > td:nth-child(2),
.ladies-section3 table tr > td:nth-child(2) > p {
	color: #333333 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 180%;
	margin-bottom: 0;
	text-align: left;
	vertical-align: top;
}
.ladies-section3 table tr > td:nth-child(3),
.ladies-section3 table tr > td:nth-child(3) > a,
.ladies-section3 table tr > td:nth-child(3) > p {
	color: #111111;
	margin-bottom:0;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 0;
	text-align: left;
	vertical-align: top;
}
.ladies-section3 table tr > td:nth-child(3) > a:hover {
	color:#FFB342;
}
.ladies-table-title th {
	background: #4e0500;
	color: #ffffff;
	font-size: 26px;
	height: 65px;
	line-height: 100%;
	vertical-align: middle;
}
.ladies-section3 table tr > td {
	border: 1px solid rgba(15, 42, 107, 0.1) !important;
	padding: 11px 40px;
}
.ladies-section3 .grve-text > p {
	text-align: center;
	margin-top: 16px;
}
.ladies-section4-content p {
	text-align: left;
}
.ladies-section3 .grve-text {
	margin: auto !important;
	max-width: 880px;
}
html[lang="el"] .ladies-section3 .grve-text {
	margin: auto !important;
	max-width: 950px;
}
.ladies-section2-content p.enquiry-link {
	background: #4e0500;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	font-family: georgia;
	font-size: 20px;
	line-height: 140%;
	padding: 11px 34px;
	text-align: center;
	vertical-align: top;
}
.ladies-section2-content p.enquiry-link a:hover{
	color:#fff;
}
.ladies-section4-subcontent1 {
	width: 56%;
}
.ladies-section4-subcontent2 {
	width: 44%;
}
body .grve-section.ladies-section2-wrap {
	padding-top: 35px !important;
}
.ladies-section4-content .vc_col-sm-6 p:first-child {
	margin-bottom: 27px;
}


/*------ladies-auxiliary over------*/

/*------make a payment---------*/
.payment .grve-element.grve-text > p {
	text-align: center;
}
html .grve-section.payment {
	padding-bottom: 0 !important;
}
body .grve-section.paypal-section {
	padding-bottom: 20px !important;
	padding-top:36px!important;
}
.paypal-section .grve-element.grve-text > p ,.fund-section .grve-element.grve-text > p{
	background: #4e0500;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
}
.paypal-section .grve-element.grve-text > p em {
	font-style: normal;
	font-weight: 300;
	vertical-align: top;
}
.paypal-section .grve-element.grve-text {
	margin-bottom: 0;
}
.paypal-section .gform_wrapper {
	background: #ffffff;
	border: 1px solid #dddddd;
	margin: 0 0 30px;
	padding: 38px;
	position:relative;
}
body .paypal-section .gform_wrapper .ginput_container {
	margin-top: 0 !important;
}
.gform_body .gfield.payment-info {
	clear: none;
	float: left;
	margin-right: 1.6% !important;
	width: 23.8%;
}
.gform_body .gfield.payment-info:nth-child(4n+4) {
	margin-right: 0 !important;
}
.gform_body .gfield.payment-info:nth-child(5) {
	clear: both;
}
.gform_body .total span.ginput_total {
	background: #dddddd;
	border-radius: 5px;
	color: #666666;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 50px;
	margin: 0;
	padding: 0 10px 0 20px;
}
body .grve-section.fund-section {
	padding-top: 0 !important;
}
.fund-section .grve-text:first-child {
	margin-bottom: 0;
}
#grve-body .gform_body .gfield.payment-info.image:nth-child(4n+4) {
	clear: both;
	text-align: center;
	margin-top: 32px;
	width: 100%;
}
#grve-body .gform_body li.gfield.image img {
	display:block;
	max-width: 150px !important;
}
#grve-body .validation_message {
	display: none;
}
#grve-body .validation_error {
	border: 1px solid #ff0000;
	color: #ff0000;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 180%;
	padding: 5px;
	text-align:center;
	margin-bottom:0;
	margin-top:25px;
}
.paypal-section form {
	position: relative;
}
#grve-body .validation_message.err-email {
	color: red;
	display: block;
	font-family: poppins;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 29px;
}
.paypal-section .gform_footer {
	top: 90px;
	left: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 23.8%;
}
.paypal-section .gform_footer input[type="submit"] {
	width: 100%;
}
html form .gform_body .payment-info .nice-select.open .list {
	max-height: 180px;
}
#grve-body .paypal-section .gform_body li.gfield:nth-last-child(-n+4) {
	margin-bottom: 0 !important;
}
.gform_body .image > br {
	display: none;
}
.image > em {
	color: #666666;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 100%;
	vertical-align: top;
}
.booking-email .err-email {
	color: #ff0000;
	display: block !important;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 5px;
	position: absolute;
	top: 30px;
}
.fund-section th {
	color: #1b1004;
	border-right: 1px solid #ddd !important;
	font-family:'Poppins',sans-serif;
	font-size: 18px;
	font-weight: 600;
	position:relative;
	padding: 15px 30px;
	text-align: left;
}
.fund-section table tr:first-child {
	background: #eee;
}
.fund-section th i {
	bottom: 0;
	color: #666666;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	right: 0;
}
.fund-section table td {
	color: #1a1004;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 180%;
	padding: 15px 30px;
	text-align: left;
}
.fund-section table td > b {
	color: #1a1004;
	font-weight: 600;
}
.fund-section table tr {
	border-bottom: 1px solid #eee !important;
}
.fund-section table {
	background: #ffffff;
	border: 1px solid #dddddd !important;
}
.fund-section table tr:last-child {
	border-bottom: 1px solid #ddd !important;
}



/*------calendar page-------*/
.calender-page .grve-text > .page-title, 
.calender-page .grve-text > p ,
.book-calender .grve-text > p,
.book-calender .page-title {
	text-align: center;
}
.calender-page .grve-text > p > em {
	font-style: normal;
}
.calender-page .grve-element.grve-text > p ,
.book-calender .grve-text > p{
	font-size: 18px;
	padding: 0 60px;
}
body .calender-page .page-title,.book-calender .page-title {
	color: #111111 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 8px;
}
.grve-section.calender-page {
	padding-bottom: 0 !important;
}
.book-calender .grve-element {
	text-align: center;
}
body .grve-section.book-calender {
	padding-top: 6px !important;
}

.captcha-container .invalid > div {
	border: 1px solid red;
}

/*-------search------*/
.search #grve-page-title {
	display: none;
}
#grve-body.search article {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd !important;
	border-radius: 5px;
	margin-bottom: 40px;
	padding: 30px 30px 35px;
	position: relative;
}
#grve-body.search article:last-child {
	margin-bottom: 0;
}
#grve-body.search article > .grve-post-content {
	width: 100%;
}
.search article:before{
	background:url(../images/calender-shadow.png)no-repeat;
	background-size:100% 100%;
	content: "";
	display: block;
	height: 25px;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
}
.search article > .grve-post-content > a {
	display: inline-block;
	vertical-align: top;
	color: #4e0500;
}
.search article > .grve-post-content > a > h4 {
	color: inherit !important;
}
.search article > .grve-post-content > a:hover {
	color: #ffb342;
}
.search article  .grve-read-more{
	background: #4e0500;
	border: 1px solid #ffffff;
	border-radius: 3px;
	color: #ffffff!important ;
	display: inline-block;
	font-family: "Poppins",sans-serif;
	font-size: 18px !important;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 28px;
	padding: 10px 28px;
	text-transform: none;
	vertical-align: top;
}
.search article  .grve-read-more:hover {
	background: #ffb342!important;
	border-color: #ffb342 !important;
	color: #4e0500 !important;
}

.error-field-form {
	color: #ff0000;
	font-size: 13px;
}
.page-section .grve-element.grve-text {
	text-align: center;
}
.page-section .grve-element.grve-text > p {
	border: 1px solid #008000;
	color: #008000;
	text-align: center;
	margin:20px 0 60px;
	display:inline-block;
	padding: 5px 12px;
}
.gfield .error {
	background: rgba(0, 0, 0, 0);
	border: 0 none;
	font-size: 12px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 28px;
}
.search-no-results .grve-search-textfield {
	font-size: 18px;
	padding: 0 20px;
}


/*****news popup*****/
.img_service {
	text-align: center;
}
.img_service > img {
	display: block;
	vertical-align: top;
}
.img_title {
	color: #4e0500;
	font-family: georgia;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
.team_content_full p, .team_content_full li {
	color: #1c1004;
	font-family: poppins;
	font-size: 14px;
	line-height: 130%;
    margin-bottom: 10px;
}
.team_content_full p, .team_content_full li:last-child {
    margin-bottom: 0px;
}
.team_content_full > ul {
	list-style: outside none none;
	margin: 0;
}
.team_content_full li {
	padding-left: 19px;
	position:relative;
}
.team_content_full li::before {
	color: #4e0500;
	content: "\f10c";
	font-family: fontawesome;
	font-size: 10px;
	left: 3px;
	position: absolute;
}
.team_content_full b {
	font-weight: 600;
}
.event-short-info b {
	font-weight: 600;
}
.team-section .social-wrap > a {
	color: #ffffff;
	font-size: 22px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	width: 48px;
	border-radius: 5px;
}


.pdf-wrap .event-btn {
	margin-right: 5px;
	margin-left:5px;
}
.pdf-wrap .event-btn.pdf {
	margin-right: 5px;
	margin-left:5px;
}
.our-parish-page .brouchers-pdf {
	background: #4e0500;
	border-radius: 5px;
	display:inline-block;
	line-height: 40px;
	vertical-align: top;
	height:40px;
	line-height: 40px;
    padding: 2px 10px 0;
}
.our-parish-page .brouchers-pdf:hover {
	background: #FFB342;
}
.pdf-wrap {
	text-align: right;
	margin-bottom:8px;
}
.event_slider .no-events {
    text-align: center;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    color: #1c1004 !important;
}

.opportunities-page .career-section .opportunities {
    font-size: 20px;
    margin-bottom: 5px;
}
.opportunities-page .career-section p {
    text-align: center;
    font-size: 16px;
}
/*22-3-2019*/

.our-parish-page .wpb_column .grve-text p > a::before {
	position: absolute;
	content: "\f16d";
	font-size: 23px;
	left: 0;
	right: 0;
}
.our-parish-page .wpb_column .grve-text p > a {
	background: #4e0500;
	border: 1px solid #ffffff;
	border-radius: 6px;
	color: #ffffff;
	height: 37px;
	line-height: 36px;
	width: 37px;
	position: absolute;
	top: -6.2px;
	right: 0;
	left: 0;
	margin-left: 82px;
	font-family: fontawesome;
	font-size: 0;
	text-align: center;
}

.our-parish-page .wpb_column .grve-text p > a:hover {
	background: #ffb342;
	border-color: #ffb342;
	color: #4e0500;
}

.our-parish-page .wpb_column.extra-memorial .grve-text p > a {
    background: transparent;
    font-size: inherit;
    color: #ffb342;
    font-family: 'Poppins', sans-serif;
    position: relative;
    top: auto;
    width: auto;
    left: auto;
    right: auto;
    text-align: left;
    border: none;
    height: auto;
    margin: 0;
    line-height: 100%;
    text-decoration: underline;
}
.our-parish-page .wpb_column.extra-memorial .grve-text p > a:hover{
	color: #4e0500;
}
.our-parish-page .wpb_column.extra-memorial .grve-text p > a:before{
	display: none;
}


/*22-3-2019*/
/*---fonts----
font-family: 'Poppins', sans-serif;
font-family: 'Georgia';
--*/
