/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Adapted from Divi
 Author:         Bear Left Bear
 Author URI:     https://bearleftbear.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/*------------------------------------------------*/
/*----------------[SPECIAL FONTS]-----------------*/
/*------------------------------------------------*/
/*
@font-face {
    font-family: Moonlittle;
    src: url(fonts/moonlittle.ttf);
}
/*
font-family: 'Montserrat Alternates',Helvetica,Arial,Lucida,sans-serif;
*/


/*------------------------------------------------*/
/*-------------[SIDEBAR WIDGET BUTTON]------------*/
/*------------------------------------------------*/
#block-31 {
  float: left;
  margin-right: 20px;
}
#block-32 {
  float: left;
  width:100%;
}
.donate-button {
  padding: 6px 9px 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  border-width: 0px;
  border-radius: 7px;
  background-color: #9A3393;
  color: #f7941d !important;

}



/*------------------------------------------------*/
/*---------------------[COLORS]-------------------*/
/*------------------------------------------------*/
.marigold { color:#F7941D; }
.marigold-light { color:#FAA634; }
.lemon { color:#E7CC00; }
.lemon-light { color:#F8DE12; }
.plum { color:#9A3393; }
.plum-light { color:#AA55A1; }
.darkgrey { color: #4F5057; }

/*------------------------------------------------*/
/*-----------------------[TEXT]-------------------*/
/*------------------------------------------------*/
@media (max-width: 767px) {
.et_pb_title_container h1 {
  font-size: 26px;
}
}

h2, .et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 {
  font-size: 26px;
  line-height: 1.4em;
}


hr {
  border: 1px solid #ddd;
}


/*------------------------------------------------*/
/*--------[LAYOUT FOR POSTS WITH SUBMENU]---------*/
/*------------------------------------------------*/
.et_pb_post .et_pb_row--with-menu {
  padding-top:0px !important;
  margin-top:-30px;
}

/*------------------------------------------------*/
/*----------------------[LOGIN]-------------------*/
/*------------------------------------------------*/
/* Login Logo */
.login h1 a {
    background-image: url('https://pedanticarts.com/pics/logo.svg') !important;
    background-size: 200px !important;
    width: 200px !important;
    height: 50px !important;
    margin-top: 100px;
}


/*------------------------------------------------*/
/*-------------------[SCREENS]--------------------*/
/*------------------------------------------------*/
@media (min-width: 981px) {
  .blb-mobileonly { display:none !important; }
}
@media (max-width: 980px) {
  .blb-desktoponly { display:none !important; }
}


/*------------------------------------------------*/
/*----------------[BACKGROUNDS]-------------------*/
/*------------------------------------------------*/
/*
.home #main-content {
    padding-bottom:0px !important;
}

#main-content {
    background-color: transparent;
}

*/

/*------------------------------------------------*/
/*-----------------[BULLETED LIST]----------------*/
/*------------------------------------------------*/
ul.bulleted {
  list-style-type: none;
  padding: inherit;
  line-height: 1.5em;
}
ul.bulleted li:before {
    content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9A3393;
  position: relative;
  top: 7px;
  vertical-align: top;
  margin-right: 5px;
}
ul.bulleted li p {
  display: inline-block;
  width: calc(100% - 30px);
}
ul.bulleted li {
  padding-bottom: 15px;
}


/*------------------------------------------------*/
/*-------------------[MAP]------------------------*/
/*------------------------------------------------*/
#fullmap .dwd-map-content h3 {
  display: none;
}
.gm-style .gm-style-iw-tc {
  display: none;
}

/*------------------------------------------------*/
/*-------------------[FAQ]------------------------*/
/*------------------------------------------------*/
h5.et_pb_toggle_title {
  color: #333;
  font-weight: 600;
}

/*------------------------------------------------*/
/*----------[ARCHIVE PAGES FULLWIDTH]-------------*/
/*------------------------------------------------*/
.archive #main-content .container:before {
  width: 0px;
  display:none;
}
.archive #sidebar {
  display:none;
}
.archive #left-area {
    width: 100%;
    padding-right: 0;
    padding-bottom: 23px;
}
.archive #tribe-events-content-wrapper {
    max-width: 100%;
    margin-top:0px;
}

.archive h1 {
  padding-bottom:50px;
}

/*------------------------------------------------*/
/*--------------------[GALLERY]-------------------*/
/*------------------------------------------------*/
.gallery img {
    border: 0px solid #cfcfcf !important;
}


/*------------------------------------------------*/
/*------------------[POPUP MAKER]-----------------*/
/*------------------------------------------------*/
html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal="true"]) {
  padding-right: 0px !important;
}

