/*
Theme Name: Connections Place
Description: Connections Place Custom Theme
Author: IdeaZone
Author URI: https://ideazone.ca
Version: 9.9.9
*/
body .container {
    max-width: 1310px;
}
.contact-column {
  padding: 0 !important;
}
.page-id-1797 iframe {
    width: 100%;
    height: 413px;
}

h2, h3 {
    font-weight: 400;
}

/*================================
    ======= Main  css=====
================================*/
a.button {
    padding: 10px 15px;
    background: #6aa838;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
}
.custom-logo-link img {
    max-width: 300px;
    margin-bottom: 8px;
}

.mainmenu{}
.mainmenu ul{
  text-align: center;
    list-style:none;
    margin: 0;
    padding: 0;

}

.mainmenu .dropdown:hover .dropdown-menu {
     display: block;
}
.mainmenu ul li {
    display: inline-block;
    position: relative;
    padding: 13px 0px;
    background-image: url(img/liborder.png);
    background-repeat: no-repeat;
    background-position: 0;
}
.mainmenu ul li:first-child {
    background-image: unset;
}

.mainmenu ul li:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #fff;
    opacity: 0;

    transition: all 900ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;   
}

.mainmenu ul li:hover:after,
.mainmenu ul li.current-menu-item:after,
.mainmenu ul li.current-menu-parent:after {
    opacity: 1;
    transition: all 900ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;   
}

li.menu-item {
  margin-bottom: 0;
}

.mainmenu ul li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 0 26px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.mainmenu ul li a:hover, 
/*.mainmenu ul li.current-menu-item a,*/
.menu-mobilemenu ul li.current-menu-item a{
  color: #6ba739;
}

.dropdown-menu {
  background: rgba(255,255,255,0.1);
  text-align: center;
}

.form-btn {
    display: inline-block;

}

.mainmenu ul ul.sub-menu {
    position: absolute;
    
    left: 0;
    width: auto;
    background-color: rgba(25,25,25, 0.90);
    border-top: 2px solid #fff;
    z-index: 99;
    white-space: nowrap;
    flex-direction: row;
    top: 51px;
  z-index: -5; 
  opacity: 0;
  transition: visibility 0s linear 0.4s, opacity .3s linear, top .3s ease-out;  
}
.mainmenu ul li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;    
  top: 51px;
  transition-delay: 0s;
  z-index: 99;
}
.mainmenu ul ul.sub-menu li {
  display: block;
  background-image: none;
  border-bottom: 1px dotted rgba(255,255,255,0.5); 
}

.mainmenu ul ul.sub-menu li:after{
    opacity: 0;
}


.menu--off {
  background-color:#222;
  display: block;
  right: -101%;
  position: fixed;
  transition: all 600ms ease 0s;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -ms-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
    width: 100%;
   z-index: 99;
   height: 100%;
      overflow: hidden;

}

.menu--on {
      top: 0;
  right: 0;
  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.2);
  transition: all 900ms ease 0s;
  -webkit-transition: all 600ms ease 0s;
  -moz-transition: all 600ms ease 0s;
  -ms-transition: all 600ms ease 0s;
  -o-transition: all 600ms ease 0s;
}

.material-design-hamburger button {
  display: block;
  border: none;
  background: none;
  outline: 0;
}

.material-design-hamburger__icon {
    padding: 4px 10px;
  cursor: pointer;
}
ul#mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.material-design-hamburger__layer {
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  background: #6aa838;
  display: block;
  height: 6px;
  position: relative;
  width: 42px;
  margin-top: 25px;
}

.material-design-hamburger__layer::before, .material-design-hamburger__layer::after {
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  background: inherit;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  top: -13px;
  width: inherit;
}

.material-design-hamburger__layer:before {
  bottom: 200%;
}

.material-design-hamburger__layer:after {
  top: 200%;
}

.material-design-hamburger__icon--to-arrow {
  animation-name: material-design-hamburger__icon--slide;
  animation-fill-mode: forwards;
}

.material-design-hamburger__icon--to-arrow:before {
  animation-name: material-design-hamburger__icon--slide-before;
  animation-fill-mode: forwards;
}

.material-design-hamburger__icon--to-arrow:after {
  animation-name: material-design-hamburger__icon--slide-after;
  animation-fill-mode: forwards;
}

.material-design-hamburger__icon--from-arrow {
  animation-name: material-design-hamburger__icon--slide-from;
}

.material-design-hamburger__icon--from-arrow:before {
  animation-name: material-design-hamburger__icon--slide-before-from;
}

.material-design-hamburger__icon--from-arrow:after {
  animation-name: material-design-hamburger__icon--slide-after-from;
}

