/* General Custom CSS */

/* FontAwesome */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

/* Google Font */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700,900');

@font-face {
	font-family: "Galano_Grotesque";
	font-weight: 400;
	src: url("fonts/Galano_Grotesque.otf") format("opentype");
}
@font-face {
	font-family: "Galano_Grotesque_Semi_Bold";
	font-weight: 700;
	src: url("fonts/Galano_Grotesque_Semi_Bold.otf") format("opentype");
}
body {
	font-family: 'Montserrat', sans-serif !important;
}
h1 {
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 0 !important;
}
h2 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0 !important;
	text-transform: none !important;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	color: #757575;
	font-size: 14px;
}
small {
	font-size: 13px;
}
a {
	font-size: 15px;
	text-decoration: none !important;
	transition: background-color 0.4s ease-in-out 0s, color 0.4s ease-in-out 0s, border-color 0.8s ease-in-out 0s;
}
ul {
	font-size: 15px;
	list-style: none !important;
	margin: 0;
}
 *::-moz-selection { /* Code for Firefox */
 background: #269996;
}
 *::selection {
 background: #269996;
}
#scroll-top-link {
	display: none;
}
.container {
	padding: 0 20px;
}
#header_main {
	border-bottom: 0;
	padding: 10px 0;
}
.logo {
	width: 200px;
	margin-top: 5px;
	height: auto;
}
.main_menu {
	height: auto;
	top: 30px;
}
.av-main-nav > li {
	margin: 0 10px;
}
.av-main-nav > li > a {
	padding: 0 0 15px;
	font-family: "Galano_Grotesque";
	font-weight: 400;
	font-size: 13px;
	color: #424242 !important;
	text-transform: uppercase;
	height: auto !important;
	line-height: 20px !important;
}
.avia-menu-fx {
	background-color: #269996 !important;
	border-color: #269996 !important;
	height: 3px;
}
#layerslider_1 .ls-inner {
	background-size: 100% 100% !important;
}
.slide-cap * {
	color: #ffffff !important;
}
.slide-cap h1 {
	font-size: 42px;
	text-transform: uppercase !important;
	font-weight: 400;
}
.slide-cap p {
	line-height: 24px;
}
.btn {
	padding: 12px 35px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	border: 2px solid;
}
.btn.btn-blue {
	background-color: #269996;
	border-color: #269996;
	color: #ffffff !important;
}
.slide-cap .btn:hover {
	background-color: #269996;
	border-color: #269996;
}
.btn.btn-blue:hover {
	background-color: #1b2429;
	border-color: #1b2429;
}
.slide-cap a {
	margin-right: 10px;
}
.slide-cap2 * {
	color: #ffffff !important;
}
.slide-cap2 h3 {
	margin: 5px 0;
}
.slide-cap2 h6 {
	font-style: italic;
	font-weight: 400;
}
.slide-cap2 p {
	background-image: url(../images/custom/comment-bg.png);
	font-style: italic;
	line-height: 22px;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 20px;
	background-position: center center;
	width: 240px;
	height: 155px;
	margin-bottom: 30px;
}
#layer_slider_1 .ls-bottom-slidebuttons a {
	background-color: #ffffff !important;
	opacity: 1 !important;
	border: none !important;
	margin: 0 3px;
	height: 12px !important;
	width: 12px !important;
}
#layer_slider_1 .ls-bottom-slidebuttons .ls-nav-active, #layer_slider_1 .ls-bottom-slidebuttons a:hover {
	background-color: #429490 !important;
	border: none !important;
}
#top .avia-layerslider .ls-bottom-slidebuttons a {
	border: none !important;
}
#top .avia-layerslider .ls-bottom-slidebuttons {
    height: auto;
    left: -510px !important;
    position: relative;
    top: -100px !important;
}
#benefit-blck {
	padding: 10px 0;
}
#benefit-blck .av_one_half.first {
	width: 54.4%;
}
#benefit-blck .av_one_half:last-child {
	width: 42.7%;
	margin-left: 30px;
}
#benefit-blck h2, #benefit-blck h2 b {
	color: #ffffff !important;
}
#benefit-blck h2, #benefit-blck p {
	margin: 0;
}
#benefit-blck .btn {
	background-color: #1b2429;
	color: #ffffff !important;
	border-color: transparent !important;
	text-transform: uppercase;
	line-height: 26px;
	padding: 12px 32px;
}
#benefit-blck .btn img {
	float: left;
	margin-right: 10px;
}
#benefit-blck .btn:first-child {
	margin-right: 2px;
}
#hme-abt-us {
	padding: 20px 0 0;
}
#hme-abt-us .av_one_half.first {
	width: 53%;
}
#hme-abt-us .av_one_half.avia-builder-el-last {
	width: 42.7%;
	margin-left: 45px;
}
.hme-abt-blck h1 {
	margin-bottom: 0;
	margin-top: 20px;
}
.hme-abt-blck h1, .hme-abt-blck h1 b {
	color: #221f1f;
}
 .hme-abt-blck p:nth-child(2) {
 margin: 5px 0 15px;
}
.hme-abt-blck p b {
	color: #269996;
	font-family: "Galano_Grotesque_Semi_Bold";
	text-transform: uppercase;
}
.hme-abt-blck .btn {
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 10px 35px;
	float: left;
}
.watch-video-img {
	margin: 35px 0 0 50px;
	display: inline-block;
}
.hme-abt-blck.img-blck br {
	display: none;
}
.hme-abt-blck.img-blck img {
	padding: 0;
	margin: 0 auto;
}
 .hme-abt-blck.img-blck::after {
 background-image: url(../images/custom/hme-abt-img-bg.png);
 background-repeat: no-repeat;
 content: "";
 height: 340px;
 width: 340px;
 background-size: 340px;
 position: absolute;
 right: -130px;
 top: -15px;
 z-index: -1;
}
.hme-abt-blck.img-blck a {
	color: #ffffff;
	background-color: #269996;
	padding: 14px;
	border-radius: 100%;
	min-width: 70px;
	display: inline-block;
	min-height: 70px;
	text-align: center;
	font-size: 42px;
	position: absolute;
	left: -25px;
	top: 44%;
	z-index: 99;
}
#entrep-benefits {
	text-align: center;
	padding: 20px 0 10px;
}
#entrep-benefits .av_one_fourth {
	width: 22.8%;
	margin-left: 30px;
	margin-top: 20px;
}
#entrep-benefits .av_one_fourth.first {
	margin-left: 0;
}
#entrep-benefits h1, #entrep-benefits h1 b, .entrep-benef-blck h4, #join-companies h1, #join-companies h1 b, #home-blog h1, #home-blog h1 b {
	color: #000000;
}
.entrep-benef-blck h4 {
	line-height: 24px;
}
.entrep-benef-blck p {
	max-height: 88px;
	overflow: hidden;
}
#entrep-benefits .btn {
	color: #269996;
	border-color: #269996;
	margin-top: 30px;
}
#entrep-benefits .btn:hover {
	background-color: #1b2429;
	color: #ffffff;
	border-color: #1b2429;
}
#join-companies {
	text-align: center;
	padding: 20px 0;
}
#join-companies .entry-title {
	display: none;
}
#join-companies .entry-content p {
	color: rgba(1, 1, 1, 0.66);
	font-style: italic;
}
#join-companies .avia-smallarrow-slider .avia-slideshow-arrows {
	position: absolute;
	top: 45%;
	width: 100%;
}
#join-companies .avia-smallarrow-slider .avia-slideshow-arrows a {
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	background-color: #429490;
	opacity: 0.3;
}
 #join-companies .avia-smallarrow-slider .avia-slideshow-arrows a::before {
 line-height: 45px;
}
#join-companies .prev-slide {
	left: -90px;
}
#join-companies .next-slide {
	right: -90px !important;
}
#join-companies .slide-entry {
	border-right: 2px solid #e5e5e5;
	margin: 0;
	width: 20%;
	min-height: 300px;
	clear: none !important;
	display: inline-block;
	padding: 0 15px;
}
 #join-companies .slide-entry:nth-child(1) {
 border-left: 2px solid #e5e5e5 !important;
}
#testimonials {
	text-align: center;
	padding: 20px 0;
}
#testimonials h1 {
	margin-bottom: 50px;
}
#testimonials h1, #testimonials h1 b {
	color:#ffffff;
}
#testimonials .caroufredsel_wrapper, #testimonials .tmls_container {
	height: 360px !important;
}
#testimonials .tmls_item {
	border: 1px solid;
	border-radius: 100%;
	width: 360px !important;
	height: 360px;
	padding: 50px 20px 0;
	text-align: center;
	position: relative;
}
#testimonials .tmls_text {
	background-color: transparent !important;
	color: #ffffff !important;
	font-style: italic;
	font-size: 13px !important;
	border: none !important;
	padding: 20px 15px 15px;
	margin-bottom: 10px;
}
#testimonials .tmls_name {
	color: #ffffff !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	margin-bottom: 0;
	line-height: 18px;
}
#testimonials .tmls_position {
	color: #ffffff !important;
	font-style: italic;
	font-size: 12px !important;
	line-height: 18px;
	margin-top: 5px;
}
#testimonials .tmls_arrow {
	display: none !important;
}
 #testimonials .tmls_item:nth-child(2n) {
 background-color: #269996;
 border-color: #269996 !important;
 margin-left: -10px;
 z-index: 1;
}
 #testimonials .tmls_item:nth-child(3) {
 margin-left: -10px;
 z-index: 0;
}
#testimonials .tmls_image {
	float: left;
	margin-right: 10px;
}
#testimonials .tmls_image_position {
	display: inline-block;
}
#testimonials .name-pos {
	float: left;
	text-align: left;
	width: auto;
	margin-top: 5px;
}
#testimonials .fa-quote-left {
	font-size: 24px;
	color: #bbbebf;
}
 #testimonials .tmls_item:nth-child(2n) .fa-quote-left {
 color: #ffffff;
}
#testimonials .tmls_next_prev {
	bottom: auto;
	top: 50%;
	width: 100%;
}
#testimonials .tmls_prev, #testimonials .tmls_next {
	position: absolute;
	background:none !important;
}
#testimonials .tmls_prev {
	left: -70px;
}
#testimonials .tmls_next {
	right: -70px;
}
 #testimonials .tmls_prev::before, #testimonials .tmls_next::before {
 font-family: fontawesome;
 font-size: 48px;
 color: #ffffff;
}
 #testimonials .tmls_prev::before {
 content: "\f104";
}
 #testimonials .tmls_next::before {
 content: "\f105";
}
#home-blog {
	padding: 20px 0;
}
#home-blog .slide-entry-wrap {
	margin-bottom: 0;
}
#home-blog h1 {
	margin-bottom: 50px;
	text-align: center;
}
.image-overlay {
	display: none !important;
}
#home-blog article:first-child {
	width: 50%;
}
#home-blog article .slide-image {
	background-color: transparent !important;
	border-radius: 0;
	margin: 0;
}
#home-blog article .slide-image img {
	border-radius: 0;
	width: 100%;
}
#home-blog .slide-meta-comments, #home-blog .slide-meta-del {
	display: none !important;
}
#home-blog article:first-child .slide-content {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 20px 30px;
}
#home-blog article:first-child .entry-title a {
	color: #ffffff !important;
	font-size: 18px;
	line-height: 28px;
}
#home-blog article:first-child .slide-meta-time {
	background-color: #269996;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px !important;
	color: #ffffff;
}
#home-blog article:first-child .more-link {
	color: #ffffff !important;
	float: right;
}
#home-blog article:first-child .entry-content, #home-blog .read-more-link {
	display: none;
}
#home-blog article:first-child .slide-meta {
	padding-bottom: 0;
	margin-top: 10px;
}
 #home-blog article:nth-child(2) .slide-image, #home-blog article:nth-child(3) .slide-image {
 width: 200px;
 float: left;
}
 #home-blog article:nth-child(2), #home-blog article:nth-child(3) {
 margin-left: 35px;
 width: 46.6%;
 background-color: #f0f0f0;
}
 #home-blog article:nth-child(2) {
 margin-bottom: 35px;
}
 #home-blog article:nth-child(2) .entry-title a, #home-blog article:nth-child(3) .entry-title a {
 color: #323f48 !important;
 font-weight: 700;
 font-size: 16px;
}
 #home-blog article:nth-child(2) .slide-content, #home-blog article:nth-child(3) .slide-content {
 width: 58.6%;
 padding: 20px 15px;
 float: right;
}
 #home-blog article:nth-child(2) time, #home-blog article:nth-child(3) time {
 font-size: 14px;
 color: #323f48;
 margin-top: 5px;
 font-weight: 500;
}
 #home-blog article:nth-child(2) .slide-meta, #home-blog article:nth-child(3) .slide-meta {
 padding: 5px 0 !important;
}
 #home-blog article:nth-child(2) .entry-content, #home-blog article:nth-child(3) .entry-content {
 color: #323f48;
}
#home-blog article:first-child .slide-image {
	height: 375px;
}
#subscribe-delve {
	padding: 10px 0;
}
#subscribe-delve h3 {
	color: #ffffff !important;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 0;
}
#subscribe-delve form {
	margin-bottom: 0;
}
#subscribe-delve .mc4wp-form-fields input {
	float: left;
	width: 36.2% !important;
	border-radius: 30px !important;
	margin-bottom: 0 !important;
	margin-right: 10px !important;
	padding: 14px 20px !important;
	color: rgba(79, 79, 79, 0.85) !important;
	font-size: 14px !important;
	font-family: 'Montserrat', sans-serif !important;
	background-color: #ffffff !important;
	border: none !important;
}
#subscribe-delve input[type="submit"] {
	background-color: #1b2429 !important;
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 700;
	width: 25% !important;
	margin-right: 0 !important;
}
 #subscribe-delve *::-webkit-input-placeholder {
 color: rgba(79, 79, 79, 0.85);
}
 #subscribe-delve *::-moz-placeholder {
 color: rgba(79, 79, 79, 0.85);
}
 #subscribe-delve *:-ms-input-placeholder {
 color: rgba(79, 79, 79, 0.85);
}
 #subscribe-delve *:-moz-placeholder {
 color: rgba(79, 79, 79, 0.85);
}
#footer {
    background-color: #1b2429;
    border: none;
    text-align: center;
    padding-bottom: 20px;
}
#footer .widgettitle {
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 10px;
}
.ftr-logo {
	margin: 25px 0 20px;
}
.ftr-soc li {
	float: left;
	clear: none;
	margin: 0 10px;
}
.ftr-soc a {
	color: #ffffff;
	font-size: 20px;
}
.ftr-links li {
    margin: 0px 7px;
    display: inline-block;
}
.ftr-links a {
	color: #cfcfcf;
	font-size:14px;
}
.ftr-links a:hover {
	color: #ffffff;
}
#socket {
	background-color: #1b2429;
	text-align: center;
	border: none;
}
#socket .container {
	border-top: 1px solid #666c6f;
}
#socket .copyright {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
}
.mejs-overlay-button {
    margin-top: 200px;
}
.hlf-fld span {
    float: left;
	width: 35%;
	margin-right: 18px;
}
.hlf-fld select {
    color: #7b7979 !important;
    border: none !important;
}
.hlf-fld br {
    display: none;
}
.hlf-fld select, .hlf-fld input, .hlf-btn input {
    height: 46px;
    border-radius: 40px !important;
}
.hlf-fld select, .hlf-fld input {
    padding-left: 20px !important;
    color: #7b7979 !important;
}
#subscribe-delve .av_three_fourth {
    margin-left: 1%;
    width: 73.5%;
}
#subscribe-delve .av_one_fourth {
    margin-left: 0%;
    width: 25%;
}
#subscribe-delve h5 {
    color: #ffffff;
    line-height: 25px;
    margin-top: 5px;
    font-weight: 500;
}
.call-out-form {
    position: relative;
    top: 12px;
} 
.call-out-form .wpcf7-response-output {
    display: none !important;
} 
.call-out-form .wpcf7-not-valid-tip {
    display: none !important;
}
#pfcf-popup {
    background-color: rgba(8, 8, 8, 0.9) !important;
}
#pfcf-popup .modal-body {
    padding-top: 120px !important;
}
.js-modal-close.close {
    color: #ffffff !important;
}
#pfcf-popup .modal-body span {
    color: #fff !important;
    font-size: 18px;
} 
/*======================INN_PAGES============================ */
b {
	color: #000 !important;
}
.inner-page-txt {
	text-align: center;
	margin-top: 110px;
}
#inner-page {
    height: 370px;
    background-size: cover;
}
.inner-page-txt h1 {
    color: #ffffff;
    font-size: 44px;
    text-transform: none !important;
    font-weight: 600;
}
.abt-dlve-txt h2 {
	color: #000;
}
#abt-dlv-mditation-txt {
	background-color: #f5f5f5;
}
.shrt-hstry-imges li {
	list-style: none;
	float: none;
	display: inline-block;
}
#shrt-hstry-inner-pg .av_one_half {
	margin-left: 0%;
	width: 48%;
	margin-right: 20px;
}
.sht-img {
	width: 46.5%;
	padding: 0 !important;
}
.sht-img:nth-child(3) {
 margin-left: 6px;
 width: 48.5%;
}
.sht-img img {
	height: 260px;
}
.comma::before {
 background-image: url(http://outsourcemantra.com/delve/wp-content/uploads/2018/05/cooma-left.png) !important;
 background-repeat: no-repeat;
 content: "";
 font-family: fontawesome;
 position: absolute;
 top: 162px;
 width: 10%;
 height: 40px;
}
.comma::after {
 background-image: url(http://outsourcemantra.com/delve/wp-content/uploads/2018/05/comma-right.png);
 background-repeat: no-repeat;
 content: "";
 font-family: fontawesome;
 position: absolute;
 top: 274px;
 width: 10%;
 height: 40px;
 left: 394px;
}
.shrt-hstry-abt-txt img {
	margin-left: 250px;
}
.comma {
	padding: 40px 0 18px;
}
.shrt-hstry-abt-txt h2 {
	height: 70px;
	background-image: url(http://outsourcemantra.com/delve/wp-content/uploads/2018/05/shrt-hstry-brdr.png);
	background-repeat: no-repeat;
	background-position: 0px 54px;
}
.abt-dlve-txt {
	margin-top: 16px;
}
.entrprenir-bnift-txt {
	text-align: center;
}
.sty-cool-txt {
	margin-top: 20px;
}
.sty-cool-txt h3 {
	background-image: url(http://outsourcemantra.com/delve/wp-content/uploads/2018/05/inner-page-txt-brdr.png);
	background-repeat: no-repeat;
	background-position: 0 86px;
	height: 100px;
	font-weight: 300;
	color: #393939;
}
.inner-pge-blk-img::before {
 background-image: url(http://outsourcemantra.com/delve/wp-content/uploads/2018/05/circle-border.png);
 background-repeat: no-repeat;
 background-size: 90%;
 content: '';
 font-size: 194px;
 position: absolute;
 width: 100%;
 height: 470px;
 z-index: -1 !important;
 left: -110px;
 bottom: 10px;
}
.inner-pge-blk-img::after {
 background-image: url(http://outsourcemantra.com/delve/wp-content/uploads/2018/05/arror-left.png);
 background-repeat: no-repeat;
 background-size: 84%;
 content: '';
 font-size: 194px;
 position: absolute;
 width: 100%;
 height: 470px;
 left: 280px;
 top: 411px;
}
.inner-pge-blk1-img::before {
 background-image: url(http://outsourcemantra.com/delve/wp-content/uploads/2018/05/circle-border.png);
 background-repeat: no-repeat;
 background-size: 90%;
 content: '';
 font-size: 194px;
 position: absolute;
 width: 100%;
 height: 470px;
 z-index: -1 !important;
 left: 160px;
 bottom: -12px;
}
.inner-pge-blk1-img img {
	float: right;
}
#undrstnd-yr-prpus-inner-pge h3 {
	height: 140px !important;
	background-position: 0px 127px;
}
#undrstnd-yr-prpus-inner-pge .inner-pge-blk-img::after {
 background-image: none;
}
#fnd-in-helthy-inner-pge {
	position: relative;
	z-index: 9999;
}
#entrprenir-bneft-txt {
	z-index: 99999;
	position: relative;
}
#entrprenir-bneft-txt .av_one_half {
	margin-top: 50px;
}
.inner-pge-blk1-img::after {
 background-image: url(http://outsourcemantra.com/delve/wp-content/uploads/2018/05/arrow-right.png);
 background-repeat: no-repeat;
 background-size: 84%;
 content: '';
 font-size: 194px;
 position: absolute;
 width: 100%;
 height: 470px;
 left: -282px;
 top: 354px;
}
#incrse-fcus-inner-pge {
	position: relative;
	z-index: 1111;
}
#slep-btr-inner-pge {
	position: relative;
	z-index: 333;
}
.crports-bnfts-blk-txt h3 {
	height: 70px;
	background-image: url(http://outsourcemantra.com/delve/wp-content/uploads/2018/05/crprt-bnfts-brdr.png);
	background-repeat: no-repeat;
	background-position: 0px 56px;
}
.crprte-bnfts-txt {
	text-align: center;
	padding: 0 110px;
}
.crprte-bnfts-txt h2 {
	height: 55px;
	background-image: url(http://outsourcemantra.com/delve/wp-content/uploads/2018/05/crprt-bnfts-brdr.png);
	background-repeat: no-repeat;
	background-position: 138px 51px;
	float: none;
	display: inline-block;
	width: 43%;
}
.crports-bnfts-blk-txt {
	margin-top: 50px;
}
.crports-bnfts-blk::after {
 background-image: url(http://outsourcemantra.com/delve/wp-content/uploads/2018/05/arror-left.png);
 background-repeat: no-repeat;
 content: '';
 font-size: 194px;
 position: absolute;
 width: 100%;
 height: 470px;
 left: 340px;
 top: 401px;
 background-size: 75%;
}
.crports-bnfts-blk1::after {
 background-image: url(http://outsourcemantra.com/delve/wp-content/uploads/2018/05/arrow-right.png);
 background-repeat: no-repeat;
 content: '';
 font-size: 194px;
 position: absolute;
 width: 100%;
 height: 470px;
 left: -272px;
 top: 396px;
 background-size: 75%;
}
#bost-stf-inner-pg {
	position: relative;
	z-index: 9999;
}
#imprv-tm-fcs-inner-pg {
	z-index: 8888;
	position: relative;
}
#rdcs-stf-strs-inner-pg {
	position: relative;
	z-index: 7777;
}
#rdus-absntsm-inner-pg {
	position: relative;
	z-index: 666;
}
#psitve-wrk-inner-pg .crports-bnfts-blk::after {
 background-image: none;
}
#psitve-wrk-inner-pg {
	position: relative;
	z-index: 0000;
}  
.sub-menu {
    border-top: 2px solid #269996 !important;
}
.sub-menu a{
    color: #424242 !important;
}
.sub-menu a:hover {
    color: #ffffff !important;
    background-color: #269996 !important;
}
.tribe-events-calendar thead tr th {
    background-color: #2769a5 !important;
    color: #ffffff;
}
#tribe-bar-form {
	display:none;
}
.tribe-events-calendar td {
    background-color: #ffffff;
}
#tribe-events-bar {
    display: none;
}
/*.events-con {
    text-align: center;
}
.events-con h1 {
    color: #000000;
    font-size: 34px;
    font-weight: 600;
    margin: 0 0 6px;
}
.events-con {
    text-align: center;
    margin-bottom: 40px;
}
.single-tribe_events .events-con {
    display: none;
}
.av-single-event-meta-bar-inner dt {
    color: #000000;
    font-size: 14px;
}
.av-single-event-meta-bar-inner .tribe-events-abbr {
    color: #656565;
}
.av-single-event-meta-bar-inner .tribe-events-abbr, .av-single-event-meta-bar-inner dd, .av-single-event-meta-bar-inner a { 
    color: #656565;
}
.ai1ec-event-time {
    color: #000000 !important;
} 
.single-ai1ec_event .av-share-box {
    display: none;
}
.single-ai1ec_event .side-container-comment-inner {
    display: none;
}
.single-ai1ec_event .comment_container {
    display: none;
}*/

