/*@Override CSS*/

a, p {
    font-family: Futura_Book_font;
}

h1, h2, h3, h4, h5, h6, .bold, strong, b {
    font-family: 	Futura-Medium !important;
}

ul li {
    font-family: Futura_Book_font;
}

#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a {
    font-family: Futura-Medium !important;
}

.lightFutura {
  font-family: Futura_Light !important;
}

.masonry.classic_enhanced .masonry-blog-item h3.title {
    line-height: 40px !important;
}

.pinkText{
  color: #951D49 !important;
}

.goldText{
  color: #D0B272 !important;
}

.masonry.classic_enhanced h3 a {
    /*font-family: conquer !important;*/
    font-size: 30px;
}

span.menu-title-text {
    font-weight: 500;
    font-family: Futura_Book_font;
    /* font-family: Futura_Bold !important; */
}

.Creattion_Demo{
  font-family: Creattion_Demo !important;
}

.font42px{
  font-size: 42px !important;
}

.capitalize{
  text-transform: uppercase;
}

.conquer{
  /*font-family: conquer !important;*/
}

.purpleText{
  color: #951D49;
}

.text_center{
  text-align: center;
}

.round_image180{
  border-radius: 50%;
}

.white{
  color: #fff;
}

.top_relative_12px{
  top: 12px;
    position: relative;
}

.placeholder{
  opacity: 0;
}

.moveUp_72px{
  top: -105px;
}

@keyframes avia_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  } 
  
  50% {
    opacity: 1;
  }
  
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

.scroll-down-link .nectar_icon {
    /* opacity: 0; */
    -webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
    animation: avia_fade_move_down 2s ease-in-out infinite;
}

.triangle{
  position: relative;
    width: 50px;
    height: 25px;
    left: 50%;
    margin-left: -26px;
    margin-top: -1px;
    z-index: 25;
    margin-bottom: -25px;
    clear: both;
    /* width: 0; */
    /* height: 0; */
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #0c2620;
}

.nectar-progress-bar p {
    font-family: Futura_Book_font;
}

.avia-heading-row th{
    background-color: #0c2620;
    color: #fff;
}

th {
    font-family: Futura-Medium !important;
    font-weight: 400 !important;
}

td{
  font-family: Futura_Book_font;
}

.avia-heading-row th {
    text-transform: uppercase;
}

img.alignnone {
    border: none;
    padding: 0;
    margin: 0 !important;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.tableofcontentslinks{
  color: #000;
}

.font23px{
      font-size: 23px !important;
      font-weight: 500 !important;
}

@media (min-width: 768px) { /* Target desktop screen sizes */
    .avia-heading-row th {
        width: calc(100% / 2); /* Ensure both columns take up equal width */
    }
    
    .avia-heading-row .avia-highlight-col-3 {
        width: calc(100% / 3); /* Ensure both columns take up equal width */
    }
    
    .avia-heading-row .avia-highlight-col-8 {
        width: calc(100% / 8); /* Ensure both columns take up equal width */
    }
    
    div .avia-table {
        table-layout: fixed;
    }
    
    img.alignnone {
            position: relative;
            bottom: -20px;
    }
}


/* Footer CSS*/
.footerMenu > .widget.widget_nav_menu > .menu-nonprofit-menu-container > ul li {
    list-style: none;
    text-transform: uppercase;
}

#menu-footer-menu li{
  list-style: none;
    text-transform: uppercase;
}

#menu-main-menu-2{
  
}
/* #END Footer CSS*/

/* @Override CSS*/