@keyframes material-design-hamburger__icon--slide {
  0% {
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes material-design-hamburger__icon--slide-before {
  0% {
  }
  100% {
    transform: rotate(45deg);
    margin: 3% 37%;
    width: 75%;
  }
}

@keyframes material-design-hamburger__icon--slide-after {
  0% {
  }
  100% {
    transform: rotate(-45deg);
    margin: 3% 37%;
    width: 75%;
  }
}

@keyframes material-design-hamburger__icon--slide-from {
  0% {
    transform: rotate(-180deg);
  }
  100% {
  }
}

@keyframes material-design-hamburger__icon--slide-before-from {
  0% {
    transform: rotate(45deg);
    margin: 3% 37%;
    width: 75%;
  }
  100% {
  }
}

@keyframes material-design-hamburger__icon--slide-after-from {
  0% {
    transform: rotate(-45deg);
    margin: 3% 37%;
    width: 75%;
  }
  100% {
  }
}

.material-design-hamburger {
    position: absolute;
    right: 1%;
    top: 20px;
    z-index: 999;
}

.background--blur .material-design-hamburger__layer:before {
    top: -10px;
}

.background--blur .material-design-hamburger__layer:after {
    top: 8px;
}

.background--blur section.wrapper.mobile-menu-area {
    z-index: 999;
}

.wrapper{
    display: none;
  }

.aboutus-text.leftabout.formobile {
  display: none;
}

.aboutus-text.leftabout {
  display: block;
}

.menu-mobilemenu {
    margin-top: 70px;
    padding-bottom: 70px;
}


.menu-mobilemenu ul li a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    text-transform: uppercase;
}


.header-top-area .social-links {
    margin-left: 72%;
}
.h-top-links-sec .h-s-text {
    text-transform: uppercase;
    float: left;
}
.h-top-links-sec .h-s-text a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    float: left;
}
.header-top-area {
    color: #535353;
    font-size: 20px;
    font-weight: 600;
}

.header-top-area p span {
    font-size: 13px;
    color: #959595;
}
.intro-area {
    background: #f2f2f2;
    padding: 30px 0;
}
.intro-area h1 {
  color: #6aa838;
}
.slider-content a.btn {
    background-color: #6aa838;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    padding: 14px 41px;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 25px;
}
a.btn {
    background-color: #854585;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    padding: 20px 40px;
    text-transform: uppercase;
    border-radius: 0;
}
input.btn {
    background-color: #854585;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    padding: 20px 40px;
    text-transform: uppercase;
    border-radius: 0;
}

.h-btn {
    position: relative;
    margin-top: 70px;
    background-color: #854585;
    /*margin-left: -20px;*/
    display: inline-block;

}
.h-btn a:hover{
    opacity: 1;
    box-shadow: 0 0 10px 0 #854585;
}

.h-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: #633363;
    content: "\f004";
    color: #fff;
    text-align: center;
    padding-top: 9px;
    font-family: 'FontAwesome';
    /* opacity: .26; */
    /*background-image: url(img/heart-icon.png);*/
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    background-repeat: no-repeat;

    background-size: 22px;
    background-position: 12px;
    background-repeat: no-repeat;
    transition: all 0.5s;
}
.h-btn:hover:before {
    width: 55px;
    font-size: 1.2em;
    padding-top: 6px;
    padding-right: 5px;
}
header.header-area {
    background-color: #333;
    /*padding-bottom: 3px;*/
}
.home .header-area {
    padding-bottom: 3px;;
}

.mainmenu ul li:first-child a {
    border-left: none;
}
.h-top-links-sec {
    background-color: #854585;
    color: #fff;
    position: absolute;
    width: 71%;
    right: 0;
    top: 0;
    padding-left: 10px;
    z-index: 99;
}

.h-top-links-sec:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 100%;
    background-color: #854585;
    content: "";
    margin-left: -44px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 120%);
    clip-path: polygon(0 0, 100% 0, 100% 120%);
    ms-clip-path: polygon(0 0, 100% 0, 100% 120%);
}
.h-address,
.h-contact,
.h-hours  {
    margin-top: 76px;
}