.popmake-content .et_pb_section {
    background-color:transparent !important;
    padding: 15px 0;
}


.popmake-content .et_pb_row {
    width: 100% !important;
}

.popmake .popmake-title {
  font-weight: 600!important;
}

.pum-theme-newsletter-signup-theme .popmake .popmake-content .et_pb_section {
  padding: 15px 0px 0px 0px;
  margin-bottom: -15px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0px !important;
}


/*------------------------------------------------*/
/*--------------------[HEADER]--------------------*/
/*------------------------------------------------*/
#main-header {
    -webkit-box-shadow: 0 0px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0px 0 rgba(0,0,0,.1);
    box-shadow: 0 0px 0 rgba(0,0,0,.1);
}


/*------------------------------------------------*/
/*---------------[PASSWORD PROTECTED]-------------*/
/*------------------------------------------------*/
.post-password-required {
  width: 80%;
  margin: 0px auto;
}


/*------------------------------------------------*/
/*--------------------[SLIDER]--------------------*/
/*------------------------------------------------*/
.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: 0 0px 0px rgba(0,0,0,0) !important;
}

/*------------------------------------------------*/
/*--------------------[HOMEPAGE]------------------*/
/*------------------------------------------------*/
/*Added to slider on homepage
https://developer.mozilla.org/en-US/docs/Web/CSS/@media/aspect-ratio
@media (min-aspect-ratio: 8/5) {
  #homepage-slider.et_pb_slider {
      overflow-y: auto !important;
  }
}
*/

#homepage-slider .et_pb_slide {
  padding: 0px;
}
#homepage-slider .et_pb_slides .et_pb_slider_container_inner {
  vertical-align: top;
  display: flex;
  flex-direction: column-reverse;
}
#homepage-slider .et_pb_slide_image {
  position: static;
  width: 100%;
  margin-right: 0px;
  margin-top: 0px !important;
  bottom: auto;
  top: auto;
}

#homepage-slider .et-pb-active-slide .et_pb_slide_image, #homepage-slider .et_pb_slide:first-child .et_pb_slide_image img.active {
  -webkit-animation-name: fade;
  animation-name: fade;
}

@media (max-width: 767px) {
  #homepage-slider .et_pb_slide_image {
    display: block !important;
    position: static;
    margin-top: 20px !important;
  }
}

#homepage-slider .et_pb_slide_image img {
  max-height: none !important;
  width: 100%;
}

#homepage-slider .et_pb_slide_description {
  width: 80%;
  float: none;
  margin: 0px auto;
  padding:0px;
}

#homepage-slider .et-pb-active-slide .et_pb_slide_description {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*------------------------------------------------*/
/*----------[FONT CHANGES + Lowercase]------------*/
/*------------------------------------------------*/
#top-menu li, .et_mobile_menu, #menu-footer-right-menu, #menu-footer-left-menu, .et_pb_menu, .wp-block-latest-posts__post-title {
  text-transform: lowercase;
}

/*Widgets*/
.footer-widget h2.wp-block-heading, .footer-widget h4.title, .footer-widget .menu li, .footer-widget .menu li a {
  font-family: 'Montserrat Alternates',Helvetica,Arial,Lucida,sans-serif;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 20px;
}

