/**
Theme Name: TM Pro Child Theme
Author: Tiffany Mark
Author URI: https://tiffanymark.com/
Description: This child theme uses TM Pro, one of the fastest and most versatile theme suitable for blogs, portfolios, business and nonprofit websites. It is very lightweight and offers unparalleled speed.
Version: 1.0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tm-child-theme
Template: astra
*/

/* Copyright logo */
a.tm-logo, 
a.tm-logo:hover {
  text-decoration: none;
  color: var(--ast-global-color-6); /*light*/
  opacity: .5;
}
a.tm-logo:hover {
  opacity: 1;
}
.tm-logo img {
  vertical-align: middle;
}

/* Fluent Forms */
div.fluentform .ff-el-is-error .ff-el-form-control {
	border-color: #d40202;
}
div.fluentform .text-danger,
div.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after,
div.fluentform .ff-el-is-error .ff-el-form-check-label, 
div.fluentform .ff-el-is-error .ff-el-form-check-label a {
	color: #d40202;
}

/* Header */
.main-header-bar.ast-sticky-active,
#ast-fixed-header .main-header-bar {
	box-shadow: none;
}
.ast-desktop-popup-content .ast-builder-menu-mobile .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
	line-height: 1;
}
/* Footer */
.site-below-footer-wrap[data-section="section-below-footer-builder"]{
	background: url(//lotus.miffanytark.com/wp-content/themes/astra-child-tm/assets/images/footer-bg-waves.svg) bottom center repeat-x !important;
    background-size: 600px !important;
}
/* Page Image */
.post-thumb-img-content.post-thumb {
	border-radius: 20px;
	overflow: hidden;
}
/* Animations */
[data-aos] {
    animation-duration: 3.2s !important;
    transition-duration: 3.2s !important;
    
    animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1) !important;
}