.header-top-area .social-links a i.fa{
	padding: 0 10px;
	line-height: 1;
}
.social-links a i.fa {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.header-top-area .social-links a:last-child i.fa{
    border-right:none;
}

.h-top-links-sec a {
    padding: 5px 0;
    display: inline-block;
}

.header-top-area .social-links a:hover {
    background-color: #000000;
    opacity: .31;
}
.h-t-addres-sec {
    padding: 20px 0 15px;
}
.h-hours p,
.h-contact p,
.h-address p {
    line-height: 1;
}
.header-top-area .social-links a{
  display: inline-block;
    float: left;
}
.header-top-area a {
    color: #535353;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    
}
.h-hours:before,
.h-address:before,
.h-contact:before {
    color: #6aa838;
    font-size: 30px;
    font-family: 'FontAwesome';
    float: left;
    margin-right: 10px;
    margin-top: -4px;
}
.h-hours:before {
  content: '\f017';
}
.h-contact:before {
    content: '\f095';
}

.h-address:before {
    content: '\f041';
}

.h-s-text i {
    float: left;
    font-size: 1.1em;
    padding-top: 7px;
    margin-right: 5px;
}
.h-hours p {
  font-size: 16px;
}
.h-hours,
.h-contact,
.h-address {
    background-position: center left;
    background-repeat: no-repeat;
    /*padding-left: 30px;*/
}
.modal-body .gform_wrapper .top_label .gfield_label {
    display: none;
}
.modal-body .gform_wrapper input[type="text"] {
    width: 100% !important;
}
.single-slider img {
    width: 100%;
}

.slider-content * {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.slider-content {
    color: #fff;
    position: absolute;
    width: 100%;
    right: 0;
    top: 100px;
    text-align: right;
}

.single-slider {
    position: relative;
}

.slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.35);
    display: block;
    left: 0;
    top: 0;
}

.slider-content h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
}
.slider-content p.slider-text {    
    font-weight: 300;
    color: #fff;
    font-size: 25px;
}

.slider-content input.btn {
    border: 0;
    padding: 23px 50px;
    margin-top: 50px;
}
.single-service-box h3 {
    font-size: 22px;
    color: #6aa838;
    margin: 35px 0;
    padding: 0;
    text-align: center;
}
.single-service-box img {
    display: block;
    margin: 0 auto;
    max-height: 200px;
}

.services-area {
    padding: 90px 0;
    background-color: #f2f2f2;
}

.about-area {
    padding-top: 90px;
    padding-bottom: 60px;
    background-color: #fff;
}

.about-area h2 {
    font-size: 40px;
    color: #6aa838;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 14px;
}
.about-box {
    text-align: center;
}
div#homepage-sliders {
    margin-top: -2px;
}
.about-box.image img {
    width: 85%;
}
.about-area p {
    font-size: 18px;
    color: #242424;
    line-height: 28px;
    margin-bottom: 20px;
}
.about-text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 50px;
}
.iframe-holder {
  background:url(img/preloader.gif) center center no-repeat;
  min-height: 250px;
 }
.about-text ul li a {
  display: block;
  font-size: 21px;color: #242424;
  text-decoration: none;
}

.about-area .modal.show .modal-dialog {
    max-width: 800px;
    height: auto;
}
.fb-twitter #text-3 .textwidget {
  max-height: 500px;
  overflow-y: scroll;
}
.fb-twitter,
.r-news-area {
    padding: 70px 0;
    border-top: 24px solid #854585;
}

.r-news-area h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    color: #6aa838;
}
.r-news-area .col-lg-4 {
    max-width: 100%;
}
.single-news-box {
    border: 1px solid #cdcdcd;

    transition: all 900ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;  
}


.single-news-box .n-content {
    padding: 15px 25px 50px;
}

.single-news-box .n-content h6 {
    color: #626262;
    font-size: 14px;
    background-repeat: no-repeat;
    background-image: url('img/calender-icon.png');
    background-position: center left;
    padding-left: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 13px;
}

.single-news-box .n-content h3 {
    font-size: 24px;
    color: #393939;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 12px;
}

.single-news-box .n-content {
    font-size: 18px;
}

.single-news-box.funder-box {
    padding-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-news-box.funder-box .n-content {
    font-size: 18px;
    position: absolute;
    bottom: 0;
    background: #854585;
    display: block;
    width: calc(100% - 30px);
    padding: 15px 25px;
}
.single-news-box.funder-box h3 {
  color: #fff;
}
.page-template-template-funders h2 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 50px;
    color: #fff;
    background: #6aa838;
    padding: 25px;
    position: relative;
    text-align: center;
}
.page-template-template-funders h2:after {
    content:'';
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    
    border-top: 20px solid #6aa838;
    position: absolute;
    bottom: -17px;
    z-index: 999;
    left: 50%;
    transform: translate(-50%);
}
.single-news-box a.btn {
    text-transform: unset;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 0;
    display: inline-block;
    margin-top: 15px;
    background-color: #808184;
    position: absolute;
    bottom: 15px;
}

.single-news-box:hover.single-news-box a.btn {
    background-color:#854585;
    transition: all 900ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;  
}
.single-news-box:hover {
    border-color: #854585;
    box-shadow: 0 0 10px 0 #854585;
    transition: all 900ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;  
}
.r-news-area .more-post {
    text-align: center;
}

.r-news-area .more-post h3 a {
    font-size: 26px;
    color: #854585;
    text-decoration: none;
}
.recent-news-slider {
    margin-top: 60px;
    margin-bottom: 80px;
}
.recent-news-slider {
    margin-top: 60px;
    margin-bottom: 80px;
}