/*------------------------------------------------*/
/*-------------[SOCIAL FOLLOW MODULE]-------------*/
/*------------------------------------------------*/
.et_pb_social_media_follow li a.icon::before {
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  width: 24px;
}
.wp-social-link.wp-block-social-link {
    margin-bottom: 0px;
}

/*------------------------------------------------*/
/*-----------------[PRIMARY NAV]------------------*/
/*------------------------------------------------*/
#top-menu .current-page-ancestor a, .et-fixed-header #top-menu .current-page-ancestor a {
  color:#F7941D !important;
}
#top-menu-nav > ul > li > a:hover {
  opacity: 1.0;
  color:#F7941D;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


/*------------------------------------------------*/
/*---------------------[TAGS]---------------------*/
/*------------------------------------------------*/
.tags {
  padding-bottom:0px;
}

.tags {
  padding-bottom: 20px;
}

/*only for divi layouts*/
.et_full_width_page .tags {
  width: 80%;
  max-width: 1080px;
  padding-bottom: 50px;
  margin: 0px auto;
}


/*------------------------------------------------*/
/*-------------------[SUB NAV]--------------------*/
/*------------------------------------------------*/
.et-menu .current_page_item a, .et-menu li.current_page_item:hover a {
  border-bottom: 4px solid #F7941D;
}
.et-menu li a {
  border-bottom: 4px solid transparent;
}

.et-menu li:hover a {
  border-bottom: 4px solid #dddddd;
}
.et-menu a, .et-menu a:hover {
  -webkit-transition: none;
  transition: none;
  opacity: 1.0;
}



/*------------------------------------------------*/
/*---------[NAV MODULE + SUB-NAV in theme]--------*/
/*------------------------------------------------*/
/*only for divi layouts*/
.et_full_width_page #left-area .et_pb_section.blb-subnav {
padding-top: 58px;
}

#left-area .et_pb_section.blb-subnav .et_pb_row--with-menu {
  padding-top: 0px !important;
  margin-top: -30px;
  width: 100%;
  max-width: none;
}
#left-area .et_pb_section.blb-subnav {
    padding: 0px;
  }
#left-area .blb-subnav .et_pb_menu ul {
  padding: 0px 0px 0px 11px;
  background-color: transparent !important
}
#left-area .blb-subnav .et_pb_menu ul li a {
  font-family: 'Montserrat Alternates',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #9A3393 !important;
}
#left-area nav.et-menu-nav ul li ul, .et_pb_menu .et_pb_menu__menu > nav > ul > li > ul, .et_pb_menu.et_pb_menu .nav li ul {
  padding: 0px 0 0px 11px;
  top: 100%;
  background-color: transparent;
}
#left-area nav.et-menu-nav li li, nav.et-menu-nav li li {
  padding: 0px;
}
#left-area nav.et-menu-nav li ul::before, nav.et-menu-nav li ul::before {
  display: none;
}
#left-area nav.et-menu-nav .et-menu li li a, nav.et-menu-nav .et-menu li li a, .et-menu .current_page_item li li a {
  padding: 6px 10px;
  border-bottom: 2px solid #ddd !important;
  font-size:16px;
}
#left-area nav.et-menu-nav ul li li a, nav.et-menu-nav ul li li a {
  background-color: rgba(255,255,255,1);
}
#left-area nav.et-menu-nav ul li li a:hover, nav.et-menu-nav ul li li a:hover {
  background-color: rgba(240, 240, 240, 1);
  opacity: 1;
}

/*------------------------------------------------*/
/*-----------------[VERTICAL NAV]-----------------*/
/*------------------------------------------------*/
.et_vertical_nav.et_vertical_fixed #top-menu li a {
  line-height: 28px;
}

