@charset "utf-8";
/*--------------- basic styles start ---------*/
* {
	padding:0px;
	margin:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
ul, li, ol {
	list-style-type:none;
}
.clr, .d-block, .d-block:after, .d-block:before, .clr:after, .clr:before {
	clear:both;
	display:block;
	position: relative;
	width:100%;
}
.d-block:after, .d-block:before, .clr:after, .clr:before {
	content: '';
}
.clr {
	height: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top:20px;
}
p:empty {
	width:0px;
	height:0px;
	display:none;
}
select {
    outline:0px none;
    background:none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
   -moz-appearance:none;
   -webkit-appearance:none;
   cursor:pointer;
}
button {
    background: none;
    border: none;
    outline: none;
}
a {
    color: #000;
    text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover {
    text-decoration: none;
}
a:focus, a:active {
    outline: none;
}
a, a img {
	border:none;
}
img {
	max-width:100%;
}
.tac {
	text-align:center;
}
.tal {
	text-align:left;
}
.tar {
	text-align:right;
}
.taj {
	text-align: justify;
}
.fleft, .alignleft {
	float:left;
}
.fright, .alignright {
	float:right;
}
.d-center, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.d-inline {
	display:inline-block;
	vertical-align:top;
}
.d-none, .hide, header.entry-header, .post-navigation {
	display:none !important;
}
.vmid {
	vertical-align:middle !important;
}
.v_btm {
	vertical-align:bottom !important;
}
.video_container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video_container iframe, .video_container object, .video_container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.d-flex, .fd-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position:relative;
	width:100%;
}
.ai-c {
	-ms-align-items: center;
	align-items: center;
}
.ai-fs {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.ai-fe {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.ai-b {
	-ms-align-items: baseline;
	align-items: baseline;
}
.ai-s {
	-ms-align-items: stretch;
	align-items: stretch;
}
.jc-c {
	justify-content: center;
}
.jc-fs {
	justify-content: flex-start;
}
.jc-fe {
	justify-content: flex-end;
}
.jc-sb {
	justify-content: space-between;
}
.jc-sa {
	justify-content: space-around;
}
.fxd-r {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.fxd-rr {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.fxd-c {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fxd-cr {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.fxw-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fxw-wr {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.fxw-n {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.block1, .block2, .block3, .block4, .block5 {
	position:relative;
	width:100%;
	padding:3px;
}
.block1 {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.block2 {
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-o-flex: 2;
	flex: 2;
}
.block3 {
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	-o-flex: 3;
	flex: 3;
}
.block4 {
	-webkit-flex: 4;
	-moz-flex: 4;
	-ms-flex: 4;
	-o-flex: 4;
	flex: 4;
}
.block5 {
	-webkit-flex: 5;
	-moz-flex: 5;
	-ms-flex: 5;
	-o-flex: 5;
	flex: 5;
}
.ord1 {
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}
.ord2 {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.ord3 {
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
}
:-moz-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
}
::-moz-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
}
:-ms-input-placeholder {
	color: currentColor;
	font-family: 'Montserrat', sans-serif;
}
/*--------------- basic styles end ---------*/
body {
	background:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 36px;
	color: rgba(86, 85, 84, 1);
	overflow-x: hidden;
}
.w100p, .site, .site-inner, .site-header, .site-header-main, .site-content, .site-footer, .site-info {
	width:100%;
}

.widget {
	margin:15px 0px;
}


#masthead {
	position: relative;
	padding: 15px 0;
	width: 100%;
	display: block;
}
.main-navigation a {
	color: rgba(140, 139, 139, 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: normal;
	text-transform: capitalize;
	padding: 0 15px;
	display: block;
	clear: both;
	position: relative;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation .current-menu-item>a, .main-navigation .current-menu-ancestor>a, .main-navigation li:hover>a, .main-navigation li.focus>a {
	color: rgba(19, 83, 81, 1);
}
#slider-area .metaslider .caption-wrap {
	height: 100%;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#slider-area h3.slider-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 46px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	clear: both;
	position: relative;
}
#slider-area .slider-description {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: normal;
	display: block;
	clear: both;
	position: relative;
}
#slider-area a.slider-btn {
	background: rgba(215, 162, 14, 1);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	width: 140px;
	padding: 0;
	font-family: 'Montserrat',
	sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 50px;
	letter-spacing: normal;
	display: block;
	clear: both;
	margin: 0 auto;
	border-radius: 5px;
}
#slider-area a.slider-btn:hover {
	background: rgba(173, 127, 0, 1);
}
#slider-area .metaslider .flexslider .flex-direction-nav li a {
	background-image: url('../images/slider-arrows.png');
	width: 56px;
	height: 56px;
	opacity: 1;
}
#slider-area .flex-direction-nav .flex-prev {
	left: 30px;
}
#slider-area .flex-direction-nav .flex-next {
	right: 30px;
}
#home-content {
	background-color: rgba(255, 255, 255, 1);
	padding: 50px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	text-align: center;
	top: -75px;;
	border-radius: 30px;
}
.entry-title, .page-title, .entry-title a, h3.widget-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: rgba(140, 139, 139, 1);
	text-transform: uppercase;
	margin-bottom: 30px;
	display: block;
	clear: both;
	text-align: center;
}
.entry-title span, .page-title span, h3.widget-title span {
	font-weight: bold;
}
.entry-title span, .page-title span, .entry-title a:hover, .entry-title a:focus, h3.widget-title span {
	color: rgba(19, 83, 81, 1);
}
.entry-content a {
	color: rgba(215, 162, 14, 1);
	margin-top: 15px;
	display: block;
	clear: both;
}
h3.widget-title span {
	position: relative;
	z-index: 2;
}
h3.widget-title span::before {
	content: '';
	width: 160px;
	height: 6px;
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	background-color: rgba(239, 218, 159, 1);
	z-index: -1;
}
#events-section {
	margin-top: -75px;
}
#events-section img {
	border-radius: 5px;
}
#event-layout .widget-title {
	color: rgba(73, 112, 111, 1);
	padding: 15px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: normal;
	text-transform: none;
	margin-bottom: 0;
	min-height: 120px;
}
a.get-more-infoevent {
	background: rgba(215, 162, 14, 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}
#testimonial-section .tfree-testimonial-title {
	display: none;
}
#testimonial-section .tfree-client-testimonial p {
	color: rgba(86, 85, 84, 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 36px;
}