.title-bar {
    background: url(img/overlay.png) top left repeat #6aa838;
    /*background: url(img/title-bar.jpg) center left no-repeat;
    /*padding: 50px 0;*/
    position: relative;
}
.title-bar:after {
 /* content: '';*/
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  position: absolute;
  top: 0;
  left: 0;
}
.title-bar h1 {
    color: #fff;
    font-size: 1.7em;
    position: relative;
    z-index: 9;
}
.pagecontent {
    margin: 50px auto;
}
img.featured-image {
  width: 100%;
    margin-bottom: 50px;
}
.postdate {
   /* font-weight: bold;*/
   display: block;
   margin-bottom: 10px;
   font-style: italic;
   color: #757b76;
   font-size: 0.85em;
}
.team-grid img {
  width: 100%;
  max-width: 250px;
}

.team-grid h3, 
.team-grid h4 {
  font-weight: 300;
}
.team-grid h3 {
  font-size: 24px;
}
.team-grid h4 {
  font-size: 20px;
}
.team-thumb {
  border: 1px solid #efefef;
}
html .fc-center h2 {
    font-size: 2.5em !important;
    font-weight: 300;
}
.fc th {
  padding: 16px 0;
}
.page-numbers {
  border: 1px solid #ccc;
  padding: 10px;
  color: #252525;
}
.page-numbers.current, a.page-numbers:hover {
    border-color: #854585;
    box-shadow: 0 0 3px 0 #854585;
}
/*.fc-day-grid-event .fc-content {
    background: #6aa838;
    border: #6aa838;
}*/
footer.footer-area {
    background-color: #212020;
    padding: 40px 0 30px;
    text-align: center;
}

footer.footer-area .social-links a {
  width: 40px;
  height: 40px;
  background-color: #3a5897;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
}

section.copyright-area {
    text-align: center;
    background-color: #6aa838;
    padding: 15px 0;
}
section.copyright-area p {
    color: #212020;
    font-size: 17px;
    margin-bottom: 0;
}
section.copyright-area span {
    color: #fff;
}
.single-news-box img {
    width: 100%;
    max-height: 225px;
}
.single-news-box.funder-box img {
  width: auto;
}
footer .img-accredited {
    width:  100%;
    max-width:  350px;
    float:  right;
}
footer.footer-area .social-links {
    text-align: left;
    margin-left:  -5px;
    margin-top:  10px;
}
footer.footer-area .social-links a.twitter {
    background-color: #54aced;
}
footer.footer-area .social-links a.instagram {
	background-color: #e4405f;
}
footer.footer-area .social-links a.envelope {
    background-color: #854585;
}
@media only screen and (max-width: 768px) {
    footer.footer-area .social-links {
        margin:  10px 5px 30px 10px !important;
    }
    footer .img-accredited {
        margin-right:  0;
        float:  none;
    }
    .signup-form h3 {
        font-size: 1.25em !important;
    }
}
.single-service-box p {
    min-height: 230px;
    font-size: 17px;
}
.single-service-box a.btn {
    display: block;
    margin: 0 auto;
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 1px 3px 10px 4px #d7d7d7;
    width: auto;
    margin: 22px auto 0;
    white-space: normal;
}
.signup-form h3 {
    font-size: 1.25em;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    text-align:  left;
    margin-left:  5px;
}
div#recent-news-slider .owl-nav {
    display: inline-block;
    text-align: center;
    font-size: 90px;
    color: #854585;
}

div#recent-news-slider button.owl-prev {
    position: absolute;
    left: 33%;
    bottom: -160px;
}

div#recent-news-slider button.owl-next {
    position: absolute;
    right: 30%;
    bottom: -160px;
}


div#homepage-sliders .owl-dots {
    position: absolute;
    bottom: 40px;
    text-align: center;
    left: 47%;
    display: inline-block;
}