@media (min-width: 981px) {
  .et_vertical_nav #page-container #main-header {
    width: 325px;
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0);
    box-shadow: 0 0 0px rgba(0,0,0,0);
  }
  .et_vertical_nav #et-main-area, .et_vertical_nav #top-header {
    margin-left: 325px !important;
  }
  .et_vertical_nav #main-header .logo_container {
    width: 100%;
  }
}

/* collapsing submenus */
@media all and (min-width: 981px) {

  /* define positioning and styling for submenu */
  .et_vertical_nav #main-header #top-menu li ul {
    position: relative;
    display: none;
    top: 0;
    left: 0;
    width: auto;
    border-left-width: 0;
    opacity: 1;
    -webkit-animation: none;
        animation: none;
    visibility: visible;
    -webkit-box-shadow: none;
        box-shadow: none;
    margin-bottom: 15px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .et_vertical_nav.et_vertical_fixed.et_header_style_left #et-top-navigation {
    padding-top: 20px;
  }
  
  /* decrease the menu container left and right padding */
  .et_vertical_nav #main-header .container {
    margin: 10px 40px;
    /*min-height: 100%;*/
  }

  /* make the fixed header scrollable */
  .et_vertical_nav.et_vertical_fixed #page-container #main-header {
    overflow-y: auto;
  }

  .et_vertical_nav.et_vertical_fixed #page-container #main-header {
    overflow-y: auto;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(154,51,147,1), rgba(247,148,29,1)) 1;
    border-width: 0 0 54px 0; /*was 54 or 86*/
  }

  /* decrease the submenu top and bottom padding */
  .nav li ul {
    padding: 5px 0;
  }
  
  /* adjust the lower level submenu positioning and remove box-shadow */
  .et_vertical_nav #main-header #top-menu li ul ul {
    top: 0;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  /* adjust the menu item links spacing */
  .et_vertical_nav #main-header #top-menu > li > a {
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
  }

  /* adjust parent item down arrow position */
  .et_vertical_nav #main-header #top-menu > li > a:after {
    right: 0px;
  }
  
  /* adjust lower level parent item down arrow position */
  .et_vertical_nav #top-menu li .menu-item-has-children>a:first-child:after {
    right: 10px;
  }
  
  /* decrease the submenu item left and right padding */
  .et_vertical_nav #top-menu li li {
    padding: 3px 0px;
  }
  
  /* adjust submenu item link width and padding */
   .et_vertical_nav #top-menu li li a {
       width: auto;
       padding: 3px 0px;
  }
  
  .et_vertical_nav #top-menu li li a:hover {
  background-color: transparent;
  }
  /* remove right border and adjust positioning of the right vertical menu submenu */
  .et_vertical_nav.et_vertical_right #main-header #top-menu li ul {
    right: 0;
    border-right-width: 0;
  }
  /* adjust line*/
  .et_vertical_nav #top-menu li ul::before {
    margin: 4px 0px 6px 0px;
  }
  
}

/*Vertical Nav Widget Area*/
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.et_vertical_nav #nav-widgets .fineprint {
  font-size:12px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  line-height: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media all and (min-width: 981px) {
  .et_vertical_nav #nav-widgets {
    margin-top: 30px;
  }
  .et_vertical_nav #nav-widgets h4 {
    font-weight: 600;
    text-transform: lowercase;
  }
  .et_vertical_nav #nav-widgets .et_pb_widget ul li:last-child {
    margin-bottom: 0px;
  }
  .et_vertical_nav #nav-widgets .et_pb_widget {
    margin-bottom: 30px;
  }
  .et_vertical_nav #nav-widgets .et_pb_widget a {
    text-decoration: none;
    color: #4f5057;
  }
}
@media all and (max-width: 980px) {
  .et_vertical_nav #nav-widgets {
    display:none;
  }
}

