/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 05 2026 | 06:34:16 */
#read-more {display:none;}

#read-more p, #read-more li {
    font-family: "Roboto", sans-serif;
}

#read-more h2 {
    margin: 40px 0px 10px;
    font-family: "Playfair Display", serif;
	font-size: 26px;
}

#read-more h3 {
    margin: 20px 0px 5px;
    font-family: "Playfair Display", serif;
}

#read-more.fp-page h2 {
    font-size: 16px;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
    margin: 20px 0px 10px !important;
}

#read-more.fp-page p, #read-more.fp-page li {
    font-family: 'Roboto Condensed', sans-serif;
}

div#TLDR {
    background-color: #33a6b2;
    color: #fff;
    padding: 20px 10px;
    margin-top: 20px;
}

div#TLDR a, div#TLDR h2 {
	color: #fff;
}
#preston-content div#TLDR h2, #preston-content div#TLDR h2 {
    margin: 0px 0px 10px !important;
}
#preston-content .fl-html h2, #fp-single-blog .fl-html h2 {
    font-size: 24px;
    margin: 40px 0px 10px!important;
}

#fp-single-blog ul {
    padding: 0 !important;
    margin-left: 20px !important;
    list-style: none;
}

#fp-single-blog ul > li {
    position: relative !important;
    margin: 10px 0 !important;
}

#fp-single-blog ul > li::before {
    content: '';
    position: absolute;
    inset: 2px 0 0 -20px;
    width: 18px;      /* same as SVG */
    height: 18px;     /* same as SVG */
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 fill=%22none%22 viewBox=%220 0 24 24%22 stroke-width=%224%22 stroke=%22%239ac836%22 width=%2218%22 height=%2218%22%3E%3Cpath stroke-linecap=%22round%22 stroke-linejoin=%22round%22 d=%22M8.25 4.5l7.5 7.5-7.5 7.5%22 /%3E%3C/svg%3E");
}

#fp-single-blog div#TLDR h2 {
    margin-top: 0px !important;
}

.fp-google-badge-container {
		display: block;
		position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 100;
    width: 200px;
    height: auto;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
}

.fp-team .uabb-blogs-pagination {
    display: none;
}


    .social-icons {
      display: flex;
      gap: 20px;
		float: right;
    }

    .social-icons a {
      color: #ffffff;
      font-size: 16px;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .social-icons a:hover {
      color: #d0e64b;
    }

.fp-counter {
	text-align:center;
	display: block;
    padding: 20px;
}

.fp-counter h3 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    font-size: 40px;
	color:#fff;
}

.fp-counter p {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 18px;
	color:#fff;
}

.fp-team-heading {
    margin-top: 50px;
}



@media (max-width: 990px) {
.social-icons {
    display: inline-flex;
    gap: 24px;
    float: none;
   }
}
@media (max-width: 800px) {
    .fp-google-badge-container {
        width: 125px;
				bottom: 20px;
				left: 20px;
			
    }
}