div#homepage-sliders .owl-dots button.owl-dot {
    width: 40px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 0;
    border: 0;
    margin: 7px;
    opacity: .69;
}
.pdf-links {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.pdf-links li {
  margin-left: 0;
  border-bottom: 1px dotted;
  padding: 25px 0;
}
.pdf-links a.pdf-file {
  padding-left: 40px;
  background: url(img/pdf.svg) center left no-repeat;
  font-size: 22px;
}
div#homepage-sliders .owl-dots button.owl-dot.active {
    background-color: #6ba739;
    opacity: .43;
}
.fb-twitter li,
#sidebar ul {
    list-style: none;
    margin-left: 0;
}
#em_widget-2 ul {
    padding-left: 0;
}
#sidebar .widget {
    margin-bottom: 50px;
}
#sidebar .widgettitle {
    background: #854585;
    color: #fff;
    font-size: 20px !important;
    padding: 15px;
}
#sidebar #wpb_widget-2 {
    background: #f2f2f2;
}
#sidebar #wpb_widget-2 h3 {
    font-size: 22px;
}
#sidebar #wpb_widget-2 .widget-inner {
    padding: 0 25px 25px;
}
#sidebar #wpb_widget-2 img {
    display: block;
    margin: 0 auto;
}
#sidebar #recent_posts_widget-2 ul.recent-posts {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
#sidebar .event-item,
#sidebar #recent_posts_widget-2 ul.recent-posts li {
    display: block;
    clear: both;
    padding: 15px 0;
    border-bottom: 1px dotted;
    min-height: 113px;
}
#sidebar #em_widget-3 ul {
  padding-left: 0;
}
#sidebar #em_widget-3 .event-item {
  padding: 20px 0;
}
#sidebar #recent_posts_widget-2 .small-thumb {
    width: 80px;
    float: left;
    margin-right: 20px;
}
#sidebar #recent_posts_widget-2 h3 {
    font-size: 18px;
    clear: none;
}
#sidebar .widget_em_widget {
    margin-bottom: 0;
}
#sidebar li.float-time {
    width: 22%;
    margin-right: 6%;
    vertical-align: top;
}
#sidebar .widget_em_widget li.float-description {
    width: 72%;
}
#sidebar li.float-time, #sidebar li.float-description {
    display: inline-block;
}
#sidebar .event-date {
    background: #854585;
    color: #fff;
}
#sidebar .event-month, #sidebar .event-day, #sidebar .event-time {
    display: block;
    text-align: center;
}
#sidebar .button {
  width: 100%;
  text-align: center;
}
ul.contact-info {
  list-style: none;
}
ul.contact-info li {
  padding: 10px 0;
  border-bottom: 1px dotted;
}
.front-location, .event-time {
    color: #887d7d;
}
.front-location {
    font-size: 15px;
    display: block;
    font-style: oblique;
}
.event-day {
    background: #ffffff;
    font-size: 28px;
    color: #252525;
    border: 1px solid #ccc;
}
#sidebar #em_widget-2 h4 {
    font-size: 18px;
}
.gallery {
    width: 100%;
    margin-top: 35px;
}
.col-md-3.item {
    padding-bottom: 30px;
}
div.cta {
    padding: 30px 0;
    text-align: center;
    background: #f2f2f2;
}
div.cta strong {
  font-size: 1.25em;
}
div.cta .cta-style {
    border: 1px #ccc solid;
    padding-top: 20px;
    width: 90%;
    float: right;
    background: #fff;
}
div.cta i {
    font-size: 33px;
    position: absolute;
    top: 18%;
    padding: 19px;
    background: #854585;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    color: #ffffff;
    left: 6%;
}
.signup-form input.sup-input {
    width: 270px;
    float: left;
    display: inline-block;
    margin-left: 7px;
}
.signup-form p {
    display: inline-block;
    float: left;
}
.signup-form input.sup-input:focus {
    outline: none;
}
.gform_wrapper .gform_button,
input.sup-btn {
    border: unset;
    border-radius: unset;
    background: #854585;
    color: #fff;
    font-size: 16px;
    padding: 25px 30px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}
.about-area iframe {
    width: 100%;
    height: 400px;
}
.about-box.image {
    padding-top: 30px;
}
a.btn.donate {
    font-weight: 600;
    letter-spacing: 2px;
    background-repeat: no-repeat;
    border: unset;
    margin-left: 10px;
    padding-left: 53px;
    color: #fff;
    padding-top: 10px;
    display: block;
    padding-bottom: 9px;
    font-size: 18px;
    padding-right: 17px;
}
.service-desc {
    height: 150px;
}

section.wrapper.mobile-menu-area {
    position: relative;
    /*background-color: #854585;*/
    height: 50px;
    top: 35px;
}
ul#mobile-menu li a {
    text-transform: none;
    padding: 5px 0;
}


.h-hours {
	margin-top: 79px;;
}
.h-hours span {
	    margin-top: 6px;
    display: block;
}
div#homepage-sliders {
	display: block;
}
.ec-common-overlay {
	opacity: 0.9;
}
#accordion .btn-link {
	color: #854585;
	font-size: 22px;
	display: block;
	width: 100%;
	text-align: left;
	white-space: normal;
}
#accordion .btn-link:hover {
	text-decoration: none;
	color: #6aa838;
}
@media only screen and (min-width: 990px) {
	.ec-featured-item {
		margin-left: -125px !important;
	}
	.ec-item-wrap {
		padding-left: 125px !important;
	}
	.mainmenu ul li a {
		padding: 0 15px
	}
}
@media only screen and (max-width: 768px) {
	.ec-counter-item {
		margin: 0 auto;
		width: 29% !important;
		float: left !important;
	}
	.ec-template4 .ec-counter-items-wrap {
		max-width: 100% !important;
		margin-left: 20px;
	}
}