/*------------------------------------------------*/
/*---------[VERTICAL LAYOUT ADJUSTMENTS]----------*/
/*------------------------------------------------*/
@media all and (min-width: 981px) {
  .et_vertical_nav.et_vertical_fixed #main-content {
    /*overflow-y: auto;*/
    border-style: solid;
    border-image: linear-gradient(to right, rgba(247,148,29,1), rgba(231,204,0,1)) 1;
    border-width: 100px 0 0px 0;
  }

  .et_vertical_nav.et_vertical_fixed #main-header.et-fixed-header {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1) !important;
    box-shadow: 0 0 7px rgba(0,0,0,0) !important;
  }
  .et_vertical_nav.et_vertical_fixed #main-footer {
    background-color: transparent !important;
    background: none;
  }
}

@media only screen and (max-width: 980px) {
body.custom-background {
  overflow-y: auto;
  border-style: solid;
  border-image: linear-gradient(to right, rgba(247,148,29,1), rgba(231,204,0,1)) 1;
  border-width: 10px 0 0px 0;
}
}

/*------------------------------------------------*/
/*----------------[DROPDOWN MENUS]----------------*/
/*------------------------------------------------*/
.et_mobile_menu li.blb-mobileonly a {
  background-color: rgba(240, 240, 240, 1);
  opacity: 1;
  font-weight: 500;
}

#main-header .mobile_menu_bar::before {
  top: 13px;
}
#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after {
    top: 7.5px;
    right:6px;
    content: none !important;
    font-size: 10px;
}

#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child {
    padding-right: 0px;
}

#top-menu .menu-item-has-children > a:first-child {
  padding-right:0px;
}

#top-menu > li.hidden {
    display:none;
}

#top-menu > li:last-child {
    padding-right: 0px;
}

.nav li ul {
  padding:0px;
  width:auto;
}
.nav li ul {
  position:aboslute;
  top: 36px;
  padding: 0px 0; 
  background-color: transparent;
  border-top: 0px solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0);
}

.nav li ul:before {
  content: "";
  display:block;
  width:50px;
  height: 8px;
  background-color:rgba(247, 148, 29, 1.0);
  position:relative;
}

#top-menu li li {
  padding:0px;
  width:100%;
}
#top-menu li li a {
  padding: 10px 11px;
  background-color: #ffffff;
  color: #4F5057;
  font-weight: 500;
  font-size: 20px;
  width: 100%;
  line-height: 24px;
}
#top-menu li li a:hover {
  background-color: rgba(240, 240, 240, 1);
  opacity:1;
}

/*Fixed Menu Submenu Fix*/
.et-fixed-header #top-menu .sub-menu a {
    color: rgba(0,0,0,1) !important;
}


/*------------------------------------------------*/
/*---------------[BETTER MOBILE MENU]-------------*/
/*------------------------------------------------*/
/*https://divibooster.com/use-default-mobile-menu-with-the-centered-inline-logo-header/*/
@media only screen and (max-width: 980px) {
  .et_header_style_split #main-header { visibility:hidden; }  
  .et_header_style_centered #main-header { visibility:hidden; } 
}


/*------------------------------------------------*/
/*-------------------[MOBILE MENU]----------------*/
/*------------------------------------------------*/
@media (max-width: 980px) {
  .et_header_style_left #logo, .et_header_style_split #logo {
      max-width: 70% !important;
  }
}

.et_mobile_menu {
    display: none;
    visibility: visible;
    position: absolute;
    z-index: 9999;
    left: 0;
    width: 100%;
    padding: 0;
    border-top: 8px solid #F7941D;
    opacity: 1;
    background: #fff;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.et_mobile_menu .menu-item-has-children > a, .et_mobile_menu li a {
    background-color: rgba(250, 250, 250, 1);
    font-size:24px;
    font-weight: bold;
    color:#666666 !important;
    padding-top:20px;
    padding-bottom:20px;
}

.et_mobile_menu li li a {
  background-color: rgba(255, 255, 255, 1);
  color:#666666 !important;
  font-weight: 500;
  padding-top:20px;
  padding-bottom:20px;
}

.et_mobile_menu .menu-item-has-children > a:hover, .et_mobile_menu li a:hover {
    background-color: rgba(240, 240, 240, 1);
    opacity: 1;
    font-weight:bold;
}

