/**
Theme Name: Foremost Travel
Author: Matt Weeden
Author URI: https://www.mwdwebdenver.com
Description: Custom theme for Foremost Travel
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foremost-travel
Template: astra
*/

/** GENERAL **/

.fl-module-rich-text .fl-rich-text p:last-child,
.fl-module-rich-text .fl-rich-text ul:last-child,
.fl-module-rich-text .fl-rich-text ol:last-child,
.fl-module-rich-text .fl-rich-text li:last-child,
.fl-module-rich-text .fl-rich-text dd:last-child,
.fl-module-html dd:last-child,
.fl-module-html dd:last-child p:last-child,
.fl-module-rich-text .fl-rich-text ul:last-child li:last-child,
.fl-module-rich-text .fl-rich-text ol:last-child li:last-child,
.fl-module-rich-text .fl-rich-text dl:last-child dd:last-child,
.fl-module-html dl:last-child dd:last-child,
.fl-module-html dl:last-child dd:last-child p:last-child,
.uabb-blog-posts-description p:last-child,
.entry-content p:last-child,
.nomargin-p p,
p.nomargin-p {
	margin-bottom: 0;
}

.nounderline-a a:link,
a.nounderline-a:link,
.ast-single-post .entry-content .nounderline-a a,
.ast-single-post .entry-content a.nounderline-a {
	text-decoration: none;
}




/** FOOTER MENU **/
#ft-footer-menu.ft-footer-menu-bb .uabb-creative-menu li:last-child a {
	border-right: none !important;
}




/** INFO BOX CALLOUT **/
.ft-info-box-callout .uabb-image .uabb-image-content {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}



/** LOGO WATERMARK BACKGROUND **/
.ft-logo-bkgd-1024 .fl-row-content-wrap {
	background-size: 128px;
}