/*
Theme Name: TSFFM 2023
Version: 1.0
Author: JB Web & Photo
template: bb-theme
*/

/*  HEADER STYLES
---------------------------------------------------------------*/




/*  SITE-WIDE STYLES
---------------------------------------------------------------*/

.footer-row a {
    color: #993333 !important;
    text-decoration: underline;
}

.fl-rich-text a {
    text-decoration: underline;
}

.post-list .fl-post-feed-post {
    padding-bottom: 20px;
}

/*  MOBILE CSS
---------------------------------------------------------------*/

/* SMARTPHONE
------------------------------------------------------------------------------------------------------- */

@media all and (max-width: 767px) {

a[href^="tel"] {
    color:inherit;
    text-decoration:none;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}


}


/*  TABLET
---------------------------------------------------------------*/

@media (max-width:991px) and (min-width:768px) {



}

/*  DESKTOP
---------------------------------------------------------------*/

@media (max-width:1350px) and (min-width:991px) {



}


/*  LARGE DESKTOP
---------------------------------------------------------------*/

@media only screen and (min-width : 1351px) {



}