.et_mobile_menu li li a:hover {
  font-weight: 500;
}

.et_mobile_menu li li, #main-header .et_mobile_menu li ul {
    padding-left: 0;
}

.mobile_nav.opened .et_mobile_menu {
  border-bottom: 8px solid #F7941D;  
  -webkit-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------------*/
/*--------------------[FOOTER]--------------------*/
/*------------------------------------------------*/
/*Footer spacing fix for certain pages*/
.page-id-15556 #main-footer {
  margin-top: 0px !important;
}

#main-footer {
  background-color: #f7941d;
  background: linear-gradient(90deg, rgba(154,51,147,1) 0%, rgba(247,148,29,1) 100%);
}
#footer-bottom {
  height: 54px;
}


#footer-bottom .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
#footer-bottom .container.clearfix:after, #footer-bottom .container.clearfix:before {
  display:none !important;
}

#footercreditsdesktop { display:block; }
#footercreditsmobile { display:none; }

@media all and ( max-width: 980px ) {
  #footer-bottom .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  #footercreditsmobile {
    display: block;
    text-align: center;
    margin-top: 5px;
  }

  div#blb-footerR, div#blb-footerL {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  #footer-bottom .et-social-icons, #footer-info, #footer-menu {
    display: inline-flex;
    justify-content: center;
  }
  #footer-bottom .et-social-icons {
    margin: 5px 0px 0px;
  }
  

  #footer-bottom .et-social-icons li:first-child { margin-left: 0px; }
  .bottom-nav li:last-child { padding-right: 0px; }

  #footercreditsdesktop { display:none; }
  #footercreditsmobile { display:block; }

}
/*--Footer Bottom Spacing Fix--*/
#footer-bottom {
  padding: 11px 0 4px;
}


/*------------------------------------------------*/
/*--------------[MINI FOOTER MENUS]---------------*/
/*------------------------------------------------*/
@media all and ( min-width: 981px ) {
  #blb-footerR, #blb-footerL {
    display: flex;
  }
  .minifooterleftcontainer .bottom-nav {
    padding: 0px 25px 0px 0px;
  }
}

/* LEFT */
.minifooterleftcontainer .bottom-nav {
  text-align:left;
}

.minifooterleftcontainer .bottom-nav li {
  font-size:12px;
  padding-bottom: 7px;
}
.minifooterleftcontainer .bottom-nav li:last-child {
  padding-right: 0px;
}

@media all and ( max-width: 980px ) {
  .minifooterleftcontainer { max-width:100% !important; float:none !important; }
  .minifooterleftcontainer .bottom-nav {
    text-align:center;
    padding: 0px 0;
  }
}

/* RIGHT */

.minifooterrightcontainer .bottom-nav {
  padding: 0px 0;
  text-align:right;
}

.minifooterrightcontainer .bottom-nav li {
  font-size:12px;
  padding-bottom: 7px;
}
.minifooterrightcontainer .bottom-nav li:last-child {
  padding-right: 0px;
}

@media all and ( max-width: 980px ) {
  .minifooterrightcontainer { max-width:100% !important; float:none !important; }
  .minifooterrightcontainer .bottom-nav {
    text-align:center;
  }
}

/*------------------------------------------------*/
/*-------------------[WIDGETS]--------------------*/
/*------------------------------------------------*/
.et_pb_widget {
    float: none;
}

#footer-widgets .footer-widget li:before {
  display:none;
}

#footer-widgets .footer-widget li {
    padding-left: 0px;
}
#footer-widgets .widget_text p {
  padding-bottom: .5em;
}

#footer-widgets .footer-widget .fwidget {
  margin-bottom: 0px;
}

@media all and ( max-width: 980px ) {
  .footer-widget:nth-child(n) {
    width: 100%!important;
    margin: 0 0% 30px 0!important;
  }
  #footer-widgets .footer-widget .fwidget {
    margin-bottom: 0px !important;
  }
}

