

 
 div.section_inner.clearfix > div > div> div > div > a > span.text_holder > span:hover {color:#000;}
div.section_inner.clearfix > div >  div
, div.eltd_team.left_align.below_image.with_padding.social_style_bottom{text-align: center;} 
div.wpb_raw_code.wpb_content_element.wpb_raw_html.team-button > div
, body > div.wrapper > div > div.content.content_top_margin_none > div.content_inner > div.container > div > div > div > div > div > div > div.wpb_raw_code.wpb_content_element.wpb_raw_html.team-button > div {text-align: center !important;    margin-top: -250px !important;} 

.team_hover_image {    -webkit-filter: saturate(1.1) brightness(1.2); filter: saturate(1.1) brightness(1.2);}

.eltd_team.below_image:hover .image_overlay {    opacity: 0 !important;}

#menu-custom {    color: #ffffff;
    font-family: 'Raleway', sans-serif !important;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;}

#menu-custom:after {
    content: '';
    display: block;
    bottom: 0;
    margin: 8px 0 -3%;
    width: 25px;
    height: 2px;
    background-color: #72c3c6;
}

nav.main_menu > ul > li > a span.item_inner {
    padding: 0 15px;
}

#mkgd-wrap {
    font-family: 'Raleway', sans-serif;
}
#mkgd-wrap .mkgd-form input[type="text"] {
    width: 95%;
    border: solid 2px #72c3c6;
    padding:10px 0px;
}
#mkgd-wrap .mkgd-form input[type="button"] {
    background-color: #fff;
    border: solid 2px #72c3c6;
    padding: 10px;
    font-family: 'raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #72c3c6;
}
#mkgd-wrap .mkgd-form input[type="button"]:hover {
    width: auto;
    margin-left: 0px;
    background-color: #72c3c6;
    border: solid 2px #fff;
    padding: 10px;
    font-family: 'raleway', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
#mkgd-wrap #mkgd-map-canvas, #mkgd-wrap #map_canvas {
    border: solid 2px #72c3c6;
}
#mkgd-wrap #directions h4 {
font-size:14px;
}
#mkgd-wrap .mkgd-form label {
    color: #464646;
    font-size: 20px;
    padding-bottom: 10px;
}
span.wpcf7-form-control-wrap::after {
    content: "\e005";
}
.newcovsubscribe input[type="text"],
.newcovsubscribe input[type="email"],
.newcovsubscribe textarea {
    color:#fff;
}
.newcovsubscribe input.wpcf7-form-control.wpcf7-text:focus, .newcovsubscribe input.wpcf7-form-control.wpcf7-number, .newcovsubscribe input.wpcf7-form-control.wpcf7-date, .newcovsubscribe textarea.wpcf7-form-control.wpcf7-textarea, .newcovsubscribe select.wpcf7-form-control.wpcf7-select, .newcovsubscribe input.wpcf7-form-control.wpcf7-quiz {
color:#fff;
}
.newcovsubscribe input.wpcf7-form-control.wpcf7-text {
    border-color:#fff;
}
.newcovsubscribe ::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
.newcovsubscribe :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
.newcovsubscribe ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
.newcovsubscribe :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}
.newcovsubscribe input.wpcf7-form-control.wpcf7-submit, .newcovsubscribe input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background-color: rgba(0,0,0,0);
    border-color: #fff;
    color:#fff;
}
.newcovsubscribe span.wpcf7-form-control-wrap::after {
    color: #fff;
}
.newcovsubscribe input.wpcf7-form-control.wpcf7-submit:hover, .newcovsubscribe input.wpcf7-form-control.wpcf7-submit:hover:not([disabled]) {
    background-color: #71c2c6;
    border-color: #fff;
}

.footer_bottom_holder_inner .two_columns_50_50 > .column2 {
    width: 60%;
}
.footer_bottom_holder_inner .two_columns_50_50 > .column1 {
    width: 40%;
}

.slide_buttons_holder .qbutton {
background-color:rgba(0,0,0,0);
}
.slide_buttons_holder .qbutton:hover {
background-color:rgba(0,0,0,0);
}
@media only screen and (max-width: 1200px){
 nav.main_menu > ul > li > a span.item_inner {
   padding: 0 12px;
 }
}

.eltd-info-card-slider-pagination {
    padding: 10px 0 30px !important;
}

.single_image_shader_landing .vc_single_image-wrapper {
    position: relative;
    overflow: hidden;
}

.single_image_shader_landing .vc_single_image-wrapper:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -450px;
    border-bottom: 750px solid transparent;
    border-right: 450px solid rgba(255,255,255,0.4);
    -webkit-transition:right .4s cubic-bezier(0.24, 0.91, 0.36, 1);
    transition:right .4s cubic-bezier(0.24, 0.91, 0.36, 1);
}

.single_image_shader_landing .vc_single_image-wrapper:hover:after {
    right: 0;
}

@media only screen and (max-width: 768px) {
  .single_image_shader_landing .vc_single_image-wrapper:after {    
    border-bottom-width: 450px;    
    border-right-width: 300px;    
    right: -300px;
  }
}

@media only screen and (max-width: 600px) {
  .single_image_shader_landing .vc_single_image-wrapper:after {    
    border-bottom-width: 350px;    
    border-right-width: 200px;    
    right: -200px;
  }
}

#servicetimes {
  position: absolute;
  bottom: 0;
}

#ncvyth-header-image {
height:100%;
width:100%;
}

@media only screen and (max-width: 600px) {
  #event-row {    
    margin-top:-16px;
padding-top:-16px;
  }
}

#jhm-event-video {
  border-radius: 10px;
}

#home-sermon-buttons {
     text-align: center;   
}

#home-social-icons {
margin-top:-20px;
}

#myBtn {border:none; background-color:#ffffff;color:#72c3c6;font-style:bold;padding: 16px 32px;}

#myBtn:hover {border:none; background-color:#ffffff;color:#1dd1bf;font-style:bold;padding: 16px 32px;}

@media screen and (max-width: 1372px){
    header.eltd-page-header {
        display: none;
    }
    header.eltd-mobile-header {
        display: block;
    }
}

/* HIGH SPECIFICITY - Target exact structure */
body span.eltd_icon_shade.circle.eltd_small_icon:hover,
body a:hover span.eltd_icon_shade.circle.eltd_small_icon {
    background-color: #1dd1bf !important;
    border-color: transparent !important;
}

/* Fix hover icon color */
.eltd_icon_shade.circle:hover i,
.eltd_icon_shade.circle:hover .fa,
a:hover .eltd_icon_shade.circle i,
a:hover .eltd_icon_shade.circle .fa {
    color: #ffffff !important;
}

/* Make sure normal state is correct */
.eltd_icon_shade.circle {
    border-width: 0 !important;
    border-color: transparent !important;
}

.eltd_icon_shade.circle i,
.eltd_icon_shade.circle .fa {
    color: #777777 !important;
}.moose{fill:none;stroke:#1dd1bf;stroke-width:3;stroke-miterlimit:10;}

.moose1{fill:none;stroke:#fff;stroke-width:2;stroke-miterlimit:10;}

.moose2{fill:none;stroke:#72c3c6;stroke-width:2;stroke-miterlimit:10;}

.moose3{fill:none;stroke:#72c3c6;stroke-width:2;stroke-miterlimit:10;}

.moose4{fill:none;stroke:#72c3c6;stroke-width:2;stroke-miterlimit:10;}

.moose5{fill:none;stroke:#fff;stroke-width:3;stroke-miterlimit:10;}