
footer{
  padding: 30px 0;
  position: relative;
  bottom: 0;
  width: 100%;
}
.footerLogo{
  top: -2.5rem!important; 
}
#footer-contact{
	margin: 0 0 20px 0;
	padding: 0;
}
#footer-contact li{
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid white;
}
#footer-contact li:last-child{
	border-right: 0;
  padding-right: 0;
}
#footer-contact li:first-child{
	padding-left: 0;
}
#footer-contact li a{
	font-size: 16px;
}
@media( max-width: 768px ){
  footer img{
    margin-bottom: 20px;
  }
}
/* ====== FOOTER 1 ====== */
.footer #menu-footer-menu{
	margin: 0 0 20px 0;
	padding: 0;
}
.footer #menu-footer-menu li{
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid white;
}
.footer #menu-footer-menu li:last-child{
	border-right: 0;
}
/* ====== FOOTER 1 END ====== */

/* ====== FOOTER 2 ====== */
.footer2 #menu-footer-menu{
	margin: 0 0 20px 0;
	padding: 0;
}
.footer2 #menu-footer-menu li{
	display: block;
}
.footer2 a, .footer2 a:hover, .footer2 a:active, .footer2 a:focus{
  color: inherit;
}
/* ====== FOOTER 2 END ====== */

/* ====== FOOTER 3 ====== */
.footer3 #menu-footer-menu{
	margin: 0 0 20px 0;
	padding: 0;
}
.footer3 #menu-footer-menu li{
	display: block;
}
.footer3 #footer-contact li:first-child{
	padding-left: 0;
}
/* ====== FOOTER 3 END ====== */
form, .nf-form-layout, .nf-form-cont{
  width: 100%;
}
.nf-field-label{
  display: none;
}
.wpcf7, .wpcf7-form label{
  width: 100%!important;
}
.wpcf7-form-control{
  background: transparent!important;
  border: 0!important;
  border-bottom: solid 1px black!important;
  color: inherit!important;
  padding: 7px!important;
  height: 40px!important;
  width: 100%!important;
}
footer .wpcf7-form-control.wpcf7-submit{
  width: 100%;
}
.wpcf7-form-control.wpcf7-textarea{
  height: 140px!important;
}
.ajax-loader{
  display: none!important;
}
header{
  padding: 20px;
  z-index: 1000;
}
header p, header a, header a:hover, header a:focus, header a:active{
  margin-bottom: 0!important;
  color: #176356;
}

#contactbar p{
  margin: 0;
}

.carousel{
  width: 100%;
  min-height: 600px;
}
.carousel-item, .carousel-item p, .carousel-item h1, .carousel-item h2, .carousel-item h3, .carousel-item h4, .carousel-item h5, .carousel-item h6{
  color: white!important;
}
.overlayHeader{
  background: rgba( 25,18,26,0.65 );
}
.carousel-item p{
  font-size: 1.8rem;
  margin-bottom: 0;
}
.carousel-item h1{
  margin-bottom: 30px;
}
.centerBg{
  background-image: url('../img/flower1.png');
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px){
  .centerBg{
    background-size: 100% auto;
  }
}
/* ====== NAV BAR ====== */
#menu-header-menu{
	margin: 0;
	padding: 0;
}
#bar li{
	display: inline-block;
	margin: 0 20px;
}
#bar li a{
	color: white;
	font-size: 16px;
}
#bar .dropdown-menu li{
	display: block;
	margin: 0;
}
#bar .dropdown-menu{
	border: 0;
	border-radius: 0;
}
#navbarNav{
	border: 2px solid #e3bb37;
	border-radius: 30px;
	background: #19121a;
}
#bar{
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
/* ====== NAV BAR END ====== */