ul.sidebar-announcements {
  &:empty {
    &::before {
      content: "Check back for more announcements soon";
      font-style:italic;
      font-size:14px;
      line-height:14px;
      position: relative;
      top: -5px;
    }
  }
}

ul.sidebar-events {
  &:empty {
    &::before {
      content: "Check back for more events soon";
      font-style:italic;
      font-size:14px;
      line-height:14px;
      position: relative;
      top: -5px;
    }
  }
}


/*------------------------------------------------*/
/*-----------[PERSON: Social Media Follow]--------*/
/*------------------------------------------------*/
.person.et_pb_social_media_follow li a.icon::before {
  font-size: 20px;
  line-height: 20px;
  height: 20px;
  width: 20px;
}
.et_pb_social_media_follow li a.icon {
  height: 20px;
  width:24px;
}
.person.et_pb_social_media_follow li {
  margin-bottom: 0px;
}


/*------------------------------------------------*/
/*------------------[404 FULLWIDTH]---------------*/
/*------------------------------------------------*/
.error404 #main-content .container:before {
  display: none;
}
.error404 #main-content .container {
  min-height:500px;
  text-align:center;
}
.errorpagelogo {
  margin-bottom:100px;
}

@media (min-width: 981px) {
  .error404.et_left_sidebar #left-area {
    float: none;
    padding-left: 0%;
    width: 100%;
  }
}


/*------------------------------------------------*/
/*------------------[GRAVITY FORMS]---------------*/
/*------------------------------------------------*/
.gform_wrapper.gravity-theme .field_description_above .gfield_description {
  position: relative;
  top: -8px;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
  margin-top: 3px;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper textarea.textarea, body div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
  color: #000;
  font-weight: 500;
}
/*checkbox fix*/
.gchoice {
  margin-bottom: 15px;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
  vertical-align: top;
  line-height: 1.3em;
}
/*mini inline signup form */
@media only screen and (max-width: 980px) {
    .gform_wrapper .gf_simple_horizontal.mini .gform_body, .gform_wrapper .gf_simple_horizontal .gform_footer.top_label {
    display: flex;
    width: 100%;
    max-width: 100%;
    }
    .gform_wrapper .gf_simple_horizontal.mini .gform_body .top_label .gfield {
    padding-right: 0px;
    }
}

.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body {
  max-width: 100% !important;
  width: 100% !important;
}

.gf_simple_horizontal_wrapper.mini_wrapper {
    max-width: 175px;
}
.gform_wrapper form.gf_simple_horizontal.mini {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
}
.gform_wrapper form.gf_simple_horizontal.mini div.gform_footer.top_label {
  max-width: none;
}
.gform_wrapper .gf_simple_horizontal.mini .gform_body .top_label .gfield {
  padding-right: 10px !important;
}
body .gform_wrapper.mini_wrapper form.gf_simple_horizontal.mini input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 4px 6px;
    font-size: 14px;
}

body .gform_wrapper.mini_wrapper form.gf_simple_horizontal.mini .gform_footer input.button, body #gform_wrapper_7.gform_wrapper form.gf_simple_horizontal.mini .gform_footer input[type="submit"] {
    padding: 6px 9px 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    border-width: 0px;
    border-radius: 7px;
}
body .gform_wrapper.mini_wrapper form.gf_simple_horizontal.mini .gform_footer input.button, body .gform_wrapper form.gf_simple_horizontal.mini .gform_footer input[type="submit"] {
    margin: 0px 0 0;
}
body .gform_wrapper .gf_simple_horizontal.mini .hidden_label .ginput_container > * {
  margin-top: 0px !important;
}
body .gform_wrapper .gf_simple_horizontal.mini .gform_footer {
  overflow: visible;
}


/*inline-forms/gf_simple_horizontal*/
.gform_wrapper form.gf_simple_horizontal {
    width: 100% !important;
}