/* Fluent Forms */
.fluentform .ff_btn_style {
	border-radius: 0 !important;
	background: #854585 !important;
	line-height: 1  !important;
	padding: 25px 30px !important;
	text-transform: uppercase;
}
.fluentform .ff_btn_style:hover {
	opacity: 1 !important;
}
@media ( min-width: 768px ) {
	.fluentform input.short_input {
		width: 25%;
	}
}

/* Subscribe Form */
.subscribe-form {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
    margin-bottom:  0;
	margin-top: 0;
}
.subscribe-form input {
	border: 1px solid #5d5d5d !important;
	background-color: #414141;
	border-radius: 1px !important;
	color: #fff;
	padding: 22px 25px !important;
	font-size: 16px !important;
	line-height: 1 !important;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}
.subscribe-form input:focus {
	background-color: #414141 !important;
	color: #fff !important;
	border-color: #fff !important;
}
.subscribe-form input::placeholder {
	color: #999 !important;
}
.subscribe-form.frm-fluent-form .ff_btn_style {
	font-size: 18px !important;
	padding: 24px 25px !important;
}
@media ( min-width: 768px ) {
	.subscribe-form.frm-fluent-form .ff-t-cell {
		padding: 0 4px !important;
	}
    .subscribe-form.frm-fluent-form .ff_btn_style {
        font-size: 18px !important;
        padding: 24px 25px !important;
        margin-left:  5px;
    }
    .signup-form {
        padding-left:  60px;
    }
    .signup-form.frm-fluent-form .ff_submit_btn_wrapper {
        margin-bottom:  0;
    }
	/*.subscribe-form.frm-fluent-form .ff-t-container {
		display: inline !important;
		float: left !important;
		table-layout: auto !important;
		width: 83%;
	}
	.modal .subscribe-form.frm-fluent-form {
		padding-top: 20px;
	}
	.modal .subscribe-form.frm-fluent-form .ff-t-container { 
		display: block !important;
		float: none !important;
		width: auto !important;
	}
	.subscribe-form.frm-fluent-form .ff-t-cell {
		display: inline !important;
		width: 33.333% !important;
		float: left;
	}
	.modal .subscribe-form.frm-fluent-form .ff-t-cell { 
		display: block !important;
		width: auto !important;
		float: none !important;
	}
	.subscribe-form.frm-fluent-form .ff_btn_style {
		float: right;
		width: 17% !important;
	}
	.modal .subscribe-form.frm-fluent-form .ff_btn_style {
		float: none !important; 
		width: auto !important;
	}*/
}

/* Testimonials */
figure.testimonial {
  position: relative;
  overflow: hidden;
}
@media ( max-width: 767.98px ) {
    .testimonials-wrapper {
        padding: 0 15px;
    }
    figure.testimonial {
        margin-bottom: 40px;
    }
}
@media ( min-width: 768px ) {
    figure.testimonial {
        width: 31%;
        margin: 1%;
        float: left;
    }
    figure.testimonial:nth-child(3n+1) {
        clear: both;
    }
}
figure.testimonial img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 100%;
  margin: 40px 0 0 10px;
    object-fit: cover;
}
figure.testimonial blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #f2f2f2;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.testimonial blockquote:before,
figure.testimonial blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}
figure.testimonial blockquote:before {
  top: 25px;
  left: 20px;
}
figure.testimonial blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.testimonial .arrow {
  top: 100%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #f2f2f2;
  margin: 0;
  position: absolute;
}
figure.testimonial .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.testimonial .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.testimonial .author h5 span {
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;
}


/* Contact Us changes */
.connect-title {
    font-size: 22px;
    text-transform: uppercase;
    color: #6aa838;
    margin: 35px 0;
    padding: 0;
    text-align: center;
}
@media ( min-width: 992px ) {
    .connect {
        display: flex;
        justify-content: space-between;
    }
    .connect li {
        flex: 1;
    }
}
.connect {
    margin: 0;
    padding: 0 0 30px;
}
.connect li {
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: none;
}
.connect p {
    padding-right: 40px;
}
.connect h3 {
    font-size: 22px;
}
.connect h3 .fa {
    background: #6aa838;
    display: inline-block;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    line-height: 1;
    color: white;
    text-align: center;
    margin: 0 10px 10px 0;
}
.connect h3 .fa:before {
    font-size: 21px;
    line-height: 48px;
    position: relative;
    top: 1px;
}