/* ====== NAV BURGER ====== */
#sideNavigation .menu-header-menu-container{
	position: relative;
	top: 100px;
}
#sideNavigation .dropdown-menu, #sideNavigation .dropdown-menu.show{
  position: static!important;
  transform: none!important;
  width: 100%;
  border: none!important;
  background-color: transparent!important;
  margin: 0;
  padding: 0;
}
.dropdown-menu{
  height: 0;
  max-height: 0;
  opacity: 0;
  transition: 0.8s;
}
.dropdown-menu.show{
  height: auto;
  opacity: 1;
  max-height: 1000px;
  transition: 0.8s;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	background: none!important;
}
.navbar-toggle{
	z-index: 100000;
	display: inline;
  position: fixed;
	right: 0;
	top: 0;
}
.navbar-toggle{
	margin: 35px;
	background-color: #444;
}
.hamburger {
	z-index: 50000;
  padding: 12px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #1b161d;
	border-radius: 50%;
  border: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #b69337;
}
.hamburger-box {
  width: 35px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: #b69337;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.3s 0.5s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.3s 0.5s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.3s ease-out, opacity 0.3s 0.3s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.3s ease-out, transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#sideNavigation{
  color: white!important;
}
#sideNavigation p a{
  font-size: 1em!important;
  text-transform: lowercase;
}
#overlay{
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  display: none;
}
#sideNavigation #menu-header-menu, #socialNav{
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  opacity: 0;
}
#navLink{
  width: 40px;
  height: auto;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #444;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    text-align: right;
}
.sidenav a, .sidenav a:not([href]):not([tabindex]) {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.15s;
    margin-bottom: 15px;
}
.sidenav a.social{
  display: inline-block;
}
.sidenav #socialNav a, .sidenav #socialNav a:not([href]):not([tabindex]) {
    border-bottom: none;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav li{
  display: block;
}
#main {
    padding: 20px;
}
body {
  overflow-x: hidden;
}
.topnav {
    overflow: hidden;
    top: 0;
}
.topnav a {
    display: inline;
    padding: 0;
    text-decoration: none;
    position: relative;
    border: none;
}
.topnav p a {
    float: none;
    display: inline;
    text-align: left;
    padding: 0;
    text-decoration: none;
    width: auto;
}
.topnav>p{
    margin: 8px 15px;
}
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
a svg{
  transition:all .5s ease;
  &:hover{
    #transform:rotate(180deg);
  }
}
#ico{
  display: none;
}
#sideNavigation #socialNav, #sideNavigation #menu-header-menu{
  margin: 80px;
}
.menu{
  margin-top: 20px;
  margin-right: 50px;
  padding: 0 30px;
  @include border-radius(5px);
  #transition: all 0.5s ease;
  a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 2px;
    margin: 3px 0;
    text-decoration: none;
    background: #444;

    &:nth-child(1){
      margin-top: 0;
      @include border-radius(3px 3px 0 0 );
    }
    &:nth-child(5){
      margin-bottom: 0;
      @include border-radius(0 0 3px 3px);
    }

    &:hover{
      background: #555;
    }
  }
}
@media(max-width: 992px){
  .sidenav ul{
    display: block;
  }
  .sidenav li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  ul .sub-menu {
    padding-inline-start: 0;
  }
  .sub-menu li{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .sub-menu li a{
    font-weight: 300;
  }
  .menu{
    margin-right: 0;
  }
}
/* ====== NAV BURGER ====== */
/* ====== Grid ====== */
.postLink{
  background-color: #ededed;
}
/* ====== Grid END ====== */


/* ====== EVENTS ====== */
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button{
  background-color: #b69337;
  color: black;
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border{
  border: 1px solid #b69337;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text{
  color: #b69337;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon{
  color: #b69337;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
  background-color: black;
}
.tribe-events-meta-group{
  margin-left: 30px;
  margin-right: 30px;
}
.link{
  background-color: white;
  box-shadow: 1px 1px 10px black;
  padding: 30px;
  width: 100%;
}
.about .btn{
  background-color: #8da656;
  color: white;
  border: #8da656;
}
.about .btn:hover, .about .btn:active, .about .btn:focus{
  background-color: #6daaa5;
  border: #6daaa5;
}
.about h2{
  color: #8da656;
}
.services .btn{
  background-color: #bf8d56;
  color: white;
  border: #bf8d56;
}
.services .btn:hover, .services .btn:active, .services .btn:focus{
  background-color: #a87c4c;
  border: #a87c4c;
}
.services h2{
  color: #bf8d56;
}
.contact .btn{
  background-color: #397d6c;
  color: white;
  border: #397d6c;
}
.contact .btn:hover, .contact .btn:active, .contact .btn:focus{
  background-color: #316a5c;
  border: #316a5c;
}
.contact h2{
  color: #397d6c;
}
.callOverlay{
  background-color: rgba(0,0,0,0.7);
}
.callOverlay:hover{
  background-color: rgba(0,0,0,0.5);
}
.callOverlay span{
  color: white!important;
  font-size: 2rem;
}
/* ====== NAVIGATION ====== */
nav{
  padding: 20px;
  background-color: ;
}
#bar .dropdown-menu{
  background-color: #b69337;
}
#bar li a, #stickyNav li a{
	color: #b69337;
}
#bar .dropdown-menu li a, #stickyNav .dropdown-menu li a{
  color: #b69337;
  margin: 10px;
}
.btn-primary{
  color: #b69337;
  background-color: white;
  border-color: #b69337;
  padding: .375rem 1.5rem;
  border-radius: 40px!important;
}
.btn-primary:hover{
  background-color: #1b161d;
  border-color: #1b161d;
}
h1, h2, h3, h4, h5, h6, a:hover{
  color: #b69337;
}
@media( max-width: 991px ){
  .overlayCollapse{
    background-color: #b69337;
    padding: 0;
  }
  .overlayCollapse.show{
    padding: 15px 0;
  }
  #bar .overlayCollapse li a{
    color: ;
  }
}
/* ====== NAVIGATION END ====== */

/* ====== FOOTER ====== */
.footer{
  background-color: #1b161d;
  color: white;
}
.footer a, .footer a:hover, .footer a:active, .footer a:focus{
  color: white;
}
.footer3 a, .footer3 a:hover, .footer3 a:active, .footer3 a:focus{
  color: white;
}
footer .wpcf7-form-control{
  background: transparent!important;
  border: 0!important;
  border-bottom: solid 1px white!important;
  color: white!important;
}
footer .wpcf7-form-control::placeholder{
  color: white!important;
}
/* ====== FOOTER END ====== */

/* ====== FORM ====== */
.wpcf7-form-control.wpcf7-submit{
  background: #1b161d!important;
  border: 0!important;
  color: #b69337!important;
}
.wpcf7-form-control.wpcf7-submit:hover{
  background: white!important;
  color: #1b161d!important;
}
/* ====== FORM END ====== */

/* ====== CALL TO ACTION ====== */
.primary{
  background-color: #b69337;
  color: white!important;
}
.secondary{
  background-color: #1b161d;
  color: white!important;
}
.primary h1, .primary h2, .primary h3, .primary h4, .primary h5, .primary h6, .primary p, .primary span, .primary a, .primary a:hover, .secondary h1, .secondary h2, .secondary h3, .secondary h4, .secondary h5, .secondary h6, .secondary p, .secondary span, .secondary a, .secondary a:hover{
  color: white!important;
}
/* ====== CALL TO ACTION END ====== */