body .gform_wrapper form.gf_simple_horizontal .gform_footer input.button, body .gform_wrapper form.gf_simple_horizontal .gform_footer input[type="submit"] {
  margin: 12px 0 0;
  padding: 13px 20px 9px;
  line-height: 28px;
  background-color:#9A3393;
  filter: brightness(100%);
}

#left-area .gform_wrapper form.gf_simple_horizontal ul {
    padding: 0 0 0px 0px;
}


body .gform_wrapper form.gf_simple_horizontal .gform_footer input.button:hover, body .gform_wrapper form.gf_simple_horizontal .gform_footer input[type="submit"]:hover {
  filter: brightness(110%);
}


/*File Upload Styles*/
body .gform_wrapper .ginput_container.ginput_container_fileupload {
    background-color: #efefef;
    padding: 40px;
    margin: 0px auto;
        margin-top: 0px;
    text-align: left;
}


/*------------------------------------------------*/
/*-------------------[Gravity View]---------------*/
/*------------------------------------------------*/
/* Admin Review = View #15404 */
.entry-content .gv-container-15404 tr td {
  word-wrap:break-word;
}
@media only screen and (min-width: 576px) and (max-width: 980px) {
  .entry-content .gv-container-15404 tr td {
    font-size: 13px;
    line-height: 15px;
    padding: 6px 3px;
  }
  .entry-content .gv-container-15404 thead th, .entry-content .gv-container-15404 tr th {
    font-size: 13px;
    line-height: 15px;
    padding: 9px 3px;
  }
}



.dataTables_scrollBody {
  height: auto !important;
}

.gv-list-container .legal-name::before {
  content: "Legal Name: ";
  font-weight: bold;
}

.gv-table-view .totalcolumn {
  background-color: #F8DE12;
  font-weight: bold;
}
.gv-table-view tbody .totalcolumn {
  font-size:20px;
}
.gv-table-view .entry-content thead th, .gv-table-view .entry-content tr th, .gv-table-view .entry-content tr td {
  padding: .3em;
}
body .gv-table-view {
  line-height: 1.2em !important;
}

@media (max-width: 980px) {
  .entry-content table {
    font-size: 14px;
  }
}
.gv-table-view ul.bulleted {
  padding: 0px;
}

.gv-table-view ul.bulleted li {
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 13px;
}
.gv-table-view ul.bulleted li:last-child {
  padding-bottom: 0px;
}

.gv-table-view ul.bulleted li::before {
  display: none;
}

/*gvblb-hide-headers = class can be added to view to simplify results table*/
.gvblb-hide-headers tfoot, .gvblb-hide-headers thead {
  display:none;
}
.gvblb-hide-headers table:not(.variations) {
  border: 0px solid #eee;
  margin: 0 0 0px;
  text-align: center;
  width: auto;
}
.gvblb-hide-headers tr td {
  border-top: 0px solid #eee;
  padding: 0px 0px;
}

/*.gvblb-calculation* = class to show just the calculation*/
.gvblb-calculation thead, .gvblb-calculation tfoot tr:first-child {
  display:none;
}
.gvblb-calculation-only thead, .gvblb-calculation-only tbody, .gvblb-calculation-only tfoot tr:first-child, .gvblb-calculation-only .gv-math-footer-calculation th:empty {
  display:none;
}
.gvblb-calculation-only tr th {
  color: #000;
  font-weight: 700;
  padding: 0px;
  background-color: transparent !important;
}
.gvblb-calculation-only tr td {
  border-top: 0px solid #eee;
  padding: 0px;
}
.gvblb-calculation-only table:not(.variations) {
  border: 0px solid #eee;
  margin: 0 0 0px;
  text-align: left;
  width: 100%;
}
.gv-widget-search select {
    max-width: 100%;
}
/*------------------------------------------------*/
/*-------------------[LINK COLOR FIX]-------------*/
/*------------------------------------------------*/