/* Homepage Counter CSS - 051922 */
@media only screen and (max-width: 980px) {
    .ec-counter-item .ec-item-wrap{
        display: flex;
        flex-direction: column;
        padding-left: 0px !important;
    }

    .ec-shortcode-outer-wrap .ec-counter-item .ec-featured-item{
        margin-left: 0px !important;
        padding-right: 0px;
        float: none;
    }
    .ec-shortcode-outer-wrap .ec-counter-item .ec-featured-item::after{
        content: unset;
    }

    .ec-counter-item .ec-right-content {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .ec-shortcode-outer-wrap.ec-template4 .ec-counter-items-wrap{
        margin-left: 0px;
    }
    
    .ec-shortcode-outer-wrap.ec-template4 .ec-count-number{
        font-size: 32px;
    }
    .ec-shortcode-outer-wrap.ec-template4 .ec-count-title{
        font-size: 14px;
    }
}

@media only screen and (max-width: 525px) {
    .ec-shortcode-outer-wrap.ec-template4 .ec-counter-item{
        width: 100% !important;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
}


/* New Homepage */
.home .fb-twitter,
.home .r-news-area {
    border-top: 0;
}
a.btn-resources, a.btn-tour {
    background-color: white;
    color: #6aa838;
    border: 1px solid #6aa838;
    font-size: 14px; 
    padding: 11px 30px;
    font-weight: 700;
}
a.btn-resources:hover, a.btn-tour:hover {
        opacity: 1;
    box-shadow: 0 0 10px 0 #6aa838;
}
.btn-header {
    text-align: center;
}
.btn-header a {
    width: 100%;
}
.home .h-top-links-sec .h-s-text a {
    float: none;
}
.h-tour i, .h-resources i, .h-involved i {
    position: relative;
    top: -3px;
    margin-right: 10px;
}


/* 062822 - Homepage ALT */
.header-top-area .h-top-links-sec .h-s-text>a:not(:last-of-type){
    padding-right: 25px;
}

.home .ec-shortcode-outer-wrap .ec-featured-item figure{
	text-align: center !important;
}
.home .ec-shortcode-outer-wrap.ec-template4 .ec-featured-item figure img{
	width: 70px !important;
}

@media only screen and (max-width: 1200px) {
    .header-top-area .h-top-links-sec .h-s-text>a:not(:last-of-type){
        padding-right: 5px;
    }

}

@media only screen and (max-width: 1200px) and (min-width: 769px){
    .header-top-area .h-top-links-sec .h-s-text a{
        font-size: 14px;
    }
}

@media only screen and (max-width:1050px) and (min-width: 990px){
    .h-top-links-sec {
        width: 76%;
    }
}

@media only screen and (max-width: 989px) {
    section.wrapper.mobile-menu-area{
            height: auto;
    }
    .header-top-area .h-top-links-sec{
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
            
                position: relative;
    }
    .header-top-area .h-top-links-sec .h-s-text{
            text-align: center;
        }
    .header-top-area .social-links{
        margin-left: unset;
    }
}

@media only screen and (max-width: 700px) {
    .header-top-area .h-top-links-sec{
        justify-content: center;
        padding: 7px 10px;
    }
    .header-top-area .h-top-links-sec .h-s-text a{
        float: unset;
        text-align: center;
        padding: 2px 0;
    }
    .header-top-area .h-top-links-sec .h-tour i,
    .header-top-area .h-top-links-sec .h-resources i,
    .header-top-area .h-top-links-sec .h-involved i{
        margin-right: 6px;
    }    
}

@media only screen and (max-width: 687px){
    section.wrapper.mobile-menu-area {
            top: 40px !important;
    }
}

@media only screen and (max-width: 575px){
    section.wrapper.mobile-menu-area {
        top: 85px;
    }
    
	.header-top-area .h-t-addres-sec{
		margin-top: 25px;
	}
	
    .header-top-area .h-t-addres-sec .h-btn{
        margin-top: 25px;
    	margin-left: unset;
    }
    
    .logo img{
        margin-top: unset;
    }
}

@media only screen and (max-width: 553px){
    section.wrapper.mobile-menu-area {
            top: 0px !important;
    }
}
/* END 062822 - Homepage ALT */

#cp_button-1-11917 {
    z-index: 999;
}
/* Upcoming Events */
.em.em-list-widget .em-item .em-item-image .em-item-image-placeholder {
    background: none;
    font-family: 'Roboto', sans-serif;
}
.em.em-list-widget .em-item-meta {
    display: none;
}
.em.em-list-widget .em-item .em-item-image.has-placeholder .em-item-image-placeholder {
    aspect-ratio: unset;
    display: block;
}
.em.em-events-widget .em-item .em-item-image-placeholder div.date {
    padding: 0;
    width: 100%;
    border: 1px solid #ccc;
}
.em.em-events-widget .em-item .em-item-name {
    font-family: 'Roboto', sans-serif;
}
.em.em-events-widget .em-item .em-item-name a {
    color: #6aa838 !important;
    font-size: 19px !important;
    font-weight: bolder !important;
}
.em.em-list-widget .em-item .em-item-image .em-item-image-placeholder {
    opacity: 1;
}
.em.em-events-widget .em-item .em-item-image-placeholder div.date span.month {
    background: #854585;
    color: white;
    padding: 4px;
    width: 100%;
    display: block;
}
.em.em-events-widget .em-item .em-item-image-placeholder div.time {
    text-align: center;
    color: #626262;
    font-size: 14px;
    padding: 4px 1px;
}
.em.em-events-widget .em-item .em-item-image-placeholder div.date span.day {
    font-size: 26px !important;
    padding: 4px;
}
.em.em-list-widget .em-item .em-item-info {
    border-left: 0;
    padding-left: 0;
}
.em.em-list-widget .em-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 5px;
}
.em.em-list-widget .em-item .em-item-image.has-placeholder {
    justify-content: unset;
    max-width: 90px !important;
}
.em.em-list-widget .em-item .em-item-info .em-item-name p {
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Announcement Bar */
/* Announcement Bar */
.footer-annoucement-bar,
.announcement-icon-button {
    position: fixed;
    z-index: 2000;
    top: 100%;
    width: 100%;
    background-color: #6aa838;
    color: #fff;
    padding: 20px;
    text-align: center;
    transition: transform 1.5s ease;
}
.announcement-icon-button {
    width: auto;
    left: 0;
    top: 100%;
    padding: 15px;
}
.announcement-icon-button .switch-icon {
    width: 48px;
    height: auto;
}
.footer-annoucement-bar.footer-annoucement-sticky,
.announcement-icon-button.annoucement-btn-sticky {
    top: auto;
    bottom: 0;
}
.footer-annoucement-bar .announcement-content-wrap {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-annoucement-bar .announcement-content-wrap p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    padding-left: 20px;
}
.announcement-content-wrap .close-icon {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    width: 28px; 
    height: 28px;
    line-height: 26px;
    background: #6aa838;
    border: 1px solid white;
    margin-top: -14px;
}
.switch-icon {
    cursor: pointer;
}
.announcement-icon {
    width: auto;
}
.footer-annoucement-bar a {
    color: #fff;
}
.footer-annoucement-bar a:hover {
    text-decoration: none;
}
#ann_bar_icon img {
    max-width: 48px;
}
@media ( max-width: 1159.98px ) {
    .footer-announcement-bar {
        padding: 15px;
    }
    #ann_bar_icon img,
    .announcement-icon-button .switch-icon {
        width: 32px;
    }
    .footer-annoucement-bar .announcement-content-wrap p {
        text-align: left;
        padding-left: 45px;
        padding-right: 0;
        line-height: 1.2;
        font-size: 16px;
    }
    #ann_bar_icon {
        display: none;
    }
    .footer-annoucement-bar .announcement-button {
        display: block;
        padding: 12px 0;
        width: 130px;
        text-align: center;
        margin: 10px 0 0 0 !important;
        font-size: 15px;
    }
}
.announcement-button {
    padding: 8px 15px;
    margin: 0 0 0 15px;
    text-transform: uppercase;
    font-size: 16px;
    background: white;
    color: #6aa838 !important;
}
.announcement-button:hover {
    background: #854585;
    color: white !important;
    opacity: 1;
}
@media ( min-width: 1160px ) and ( max-width: 1240px ) {
    #ann_bar_icon {
        display: none;
    }
}

