:root {
    --greyish-brown: #565656;
    --mid-green: #589b46;
    --vibrant-green-8: rgba(34, 216, 9, 0.08);
    --green: #3cb71b;
    --off-white: #f9fcf8;
    --yellowish-tan: #f6ef89;
    --text:#333;
  }

.dropdown-menu>li>a:hover {
    background-color: transparent;
    color: var(--mid-green);
    border-bottom: 3px solid #589B46;
}

.dropdown-menu {
    width: 200px;
    background-color: rgba(255, 255, 255, 0.9);
    border-top: 4px solid #589B46;
}

@media (max-width: 768px) {
    .dropdown-menu {
        border: revert;
    }
  }

.dropdown-menu li,
.dropdown-menu li a {
    white-space: normal;
    float: left;
    width: 100%;
    height: auto;
    word-wrap: break-word;
    text-transform:capitalize;
}


@media (min-width: 991px) {
    .navbar .nav-link {
        font-size: 1.5vw !important;
    }
    .number-button {
    font-size: 1.2vw !important;
}
}
.number-button {
    font-size: 1.2vw !important;
}

.number-button:hover {
      background-color:#fff !important;
}


.social-sticky ul li{
    background-color: var(--mid-green) !important;
}

.social-sticky ul li:hover > a i{
    color: var(--mid-green) !important;
}

.social-sticky ul li a i{
    color: var(--mid-green) !important;
}

.social-sticky {
    z-index: 9999;
    position: fixed;
}

/* navbar header */

.quick-access a {
    border-color: var(--mid-green) !important;
    color: var(--mid-green) !important;
    font-family: BebasNeue;
    font-size: 18px;
    margin-right: 10px;
}

.quick-access a i{
    margin-right: 7px
}

.quick-access{
   margin: auto !important;
   padding-top: 13px;
}
.quick-access a:hover {
    background-color: var(--mid-green) !important;
    color: var(--off-white) !important;
}


/* navbar header */
.socia {
    position: fixed;
    top: 30%;
}

.socia ul {
    list-style: none;
    padding: 0;
    transform: translateX(-265px);
}

.socia ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.5);
    width: 300px;
    text-align: right;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    transition: all 1s;
}

.socia ul li:hover {
    transform: translateX(110px);
}

.socia ul li#twitter:hover {
    background-color: #008344;
}

.socia ul li a {
    color: #fff;
    text-decoration: none;
}

.socia ul li a span{
    font-family: BebasNeue;
    font-size: 18px;
}

.socia ul li i {
    text-align: center;
    color: #000;
    margin-left: 14px;
    background: #fff;
    padding-top: 2px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 20px;
    transform: rotate(0deg);
}

.socia ul li:hover i {
    transform: rotate(360deg);
    transition: all 1s;
}

/* navbar */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: transparent;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #e5e5e5;

}

.navbar ul {
    margin-top: 0px;
}

/* .navbar ul .dropdown-menu li a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: var(--mid-green);
    margin-top: 5px;
    transition: all 0.3s;
}

.navbar ul li a:hover:after {
    width: 100%;
} */

/* custom socail icons on footer */
footer .social img {
    padding-right: 20px !important;
}

.single-post .post-content img{
    height:auto!important;
    width:auto!important;
    max-width:100%!important;
}

.attachment__caption{
    display:none;
}
