/* 
Theme Name: Yellow Tail Tech Subs - Affiliate
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


body.wpdmpro-template-default section#comments {
	display: none !important;
}


.asset-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -30px;
}

.asset-item {
  flex: 33.33%;
  padding: 30px;
}

.heading-love-font {
    font-family: "LovelexieHandwritten", Sans-serif;
    color: #fc0;
    text-transform: uppercase;
    font-size: 46px;
    letter-spacing: .92px;
    font-weight: 400 !important;
}

@keyframes pulse {
	0% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(255,204,0,.7)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255,204,0,0)
	}

	100% {
		transform: scale(.95);
		box-shadow: 0 0 0 0 rgba(255,204,0,,0)
	}

	0% {
		transform: scale(.95)
	}

	70% {
		transform: scale(1)
	}

	100% {
		transform: scale(.95)
	}
}

@media only screen and (max-width: 767px) {
    .heading-love-font {
        font-size: 18px !important;
        display: unset !important;
    }
}