/* MEMBER STORIES */

h3.member-card-title {
    color: #6aa838!important;
}

.page-template-template-member-stories-index .title-bar {
    overflow: hidden;
}

.page-template-template-member-stories-index .post-card__body__cta a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.post-card__body__cta a:hover path{
    transform: translateX(3px);
	fill:#854585!important;
}

.post-card__body__cta a path,
.post-card__body__cta a:hover path{
	transition:.3s ease-in!important;
}

.post-card__body__cta a:hover {
	color:#854585!important;
	opacity:1!important;
	    text-decoration: unset;
}

.page-template-template-member-stories-index article.item {
    position: relative!important;
    overflow: hidden!important;
}

.single-member-story .post-card__body__cta svg {
    order: -1;
    transform: rotate(-180deg);
}

.single-member-story .post-card__body__cta a {
    display: flex;
	gap:.5em;
}

@media(max-width:767px){
	.member-story-content {
    padding-top: 2em;
}
}

/* Footer */

/* 011723 - Header */
.h-address{
    position: relative;
}
.header-top-area  .address-know-church {
    position: absolute;
    top: -17px;
    color: #535353;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
/* END 011723 - Header */

/* 032223 - Homepage */
#em_widget-3 .em.em-events-widget .em-item-image .em-item-image-placeholder div.date{
    display: block;
    min-width: unset;
}
/* END 032223 - Homepage */

.about-area p.vid-title {
    margin-top: 20px;
    margin-bottom: 5px;
}