#footer-widgets {
	background-color: rgba(19, 83, 81, 1);
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	padding: 30px 0;
	border-top: 5px solid rgba(215, 162, 14, 1);
}
.footer-widget-1, .footer-widget-2 {
	width: 48%;
}
#footer-widgets h2.widget-title {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
	display: block;
	clear: both;
	position: relative;
	margin-bottom: 20px;
	z-index: 2;
}
#footer-widgets h2.widget-title::after {
	content: '';
	width: 160px;
	height: 6px;
	display: block;
	position: absolute;
	bottom: 15px;
	left: -10px;
	background-color: rgba(239, 218, 159, 1);
	z-index: -1;
}
.footer-icon {
	color: #fff;
	width: 20px;
}
.footer-icon-text {
	width: -webkit-calc(100% - 30px);
	width: -khtml-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -ms-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	width: calc(100% - 30px);
}
.footer-icon-text, .footer-icon-text a {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}
#footer-widgets form.wpcf7-form .field-area {
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
}
#footer-widgets form.wpcf7-form input[type="text"], #footer-widgets form.wpcf7-form input[type="email"], #footer-widgets form.wpcf7-form textarea {
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	background-color: rgba(16, 69, 67, 1);
	padding: 5px 20px;
	border-radius: 5px;
	border: 1px solid rgba(16, 69, 67, 1);
	color: #fff;
	max-height: 100px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 36px;
}
#footer-widgets .ajax-loader {
	display: none;
}
#footer-widgets .send-field {
	text-align: right;
}
#footer-widgets ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
	font-family: 'Montserrat', sans-serif;
}
#footer-widgets :-moz-placeholder {
	color: rgba(255, 255, 255, 0.3);
	font-family: 'Montserrat', sans-serif;
}
#footer-widgets ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.3);
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
}
#footer-widgets :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
	font-family: 'Montserrat', sans-serif;
}
#footer-widgets form.wpcf7-form input[type="submit"] {
	background: rgba(215, 162, 14, 1);
	border: 1px solid rgba(215, 162, 14, 1);
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	width: 140px;
	padding: 0;
}


#site-info {
	padding: 10px 0;
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	background-color: rgba(17, 75, 73, 1);
}
.site-copyright {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: normal;
}
.site-social a {
	display: block;
	margin: 0 5px;
	color: #fff;
}
.site-social a:hover {
	color: rgba(215, 162, 14, 1);
}

#page-thumb {
	text-align: center;
	background-image: url('../images/events-page.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	text-transform: uppercase;
	padding: 10% 0;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 46px;
	line-height: 50px;
	letter-spacing: normal;
}
.vsel-meta {
	width: 240px;
}
.vsel-image-info {
	width: -webkit-calc(100% - 245px);
	width: -khtml-calc(100% - 245px);
	width: -moz-calc(100% - 245px);
	width: -ms-calc(100% - 245px);
	width: -o-calc(100% - 245px);
	width: calc(100% - 245px);
}
.info_block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.vsel-content {
	margin: 0;
	padding: 20px 0;
	border-color: rgba(229, 229, 229, 1);
	display: block;
	clear: both;
	position: relative;
}
h3.vsel-meta-title a {
	color: rgba(73, 112, 111, 1);
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: normal;
	margin-bottom: 20px;
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	z-index: 2;
}
h3.vsel-meta-title a::after {
	content: '';
	width: 160px;
	height: 6px;
	display: block;
	position: absolute;
	bottom: -3px;
	left: 60%;
	background-color: rgba(239, 218, 159, 1);
	z-index: -1;
}
.vsel-meta p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 36px;
	color: rgba(86, 85, 84, 1);
	display: block;
	clear: both;
	position: relative;
}
.vsel-meta p span {
	font-weight: 400;
}
body:not(.home) #content {
	padding: 30px 0;
	display: block;
	clear: both;
	position: relative;
}
body.single-event #secondary {
	display: none !important;
}


	
.search-icon .fa-search{
	
	color:#d7a20e;
	
	}
	
.search-icon .fa-search:hover{
	
	color: #135351;
	
	}
	
.search-icon .openBtn{
	
	padding:0px;
	
	}
	
.search-icon input[type="text"], .search-icon button{
	
	border-radius:0px;
	
	}
.nav-search-res{
	
	display:none;
	
	}
	
.nav-search{
	
	margin-top: 5px;

	float: right;
	
	}
	
.openBtn {
  background: transparent;
  border: none;
  padding: 10px 15px;
  font-size: 20px;
  cursor: pointer;
  color: #135351;
}

.openBtn:hover {
 color: #dba60e;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 45px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #e08604;
}

/* Style the search field */
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
  float: left;
  width: 8%;
  padding: 15px;
  background: #135351;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #d7a20e;
}

#myOverlay input[type="search"]{
	
	padding: 15px;
	
	width: 100%;
	
	margin: 0px auto;
	
	color:#122737;
	
	}
/* CSS Document */