.timetable-title {
    text-align: center;
}
.timetable-title h1 {
    font-family: "Galano_Grotesque_Semi_Bold";
    color: #000000;
    text-transform: none !important;
}
.timetable-title p {
    color: #4e4e4e;
}
.fc-header-cell.fc-header-right, .fc-button-rhc_search, .fc-button-today, .fc-button-prevYear, .fc-button-nextYear {
    display: none !important;
}
.fc-day-header {
    background-color: #2769a5;
    padding: 15px 15px 20px !important;
    font-size: 16px;
    color: #ffffff !important;
    font-family: "Galano_Grotesque";
    font-weight: 400;
}
.fc-day {
    background-color: #ffffff !important;
}
.fc-day-number {
    color: #565656;
}
.fc-footer {
    display: none;
}
.fc-header-title h2 {
    font-size: 18px;
    color: #393939;
    font-family: "Galano_Grotesque";
    margin: 10px 0 0 !important;
}
.fc-event-time {
    display: none;
}
.fc-button-prev, .fc-button-next {
    z-index: 99;
    margin-bottom: 0 !important;
}
.fc-button-prev {
    left: -50px;
}
.fc-button-next {
	right: -50px;	
}
.fullCalendar a.fc-event {
    padding: 5px;
    text-align: center;
    margin-top: 10px;
}
.fct-header .fc-title a {
    color: #000000;
}
.fc-event-title {
    font-size: 13px;
}
.fullCalendar {
    font-family: 'Montserrat', sans-serif !important;
}
.single-event .rhcalendar {
    display: none;
}
.single-event.event-page {
    float: left;
    padding: 45px 0;
	width: 100% !important;
}
.single-event .entry-title {
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Galano_Grotesque_Semi_Bold";
}
.single-event .fe-extrainfo-holder {
    padding: 30px;
    font-family: 'Montserrat', sans-serif !important;
}
.single-event .rhc .fe-extrainfo-holder [class*="icon-"] {
    margin-bottom: 10px;
    line-height: 28px;
}
.book-form label {
    color: #000000;
}
.book-form input {
	font-family: 'Montserrat', sans-serif !important;
    margin-bottom: 20px !important;
    margin-top: 5px !important;
    padding: 12px !important;
}
.book-form-in.event-details {
    display: none;
}
.book-form {
    text-align: center;
}
.book-form-in {
    width: 50%;
    text-align: left;
}
.book-form input[type="submit"] {
    background-color: #269996;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    font-size: 18px;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #269996 !important;
}
/******************************************BLOG_STYLE************************************************/
.page-id-1530 .entry-content-header a {
    font-size: 21px;
    line-height: 30px;
}
.page-id-1530 .entry-content-header h3 {
    color: #000000;
    margin-bottom: 10px;
}
.page-id-1530 .slide-meta .slide-meta-time, .page-id-1530 .slide-meta a {
    color: #666666;
    font-size: 12px;
}
.page-id-1530 .slide-entry-excerpt {
    color: #666666;
}
.page-id-1530 .more-link {
    background-color: #58adb5;
    color: #ffffff !important;
    font-weight: 600;
    padding: 8px 30px;
    border: 3px solid #58adb5;
    margin-top: 20px;
    border-radius: 30px; 
}
.page-id-1530 .more-link:hover {
    background-color: transparent;
	color: #58adb5 !important;
}
.page-id-1530 #header_main {
    box-shadow: 0 1px 4px 2px #cfcfcf;
}
#cntc-discrip-main h2 {
    color: #000000;
    font-weight: 600;
    background-image: url(../images/custom/cntc-txt-bdr.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 18px;
    margin-bottom: 30px;
}
.cntc-discrip-blk label {
    color: #222222;
    font-weight: 600 !important;
    font-size: 14px !important;
}
.cntc-pg-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9b9b9b;
}
.cntc-pg-form ::-moz-placeholder { /* Firefox 19+ */
  color: #9b9b9b;
}
.cntc-pg-form :-ms-input-placeholder { /* IE 10+ */
  color: #9b9b9b;
}
.cntc-pg-form :-moz-placeholder { /* Firefox 18- */
  color: #9b9b9b;
}
.cntc-pg-form .wpcf7-text, .cntc-pg-form .wpcf7-textarea {
    margin-top: 10px !important;
    height: 44px;
    color: #9b9b9b !important;
    background-color: transparent !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 30px !important;
    padding-left: 20px !important;
}
.cntc-pg-form .wpcf7-textarea {
    height: 150px !important;
    border-radius: 10px !important;
    resize: none;
}
.cntc-pg-form .wpcf7-submit {
    background-color: #269996 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 60px !important;
    border-radius: 30px !important;
    transition: all 0.5s;
    border: 3px solid #269996 !important;
}
.cntc-pg-form .wpcf7-submit:hover {
    background-color: transparent !important;
    color: #269996 !important;
}
.cntc-social-discrip img {
    float: left;
    margin-right: 10px;
    margin-top: -8px;
}
.cntc-social-discrip li {
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
	color: #5e5e5e;
}
.cntc-social-discrip a {
    color: #269996;
}
.cntc-social-discrip a:hover {
    color: #000000;
}
.cntc-pg-form .wpcf7-response-output {
    color: #000000;
} 